summaryrefslogtreecommitdiff
path: root/sys/kern/exec_subr.c
AgeCommit message (Collapse)Author
1999-11-05more stack direction fixes; art@ okMichael Shalayeff
1999-02-26a new way of mapping in exec for uvmArtur Grabowski
1998-07-28Return 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
1997-02-24OpenBSD tagsNiklas Hallqvist
1997-02-14round RLIMIT_STACK; problem spotted by jfw@jfwhome.funhousecomTheo de Raadt
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt