Go to file
cgd cba7918db6 (1) add a flag to the softc to indicate that the APM device may be
disabled even if it's attached.  If disabled, ENXIO on open.
(2) in the case where the code32 segment len overflows the I/O hole,
    instead of giving up truncate it.  (In other words, revert
    change (2) in rev 1.21 which i suggested mistakenly.)
(3) map bios data space in the 0->640k range with _i386_memio_map()
    rather than with bus_space_map(), so that no accounting checks
    are done.  The checks which are done to make sure that allocation
    in this range is safe are sufficient.
(4) check the return value from _i386_memio_map(), and if it indicates
    an error disconnect from the APM BIOS, print an error message,
    and return without having marked the device 'enabled'.
1997-07-10 03:07:29 +00:00
bin /var/spool/mail -> /var/mail 1997-07-09 02:54:38 +00:00
distrib Add a header file I missed some time back. 1997-07-09 05:52:22 +00:00
etc Added new device entries for ipfilter: /dev/{ipnat,ipstate,ipauth} 1997-07-07 22:29:35 +00:00
games Clean up play, let player see play more often, improve display timing. 1997-07-09 06:25:45 +00:00
gnu * Flush the icache from user mode. The original code and the idea came from 1997-07-09 19:32:51 +00:00
include Common sense dictates that the `basegid' paramater of initgroups(3) should 1997-07-04 09:14:52 +00:00
lib bump minor for _yp_invalid_domain() 1997-07-07 23:27:02 +00:00
libexec * Flush the icache from user mode. The original code and the idea came from 1997-07-09 19:32:51 +00:00
regress Use proginstall:: to disable installing PROG. 1997-05-07 15:59:08 +00:00
sbin fix typos and other nits 1997-07-09 05:54:15 +00:00
share Exit link[012]'; enter media <type>'. 1997-07-07 22:36:04 +00:00
sys (1) add a flag to the softc to indicate that the APM device may be 1997-07-10 03:07:29 +00:00
usr.bin Fix memory corruption that was caused by debugging code leftovers. 1997-07-10 00:54:44 +00:00
usr.sbin Changed pathnames to correspond to current reality. 1997-07-09 02:34:42 +00:00
Makefile Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00