summaryrefslogtreecommitdiffstats
path: root/sys/kern/exec_subr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ansi with a little knf. ok deraadt jsgtedu2011-06-291-28/+15
* grammar, spelling, and style fixes from bret lambert;jmc2006-11-141-2/+2
* don't call vn_rdwr() with IO_NODELOCKED when the vnode actually isn'tsturm2006-07-261-2/+2
* fix typo in commenthshoexer2004-11-231-2/+2
* vmcmd_map_readvn - don't map the initial mapping with X unless theart2003-05-091-7/+9
* simplify stack grownups (growndowns are not touched)mickey2002-12-191-6/+7
* Eliminate the use of KERN_SUCCESS outside of uvm/art2002-11-061-11/+10
* Remove a diagnostic check that I added when reorganizing the code.art2002-10-071-5/+1
* Move out the execution of vmcmds into a separate function.art2002-10-061-3/+36
* make it compile w/ DEBUG by syncing w/ exec.h; deraadt@ okmickey2002-10-021-2/+4
* Map stack pages without VM_PROT_EXECUTE. Notice that right now thisart2002-07-211-3/+3
* First round of __P removal in sysmillert2002-03-141-2/+2
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-191-8/+21
* Sync in more uvm changes from NetBSD.art2001-11-281-29/+14
* Merge in the unified buffer cache code as found in NetBSD 2001/03/10. Theart2001-11-271-1/+2
* Add an alignment argument to uvm_map that specifies an alignment hintart2001-11-071-4/+4
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-3/+1
* remove old vmart2001-06-271-29/+1
* KNFderaadt2001-06-221-28/+27
* ELF uses more than 5 vmcmds by default, so grow the default vmcmd set sizeart2001-02-221-13/+16
* Don't bomb when the length of pagedvn vm_cmd is not page aligned.art2000-11-061-2/+3
* Don't use MALLOC/FREE on variable sized allocations.art2000-09-261-6/+5
* 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
* 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