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 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
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 Makefile: 1999-01-04 05:10:36 +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
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 Makefile: 1999-01-04 05:10:36 +00:00
syslog2.mac
syslog.c Makefile: 1999-01-04 05:10:36 +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
unvis.c Makefile: 1999-01-04 05:10:36 +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
vis.c Makefile: 1999-01-04 05:10:36 +00:00