| Age | Commit message (Expand) | Author |
| 2017-10-28 | Kill some more extern struct cfdriver declarations. | riastradh |
| 2016-09-27 | Modularize the ld driver and all of its attachments. Ensure that all | pgoyette |
| 2016-07-14 | - Use aprint*() more in xxx_attach(). | msaitoh |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 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 |
| 2009-01-16 | When checking drive status, bump the pointer to the previous status | mhitch |
| 2008-09-09 | Complete device_t/softc split for the ld(4) attachments. This should | tron |
| 2008-06-08 | Replace device_lookup() with device_lookup_private() on getting softc | tsutsui |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 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-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-18 | No need to specify BUS_DMA_ALLOCNOW for sglist map | tsutsui |
| 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-09-02 | - fix incomplete initializer | christos |
| 2006-08-23 | Acting as Elad's keyboard: | christos |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-04-14 | Coverity CID 720: Remove dead code. | christos |
| 2006-04-14 | Coverity CID 1091: Avoid NULL deref by moving offending code inside if | christos |
| 2006-04-14 | Coverity CID 1092: Get the status earlier to avoid NULL deref. | christos |
| 2006-03-25 | Use device_parent(). | thorpej |
| 2005-12-24 | __inline__ -> inline | perry |
| 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-07-30 | The handler for the periodic ENQUIRY command was not unmapping the ccb | mhitch |
| 2005-05-30 | - add missing const | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-09-13 | a round of autoconf cleanup: | drochner |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 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-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-08 | Fix pasto. | ad |
| 2002-10-06 | Do not free uninitialize pointers. | kristerw |
| 2002-09-27 | Introduce a new routine, config_match(), which invokes the | thorpej |
| 2002-09-22 | - Fix a command accounting bug. | ad |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-26 | Add an ioctl to retrieve basic controller information. | ad |
| 2002-08-26 | Handle aincent firmware as found on EISA/MCA boards. Untested. | ad |
| 2002-06-01 | SIMPLEQ rototill: | lukem |