| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2019-04-03 | centralize setdisklabel(9) | christos |
| 2017-11-06 | Cleanup and clarify the ELFSIZE mess: | christos |
| 2016-12-22 | switch all ports to use uvm_init.c:uvm_md_init() | cherry |
| 2016-07-21 | make this compile. | christos |
| 2014-11-20 | use the inline bcdtobin and bintobcd directly instead through a macro. | christos |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-03-24 | - fix unused | christos |
| 2013-05-16 | Complete the dosparts -> mbrparts conversion. Only x86k new uses dosparts | christos |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-07-29 | Do not call setroot() from MD code and from MI code, which has | mlelstv |
| 2012-07-28 | Fix -fno-common fallout. | matt |
| 2012-07-28 | Remove declartions of physmem | matt |
| 2011-07-09 | cleanup machine includes | matt |
| 2011-02-20 | Merge from matt-nb5-mips64. | matt |
| 2011-02-01 | Cast to intptr_t before changing size of type. | matt |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2010-02-08 | Remove separate mb_map. The nmbclusters is computed at boot time based | joerg |
| 2009-12-16 | Remove unneeded variables. | matt |
| 2009-12-14 | Merge from matt-nb5-mips64 | matt |
| 2009-11-27 | - Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr. | rmind |
| 2009-11-26 | Kill proc0paddr. Use lwp0.l_addr instead. | matt |
| 2009-08-11 | Allow console speed to be overriden with "options CONSPEED=xxx". | simonb |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-16 | ANSIfy functions with function-pointer arguments | dsl |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-02-13 | Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" | apb |
| 2008-11-30 | As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap | martin |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-11-11 | It is not appropriate to call pmf_system_shutdown(9) from | dyoung |
| 2008-07-02 | Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@. | ad |
| 2008-05-26 | Remove all initialization of obsolete ci_divisor_recip in | tsutsui |
| 2008-01-09 | Fix typo in macro name and comments. | wiz |
| 2008-01-08 | Add timecounter support for sbmips machines and Broadcom SiByte CPUs. | simonb |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-03 | Interrupt handling changes, in discussion since February: | ad |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-10-08 | Merge brelse() changes from the vmlocking branch. | ad |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-05-17 | merge yamt-idlelwp branch. asked by core@. some ports still needs work. | yamt |
| 2007-03-06 | Fix some caddr_t rototill fallout. | simonb |
| 2007-03-05 | semimechanically convert 'void foo' -> 'void *foo', as part of the continuing | dogcow |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-12-21 | merge yamt-splraiseipl branch. | yamt |
| 2006-11-25 | Replace the myriad copies of bounds_check_with_label() with a single MI | scw |
| 2006-09-14 | Convert sbmips to generic TODR. ok simonb@. | gdamore |