freebsd-skq/sys/kern
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
..
imgact_aout.c change maxprot of text to allow writes. 1993-12-30 01:39:29 +00:00
imgact_shell.c Let the linker keep track of pseudo-devices needing initialization and 1993-12-20 19:31:41 +00:00
subr_rlist.c First round of changes from John Dyson and myself to the VM system. This 1993-12-22 12:51:39 +00:00
subr_trap.c Improvements mostly from John Dyson, with a little bit from me. 1994-01-17 09:32:32 +00:00
tty_cons.c Brute-force fix for the "hanging console" problem. Simply _don't_ call 1994-01-22 22:48:21 +00:00