freebsd-dev/sys
Bruce Evans 4ce7d32178 Always wake up writers after clearing TS_BUSY. This will soon be
essential when I fix excessive wakeups for output-below-low-water.
In cy.c and sio.c, wake up via the driver start routine to also
eliminate duplicated code involving the clearing of TS_TTSTOP.

Always (except in code to be replaced soon) call driver start
routine directly instead of going through ttstart().
1995-07-29 04:05:57 +00:00
..
alpha
amd64 Fixed bug I introduced with the memory-size code rewrite that broke 1995-07-28 11:21:06 +00:00
compat/linux
compile
conf Support for voxware 3.05. 1995-07-28 22:25:52 +00:00
ddb
dev Always wake up writers after clearing TS_BUSY. This will soon be 1995-07-29 04:05:57 +00:00
fs Change extern inline' to static inline' so that several functions 1995-07-25 21:50:50 +00:00
gnu Obtained from: partly from ancient patches of mine via 1.1.5 1995-07-22 16:45:22 +00:00
i386 Always wake up writers after clearing TS_BUSY. This will soon be 1995-07-29 04:05:57 +00:00
isa Always wake up writers after clearing TS_BUSY. This will soon be 1995-07-29 04:05:57 +00:00
isofs/cd9660 Change extern inline' to static inline' so that several functions 1995-07-25 21:50:50 +00:00
kern Fixed panic in fill_eproc() caused by inadequate checking for NULL pointers. 1995-07-28 18:04:47 +00:00
libkern Rearrange the inner loop of scanc() to get better code on i*86's 1995-07-11 18:50:47 +00:00
miscfs Don't include <sys/tty.h> in drivers that aren't tty drivers or in general 1995-07-16 10:13:08 +00:00
modules
msdosfs
net Obtained from: partly from ancient patches by ache and me via 1.1.5 1995-07-21 20:57:15 +00:00
netccitt
netinet Fix test for determining when RSVP is inactive in a router. (In this 1995-07-26 18:05:16 +00:00
netiso
netns
nfs Slightly better fix than previous revision. 1995-07-24 16:38:05 +00:00
nfsclient Slightly better fix than previous revision. 1995-07-24 16:38:05 +00:00
nfsserver vnode_pager_alloc() never returns NULL, so don't check for it. 1995-07-20 09:43:12 +00:00
pci Add a few chip set IDs. 1995-07-27 22:14:25 +00:00
powerpc/include
rpc
scsi Change memcmp() to bcmp(). memcmp() isn't declared or implemented 1995-07-25 22:09:06 +00:00
sys Merge in changes for VOXWARE 3.05 1995-07-28 22:30:53 +00:00
tools The generated VCALL always uses the first vp which in the case of /link/ 1995-07-07 13:41:28 +00:00
ufs Since ufs_ihashget can block, the lock must be checked for each time 1995-07-21 16:20:20 +00:00
vm #if 0'd one of the DIAGNOSTIC checks in vm_page_alloc(). It was too 1995-07-20 05:28:07 +00:00
Makefile