| Age | Commit message (Expand) | Author |
| 2017-10-04 | pmap: Refresh debugging facilities | kamil |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2017-06-09 | rearrange sys/mount.h so that all of the kernel-only parts are together | chs |
| 2016-12-23 | for 64 bit mips platforms where we built userland largely as n32 by | mrg |
| 2016-12-22 | add the member name to an error string so we know what object failed | mrg |
| 2016-01-23 | Define _KERNTYPES for things that need it. | christos |
| 2015-12-14 | use ecalloc | christos |
| 2015-12-13 | PR/50546: David Binderman: Fix bad sizeof | christos |
| 2014-04-13 | Change some standard exit status text to ".Ex -std" | snj |
| 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-25 | Move getuid() out of the loop, uid should not change behind our back. KNF. | jym |
| 2011-10-25 | kill(2) might not be a good test after all, users can send signals | jym |
| 2011-10-18 | Disallow printing of kernel mappings if we are not root. | jym |
| 2011-10-11 | Consistently use "%#"PRIxVADDR to print VA, not "0x%#"PRIxVADDR | tsutsui |
| 2011-06-23 | Don't give out information about processes we can't control. | christos |
| 2011-06-12 | an_ref is now a uintptr_t. | mrg |
| 2011-05-26 | Default to -Wno-sign-compare -Wno-pointer-sign for clang. | joerg |
| 2010-05-14 | Explicitly close quote. | joerg |
| 2010-03-22 | Use .In instead of .Aq Pa for header files. | joerg |
| 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 |
| 2009-02-15 | Add Xref to pmap(9), from Anon Ymous. | wiz |
| 2008-12-29 | handle 64 bit time_t/dev_t | christos |
| 2008-06-17 | From skd: Delete kernel_floor tests. They don't make sense on amd64. | christos |
| 2008-04-30 | Convert TNF licenses to new 2 clause variant | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-01-12 | Fix a small grammatical error. | mkirby |
| 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-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 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 |