| Age | Commit message (Expand) | Author |
| 2013-11-17 | Enable sljit and bpfjit on powerpc. | alnsn |
| 2013-05-16 | Complete the dosparts -> mbrparts conversion. Only x86k new uses dosparts | christos |
| 2013-04-27 | the bogus number police | christos |
| 2012-12-01 | Fix misspelling of acceptible (it's only acceptable with an 'a', not an 'i'). | mbalmer |
| 2012-10-13 | Adapt to the changed signature of pckbc_cnattach(). | jdc |
| 2012-08-17 | Update all kernel configs mentioning WSEMUL_* but not already including | abs |
| 2012-07-29 | Do not call setroot() from MD code and from MI code, which has | mlelstv |
| 2012-07-28 | Fix -fno-common fallout. | matt |
| 2012-01-27 | converting extent(9) from malloc(9) to kmem(9) | para |
| 2011-12-18 | WABPL is no longer considered experimental (has not been for some time) | dholland |
| 2011-11-22 | The rnd pseudo-device is not really optional, because it is in the same | tls |
| 2011-08-30 | Add getlabelusesmbr(), as proposed in | bouyer |
| 2011-07-17 | Switch more PowerPC ports having PCI support to new-style <sys/bus.h>. | dyoung |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-07-01 | Per discussion at | dyoung |
| 2011-06-30 | dependant -> dependent | wiz |
| 2011-06-30 | Modify mapiodev to take a third argument indicating whether the space | matt |
| 2011-06-22 | Add support pci_intr_setattr. | matt |
| 2011-06-20 | Don't include *pmap.h in assembly files. Get the needed definitions | matt |
| 2011-06-20 | Don't export USER_SR if _MODULE is defined. | matt |
| 2011-06-20 | Cleanup includes. (<net/netisr.h> is handled by softints, not MD anymore, | matt |
| 2011-06-20 | Don't expose port-specific if _MODULE is defined. | matt |
| 2011-06-20 | Cleanup powerpc param.h. If compiling a MODULE, ignore port-specific stuff. | matt |
| 2011-06-18 | Make a common genassym.cf (powerpc/genassym.cf) and then | matt |
| 2011-06-18 | struct device * -> device_t | matt |
| 2011-06-17 | intr.h must not include cpu due to deadly embrace with SOFTINT_COUNT. | matt |
| 2011-06-05 | Remove <machine/atomic.h>; use <sys/atomic.h> instead. | matt |
| 2011-05-17 | PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional | dyoung |
| 2011-04-26 | Remove Darwin, MACH and Mach-O support. | joerg |
| 2011-01-17 | Kill _NOREGNAMES. Everything should be using %rX now. If it doesn't it | matt |
| 2010-12-13 | Change definition of pc_bus_maxdevs to get a void * instead a pci_chipset_tag_t | matt |
| 2010-11-23 | Remove unused count from pseudo-device md. | hannken |
| 2010-11-13 | sys/device.h is not suitable for such low-level definitions. | uebayasi |
| 2010-04-24 | Support 64-bit imask for powerpc/pic. | kiyohara |
| 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-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(). | dyoung |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-02-06 | Changes to MEMORY_RBFLAGS option: | jym |
| 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-11-03 | Use aprint_* instead of printf, device_t/softc split. | rjs |
| 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 |