NetBSD/sys
thorpej 6326c90134 Change the "aresid" argument of vn_rdwr() from an int * to a size_t *,
to match the new uio_resid type.
1998-07-28 18:37:47 +00:00
..
adosfs Fix a typo in a panic message. 1998-07-10 20:14:59 +00:00
arch Don't cast the null residual pointer passed to vn_rdwr(). 1998-07-28 18:34:52 +00:00
compat use AF_LOCAL instead of AF_UNIX 1998-07-18 05:04:35 +00:00
conf add declaration for hd64570, which the ntwo driver uses 1998-07-26 03:29:12 +00:00
ddb
dev Add some constants. 1998-07-28 16:03:49 +00:00
gdbscripts
ipkdb
isofs
kern Change the "aresid" argument of vn_rdwr() from an int * to a size_t *, 1998-07-28 18:37:47 +00:00
lib back out last change 1998-07-27 15:10:05 +00:00
lkm Resolve conflicts from the import. 1998-07-12 15:11:50 +00:00
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 Another printf(%:) down. 1998-07-25 00:42:03 +00:00
netinet in_pcballoc(): we can't afford to wait for memory. 1998-07-23 08:24:33 +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 Change the "aresid" argument of vn_rdwr() from an int * to a size_t *, 1998-07-28 18:37:47 +00:00
ufs Change the "aresid" argument of vn_rdwr() from an int * to a size_t *, 1998-07-28 18:37:47 +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