| Age | Commit message (Expand) | Author |
| 2010-03-07 | add uhso(4) device where appropriate | 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-03 | Remove extra parenthesis. Found by cppcheck, reported by | wiz |
| 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-05 | Use deviter(9) instead of accessing alldevs directly. Untested. | dyoung |
| 2009-08-19 | isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t. | dyoung |
| 2009-08-19 | Define isa_detach_hook(). | dyoung |
| 2009-03-18 | bzero -> memset | cegger |
| 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 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 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-24 | add COMPAT_50 to all the configs with COMPAT_40. | mrg |
| 2009-01-12 | Warning options should be in CFLAGS, not CPPFLAGS. | tsutsui |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 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-10-25 | Use ${TOOL_SED} instead if plain sed in Makefiles. | apb |
| 2008-09-13 | Put a missing newline. | tsutsui |
| 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-05-30 | Add options COMPAT_40 to files which have options COMPAT_30. | tsutsui |
| 2008-05-01 | Squeeze 14k out of the INSTALL_SMALL image. Still too big. (by 49k) | garbled |
| 2008-04-30 | Remove prep's copy of mkbootimage | garbled |
| 2008-04-30 | Convert prep to use the new unified mkbootimage rather than it's own. This | garbled |
| 2008-04-29 | Convert to new 2 clause license | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-28 | Add floppy support to prep (the croud goes wild) | garbled |
| 2008-03-29 | Fix more direct references to cd_devs to device_lookup_private | matt |
| 2008-03-29 | Don't use device_private on xx_cd.cd_devs[n], | matt |
| 2008-03-29 | Don't use device_lookup to get softc, use device_lookup_private. | matt |
| 2008-03-29 | One more missed file on migration of struct device sc_dev -> device_t sc_dev. | tsutsui |
| 2008-03-29 | Use CFATTACH_DECL_NEW(). | tsutsui |
| 2008-03-29 | We have to use device_private() to get softc from cd_devs[]. | tsutsui |
| 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-01 | cnscan() should return -1 (no input) if there is no console device. | tsutsui |
| 2008-02-29 | Remove GENERIC.local from the repository | jmmv |
| 2008-02-20 | Since files.wscons et al. are included by ~all ports anyway, include | drochner |
| 2008-02-13 | options<space><tab> | tsutsui |
| 2008-02-05 | Ifdef out all the MPC601 code with PPC_OEA601. Now only arches that have the | garbled |
| 2008-01-20 | Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, | joerg |