| Age | Commit message (Expand) | Author |
| 2022-05-31 | fix various typos in comments, documentation and messages. | andvar |
| 2022-05-04 | fix various typos in comments and log messages. | andvar |
| 2022-05-03 | fix various typos, mainly s/trasfering/transferring/ and s/theese/these/. | andvar |
| 2022-03-16 | s/paniced/panicked/ and s/borken/broken/ in comments. | andvar |
| 2021-12-05 | s/coresponding/corresponding/ in comment. | msaitoh |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-02 | For ports with __HAVE_LEGACY_INTRCNT, turn intrcnt[] and derived | rin |
| 2021-03-31 | Adjust the number of entries in the intrcnt array to match the number | simonb |
| 2021-01-25 | Remove #undefs against INTERRUPT_SAVEREG and INTERRUPT_RESTOREREG. | tsutsui |
| 2020-08-19 | Make sure pmap_kenter_pa(9) handles uncached mappings properly. | tsutsui |
| 2020-07-11 | Fix various typos of "system" in comments. Mainly copypasto errors. | nia |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2020-03-05 | miscelaneous -> miscellaneous in comment. | msaitoh |
| 2020-02-20 | G/C | skrll |
| 2020-02-17 | G/C LS{SLEEP,RUN,ONPROC} | skrll |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-08-21 | Spell pmap_bootstrap in comments correctly | skrll |
| 2019-06-03 | Fix typo in comment(s/similiar/similar/). | msaitoh |
| 2018-12-19 | Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently, | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2016-12-22 | switch all ports to use uvm_init.c:uvm_md_init() | cherry |
| 2014-03-24 | use cpu_{g,s}etmodel | christos |
| 2014-03-24 | avoid dup defs, use global macros | christos |
| 2013-11-07 | fix variable usage | christos |
| 2013-09-06 | Tab/whitespace cleanup. | tsutsui |
| 2012-10-13 | struct device * -> device_t, struct cfdata * -> cfdata_t | tsutsui |
| 2012-08-10 | Appease gcc -fno-common: | tsutsui |
| 2012-07-28 | Remove declartions of physmem | matt |
| 2012-07-27 | Remove safepri and use IPL_SAFEPRI instead. This may be defined in a MD | matt |
| 2012-01-27 | converting extent(9) from malloc(9) to kmem(9) | para |
| 2011-12-22 | Merge m68881_save() and m68881_restore() (using most common mvme68k ones). | tsutsui |
| 2011-12-12 | implement bdev_size(9) wrapper around d_psize() routine, so we can take | mrg |
| 2011-11-15 | Move spread getsfc() and getdfc() functions into common m68k/support.s. | tsutsui |
| 2011-06-14 | Fix merge botch. KERNBASE macro was split into KERNBASE3 and KERNBASE3X | tsutsui |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-06-03 | - remove simple_lock(9) and use atomic_ops(3) to account pmap reference count, | tsutsui |
| 2011-05-16 | - merge and move pasted m68k MD setreg() functions into m68k/m68k_machdep.c | tsutsui |
| 2011-03-04 | Refactor ps_strings access. Based on PK_32, write either the normal | joerg |
| 2011-02-08 | Remove clause 3 (UCB advertising clause) from the University of Utah | rmind |
| 2011-01-17 | Explicitly include <machine/pcb.h> for struct pcb. | tsutsui |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2010-10-15 | Make common kernel module binaries work on both sun3 and sun3x. | tsutsui |
| 2010-07-07 | enable usermode RAS for sun[23] also. | chs |
| 2010-02-25 | s/cpu_fork/cpu_lwp_fork/ in comment | skrll |
| 2010-02-08 | Remove separate mb_map. The nmbclusters is computed at boot time based | joerg |
| 2010-01-28 | Fix language. | mbalmer |
| 2009-12-10 | Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly | matt |
| 2009-12-10 | Rename L_ADDR to L_PCB and amend some comments accordingly. | rmind |