Jan Lindemann
f9539bd3d1
linux-rpm.mk: Add default boot label
2004-08-19 10:27:31 +00:00
Jan Lindemann
abe49a5aff
linux-rpm.mk: Fix clean target
2004-08-18 23:26:50 +00:00
Jan Lindemann
6a7ca3e651
linux-rpm.mk: Fix clean targets
2004-08-18 18:12:58 +00:00
Jan Lindemann
5a4a2367c8
devutil/jcs and make: Add an EXTRAVERSION string to uname -r
2004-08-18 18:09:20 +00:00
Jan Lindemann
13c9f1b15e
CHANGES: Update
...
- Devutil/jcs and make: Add support for specifying a bootlabel in kernel
- Rpm build process; added asm to asm-$ARCH link in kernel include
2004-08-18 12:43:55 +00:00
Jan Lindemann
66fcab4b89
linux-rpm: Add target newrelease and option -l bootlabel
...
- Add target newrelease
- Add support for the new options -l bootlabel and -a arch of mkspec-linux.sh
2004-08-18 12:42:05 +00:00
Jan Lindemann
620b5a5702
defs.mk: Make USE_COMPILER_OPTIMIZATION_OPTS and USE_COMPILER_DEBUG_OPTS independent
2004-07-29 14:56:20 +00:00
Jan Lindemann
ae6eddd1e1
CHANGES: Update
...
Merge changes from V_1_1_5_2_FIXES and correct YStopWatchThreadList
related issues
2004-07-29 12:32:16 +00:00
Jan Lindemann
8012ed8496
bugfix: Replace -NDEBUG by -DNDEBUG
2004-07-29 12:29:09 +00:00
Jan Lindemann
3e9de8d25e
make: Merge from V_1_1_5_2_FIXES
2004-07-29 11:38:49 +00:00
Jan Lindemann
74833f4500
autoconf.mk: Use only autoconfig input files to directory depth of 2
2004-06-03 21:37:18 +00:00
Jan Lindemann
234198936f
linux-rpm.mk: Add auto-download of kernel tarball
...
Download kernel package only if it does not yet exist in samba
directory
2004-05-12 05:14:26 +00:00
Jan Lindemann
65abd880b6
uclnt: Fix uncaught exception during YMsgDispatcher::_dispatchEvent()
2004-04-28 19:04:50 +00:00
Jan Lindemann
a1d0854484
slog: Add possibility for multiple nested slog_open() calls
2004-04-21 00:07:04 +00:00
Jan Lindemann
7067725092
$(TOPDIR), make: Merged changes of V_1_1_7_1_JL
2004-04-20 16:48:50 +00:00
Jan Lindemann
09b7e0610c
linux-rpm.mk: Make make aware of the downloading as seperate step
2004-02-23 12:13:56 +00:00
Jan Lindemann
b7fafdbcf8
make: Add linux-rpm.mk
2004-02-11 19:25:10 +00:00
Jan Lindemann
eec00bca8a
linux-rpm.mk: Add file
2004-02-11 19:24:35 +00:00
Jan Lindemann
61db450ad1
make: Support local.mk
2004-02-11 12:25:21 +00:00
Jan Lindemann
8b9f765d45
defs.mk: Support local.mk
2004-02-11 12:24:25 +00:00
Jan Lindemann
7720231ed2
CHANGES: Update
...
- Slog: Support callstack traces
- Uclnt/usrv: Support application defined down_terminate messages
- YMutex: Make YDummyMutex YDebugMutex and made it lock again
2004-02-09 23:39:05 +00:00
Jan Lindemann
359e598046
cfg_dev.mk, defs.mk: Disable USE_TRACING and LOG_THREAD_NAMES
2004-02-09 23:23:17 +00:00
Jan Lindemann
2e94ebe232
upload.sh: Fix uploading multiple sources, was completely broken
2004-02-08 12:11:15 +00:00
Jan Lindemann
3fe9ba1146
upload.sh: Remove debug output
2004-02-07 22:58:16 +00:00
Jan Lindemann
01b5f9c7c3
upload.sh: Not all leading directories created
...
Bugfix in mkdir_ssh: Sometimes not all leading directories were
created.
2004-02-07 22:53:31 +00:00
Jan Lindemann
74b948cc1f
defs.mk: Add LOG_THREAD_NAMES support
2004-02-03 05:00:14 +00:00
Jan Lindemann
adab6b1175
autoconf.mk: Excluding nomake matches from *.in file search path
2004-02-02 00:43:49 +00:00
Jan Lindemann
2c6f5381bc
defs.mk: Add support for reentrant qt3
2004-01-31 21:24:50 +00:00
Jan Lindemann
ed9b036d03
defs.mk, rules.mk: Move love target to rules.mk
2004-01-23 20:51:03 +00:00
Jan Lindemann
ca7a0a2526
defs.mk: Add love target
2004-01-21 22:49:26 +00:00
Jan Lindemann
2b606ea66e
YThread: Add getFlags(), setFlags(), addFlags(), delFlags()
2004-01-20 11:53:16 +00:00
Jan Lindemann
ce14669422
CHANGES: Update
...
YMutex: Add derived YDummyMutex class for debugging
- Usrv: Understand up_terminate and sending back down_terminate
triggering on_close_connection()
- Uclnt: bugfix: did not correctly deal with empty messages
- Uclnt: big rewrite (again), Use five threads beside the main thread:
- YStateMagager: managing all the state changes
- YInDispatcher: reading inbound messages from the network and passing them
on either to YCbQueue or to YMsgWindowQueue
- YOutQueue: queuing outbound messages
- YCbQueue: queing messages for all callbacks except onError()
- YMsgWindowQueue: queing messages for onError()
- YStopWatch: bugfix, was alarmed by to long step times, even if step times
was off
2004-01-19 16:34:23 +00:00
Jan Lindemann
a9ce7b075b
CHANGES: Update
...
make: moved trace and other options from ytools.mk.in into defs.mk.in
to make them visible for other projects, too
2004-01-14 20:39:03 +00:00
Jan Lindemann
08c7f4f9be
defs.mk, ytools.mk.in: Debug options ytools.mk -> defs.mk
...
Move trace and other debug options from ytools.mk into defs.mk to
make them visible to other projects, too
2004-01-14 20:38:04 +00:00
Jan Lindemann
5d2dffa5e9
CHANGES: Update
...
- YThread: Big redesign, mostly because everything is now
handled in one giant switch / case statement
- Slog: Log timestamps to console, too
- Slog: Add get_log_prio_str()
- Misc: Add pthread_join_strerror()
- YError: nicer timestamps
- YQueue: bugfix in ETIMEDOUT
2004-01-13 02:07:45 +00:00
Jan Lindemann
48a3b63da1
rules.mk: Create INSTALL_BINDIR before installing EXE
2004-01-13 01:59:15 +00:00
Jan Lindemann
41f0ecd062
CHANGES: Add getDateStr()
2003-12-21 15:41:15 +00:00
Jan Lindemann
7b38a6d87b
CHANGES: Add hdr to scripts/devutils
2003-12-21 11:52:06 +00:00
Jan Lindemann
b96b1b7e37
$(TOPDIR), make: Preserving targets over config target invocation
2003-12-21 11:11:13 +00:00
Jan Lindemann
18010ab1b3
tex.mk: Add support for predefining DATE
2003-12-02 07:00:07 +00:00
Jan Lindemann
2c159ae0a3
Makefile: Add YQueue subdirectory
2003-09-05 06:46:49 +00:00
Jan Lindemann
37d22798e6
mkspec.sh: Add condition around REQUIRES_DEVEL
2003-08-14 12:12:08 +00:00
Jan Lindemann
bea0796914
mkspec.sh: Fix wrong quotation mark (how did this come here?
2003-08-14 12:06:11 +00:00
Jan Lindemann
c12218071e
tex/*_technical: Beautify hyperlinks and stuff
2003-08-14 11:52:47 +00:00
Jan Lindemann
c75d5924a1
tex.mk: Remove Overfull/Underfull output
2003-08-10 09:45:32 +00:00
Jan Lindemann
258e23c891
tex.mk: Add more targets
...
- Add the targets xdvi xpdf
- Beautification
- Add some index related clean targets
2003-08-09 18:03:46 +00:00
Jan Lindemann
4119c83063
header.tex.tmpl, header.tex.tmpl: Add support for pdf links
2003-08-06 16:16:46 +00:00
Jan Lindemann
2267e3a92f
header.tex.tmpl: Add new command \dspider
2003-08-05 15:55:01 +00:00
Jan Lindemann
974eda8f41
header.tex.tmpl: Iniital checkin
2003-08-05 15:54:32 +00:00
Jan Lindemann
26eb45c64b
yupdate: Fix in comment handling
2003-08-04 11:55:37 +00:00