| Age | Commit message (Expand) | Author |
| 1998-09-13 | Make copyrights consistent; remove extra trailing spaces, change reformatted | christos |
| 1998-09-08 | Implement vm_exit(), which frees VM resources when a process finishes | thorpej |
| 1998-09-06 | Panic instead failing the syscall on an impossible condition (from Robert Elz). | pk |
| 1998-09-06 | Fix UIO_SYSSPACE / UIO_USERSPACE confusion in the new swappath code. | drochner |
| 1998-09-05 | Assign copyright to TNF. | christos |
| 1998-08-30 | add missing label | drochner |
| 1998-08-29 | add sys/swap.h, and not that vm/vm_swap.h should go away later. | mrg |
| 1998-08-29 | move <vm/vm_swap.h> to <sys/swap.h>. <vm/vm_swap.h> still works for now (goes... | mrg |
| 1998-08-29 | add a `char se_path[PATH_MAX]' member to struct swapent, that | mrg |
| 1998-08-28 | Add a waitok boolean argument to the VM system's pool page allocator backend. | thorpej |
| 1998-08-24 | vm_page_bootstrap takes vaddr_t *'s not paddr_t *'s | mrg |
| 1998-08-18 | Fix missing ;, pointed out by Erik Bartelsen, PR #5987. | thorpej |
| 1998-08-15 | Assign my copyrights to TNF. | mycroft |
| 1998-08-13 | Oops, lots of missed vm_offset_t -> vaddr_t changes. | thorpej |
| 1998-08-13 | Second arg of vm_map_insert() is/was a vm_object_t. | thorpej |
| 1998-08-13 | Merge paddr_t changes into the main branch. | eeh |
| 1998-08-09 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-07-31 | Allow an alternate splimp-protected map to be specified in the pool page | thorpej |
| 1998-07-28 | Don't cast the null residual pointer passed to vn_rdwr(). | thorpej |
| 1998-07-26 | Fix missing semi-colon | simonb |
| 1998-07-24 | Implement kmem_{alloc,free}_poolpage(). These functions use pmap hooks to | thorpej |
| 1998-07-23 | Update pool_* functions to new interface. | pk |
| 1998-07-12 | GCC erroneously thinks used_vnode_size (a quad) is uninitialized on m68k. | thorpej |
| 1998-07-08 | Add a "free_list" to UVM's vm_physseg, indicating which free list the | thorpej |
| 1998-07-07 | Add support for mmap'ing disk block devices. | thorpej |
| 1998-06-24 | Always include fifos; "not an option any more". | sommerfe |
| 1998-06-22 | defopt for options FIFO | sommerfe |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-06-10 | dev_pager_alloc panic workaround for arm32 - temporary. | tv |
| 1998-05-30 | Per XSH98, const'ify the `addr' arguments to mlock() and munlock(). | kleink |
| 1998-05-19 | It is no longer necessary for pmap_pinit() and pmap_release() to be | thorpej |
| 1998-05-19 | Nuke #if 0'd pmap_bootstrap() declaration. | thorpej |
| 1998-05-10 | reject attempts to map an immutable or append-only file, shared with | mrg |
| 1998-05-09 | Use size_t to pass the length of the memory region to operate on to chgkprot(), | kleink |
| 1998-04-30 | Pass vslock() and vsunlock() a proc *, rather than implicitly operating | thorpej |
| 1998-04-09 | Allocate kernel virtual address space for the U-area before allocating | thorpej |
| 1998-03-31 | free correct page in incomplete section of MNN, as pointed | chuck |
| 1998-03-30 | Mark scheduler() and uvm_scheduler() as never returning. | mycroft |
| 1998-03-28 | Per XPG, if the file descriptor argument to mmap() refers to a file whose | kleink |
| 1998-03-27 | Split vmspace_alloc() into vmspace_alloc() and vmspace_init(). The latter | thorpej |
| 1998-03-26 | correctly count ru_majflt. the fix pulled in from pr#1397 is incorrect. | chuck |
| 1998-03-25 | PAGE_SHIFT, PAGE_MASK, and PAGE_SIZE are all short-hand for kernel variables. | thorpej |
| 1998-03-20 | VM_PSTRAT_RANDOM does not use varible x. #ifdef x's definition. | phil |
| 1998-03-19 | Make the previous change `atomic'. | thorpej |
| 1998-03-19 | When unsharing or execing, deactivate the old vmspace before reassigning | thorpej |
| 1998-03-12 | Add vm_page_alloc1() and vm_page_free1(), which allocate/free single | thorpej |
| 1998-03-03 | As in UVM, automatically convert MAP_PRIVATE device mappings to MAP_SHARED. | mycroft |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-02-23 | Add a diagnostic panic() to catch attempts to call vm_page_unwire() with | drochner |
| 1998-02-19 | Add "storage" arguments (all NULL) to pool_create() and pool_prime(). | pk |