| Age | Commit message (Expand) | Author |
| 2019-02-03 | - add or adjust /* FALLTHROUGH */ where appropriate | mrg |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-01-20 | Handle yet another atari specific quirk in the MI ISA fdc(4)/fd(4) driver. | tsutsui |
| 2015-12-08 | Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of | christos |
| 2015-04-26 | Use C99-style initializers for struct dkdriver. | mlelstv |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2015-01-02 | We have three sets of DTYPE_ constants in the kernel: | christos |
| 2014-12-31 | make more drivers use disk_ioctl, and add a dev parameter to it so that | christos |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 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-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-05-29 | phase 1 of disk geometry cleanup: | christos |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-08-11 | Keep condvar wmesg within 8-char limit | pgoyette |
| 2010-08-08 | move a debug printf to FD_DEBUG. | chs |
| 2010-03-16 | Allow this driver to build for ofppc as well. | he |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-06-05 | Add support for DIOCGDISKINFO to disk like device drivers. Change | haad |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2008-12-29 | fdcintr1 requires the mutex to be held. | mlelstv |
| 2008-12-24 | Set all default geometry parameters (not only secpercyl and secsize) | tsutsui |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-05-03 | after the "struct disk" is finished with, it should be | plunky |
| 2008-04-30 | - If x86, trust the nvram and elminate long probe delays. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-11 | make this build with FD_DEBUG | cegger |
| 2008-03-29 | PPC systems predating prep and running the mvmeppc port | mlelstv |
| 2008-03-16 | Split device_t and softc for the ... wait for it ... [air quotes] MI | cube |
| 2008-02-22 | Suspend, resume, detach. | dyoung |
| 2008-01-31 | Let the compiler decide: inline -> static, register -> . | dyoung |
| 2008-01-31 | Cosmetic: constify, KNF, use device_t and accessors, use | dyoung |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-08 | Merge disk init changes from the vmlocking branch. These seperate init / | ad |
| 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-03-08 | add support for devctl properties | jnemeth |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-15 | Rename the B_XXX flag to B_DEVPRIVATE flag since it was never used for | reinoud |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-08-30 | add missing initializer | christos |
| 2006-04-14 | Make i/o statistics collection more generic, include tape drives and | blymn |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-25 | Use device_parent(). | thorpej |
| 2006-01-06 | initialize necessary members of struct buf. PR/32462 from Reinoud Zandijk. | yamt |