| Age | Commit message (Expand) | Author |
| 2022-09-18 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2022-03-10 | powerpc: Implement bus_space_barrier as eieio. | riastradh |
| 2022-02-27 | evbppc/temac(4): Mark unused functions as such. | riastradh |
| 2022-02-17 | evbppc: fix typo from cfargs rototill. | riastradh |
| 2021-12-05 | s/decriptor/descriptor/ in comment. | msaitoh |
| 2021-10-21 | fix various typos, mainly in comments, but also in man pages and log messages. | andvar |
| 2021-08-20 | fix various typos in comments and log messages. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-08-03 | Switch evbppc/ibm4xx to generic evbppc (same as oea) kernel modules. | rin |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-03-30 | G/C misleading <evbppc/tlb.h>. Use <powerpc/ibm4xx/tlb.h> directly. | rin |
| 2021-03-30 | Move common global variables, i.e., phys_map, machine, and machine_arch to | rin |
| 2021-03-30 | Centralize cpu_reboot(). | rin |
| 2021-03-30 | G/C bootpath. | rin |
| 2021-03-29 | Make VIRTEX_* kernels compile. Not tested. | rin |
| 2020-11-21 | malloc(9) -> kmem(9) | thorpej |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2020-02-04 | Adopt <net/if_stats.h> | skrll |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-05-29 | KNF. No functional change. | msaitoh |
| 2019-05-29 | Whitespace fix. No functional change. | msaitoh |
| 2019-04-11 | Fix CVS Id usage | kamil |
| 2019-01-22 | Change MII PHY read/write API from: | msaitoh |
| 2018-07-15 | Retire ipkdb entirely. The option was removed from the config files | maxv |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-02-09 | Introduce softint-based if_input | ozaki-r |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-07-29 | Do not call setroot() from MD code and from MI code, which has | mlelstv |
| 2012-07-27 | Fix some -fno-common fallout | matt |
| 2012-07-22 | Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes | matt |
| 2012-07-22 | Silence a gcc warning. | matt |
| 2011-12-12 | Fix hangs-up. Remove "wrteei 1" in board's cpu_configure(). Interrupt | kiyohara |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-20 | Don't include *pmap.h in assembly files. Get the needed definitions | matt |
| 2011-06-20 | Change IBM4xx to use the common powerpc PIC framework. | matt |
| 2011-06-20 | Cleanup includes. (<net/netisr.h> is handled by softints, not MD anymore, | matt |
| 2011-06-18 | split device/softc (CFATTACH_DECL_NEW) | matt |
| 2011-06-15 | lcsplx is dead. remove last vestiges of it. | matt |
| 2011-06-12 | for booke and ibm4xx evbppc systems, set module_machine to to either | mrg |
| 2011-06-06 | More device_t, cfdata, CFATTACH_DECL_NEW cleanup. | matt |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2011-02-06 | - add support for using compressed images as splash images | jmcneill |
| 2011-01-17 | Kill _NOREGNAMES. Everything should be using %rX now. If it doesn't it | matt |
| 2011-01-17 | Add #include <machine/pcb.h> | matt |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |