| Age | Commit message (Expand) | Author |
| 2023-02-07 | Avoid using (1<<64)-1 for VM_MAX{,USER}_ADDRESS as rounding that up to | hgutch |
| 2021-02-26 | Say what 1UL<<39 (MAXDSIZ value) is in the comment. | simonb |
| 2020-10-06 | GC unused MAXTSIZ32 | christos |
| 2020-01-22 | Bump UBC defaults on sparc64 & aarch64, which already have a large pager_map. | ad |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-11-14 | Bump PAGER_MAP_DEFAULT_SIZE to 512 MB (like amd64 recently did). | martin |
| 2016-03-26 | Fix comment | martin |
| 2015-11-22 | Reduce the "MAXDSIZ" limit for bottom-up-VA (i.e. old binaries) processes | martin |
| 2015-11-15 | PR 32999: adjust VM parameters for 64 bit kernel/userlands. | martin |
| 2014-04-14 | Implement and enable TOPDOWN_VM. From Chuck Silvers. | martin |
| 2013-01-03 | Rearange VA layout for 64 bit kernels, as suggested by Lars Heidieker: | martin |
| 2010-11-14 | Move struct vm_page_md definition from vmparam.h to pmap.h, because | uebayasi |
| 2010-11-06 | Remove incomplete, never worked dynamic run-time memory registration | uebayasi |
| 2009-03-06 | Remove SHMMAXPGS from all kernel configs. Dynamically compute the | joerg |
| 2006-01-27 | Alter sparc64 bootstrap, catch up to ofwboot v1.9: | cdi |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-03-26 | Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses. | fvdl |
| 2003-10-21 | Don't use NULL in integer-type assignments/comparisons. | kleink |
| 2003-08-10 | remove some leftover cruft. | chs |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-01 | We use 8K VM pages on Sun4U, so make PAGE_SIZE, PAGE_SHIFT, and PAGE_MASK | thorpej |
| 2002-12-10 | Use __LDPGSZ (which must be == USRTEXT) as the text address for a.out | thorpej |
| 2002-09-22 | many improvements: | chs |
| 2002-09-03 | Increase the default stack limit to 2M (from 512K on sparc and 1M | thorpej |
| 2001-11-15 | MAXSLP is defined to be a machine-independent scheduling parameter, | soren |
| 2001-05-01 | Per discussion w/ chuck and chuck, restructure the md page stuff | thorpej |
| 2001-04-29 | Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data for | thorpej |
| 2001-02-16 | Define VM_MASUSER_ADDRESS32. | eeh |
| 2001-02-11 | Increase limits slightly. We're still not using all 32 address bits yet, | eeh |
| 2000-12-18 | - rename 32bit USRSTACK32, and define USRSTACK to that if !__arch64__, so that | mrg |
| 2000-09-28 | Separate user and kernel address spaces and move the kernel down to | eeh |
| 2000-08-31 | Add support for multiple memory segments. | eeh |
| 2000-07-13 | remove old (bogus) comment. | mrg |
| 2000-02-11 | Update for the NKMEMPAGES changes. | thorpej |
| 2000-01-26 | Remove obsoleted macros. | tsutsui |
| 1999-12-04 | CL* discarding. | ragge |
| 1999-11-20 | Limit buffers to 1/4 of the kernel address space. | eeh |
| 1999-04-26 | Garbage-collect the VM_MBUF_SIZE constant. Instead, use the size | thorpej |
| 1999-01-16 | MNN is no longer optional, remove dead code | chuck |
| 1998-08-13 | Merge paddr_t changes into the main branch. | eeh |
| 1998-07-08 | Define one page free list, and put all pages on it. | thorpej |
| 1998-06-20 | merge comment fix. | mrg |
| 1998-06-20 | Import of sparc64. | eeh |