Go to file
cgd 92723b6027 return either 0 (success) or 1 (failure) from apmcall(), rather than 0 (success) or the whatever happened to be in %eax after the APM call on
failure.  The latter usually would end up being the (nonzero) opcode
placed in %ax before the call, but could conceivably be modified by the
call to be zero.  In any case, 0/1 is much nicer than 0/random-nonzero,
as well as being safer.
1997-07-17 05:15:01 +00:00
bin PR/3866: bayer@informatik.uni-leipzig.de: core dump using xon script. 1997-07-15 17:49:15 +00:00
distrib Note changes in the machine header files. Added pic versions of the 1997-07-17 00:01:45 +00:00
etc Create wd2 and wd3 device files for 'all' and 'floppy' options. 1997-07-17 00:12:55 +00:00
games don't xref obsolete regcmp(3) 1997-07-16 06:59:59 +00:00
gnu * Fix setting of 'Originator' field, so that it matches whole login field 1997-07-17 04:50:35 +00:00
include some minor KNF 1997-07-14 00:30:28 +00:00
lib - Don't deref a bad pointer in the event the object has no symbol 1997-07-17 00:54:27 +00:00
libexec Add the necessary -I flag to pick up the libc/include/extern.h 1997-07-14 02:56:54 +00:00
regress Use proginstall:: to disable installing PROG. 1997-05-07 15:59:08 +00:00
sbin fix halt when used as login shell, from cgd in pr-2618 1997-07-17 02:52:22 +00:00
share don't xref nonexistent mount(1) 1997-07-16 05:45:28 +00:00
sys return either 0 (success) or 1 (failure) from apmcall(), rather than 0 (success) or the whatever happened to be in %eax after the APM call on 1997-07-17 05:15:01 +00:00
usr.bin add -T option to display seconds, from jhawk in pr-1548 1997-07-17 02:36:55 +00:00
usr.sbin Add cf to install directories. 1997-07-16 23:58:21 +00:00
Makefile Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00