gno/lib/libc
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
..
gen Makefile: 1999-01-04 05:10:36 +00:00
gno Makefile, vsprintmt.c: 1998-10-31 17:22:05 +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 ports.c: 1998-12-31 22:45:35 +00:00
ChangeLog updated the ChangeLog for libc 1998-10-31 20:24:16 +00:00
Contributers Added Henry Spencer 1997-10-30 04:28:04 +00:00
libc.rez Due to PR#98, change it so that the builddate.rez file is always taken 1998-12-22 16:08:54 +00:00
makebuild initial checkin 1997-10-03 04:49:40 +00:00
Makefile Makefile: 1998-03-25 06:05:46 +00:00
rules.mk allow lower level makefiles to update libc 1997-09-21 16:22:23 +00:00