Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned ↵ | Todd C. Miller | |
(size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * as its 9th argument so change that and clean up uses of vn_rdwr(). Fixes 549 + more | |||
1998-05-11 | compile if iov_base is void * | Theo de Raadt | |
1997-02-24 | OpenBSD tags | Niklas Hallqvist | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-17 | Removed vax ifdefed function from kern_subr.c (from NetBSD). | Michael Shalayeff | |
Do sync in the order of umount (vfs_syscals.c), as it was pointed by someone in NetBSD's lists. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |