| Age | Commit message (Expand) | Author |
| 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 |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2008-12-15 | More device_t/softc split fallout, this time in iop(4). Fix from | mhitch |
| 2008-09-14 | Use the physical address from the bus_dmamap_load() map, not the one from | mhitch |
| 2008-09-09 | Complete device_t/softc split for the ld(4) attachments. This should | tron |
| 2008-09-08 | Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h | gmcgarry |
| 2008-08-11 | Add a flags argument to the ld(4) flush handlers, and call these with a | simonb |
| 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-11 | Include machine/cputypes.h explicitly. | ad |
| 2008-05-10 | Fix a tyop in a comment. | simonb |
| 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 |
| 2008-02-11 | Don't get under the device_t abstraction by measuring the length | dyoung |
| 2007-12-05 | Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written | ad |
| 2007-12-01 | The I2O LAN stuff was never tested and is just more code to maintain - | ad |
| 2007-12-01 | I2OVERBOSE/opt_i2o.h were removed | ad |
| 2007-12-01 | Noisy printfs. | ad |
| 2007-11-16 | defopt I2OVERBOSE | christos |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-01 | Once again, use ether_ioctl() instead of (cmd == SIOCADDMULTI) ? | dyoung |
| 2007-08-26 | Constify. | dyoung |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | 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 |
| 2007-01-13 | Fix uninitialised warnings. All are false positives, except one which was | cube |
| 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-10-04 | fix empty if | christos |
| 2006-09-07 | remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. | dogcow |
| 2006-08-30 | - fix initializers | christos |
| 2006-08-30 | fix incomplete initializers. | christos |
| 2006-08-27 | undo previous. Andy says the struct is used in pkgsrc. | christos |
| 2006-08-27 | Sprinkle _KERNEL. | christos |
| 2006-08-23 | Acting as Elad's keyboard: | christos |
| 2006-04-14 | Coverity CID 1532: Off-by-one array overrun. | 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 |