| Age | Commit message (Expand) | Author |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-02-12 | Change old-style function defintions to C89 prototypes. | matt |
| 2011-11-24 | put back IPL_AUDIO and splaudio(), at the request of rmind. they are | mrg |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2011-08-24 | Add to pci_bus_devorder() an argument that tells the number of slots | dyoung |
| 2011-05-17 | PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional | dyoung |
| 2011-03-18 | Use vaddr_t for pc instead of uint32_t. | tsutsui |
| 2011-03-16 | Split device_t/softc. Tested on GXemul. | tsutsui |
| 2011-03-16 | Fix device_t/softc confusion. | tsutsui |
| 2011-03-16 | KNF and cosmetics. | tsutsui |
| 2011-03-16 | Fix signedness issue triggered by 64 bit time_t. | tsutsui |
| 2011-03-16 | Set sr_bits[IPL_HIGH] properly, rather than setting sr_bits[IPL_VM] twice. | tsutsui |
| 2011-03-16 | vr_intr_handler[] takes status for hardclock(9), not ipending. | tsutsui |
| 2011-03-16 | Avoid possible future device_t/softc confusion. | tsutsui |
| 2011-03-16 | Blindly prepare an equivalent function with old _spllower(~MIPS_INT_MASK_0) | tsutsui |
| 2011-03-10 | Set correct struct clockframe .intr value for hardclock(9). | tsutsui |
| 2011-02-26 | Explicitly include <mips/locore.h> for wbflush(). | tsutsui |
| 2011-02-20 | Merge forward matt-nb5-mips64 | matt |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2010-11-15 | struct cpu_info * deref needs sys/cpu.h. | uebayasi |
| 2010-06-06 | Add missing close-parenthesis; reported by Henning Petersen in PR 42526. | dholland |
| 2010-04-10 | workaround for port-hpcmips/42934 | jun |
| 2010-01-21 | Move arch-local variable to a better namespace to make build again. | pooka |
| 2009-12-12 | Remove `volatile' qualifier from argument types of | tsutsui |
| 2009-09-14 | Use device_private(), proper types or variables for device_t and softc. | tsutsui |
| 2009-09-14 | u_intNN_t -> uintNN_t | tsutsui |
| 2009-08-19 | Fix #41863, Missing "}". | jun |
| 2009-04-05 | Fix broken build from missing comma. (HI CHRISTOS!!) | dholland |
| 2009-03-18 | bcmp -> memcmp | cegger |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 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 |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-08-29 | Fix a fallout of device_t/softc split for com(4) devices. | tsutsui |
| 2008-06-11 | use device_lookup_private to get softc | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-04 | Account ci_idepth in VR_INTR() and TX_INTR, rather than cpu_intr() in | tsutsui |
| 2008-03-14 | Split device_t and softc for all com(4) devices (well, everything that | cube |
| 2008-02-18 | Remove unnecessary includes. | tsutsui |
| 2008-01-04 | Need sys/device.h | ad |
| 2007-12-15 | __FUNCTION__ -> __func__ | perry |
| 2007-12-03 | Interrupt handling changes, in discussion since February: | ad |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-05-17 | merge yamt-idlelwp branch. asked by core@. some ports still needs work. | yamt |
| 2007-05-11 | uvm.page_idle_zero now is a bool, not a 32bit value any more. | tsutsui |
| 2007-03-08 | Due to pointer arithmetic, convert local "page" variable from void* to char*. | he |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-12 | Tidy away wsmouse_input() abstractions and update | plunky |