| Age | Commit message (Expand) | Author |
| 2022-02-23 | fix various typos in comments, mainly immediatly/immediately/, | andvar |
| 2020-09-29 | s/occurence/occurrence/ | msaitoh |
| 2017-06-17 | The atapibus detach path did hold the channel mutex while calling into autoconf, | mlelstv |
| 2016-11-20 | Make scsipi framework MPSAFE. | mlelstv |
| 2016-11-20 | Avoid calling bufq_free() from critical code sections. | pgoyette |
| 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-02-28 | one line comments on one line. | mbalmer |
| 2012-02-28 | Unbreak the build. | mbalmer |
| 2012-02-28 | Remove a pointless #if 0, compiler will eliminate the code anways. | mbalmer |
| 2012-02-28 | Convert to device_t, aka softc/device_t split, and clean up a bit the code. | mbalmer |
| 2009-12-06 | Delete do-nothing device-activation hooks. | dyoung |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | 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 |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2009-01-11 | make this compile | cegger |
| 2008-06-08 | Use device_lookup_private() rather than using cd_devs[] directly to get softc. | tsutsui |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 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-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-03 | add missing initializer | christos |
| 2006-03-30 | Use device_private(). | thorpej |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-15 | - change the way to specify a bufq strategy. (by string rather than by number) | yamt |
| 2005-05-30 | - remove bogus casts | christos |
| 2005-03-31 | introduce a function to drain bufq and use it where appropriate. | yamt |
| 2005-02-01 | Backing out changes to clean up scsipi. I was pointed out there were | reinoud |
| 2005-01-31 | Part of the cleanup of sys/scsipi's use of types; rename all u_int* to | reinoud |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-10-17 | Adjust some debug printfs after b_bcount was changed from long to int. | bouyer |
| 2004-09-17 | Oops; fix ssrestart(). | mycroft |
| 2004-09-17 | Do not manipulate xs->bp in "generic" code -- do it only in the psw_done | mycroft |
| 2004-08-27 | Improve handling of memory shortage, to fix problems like: | bouyer |
| 2004-08-21 | Use ANSI function decls and make use of static. | thorpej |
| 2004-03-14 | Use scsipi_adapter_minphys(). | thorpej |
| 2003-09-08 | Use the const shaker. | mycroft |
| 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-03-20 | use PRId64 to printf bp->b_blkno, which is of type daddr_t | dbj |
| 2003-01-21 | Remove a line of unreachable code. It seems to be a remnant of starting | simonb |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |