| Age | Commit message (Expand) | Author |
| 1999-05-06 | Missing 'int' in declaration of variables. | Peter Wemm |
| 1999-04-28 | s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/. | Dmitrij Tejblum |
| 1999-01-12 | Move a couple of functions to make __inline work. While I'm here, | Eivind Eklund |
| 1998-07-13 | Fixed printf format errors (only 1 left in GENERIC now). | Bruce Evans |
| 1998-07-04 | There is no such thing any more as "struct bdevsw". | Julian Elischer |
| 1998-06-08 | Fixed pedantic semantics errors (bitfields not of type int, signed int | Bruce Evans |
| 1998-06-07 | This commit fixes various 64bit portability problems required for | Doug Rabson |
| 1998-04-15 | Support compiling with `gcc -ansi'. | Bruce Evans |
| 1998-01-24 | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | Eivind Eklund |
| 1997-12-02 | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | Poul-Henning Kamp |
| 1997-09-21 | aha1542.c aic6360.c cy.c fd.c ft.c | Justin T. Gibbs |
| 1997-07-20 | Removed unused #includes. | Bruce Evans |
| 1997-05-10 | Add the D_DISK flag to the cdevsw structs of various CD-ROM drivers. | Joerg Wunsch |
| 1997-05-04 | This mega-commit brings the following: | Joerg Wunsch |
| 1997-04-20 | Fixed the type of timeout functions and removed casts that hid the | Bruce Evans |
| 1997-03-24 | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | Bruce Evans |
| 1997-02-22 | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm |
| 1997-01-14 | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard |
| 1996-09-06 | Remove devconf, it never grew up to be of any use. | Poul-Henning Kamp |
| 1996-07-23 | Make a "DWIM" function for adding [bc]devsw entries for bdev drivers. | Poul-Henning Kamp |
| 1996-07-12 | Don't use NULL in non-pointer contexts. | Bruce Evans |
| 1996-06-18 | Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h | Bruce Evans |
| 1996-06-08 | Fixed group and permissions for devfs devices (group operator was games; | Bruce Evans |
| 1996-05-03 | Forget that TAILQ's must be init'ed. | Poul-Henning Kamp |
| 1996-05-03 | Move from the old buf.b_actf to the new TAILQ(buf.b_act). | Poul-Henning Kamp |
| 1996-03-28 | Switched from using devfs_add_sw() to using devfs_add_swf() | Marc G. Fournier |
| 1996-01-30 | Fix a bunch of spelling errors in the comment fields of | Mike Pritchard |
| 1996-01-15 | Make bin2bcd and bcd2bin global macroes instead of having local | Poul-Henning Kamp |
| 1995-12-10 | Replaced scdsize by generic nopsize. | Bruce Evans |
| 1995-12-10 | Replaced nxdump by nodump (if the dump function gets called, then the | Bruce Evans |
| 1995-12-08 | Julian forgot to make the *devsw structures static. | Poul-Henning Kamp |
| 1995-12-08 | Pass 3 of the great devsw changes | Julian Elischer |
| 1995-11-29 | If you're going to mechanically replicate something in 50 files | Julian Elischer |
| 1995-11-29 | OK, that's it.. | Julian Elischer |
| 1995-11-28 | the second set of changes in a move towards getting devices to be | Julian Elischer |
| 1995-11-04 | Moved prototypes for devswitch functions from conf.c and driver sources | Bruce Evans |
| 1995-10-28 | Remove unused functions and variables, make things static, and other cleanups. | Poul-Henning Kamp |
| 1995-09-19 | Fix benign type mismatches in isa interrupt handlers. Many returned int | Bruce Evans |
| 1995-09-08 | Fix benign type mismatches in devsw functions. 82 out of 299 devsw | Bruce Evans |
| 1995-05-30 | Remove trailing whitespace. | Rodney W. Grimes |
| 1995-05-09 | Fix -Wformat warnings, still need to do something about %b and pointer | Rodney W. Grimes |
| 1995-04-12 | Add a class field to devconf and mst drivers. | Garrett Wollman |
| 1995-03-25 | Fix the path to scdreg.h. | Bruce Evans |
| 1995-03-24 | Bring in the new non-GPL'd driver from Mikael Hybsch. This version is | Jordan K. Hubbard |