| Age | Commit message (Expand) | Author |
| 2003-11-01 | track map entries and free spaces using red-black tree | yamt |
| 2003-10-01 | ansi'fy. | enami |
| 2003-09-10 | Swap where the vm map's max and min offset are stored so that they can be | enami |
| 2003-02-20 | Introduce "top down" memory management for mmap()ed allocations. This | atatat |
| 2002-11-02 | /*CONTCOND*/ while (0)'ed macros | perry |
| 2002-09-22 | add a new flag VM_MAP_DYING, which is set before we start | chs |
| 2001-10-03 | protect against traditional macro expansion. | christos |
| 2001-09-09 | create a new pool for map entries, allocated from kmem_map instead of | chs |
| 2001-06-26 | Reduce some complexity in the fault path -- Rather than maintaining | thorpej |
| 2001-06-02 | replace vm_map{,_entry}_t with struct vm_map{,_entry} *. | chs |
| 2001-05-26 | replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}. | chs |
| 2001-05-25 | remove trailing whitespace. | chs |
| 2001-03-15 | eliminate the KERN_* error codes in favor of the traditional E* codes. | chs |
| 2001-02-18 | clean up DIAGNOSTIC checks, use KASSERT(). | chs |
| 2000-12-13 | Use single const char array instead of over 200 string constant. | enami |
| 2000-09-13 | Add an align argument to uvm_map() and some callers of that | thorpej |
| 2000-08-16 | Garbage-collect a constant that nothing uses. | thorpej |
| 2000-08-12 | Use ltsleep in a loop instead of simple_unlock/tsleep/goto try_again | sommerfeld |
| 2000-06-26 | restore a dropped #ifdef _KERNEL | mrg |
| 2000-06-26 | <vm/vm_map.h> gets merged into <uvm/uvm_map.h> | mrg |
| 2000-03-29 | Remove redundant decl for uvmspace_fork() - it's in <uvm/uvm_extern.h>. | simonb |
| 2000-03-26 | Merge parts of chs-ubc2 into the trunk: | kleink |
| 1999-06-21 | Protect prototypes, certain macros, and inlines from userland. | thorpej |
| 1999-05-26 | Change the vm_map's "entries_pageable" member to a r/o flags member, which | thorpej |
| 1999-05-23 | implement madvice() for MADV_{NORMAL,RANDOM,SEQUENTIAL}, others are not yet d... | mrg |
| 1999-05-20 | Make a slight modification of pmap_growkernel() -- it now returns the | thorpej |
| 1999-03-25 | remove now >1 year old pre-release message. | mrg |
| 1998-10-11 | remove unused share map code from UVM: | chuck |
| 1998-08-31 | Back out previous; I should have instrumented the benefit of this one | thorpej |
| 1998-08-31 | Use the pool allocator and the "nointr" pool page allocator for vm_map's. | thorpej |
| 1998-08-13 | Merge paddr_t changes into the main branch. | eeh |
| 1998-02-10 | - add defopt's for UVM, UVMHIST and PMAP_NEW. | mrg |
| 1998-02-10 | add/cleanup multiple inclusion protection. | perry |
| 1998-02-07 | restore rcsids | mrg |
| 1998-02-07 | prototype for uvm_map_checkprot() moved to uvm_extern.h. | chs |
| 1998-02-06 | RCS ID police. | thorpej |
| 1998-02-05 | initial import of the new virtual memory system, UVM, into -current. | mrg |