summaryrefslogtreecommitdiff
path: root/sys/kern/exec_subr.c
AgeCommit message (Expand)Author
2001-11-12add RCSIDslukem
2001-07-14- add exec_read_from and make exec_elf32 use it.christos
2001-03-15eliminate the KERN_* error codes in favor of the traditional E* codes.chs
2000-11-27Initial integration of the Unified Buffer Cache project.chs
2000-11-058 spaces -> tabtv
2000-09-13Add an align argument to uvm_map() and some callers of thatthorpej
2000-08-02MALLOC()/FREE() are not to be used for variable sized allocations.thorpej
2000-08-01ANSI'ify.thorpej
2000-07-13Correct omissions inadvertantly introduced when the non-debugmjacob
2000-06-27remove include of <vm/vm.h>mrg
2000-06-21Add vmcmd_readvn (which was the 2nd halt of vmcmd_map_readvn).matt
2000-06-13make sure that the size we pass to uvm_map() is a multiple of PAGESIZE.chs
1999-07-07Handle misalignment in vmcmd_map_readvn and vmcmd_map_zero correctly.ws
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1998-08-04Abolition of bcopy, ovbcopy, bcmp, and bzero, phase one.perry
1998-07-28Don't cast the null residual pointer passed to vn_rdwr().thorpej
1998-02-23fix uvm-related protection error: we can't write protect thechuck
1998-02-10- add defopt's for UVM, UVMHIST and PMAP_NEW.mrg
1998-02-05initial import of the new virtual memory system, UVM, into -current.mrg
1996-09-30exec vnode locking protocol changes: in a nutshell, don't keep vnodescgd
1994-12-04Use common fdclose() rather than a private version.mycroft
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-23cast, also, use vm_map_protect rather than vm_protectcgd
1994-03-27expand uid_t/gid_t/off_tcgd
1994-01-28Fix spelling error in Copyright noticejtc
1994-01-16add function for FD handlingcgd
1994-01-13EXEC_DEBUG -> DEBUG, and trim extra debugging code, for nowcgd
1994-01-08de-macroify kill_vmcmds()cgd
1994-01-08far reaching but relatively minor cleanup and slight reorg of exec codecgd