freebsd-dev/sys/i386
Bruce Evans d800e06858 Fix races in scstart(). q_to_b() wasn't called at spltty(), so there
were two races:
- q_to_b() might unexpectedly return 0 (e.g, after a keyboard signal
  flushes the output queue and isn't echoed).  ansi_put() interprets
  0 bytes as 4GB...
- more output (e.g. for echoes) might arrive afer q_to_b() returns 0.
  Then scstart() returns presumably and the new output might not be
  handled for a long time.

Remove unused function scxint().

Fix prototypes (foo() isn't a prototype).
1995-07-11 18:34:30 +00:00
..
apm
bios
boot
conf Enable pcvt in LINT and don't generate a compile time error if syscons 1995-07-11 17:20:20 +00:00
eisa
i386 Enable pcvt in LINT and don't generate a compile time error if syscons 1995-07-11 17:20:20 +00:00
ibcs2
include
isa Fix races in scstart(). q_to_b() wasn't called at spltty(), so there 1995-07-11 18:34:30 +00:00
linux
pci
scsi
Makefile