GNO is the UNIX-like environment for the Apple IIgs
Go to file
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
ainclude Initial checkin; m16.gno is mostly a collection of stubs that allow 1998-03-08 17:18:11 +00:00
bin Changes for gsh version 2.0d8: 1998-12-31 18:29:14 +00:00
build.tools Makefile: 1998-12-22 15:57:32 +00:00
doc describe.src: 1998-12-31 09:45:00 +00:00
HFSinclude initial checkin of header files 1997-02-28 04:42:19 +00:00
include syslog.h: 1999-01-04 05:09:04 +00:00
kern - Fixed infinite loop in traceback() 1998-02-22 05:05:54 +00:00
lib Makefile: 1999-01-04 05:10:36 +00:00
NOTES status.bin: 1998-10-31 19:14:49 +00:00
orcacdefs - update the "path" pragma to reflect the new location of the ORCA/C 1998-01-25 21:05:28 +00:00
rinclude startup.mk: 1998-02-14 23:56:40 +00:00
sbin Due to PR#98, change it so that the builddate.rez file is always taken 1998-12-22 16:08:54 +00:00
sys Convert CR-->LF in sources; they were checked in with the wrong newline 1998-12-13 02:50:33 +00:00
usr.bin Makefile: 1998-12-31 21:34:56 +00:00
usr.man syslog.3: 1998-10-31 19:05:57 +00:00
usr.orca.bin Makefile: 1998-03-08 17:58:44 +00:00
usr.sbin Due to PR#98, change it so that the builddate.rez file is always taken 1998-12-22 16:08:54 +00:00
verbatim initrc: 1998-05-30 14:36:51 +00:00
binconst.mk binconst.mk, binrules.mk: 1998-12-31 21:26:34 +00:00
binrelease.mk binconst.mk, binrelease.mk: 1998-04-22 05:07:20 +00:00
binrules.mk binconst.mk, binrules.mk: 1998-12-31 21:26:34 +00:00
Makefile make sure top-level files are tarred up 1997-12-22 01:11:08 +00:00
paths.mk paths.mk: 1998-12-22 16:13:41 +00:00
prog.mk Change a few comments to make them match the code: 1998-02-18 18:22:04 +00:00