freebsd-skq/sys
Bruce Evans e932603093 Always call ttwwakeup() before returning from comstart(). It isn't
necessary to call it when the tty layer's output state has not been
changed, but siostop() sometimes changes the TS_BUSY state and then
calls comstart() mainly for its side effect of calling ttwwakeup().
1997-12-28 06:20:47 +00:00
..
alpha I should not edit linux_prot.h directly. Fix the argument of linux_nice. 1997-12-17 03:12:35 +00:00
amd64 Back out previous commit, the so-called "unused code" was most definately 1997-12-27 03:00:59 +00:00
compat Make hidden COMPAT_43 dependencies explict. Options in headers is a 1997-12-16 18:49:23 +00:00
compile
conf Update comment to match updated sb0 line (conflicts keyword no longer needed 1997-12-28 00:28:46 +00:00
ddb Some fixes from John Hood: 1997-12-05 05:36:58 +00:00
dev Always call ttwwakeup() before returning from comstart(). It isn't 1997-12-28 06:20:47 +00:00
fs Unspammed nested include of <vm/vm_zone.h>. 1997-12-27 02:56:39 +00:00
geom There is no ccdread() nor ccdwrite(). 1997-11-18 14:39:04 +00:00
gnu Unspammed nested include of <vm/vm_zone.h>. 1997-12-27 02:56:39 +00:00
i386 Always call ttwwakeup() before returning from comstart(). It isn't 1997-12-28 06:20:47 +00:00
isa Always call ttwwakeup() before returning from comstart(). It isn't 1997-12-28 06:20:47 +00:00
isofs/cd9660 Unspammed nested include of <vm/vm_zone.h>. 1997-12-27 02:56:39 +00:00
kern Handle "%...p" as "%#...x" instead of "0x%...x". This is a quick fix 1997-12-28 05:03:33 +00:00
libkern Rename some local variables to avoid shadowing other local variables. 1997-11-07 09:21:01 +00:00
miscfs Unspammed nested include of <vm/vm_zone.h>. 1997-12-27 02:56:39 +00:00
modules Fix my typo. 1997-12-16 22:50:18 +00:00
msdosfs Unspammed nested include of <vm/vm_zone.h>. 1997-12-27 02:56:39 +00:00
net Remove bogus #ifdef INET - SLIP doesn't compile without INET. 1997-12-20 16:44:51 +00:00
netatalk Fix various problems with netatalk kernel support. 1997-10-29 00:30:52 +00:00
netinet Bring back part of rev 1.44 which was commented out by rev 1.58. 1997-12-27 18:44:56 +00:00
netipx Moved some declarations from <sys/socket.h> to the correct places, and 1997-12-21 16:35:12 +00:00
netkey Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
netnatm Fixed a sloppy common-style declaration. 1997-12-20 00:13:51 +00:00
netns
nfs Unspammed nested include of <vm/vm_zone.h>. 1997-12-27 02:56:39 +00:00
nfsclient Unspammed nested include of <vm/vm_zone.h>. 1997-12-27 02:56:39 +00:00
nfsserver Unspammed nested include of <vm/vm_zone.h>. 1997-12-27 02:56:39 +00:00
pc98 #include "opt_user_ldt.h" so that the #ifdef USER_LDT checks can work, as 1997-12-27 02:28:28 +00:00
pccard - Remove the code that cleared out the registers (previously enabled by the 1997-12-02 23:23:14 +00:00
pci Correct the check for multiword dma. It was incorrectly checking 1997-12-19 02:25:51 +00:00
powerpc/include
rpc
scsi Fix some breakage that prevented the Plasmon burners from being used 1997-12-26 14:52:29 +00:00
sys Unspammed nested include of <sys/malloc.h>. <sys/mbuf.h> hasn't 1997-12-28 01:04:47 +00:00
tools Use __inline instead of inline to prevent pedantic compiler warnings. 1997-12-19 23:25:16 +00:00
ufs Unspammed nested include of <vm/vm_zone.h>. 1997-12-27 02:56:39 +00:00
vm The ioopt code is still buggy, but wasn't fully disabled. 1997-12-25 20:55:15 +00:00
Makefile