| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the matcd driver for the new world order. This basically just | sheldonh | 2000-08-23 | 1 | -9/+9 |
* | Mass update of isa drivers using compatability shims to use | peter | 2000-05-28 | 1 | -2/+12 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -1/+1 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -35/+35 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -2/+2 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -1/+1 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | Trying to set BAD144 handling on a CD is sufficiently "Dont Do That | phk | 1999-09-20 | 1 | -3/+0 |
* | Changes to centralise the default blocksize behaviour. | julian | 1999-09-09 | 1 | -4/+2 |
* | remove some out-of-scope DEVFS references.. | julian | 1999-09-03 | 1 | -1/+1 |
* | Set si_bsize_phys and si_bsize_max in all legacy CD drivers. | phk | 1999-09-01 | 1 | -0/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 1 | -37/+6 |
* | Delete stray static prototype. | peter | 1999-07-03 | 1 | -2/+1 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -17/+4 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -6/+21 |
* | Introduce two functions: physread() and physwrite() and use these directly | phk | 1999-05-07 | 1 | -9/+2 |
* | s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/. | dt | 1999-04-28 | 1 | -2/+2 |
* | Fix 3-byte buffer overflow. | eivind | 1998-12-13 | 1 | -3/+3 |
* | Fix typo: the expression .. & .. == .. needs parentheses: (.. & ..) == .. | archie | 1998-12-04 | 1 | -1/+1 |
* | The ioctl request arg is unsigned log, so don't attempt to pass it | bde | 1998-07-15 | 2 | -8/+7 |
* | There is no such thing any more as "struct bdevsw". | julian | 1998-07-04 | 1 | -11/+19 |
* | Added used include of <i386/isa/isa_device.h> - don't depend on | bde | 1998-06-17 | 1 | -1/+3 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+3 |
* | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | phk | 1997-12-02 | 1 | -2/+2 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -3/+1 |
* | Update for changes in the callout interface. | gibbs | 1997-09-21 | 1 | -5/+5 |
* | Removed unused #includes. | bde | 1997-07-20 | 1 | -3/+2 |
* | Add the D_DISK flag to the cdevsw structs of various CD-ROM drivers. | joerg | 1997-05-10 | 1 | -2/+2 |
* | This mega-commit brings the following: | joerg | 1997-05-04 | 1 | -2/+76 |
* | Fixed the type of a timeout function and removed casts that hid the | bde | 1997-04-20 | 1 | -2/+7 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | More merge and update. | asami | 1996-10-30 | 2 | -1/+19 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 1 | -33/+1 |
* | Make a "DWIM" function for adding [bc]devsw entries for bdev drivers. | phk | 1996-07-23 | 1 | -15/+3 |
* | Fixed existence, minor numbers, group and permissions for devfs devices | bde | 1996-06-08 | 1 | -20/+29 |
* | Forget that TAILQ's must be init'ed. | phk | 1996-05-03 | 1 | -1/+2 |
* | Move from the old buf.b_actf to the new TAILQ(buf.b_act). | phk | 1996-05-03 | 2 | -370/+192 |
* | Switched from using devfs_add_sw() to using devfs_add_swf() | scrappy | 1996-03-28 | 1 | -23/+18 |
* | recording cvs-1.6 file death | peter | 1995-12-30 | 1 | -198/+0 |
* | Replaced nxdump by nodump (if the dump function gets called, then the | bde | 1995-12-10 | 1 | -2/+2 |
* | Staticize and cleanup. | phk | 1995-12-10 | 2 | -7/+10 |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 1 | -36/+79 |
* | If you're going to mechanically replicate something in 50 files | julian | 1995-11-29 | 1 | -1/+1 |
* | OK, that's it.. | julian | 1995-11-29 | 1 | -13/+29 |
* | the second set of changes in a move towards getting devices to be | julian | 1995-11-28 | 1 | -0/+38 |