| Age | Commit message (Expand) | Author |
| 2010-03-07 | add uhso(4) device where appropriate | plunky |
| 2010-03-06 | use a MI major number for uhso(4) driver | plunky |
| 2010-03-06 | add major device for usho(4) driver | plunky |
| 2010-02-19 | Bump SYMTAB_SPACE so that it fits again. | he |
| 2010-02-08 | Remove separate mb_map. The nmbclusters is computed at boot time based | joerg |
| 2010-01-22 | Unify the name of the device property to hold a MAC address - there was | martin |
| 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-11-23 | If cpu_disklabel includes struct dkbad, define __HAVE_DISKLABEL_DKBAD. | pooka |
| 2009-10-26 | Fix a typo in a comment. | snj |
| 2009-08-21 | Use bus_dmamem_common. | thorpej |
| 2009-08-19 | Define, and hook into the isa_chipset_tag_t, pcib_isa_detach_hook(). | dyoung |
| 2009-08-19 | (Re-)define isa_detach_hook(), and define isa_dmadestroy(). Update | dyoung |
| 2009-08-13 | Move MID_MACHINE to <mips/mips_param.h> and use local values so we don't | matt |
| 2009-08-12 | Nuke a.out support for MIPS. | matt |
| 2009-08-11 | Use arch/mips/files.bonito | matt |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2009-03-06 | Remove SHMMAXPGS from all kernel configs. Dynamically compute the | joerg |
| 2008-11-30 | As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap | martin |
| 2008-11-24 | Remove softdep, pass 1. We are focused on improving journalling. | ad |
| 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-10-25 | Use ${TOOL_SED} instead if plain sed in Makefiles. | apb |
| 2008-09-27 | Bump SYMTAB_SPACE so that the contents fits again. | he |
| 2008-07-31 | Add "options WAPBL" to standard GENERIC/INSTALL type configs. | simonb |
| 2008-07-02 | Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@. | ad |
| 2008-06-04 | vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. | ad |
| 2008-05-30 | Add options COMPAT_40 to files which have options COMPAT_30. | tsutsui |
| 2008-05-26 | Remove all initialization of obsolete ci_divisor_recip in | tsutsui |
| 2008-05-11 | Bump SYMTAB_SPACE so it fits again. | he |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-29 | Don't forget to initialize sc_dev. | tsutsui |
| 2008-03-28 | Split device_t and softc for MI mc146818 clock, | tsutsui |
| 2008-03-18 | Split device_t and softc for ATA devices, as well as wd(4). Other | cube |
| 2008-03-14 | Split device_t and softc for all com(4) devices (well, everything that | cube |
| 2008-03-07 | Split the softc from the device_t for all lpt(4) variants and attachments | cube |
| 2008-02-29 | Use pmf_device_register1() instead of shutdownhook_establish() to | dyoung |
| 2008-02-20 | Since files.wscons et al. are included by ~all ports anyway, include | drochner |
| 2008-02-03 | Remove an unnecessary initializer. | tsutsui |
| 2008-01-20 | Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, | joerg |
| 2008-01-10 | Move todr_attach(9) calls from each MD attachment to MI mc146818_attach(). | tsutsui |
| 2008-01-10 | Cycles per second values read from the CP0 counter should be doubled | tsutsui |
| 2008-01-09 | Fix typo in macro name and comments. | wiz |
| 2008-01-09 | Add options SYMTAB_SPACE for ksyms(4) and ddb(4). | tsutsui |
| 2008-01-09 | Fix another botch on migration to MI mips3_clock.c for algor in 2006: | tsutsui |
| 2008-01-09 | Fix botch on MI todr(9) migration of algor on September 2006: | tsutsui |
| 2008-01-04 | Fix includes. | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |