gno/lib/libc/gen
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
..
basename.c basename.c: 1998-04-10 21:33:20 +00:00
bmem.c Move #pragmas out of the source files when possible. Depend on occ 1997-09-21 06:05:01 +00:00
compat.c Move #pragmas out of the source files when possible. Depend on occ 1997-09-21 06:05:01 +00:00
dirent.c Move #pragmas out of the source files when possible. Depend on occ 1997-09-21 06:05:01 +00:00
err.c Move #pragmas out of the source files when possible. Depend on occ 1997-09-21 06:05:01 +00:00
fnmatch.c Move #pragmas out of the source files when possible. Depend on occ 1997-09-21 06:05:01 +00:00
fts.c fix a bad patch(1) run 1997-12-21 20:05:41 +00:00
getcwd.c Move #pragmas out of the source files when possible. Depend on occ 1997-09-21 06:05:01 +00:00
getgrent.c Move #pragmas out of the source files when possible. Depend on occ 1997-09-21 06:05:01 +00:00
getlogin.c initial checkin 1997-09-21 06:02:56 +00:00
getpass.c Move #pragmas out of the source files when possible. Depend on occ 1997-09-21 06:05:01 +00:00
getpwent.c Move #pragmas out of the source files when possible. Depend on occ 1997-09-21 06:05:01 +00:00
getttyent.c
hostname.c Move #pragmas out of the source files when possible. Depend on occ 1997-09-21 06:05:01 +00:00
Makefile This is a re-implementation of the syslog(3) and related functions. 1998-06-24 04:20:02 +00:00
oldlog.c Move #pragmas out of the source files when possible. Depend on occ 1997-09-21 06:05:01 +00:00
popen.c reimplement and fix popen/pclose routines 1997-09-21 06:04:01 +00:00
psignal.c Move #pragmas out of the source files when possible. Depend on occ 1997-09-21 06:05:01 +00:00
pwcache.c Move #pragmas out of the source files when possible. Depend on occ 1997-09-21 06:05:01 +00:00
scandir.c Move #pragmas out of the source files when possible. Depend on occ 1997-09-21 06:05:01 +00:00
setjmp.asm
siglist.c Move #pragmas out of the source files when possible. Depend on occ 1997-09-21 06:05:01 +00:00
sleep.c Move #pragmas out of the source files when possible. Depend on occ 1997-09-21 06:05:01 +00:00
syslog2.asm This is a re-implementation of the syslog(3) and related functions. 1998-06-24 04:20:02 +00:00
syslog2.mac
syslog.c syslog.c: 1998-10-31 17:17:24 +00:00
tty.c Move #pragmas out of the source files when possible. Depend on occ 1997-09-21 06:05:01 +00:00
uname.c - initial checkin of Steve's uname(3) implementation 1998-02-16 22:44:03 +00:00
utime.c - fixed some off-by-one errors in day fields. Errors found and fix 1998-01-25 21:01:55 +00:00