| Age | Commit message (Expand) | Author |
| 2009-02-10 | In usb_reserve_allocm(), return an error immediately if the requested | drochner |
| 2008-06-28 | Add appropriate bus_dmamap_sync() calls to uhci(4), ohci(4) and ehci(4), | bouyer |
| 2008-05-21 | fix argument to usb_setup_reserve() (called from USB host adapter drivers) | drochner |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2004-12-21 | Implement an USB memory reserve. Allocate some memory per host controller | fvdl |
| 2004-01-05 | Fix bug in error path. From OpenBSD. | augustss |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2002-12-30 | extern references to debugging globals that really exist elsewhere | dsainty |
| 2002-07-11 | Get rid of trailing white space. | augustss |
| 2002-05-19 | Update dma memory access API a little. | augustss |
| 2001-11-13 | add RCSIDs | lukem |
| 2000-06-01 | Bring the coding style into the 80s, i.e., get rid of __P and use | augustss |
| 2000-04-27 | Change my email address. | augustss |
| 2000-03-27 | Change (almost) all static to Static. The symbol `Static' can then be defined | augustss |
| 2000-03-27 | Keep free block statistics. | augustss |
| 1999-12-18 | Make these files compile on 64 bit archs. | augustss |
| 1999-11-12 | A number of stylistic changes to increase readability (many suggested | augustss |
| 1999-10-12 | Stylistic changes. | augustss |
| 1999-09-13 | Rearrange the code a little so we can decide if we are in process | augustss |
| 1999-09-11 | * Move DMA buffer allocation to HC independent code. | augustss |
| 1999-09-09 | Change the internal API to allow DMA buffers to be pre-allocated by | augustss |
| 1999-08-22 | Move more of the transfer completion processing to HC independent code. | augustss |
| 1999-08-19 | make alpha compiler happy | mjacob |
| 1999-08-16 | Change DIAGNOSTIC behaviour a little. | augustss |
| 1999-08-14 | Some changes from FreeBSD (no functional differences). | augustss |
| 1999-08-02 | Another debug message. | augustss |
| 1999-06-05 | Very small formatting nit. | augustss |
| 1998-12-14 | Initialize field to indicate fragment block. | augustss |
| 1998-12-11 | Move spls around. | augustss |
| 1998-12-09 | Insert some splusb() since memory allocation and deallocation can | augustss |
| 1998-11-25 | Make the copyright header conform to the NetBSD template. | augustss |
| 1998-07-24 | Add special memory allocation routines that supports allocation | augustss |