| Age | Commit message (Expand) | Author |
| 2022-08-21 | Add -t option to print pmap as underlying RB tree. | mlelstv |
| 2020-11-04 | Restrict to root any command option that prints kernel addresses. | chs |
| 2020-03-22 | - Don't copy the entire namecache only to look up a few names. Walk the | ad |
| 2018-05-09 | handle field rename. | christos |
| 2017-10-04 | pmap: Refresh debugging facilities | kamil |
| 2015-12-14 | use ecalloc | christos |
| 2012-10-29 | fix format string | para |
| 2012-10-29 | get rid of not used uvm_map flag (UVM_MAP_KMAPENT) | para |
| 2012-02-19 | G/C VM_MAP_INTRSAFE flag | rmind |
| 2012-01-27 | extending vmem(9) to be able to allocated resources for it's own needs. | para |
| 2011-10-11 | Consistently use "%#"PRIxVADDR to print VA, not "0x%#"PRIxVADDR | tsutsui |
| 2011-06-12 | an_ref is now a uintptr_t. | mrg |
| 2009-12-14 | Fix typo in previous. | uebayasi |
| 2009-12-14 | Merge from matt-nb5-mips64; adapt to vaddr_t / vsize_t format specifiers. | uebayasi |
| 2009-04-13 | Fix WARNS=4 issues (-Wcast-qual -Wextra -Wsign-compare) | lukem |
| 2008-12-29 | handle 64 bit time_t/dev_t | christos |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-01-02 | remove no longer necessary lockdebug hacks. | yamt |
| 2007-12-24 | No need to list every file system type in this file. | ad |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-07-21 | VM_MAP_BUSY, VM_MAP_WANTLOCK are no more. | ad |
| 2007-06-29 | Add read-only support for SGI's Extent File System. | rumble |
| 2007-03-06 | Complete rename of hfsp to hfs, requested by thorpej. | dillo |
| 2007-03-05 | Integrate apmlabel and HFS+ file system. | dillo |
| 2007-03-04 | add casts. | christos |
| 2006-10-22 | "teach" about VT_PUFFS | pooka |
| 2006-06-24 | remove "XXX = <struct simplelock>" from -D output. | yamt |
| 2005-12-29 | Add preliminary support for System V Boot File System. | tsutsui |
| 2005-12-15 | Stub to pmap.c to avoid unhandled enumeration value error. Its only used | reinoud |
| 2005-09-10 | Initial addition of tmpfs, an efficient memory file-system. This project | jmmv |
| 2005-08-19 | 64 bit inode changes | christos |
| 2005-05-11 | Fix fallout from vm_anon changes | jmc |
| 2005-02-11 | use vm_map_{min,max}() instead of dereferencing the vm_map pointer directly. | chs |
| 2005-01-01 | sync with kernel. (vm_map_entry::flags) | yamt |
| 2004-11-10 | Add V_PTY | christos |
| 2004-02-10 | Deal with backing out of changes in: | matt |
| 2004-01-31 | Lint police. | atatat |
| 2004-01-29 | follow the kernel vm_map_entry allocation strategy change. | yamt |
| 2003-10-21 | Don't assign NULL to an integer. | fvdl |
| 2003-07-30 | eliminate v_id. | yamt |
| 2003-07-15 | strlcat | itojun |
| 2003-05-04 | Build main.c with LOCKDEBUG defined so that it gets the larger kbit | atatat |
| 2003-04-04 | Add some more intricate groveler options: | atatat |
| 2003-03-28 | Add the capability to dump the struct vm_amap and the am_anon, | atatat |
| 2003-02-27 | Clean up code in places, add some more (possible) submap names, make | atatat |
| 2003-02-23 | Oops. Missed some possible UVM_ET_IS*() macro uses. | atatat |
| 2003-02-22 | Properly print the VM_MAP_TOPDOWN flag if it is set, document the | atatat |
| 2003-01-08 | Make pmap work on LOCKDEBUG *and* non-LOCKDEBUG kernels (previously it | atatat |
| 2002-12-06 | Avoid a trigraph, and fix printf formats. | thorpej |
| 2002-10-29 | Don't truncate the vm_map_entry offset to 32-bits when printing. | thorpej |