freebsd-nq/sys
David Greenman e4794aea16 Brute-force fix for the "hanging console" problem. Simply _don't_ call
the device close routine. This works because the device close calls
the line discipline close (which only flushes the output buffers) and
the ttyclose() routine, which does little of nothing except screw with
the session and process group fields (which is what was causing all
the problems).
1994-01-22 22:48:21 +00:00
..
alpha/include Put back the $Id$ string 1993-10-28 06:11:38 +00:00
amd64 Now prints ``on eisa'' if id_iobase >= 0x1000, and made a slight code 1994-01-22 21:52:04 +00:00
conf No longer need SYSVIPC option, any of the SYSV options now trigger the 1994-01-22 09:25:37 +00:00
ddb "New" VM system from John Dyson & myself. For a run-down of the 1994-01-14 16:25:31 +00:00
dev Added the correct typecast's to the untimeout calls. Added a missing 1994-01-22 18:00:54 +00:00
i386 Brute-force fix for the "hanging console" problem. Simply _don't_ call 1994-01-22 22:48:21 +00:00
isa Changed the default 'reboot' routine from cpu_reset() to shutdown_nice(). 1994-01-18 05:33:34 +00:00
kern Brute-force fix for the "hanging console" problem. Simply _don't_ call 1994-01-22 22:48:21 +00:00
powerpc/include adding libc/quad: 1993-12-19 05:14:46 +00:00
scsi Remove bogus and missleading comment, this has been fixed. 1994-01-22 11:05:16 +00:00
sys Separate read/write and format GAPs. 1993-12-21 05:11:10 +00:00