| Age | Commit message (Expand) | Author |
| 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 |
| 2003-09-17 | update lockdebug detection to follow uvm_map.h rev.1.35. | yamt |
| 2003-07-31 | remove remaining v_id. | yamt |
| 2003-07-30 | eliminate v_id. | yamt |
| 2003-07-24 | Though I cannot reproduce the failure (which I suspect is rather | atatat |
| 2003-07-15 | strlcat | itojun |
| 2003-05-04 | Build main.c with LOCKDEBUG defined so that it gets the larger kbit | atatat |
| 2003-04-16 | Sort options in usage. | wiz |
| 2003-04-16 | Sort options in SYNOPSIS, grammar fix. | wiz |
| 2003-04-04 | Add some more intricate groveler options: | atatat |
| 2003-03-29 | Introduce a "size_t" variable for use with sysctl(3). | he |
| 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 |