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