summaryrefslogtreecommitdiffstats
path: root/sys/kern/exec_subr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* more stack direction fixes; art@ okmickey1999-11-051-1/+14
|
* a new way of mapping in exec for uvmart1999-02-261-1/+100
|
* Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (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 * ↵millert1998-07-281-2/+2
| | | | as its 9th argument so change that and clean up uses of vn_rdwr(). Fixes 549 + more
* OpenBSD tagsniklas1997-02-241-0/+1
|
* round RLIMIT_STACK; problem spotted by jfw@jfwhome.funhousecomderaadt1997-02-141-1/+1
|
* use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesderaadt1996-12-231-0/+45
|
* initial import of NetBSD treederaadt1995-10-181-0/+196