| Age | Commit message (Expand) | Author |
| 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-12-05 | Remove the portalfs kernel file system driver. Replace mount_portal(8) | pooka |
| 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-11-04 | Apply workaround for an ld bug which creates an empty .rel.dyn section. | skrll |
| 2009-10-21 | Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder). | snj |
| 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-12 | Remove many magic numbers for addresses and interrupt numbers, and use | simonb |
| 2009-08-11 | Allow console speed to be overriden with "options CONSPEED=xxx". | simonb |
| 2009-04-03 | Remove obsolete LIBSA_USE_MEMCPY and LIBSA_USE_MEMSET. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2009-03-16 | Correct the sense of the check for LIBSA_NO_FS_CLOSE; restores buildability. | he |
| 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-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 |
| 2009-02-13 | Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" | apb |
| 2009-01-24 | add COMPAT_50 to all the configs with COMPAT_40. | mrg |
| 2009-01-12 | Replace time_t values in libsa sources with the following two types | tsutsui |
| 2009-01-12 | WARNSfy | tsutsui |
| 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 | Bump SYMTAB_SPACE so that it fits again. | he |
| 2008-08-10 | Add accept filters to GENERIC kernels where they exist. | tls |
| 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-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-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-02-20 | Since files.wscons et al. are included by ~all ports anyway, include | drochner |
| 2008-01-20 | Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, | joerg |
| 2008-01-19 | Bump SYMTAB_SPACE to by 10000 bytes ot 310000 so that it fits again. | he |
| 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-31 | Remove systrace. Ok core@. | ad |
| 2007-12-05 | Bump SYMTAB_SPACE so that it fits again. | he |
| 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 |