| Age | Commit message (Expand) | Author |
| 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-25 | Adapt to <spr.h> breakup. | 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-08-19 | isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t. | dyoung |
| 2009-08-19 | Define isa_detach_hook() to fix bebox build. | dyoung |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2009-03-17 | Make putchar() conform to the stand.h prototype, so that this builds again. | he |
| 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-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-02-06 | Fix some whitespace and indentation. No functional change. | jym |
| 2009-01-24 | add COMPAT_50 to all the configs with COMPAT_40. | mrg |
| 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-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-06-11 | Enable siop and scsi bus/devices. | kiyohara |
| 2008-06-11 | Fix use pci clock for siop(4), set value "use_pciclock" is 1 by | kiyohara |
| 2008-06-07 | Fix waiting for the input from keyboard after "Boot: " is displayed in frame | kiyohara |
| 2008-06-07 | Fix spl disable at boot time. | kiyohara |
| 2008-05-30 | Add options COMPAT_40 to files which have options COMPAT_30. | tsutsui |
| 2008-05-30 | Renewal GENERIC and files.bebox. | kiyohara |
| 2008-05-30 | Remove unused prototype for function. | kiyohara |
| 2008-05-30 | Support genfb console. | kiyohara |
| 2008-05-26 | Split boot/boot_com0/boot_vga. | kiyohara |
| 2008-05-25 | Integrated to powerpc-mkbootimage. Obsoleted. | kiyohara |
| 2008-05-25 | Integrated to powerpc-mkbootimage. Obsoleted. | kiyohara |
| 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-26 | Remove printf() when VGA vendor is case Diamond and Matrox. Moreover | kiyohara |
| 2008-03-26 | We might be able to use VGA. Please comment out for line '-DCONS_SERIAL' | kiyohara |
| 2008-03-26 | Cleanup bebox_{enable,disable,get}_irq(). | kiyohara |
| 2008-03-16 | Remove unnecessary comment-outed call. | kiyohara |
| 2008-03-16 | Remove TEXTADDR. We start to 0x100000. | kiyohara |
| 2008-03-01 | cnscan() should return -1 (no input) if there is no console device. | tsutsui |
| 2008-02-20 | Since files.wscons et al. are included by ~all ports anyway, include | drochner |
| 2008-02-17 | USER_SR defines 10, like prep. | kiyohara |
| 2008-02-17 | Interrupt setting of PCI from 3.1. In present interrupt, 32 | kiyohara |
| 2008-02-14 | Don't include <powerpc/oea/pmap.h>, use <powerpc/pmap.h> instead. | he |
| 2008-02-12 | Introduce device_find_by_xname and device_find_by_driver_unit to replace | joerg |