NetBSD/sys
mjacob 6e34b79e01 Suggestion from Matthias Drochner: If at close you decide to write
filemark 'coz you opened write only and didn't do anything else,
call st_check_eod to possibly write TWO furshlugginer filemarks.

Also- return any errors from writing filemarks out of stclose.
1998-07-31 17:25:55 +00:00
..
adosfs
arch Blargh, deal with some fallout from the ISA PnP goo, this will go away once 1998-07-31 16:42:01 +00:00
compat Change the "aresid" argument of vn_rdwr() from an int * to a size_t *, 1998-07-28 21:39:54 +00:00
conf add declaration for hd64570, which the ntwo driver uses 1998-07-26 03:29:12 +00:00
ddb
dev Suggestion from Matthias Drochner: If at close you decide to write 1998-07-31 17:25:55 +00:00
gdbscripts
ipkdb
isofs
kern Reject an iovcnt argument of 0 to readv(), writev(), preadv() and pwritev() 1998-07-31 15:38:58 +00:00
lib back out last change 1998-07-27 15:10:05 +00:00
lkm
miscfs use AF_LOCAL instead of AF_UNIX 1998-07-18 05:04:35 +00:00
msdosfs
net Remove obsolete comment. 1998-07-28 12:25:53 +00:00
netatalk
netccitt fix to accomodate change in vn_rdwr prototype 1998-07-28 20:25:28 +00:00
netinet change IN_IFADDR_HASH_SIZE to 509, which actually uses no more space than 293 due to rounding up to nearest power of two in hashinit. 1998-07-29 05:18:54 +00:00
netiso
netnatm
netns
nfs Avoid possibly overflowing an mbuf. From Dan S. Decasper, via Chuck Cranor. 1998-07-20 16:41:05 +00:00
stand
sys Add PR_NOWAIT (0) for symmetry. 1998-07-31 02:53:34 +00:00
ufs fix to accomodate change in vn_rdwr prototype 1998-07-28 20:37:33 +00:00
uvm Don't cast the null residual pointer passed to vn_rdwr(). 1998-07-28 18:17:34 +00:00
vm Don't cast the null residual pointer passed to vn_rdwr(). 1998-07-28 18:17:34 +00:00
Makefile