| Age | Commit message (Expand) | Author |
| 2022-09-27 | Remove unnecessary sys/malloc.h include | skrll |
| 2022-05-23 | s/boundries/boundaries/, s/itterate/iterate/ and few more typos. | andvar |
| 2021-08-24 | lower case for hex numbers. | skrll |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-08-13 | Trailing whitespace | skrll |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-12-09 | Remove <sys/param.h> include and assume users already include that. | martin |
| 2020-11-20 | malloc(9) -> kmem(9) | thorpej |
| 2020-02-24 | 0x%p --> %p for non-external codes. | rin |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2018-11-17 | Add xname to footbridge_pci_intr_establish(). | rjs |
| 2018-10-23 | Fix printf format strings - pci_intr_handle_t is uint64_t now on arm | jmcneill |
| 2018-06-01 | include <sys/param.h> for the cddl proc.h vs our lwp.h. | mrg |
| 2018-03-16 | use designated initializer to make adaptability and flexibility for changing ... | ryo |
| 2017-06-13 | Use devmap if available | skrll |
| 2017-04-19 | Use designated initialisers and fix build in process. | skrll |
| 2016-01-25 | protect locore. | christos |
| 2016-01-25 | Move the ipl_cookie_t definition earlier, since the mutex internal impl | christos |
| 2016-01-25 | This is a mess: | christos |
| 2015-10-02 | PCI Extended Configuration stuff written by nonaka@: | msaitoh |
| 2014-09-13 | Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_t | matt |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-04-02 | Defer intr evcnt_attach to cpu_configure | matt |
| 2014-03-30 | wrap a few lines | christos |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2014-03-26 | kill sprintf | christos |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2014-02-22 | Don't manipulate the pte to get uncached memory, use PMAP_NOCACHE instead. | matt |
| 2014-02-04 | _setsoftintr is long dead. reap any leftovers from arm. | matt |
| 2013-11-17 | Remove unused variables. | skrll |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-10-11 | Complete the device_t/softc split I attempted previously. | skrll |
| 2012-10-11 | Remove files not used since Sep 2006 | skrll |
| 2012-10-10 | Update comments to reflect the real function prototypes. | skrll |
| 2012-09-21 | Switch to the generic bounce buffer support. | matt |
| 2012-09-18 | Add bounce buffer support for ARM bus_dma(9). Add macros to help initialize | matt |
| 2012-06-10 | Remove unused __NEWINTR defines | skrll |
| 2012-02-12 | Change old-style function defintions to C89 prototypes. | matt |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-30 | dependant -> dependent | wiz |
| 2011-05-17 | PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional | dyoung |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2011-04-04 | Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9), | dyoung |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2010-11-22 | Fix thinko in previous. | skrll |
| 2010-11-18 | Implement footbridge_io_bs_mmap. | skrll |
| 2010-11-18 | Whitespace. | skrll |
| 2010-11-18 | Comment KNF. | skrll |
| 2010-11-18 | Remove commented out setting of SDRAM_MEMORY_ADDR - it's set later on. | skrll |