| Age | Commit message (Expand) | Author |
| 2023-05-31 | Fix typo. | ad |
| 2022-05-30 | s/identifing/identifying/ and s/multipler/multiplier/ in comments. | andvar |
| 2022-05-04 | fix various typos in comments and log messages. | andvar |
| 2022-04-17 | fix various typos in comments. | andvar |
| 2021-11-01 | fix typos, mainly in words minimum and maximum, but also few others. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-10-28 | Add some #includes to make a few more header files compile. | riastradh |
| 2017-10-28 | Kill some more extern struct cfdriver declarations. | riastradh |
| 2017-08-09 | While ld(4) is MP safe, many backends are not. | mlelstv |
| 2017-08-09 | Don't wait for allocation in polling mode. | mlelstv |
| 2017-02-27 | refactor the ld(4) DIOCCACHESYNC hook into general ioctl hook, so that attach... | jdolecek |
| 2016-09-16 | modify ldattach() to have default strategy as a parameter | jdolecek |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2015-08-16 | Fix device_t/softc split bug. | msaitoh |
| 2015-08-16 | Fix a buffer pointer check in iop_msg_unmap(). The number of im_xfer | msaitoh |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-20 | make this compile again. | christos |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 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 |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2011-08-07 | Replace some wakeup_one(9) uses with mutex(9) or plain wakeup(9). | rmind |
| 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 |
| 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 |