summaryrefslogtreecommitdiff
path: root/sys/kern/exec_subr.c
AgeCommit message (Expand)Author
2002-12-19simplify stack grownups (growndowns are not touched)Michael Shalayeff
2002-11-06Eliminate the use of KERN_SUCCESS outside of uvm/Artur Grabowski
2002-10-07Remove a diagnostic check that I added when reorganizing the code.Artur Grabowski
2002-10-06Move out the execution of vmcmds into a separate function.Artur Grabowski
2002-10-02make it compile w/ DEBUG by syncing w/ exec.h; deraadt@ okMichael Shalayeff
2002-07-21Map stack pages without VM_PROT_EXECUTE. Notice that right now thisArtur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-27Merge in the unified buffer cache code as found in NetBSD 2001/03/10. TheArtur Grabowski
2001-11-07Add an alignment argument to uvm_map that specifies an alignment hintArtur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-06-27remove old vmArtur Grabowski
2001-06-22KNFTheo de Raadt
2001-02-22ELF uses more than 5 vmcmds by default, so grow the default vmcmd set sizeArtur Grabowski
2000-11-06Don't bomb when the length of pagedvn vm_cmd is not page aligned.Artur Grabowski
2000-09-26Don't use MALLOC/FREE on variable sized allocations.Artur Grabowski
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 (size_t...Todd C. Miller
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