gno/lib
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
..
libc Makefile: 1999-01-04 05:10:36 +00:00
libcontrib Due to PR#98, change it so that the builddate.rez file is always taken 1998-12-22 16:08:54 +00:00
libcrypt Due to PR#98, change it so that the builddate.rez file is always taken 1998-12-22 16:08:54 +00:00
libcurses First libcurses commit with changes for GNO 1998-01-26 06:09:49 +00:00
libedit Initial compile under linux. Not yet tested 1997-05-03 19:37:53 +00:00
libtermcap Due to PR#98, change it so that the builddate.rez file is always taken 1998-12-22 16:08:54 +00:00
libutil - Makefiles now have common 'release' and 'install' targets 1998-02-08 03:47:40 +00:00
liby Due to PR#98, change it so that the builddate.rez file is always taken 1998-12-22 16:08:54 +00:00
lsaneglue Makefile: 1998-02-19 01:12:36 +00:00
netdb Due to PR#98, change it so that the builddate.rez file is always taken 1998-12-22 16:08:54 +00:00
const.mk Added support for separate object hierarchy and cleaned up libc makefiles 1998-02-09 08:45:21 +00:00
lib.mk lib.mk: 1998-12-22 16:11:42 +00:00
librelease.mk - Makefiles now have common 'release' and 'install' targets 1998-02-08 03:47:40 +00:00