| Age | Commit message (Expand) | Author |
| 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 |
| 2004-04-23 | s/the the/the/ (only in sources that aren't regularly imported from | simonb |
| 2004-02-17 | Some fixes and formatting changes from jmc@openbsd. | wiz |
| 2004-02-10 | Deal with backing out of changes in: | matt |
| 2004-01-31 | Lint police. | atatat |
| 2004-01-31 | Unfold the KDEREF() macros a little, and tweak the LOCKDEBUG detection | atatat |
| 2004-01-29 | follow the kernel vm_map_entry allocation strategy change. | yamt |
| 2004-01-06 | Find the buf_map symbol, so that the submap can be labeled properly. | atatat |
| 2003-10-21 | Don't assign NULL to an integer. | fvdl |
| 2003-09-17 | redo the previous in a different way; use vm_map_min/max macros. | yamt |