| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't include <sys/disklabel.h> | phk | 2003-04-16 | 1 | -1/+0 |
* | Use bioq_flush() to drain a bio queue with a specific error code. | phk | 2003-04-01 | 1 | -1/+1 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+8 |
* | Replace {disable,enable}_intr() with critical_{enter,exit}(). | mdodd | 2002-11-10 | 1 | -2/+2 |
* | Whitespace, style fixes. | mdodd | 2002-11-06 | 1 | -124/+99 |
* | Remove undefined variable. | mdodd | 2002-11-05 | 1 | -1/+1 |
* | Style/whitespace changes. | mdodd | 2002-11-05 | 1 | -82/+78 |
* | Fix for GEOM. | mdodd | 2002-11-05 | 2 | -56/+11 |
* | - Convert to newbus, bus_space etc. | mdodd | 2002-11-05 | 4 | -393/+589 |
* | Remove duplicate make_dev() calls. | mdodd | 2002-10-04 | 1 | -4/+0 |
* | If GEOM is in the kernel, take these three out. I have no way of | phk | 2002-09-30 | 1 | -0/+3 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -1/+1 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 1 | -1/+1 |
* | Retire the bogus ioctl DIOCGPART in toto. | phk | 2002-04-02 | 1 | -5/+0 |
* | Don't call cdevsw_add() | phk | 2001-11-04 | 1 | -4/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -3/+3 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -2/+1 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Mass update of isa drivers using compatability shims to use | peter | 2000-05-28 | 1 | -2/+9 |
* | 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 | -32/+32 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -3/+3 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -1/+1 |
* | Remove #if NFOO > 0 (it's not required in most cases) and also where it | peter | 2000-01-29 | 1 | -3/+0 |
* | 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 | -2/+2 |
* | 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 | 2 | -2/+2 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 1 | -29/+9 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -16/+5 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -6/+21 |
* | don't confuse units and devices. | phk | 1999-05-09 | 1 | -6/+4 |
* | Introduce two functions: physread() and physwrite() and use these directly | phk | 1999-05-07 | 1 | -9/+2 |
* | Missing 'int' in declaration of variables. | peter | 1999-05-06 | 1 | -2/+2 |
* | s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/. | dt | 1999-04-28 | 1 | -2/+2 |
* | Move a couple of functions to make __inline work. While I'm here, | eivind | 1999-01-12 | 1 | -9/+10 |
* | Fixed printf format errors (only 1 left in GENERIC now). | bde | 1998-07-13 | 1 | -5/+6 |
* | There is no such thing any more as "struct bdevsw". | julian | 1998-07-04 | 1 | -8/+18 |
* | Fixed pedantic semantics errors (bitfields not of type int, signed int | bde | 1998-06-08 | 1 | -3/+3 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Support compiling with `gcc -ansi'. | bde | 1998-04-15 | 1 | -3/+3 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+2 |
* | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | phk | 1997-12-02 | 1 | -2/+2 |
* | aha1542.c aic6360.c cy.c fd.c ft.c | gibbs | 1997-09-21 | 1 | -26/+29 |
* | Removed unused #includes. | bde | 1997-07-20 | 1 | -7/+1 |
* | 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 | -1/+43 |
* | Fixed the type of timeout functions and removed casts that hid the | bde | 1997-04-20 | 1 | -14/+21 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |