| Age | Commit message (Expand) | Author |
| 2012-10-29 | fix compile problems. | chs |
| 2012-10-13 | struct device * -> device_t, struct cfdata * -> cfdata_t | tsutsui |
| 2011-07-16 | apply some static. | mrg |
| 2009-09-26 | Make local functions static. | tsutsui |
| 2009-09-26 | Replace shutdownhook_establish(9) with pmf_device_register1(9). | tsutsui |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-11-09 | Make compile this with options DIAGNOSTIC. | tsutsui |
| 2008-06-28 | Pull some fdformat fixes from sys/arch/sparc/dev/fd.c. | tsutsui |
| 2008-06-28 | Split softc/device_t, with misc cosmetic changes. | tsutsui |
| 2008-06-08 | Use device_private() and device_lookup_private() in more places. | tsutsui |
| 2008-06-08 | Use device_private() and device_lookup_private() to get softc. | tsutsui |
| 2008-01-04 | Add missing mutex for cv_timedwait. | joerg |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-04 | Adapt sun68k ports to recent interrupt handling changes. | tsutsui |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 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-04 | Add (char *) casts on pointer arith. | tsutsui |
| 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-10-14 | Make this compile with FD_DEBUG. | tsutsui |
| 2006-10-06 | Use IPL_BIO rather than (temporarily defined) IPL_SOFT_LEVEL2. | tsutsui |
| 2006-10-05 | Make sun3 use common sun68k/sun68k/isr.c, sun68k/include/cpu.h and | tsutsui |
| 2006-09-01 | Fix a -Wshadow error. | matt |
| 2006-04-19 | Follow up i/o statistics collection conversion, patterned after the sparc fd.c. | he |
| 2006-02-23 | Use device_parent(). | thorpej |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 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-06-03 | Constify. | tsutsui |
| 2005-01-22 | de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t. | chs |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-03-24 | Remove my name from the old UCB copyright notice, thereby reducing its | pk |
| 2003-09-26 | TAB/space cleanup. | tsutsui |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-06-18 | don't #include <sys/dkstat.h> where it is (appearently) unused | drochner |
| 2003-05-21 | Correct a diagnostic printf format specifier. | kristerw |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-01 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-07-24 | Fix a bug from last commit: Look for more work AFTER the current buf | hannken |
| 2002-07-23 | Convert to new device buffer queue interface. | hannken |
| 2001-09-05 | bcopy() -> memcpy(), bzero() -> memset() | tsutsui |