| Age | Commit message (Expand) | Author |
| 2010-03-18 | Support Plathome's OpenBlockS600. | kiyohara |
| 2010-03-18 | Support PowerPC 405EX/EXr. | kiyohara |
| 2010-03-18 | Support PowerPC 405EX/EXr. | kiyohara |
| 2010-03-10 | Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595. | kiyohara |
| 2010-03-10 | Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595. | kiyohara |
| 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-03-03 | Fix some historical powerpc curiocity which had kernfs depend on | pooka |
| 2010-03-02 | Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass. | matt |
| 2010-02-27 | Spell "exception" properly. | snj |
| 2010-02-25 | Adapt to <spr.h> breakup. | matt |
| 2010-02-08 | Remove separate mb_map. The nmbclusters is computed at boot time based | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-12-31 | Remove unused variable, makes VIRTEX_* kernels compile again. | freza |
| 2009-12-24 | Fix interrupt number. | kiyohara |
| 2009-12-24 | Add COMPAT_50. | kiyohara |
| 2009-12-23 | unifdef -D UGEN_BULK_RA_WB | pooka |
| 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-21 | Use lwp_getpcb() on mips, powerpc and sh3, clean from struct user usage. | rmind |
| 2009-11-07 | Add a flags argument to pmap_kenter_pa(9). | cegger |
| 2009-11-05 | Use deviter(9) instead of accessing alldevs directly. Untested. | dyoung |
| 2009-10-25 | Remove obscenity from comments. | ahoka |
| 2009-09-22 | Split device_t/softc. Tested only on cs at ofisa on shark. | tsutsui |
| 2009-08-21 | Bump SYMTAB_SPACE. | tsutsui |
| 2009-05-18 | apply the change from PR 40289 - use ppc405 on openblocks ppc405 kernel. | mrg |
| 2009-05-11 | Bump SYMTAB_SPACE so that it fits again. | he |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 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-02-06 | Changes to MEMORY_RBFLAGS option: | jym |
| 2009-01-03 | remove esl (KIYOHARA Takashi) | christos |
| 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-13 | LKM -> MODULAR | 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-08-08 | Make the console on com0 detection work again. | hannken |
| 2008-08-08 | Remove an unneeded include to make it compile again. | hannken |
| 2008-07-31 | Add "options WAPBL" to standard GENERIC/INSTALL type configs. | simonb |
| 2008-07-07 | Remove SEM{MNI,MNS,UME,MNU} and SHMMAXPGS. | kiyohara |
| 2008-07-04 | Fix config error. required to include files.bluetooth. | kiyohara |
| 2008-07-02 | Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@. | ad |
| 2008-06-11 | use device_lookup_private to get softc | cegger |