gno/lib/libc/gen
gdr-ftp 273780523c Makefile:
eliminate oldlog.c from the build.  old_syslog() was only used by
	syslog2.asm, and inspection showed it to be likely buggy anyway.
	It was missing a field in the passed data structure, and using
	it would cause any long-running daemon to run out of memory if
	didn't crash first.  For now I'm leaving oldlog.c where it is
	rather than doing a 'cvs rm'.

syslog.c:
	Major changes...
	- The facility/priority has gone back to being of type int vice long;
	  the original change was a red herring.
	- The current syslog implementation will now talk to Phil's original
	  syslogd.
	- The busy wait in sendPort now forces a context switch.

syslog2.asm:
	- I commented the sources while figuring out what Phil's syslogd
	  was doing.  I may was well check in those comments even though
	  this file is not currently used.
	- fixed the save name and the 'mcopy' directive

vis.c, unvis.c:
	- initial checkin
1999-01-04 05:10:36 +00:00
..
basename.c basename.c: 1998-04-10 21:33:20 +00:00
bmem.c
compat.c
dirent.c
err.c
fnmatch.c
fts.c
getcwd.c
getgrent.c
getlogin.c
getpass.c
getpwent.c
getttyent.c
hostname.c
Makefile Makefile: 1999-01-04 05:10:36 +00:00
oldlog.c
popen.c
psignal.c
pwcache.c
scandir.c
setjmp.asm
siglist.c
sleep.c
syslog2.asm Makefile: 1999-01-04 05:10:36 +00:00
syslog2.mac
syslog.c Makefile: 1999-01-04 05:10:36 +00:00
tty.c
uname.c - initial checkin of Steve's uname(3) implementation 1998-02-16 22:44:03 +00:00
unvis.c Makefile: 1999-01-04 05:10:36 +00:00
utime.c
vis.c Makefile: 1999-01-04 05:10:36 +00:00