gno/lib/libc
gdr-ftp fd73dca790 syslog.c:
- added thread safe functions syslogmt and vsyslogmt.
	- minor changes to sendPort to make it thread safe
	- moved variadic wrappers to the end of the file so that the
	  command line optimize/debug levels get propogated through
	  the rest of the source during compilation.
	- changed the mechanism by which sendPort waits for it's buffer
	  to be released by syslogd
	- since ctime(3) is not thread safe, add a flag to the
	  SyslogDataBuffer_t that tells syslogd(8) to add the appropriate
	  time stamp.  This is easier than implementing thread safe
	  versions of ctime and localtime.
1998-10-31 17:17:24 +00:00
..
gen syslog.c: 1998-10-31 17:17:24 +00:00
gno added the _reportStack(3) routine 1998-03-28 16:46:59 +00:00
locale Makefile: 1998-02-19 01:07:56 +00:00
regex Makefile: 1998-02-19 01:07:56 +00:00
stdio vfscanf.c: 1998-03-04 06:20:03 +00:00
stdlib cvt.c: 1998-03-28 16:42:32 +00:00
stdtime Added support for separate object hierarchy and cleaned up libc makefiles 1998-02-09 08:45:21 +00:00
string Makefile: 1998-02-19 01:07:56 +00:00
sys syscall.c: 1998-06-24 04:22:38 +00:00
tests initial checkin for strftime(3) test program 1998-04-10 21:25:07 +00:00
ChangeLog ChangeLog: 1998-03-25 06:06:34 +00:00
Contributers
libc.rez Makefile: 1998-02-19 01:00:36 +00:00
makebuild
Makefile Makefile: 1998-03-25 06:05:46 +00:00
rules.mk