| Age | Commit message (Expand) | Author |
| 2018-02-08 | Typos. | dholland |
| 2018-01-20 | Skip NVRAM checksum check and re-initialization on Milan. | tsutsui |
| 2017-10-25 | Use C99 initializer for filterops | maya |
| 2017-10-20 | move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() | jdolecek |
| 2017-10-07 | Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch | jdolecek |
| 2016-02-29 | PR/50868: David Binderman: Fix operator precedence. | christos |
| 2015-12-08 | Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of | christos |
| 2015-09-07 | Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2015-04-26 | Use C99-style initializers for struct dkdriver. | mlelstv |
| 2015-03-06 | rename NV_DEBUG to NVRAM_DEBUG | christos |
| 2015-01-02 | We have three sets of DTYPE_ constants in the kernel: | christos |
| 2015-01-01 | declare error | christos |
| 2014-12-31 | make more drivers use disk_ioctl, and add a dev parameter to it so that | christos |
| 2014-11-17 | PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macros | christos |
| 2014-11-15 | centralize the call unit / dialout macros | christos |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-25 | Add d_discard to all struct bdevsw instances I could find. | dholland |
| 2014-07-05 | Appease gcc48 -Wunused-but-set-variable warning. | tsutsui |
| 2014-03-29 | Make sure to acquire proc_lock mutex on calling psignal(9) in EV_WAKEUP(). | tsutsui |
| 2014-03-26 | kill sprintf | christos |
| 2014-03-24 | - remove unused | christos |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2014-02-19 | Fix kernel crash when a user tries to switch to nonexistent terminal. | tsutsui |
| 2013-01-26 | use sizeof(buffer) - 1, not sizeof(buffer - 1) | apb |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-07-31 | Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc | bouyer |
| 2012-07-26 | Revert, with intention of restoring in a less invasive way, the SATA Port | jakllsch |
| 2012-07-02 | Add sata Port MultiPlier (PMP) support to the ata bus layer, | bouyer |
| 2012-06-30 | Fix buffer overrun (off by one). PR port-atari/42717 | tsutsui |
| 2012-02-12 | Change old-style function defintions to C89 prototypes. | matt |
| 2011-10-04 | expand the attr array to hold all the bytes we store in it. | chs |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-30 | dependant -> dependent | wiz |
| 2011-06-10 | Split device_t/softc. Compile test only. | tsutsui |
| 2011-06-05 | A few missed device_t, cfdata_t cleanups | matt |
| 2011-06-05 | Split device_t/softc. Also rename some softc variables. Tested on TT030. | tsutsui |
| 2011-06-05 | Split device_t/softc. No crash on TT030. | tsutsui |
| 2011-06-05 | - use CFATTACH_DECL_NEW() (no softc) | tsutsui |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2011-02-08 | Remove clause 3 (UCB advertising clause) from the University of Utah | rmind |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2010-04-17 | extern inline -> static inline | tsutsui |
| 2010-04-13 | Misc KNF and cosmetics. | tsutsui |
| 2010-04-13 | Misc KNF. | tsutsui |
| 2010-04-13 | Misc KNF. | tsutsui |
| 2010-04-13 | Include "ioconf.h" to declare struct cfdriver foo_cd. | tsutsui |
| 2010-04-12 | Replace old MD sicallback functions with MI softint(9). | tsutsui |