| Age | Commit message (Expand) | Author |
| 2013-10-17 | remove unused variables and __USE a debugging variable | christos |
| 2013-09-14 | #if 0 iop_status, but keep it for documentation purposes. | joerg |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-02-21 | Fix confusion about PRE/POST in previous; and another place that has the | bouyer |
| 2010-02-21 | Fix bus_dmamap_sync(): it should be a BUS_DMASYNC_POSTWRITE after | bouyer |
| 2010-02-19 | Don't mix BUS_DMASYNC_PREREAD and BUS_DMASYNC_POSTWRITE. | asau |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2008-09-14 | Use the physical address from the bus_dmamap_load() map, not the one from | mhitch |
| 2008-09-08 | Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h | gmcgarry |
| 2008-06-08 | Replace device_lookup() with device_lookup_private() on getting softc | tsutsui |
| 2008-06-08 | Fix up bus_dmamap_sync calls. | ad |
| 2008-05-05 | - Convert hashinit() to use kmem_alloc(). The hash tables can be large | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-06 | use aprint_*_dev and device_xname | cegger |
| 2007-12-05 | Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-16 | - Merge changes from the vmlocking branch. | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-15 | Replace some uses of lockmgr() / simplelocks. | ad |
| 2006-12-02 | Change kauth(9) KPI for kauth_authorize_device_passthru() to add another | elad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-08 | Replace securelevel checks with kauth(9) calls. | elad |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-04 | fix empty if. | christos |
| 2006-08-30 | - fix initializers | christos |
| 2006-08-23 | Acting as Elad's keyboard: | christos |
| 2006-04-14 | Coverity CID 1081: Avoid NULL deref. | christos |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-27 | A device that has just been detached can't be reconfigured. Coverity ID 2674. | bouyer |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-25 | kill a number of autoconf submatch functions which follow the | drochner |
| 2005-08-25 | replace the "locdesc_t" structure carrying the number of locators | drochner |
| 2005-05-30 | avoid variable shadowing. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-09-15 | oops, another typo, should fix report by taya | drochner |
| 2004-09-15 | actually pass the locators, | drochner |
| 2004-09-13 | a round of autoconf cleanup: | drochner |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2003-12-09 | Match Promise controllers. | ad |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-10-25 | Fix the previous differently. | mycroft |
| 2003-10-25 | Fix uninitialized variable warnings | christos |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-01-20 | Remove variable that is only assigned too but not referenced. | simonb |