| Commit message (Expand) | Author | Age | Files | Lines |
* | This checkin reimplements the io-request priority hack in a way | mckusick | 2002-10-22 | 1 | -29/+0 |
* | One #include <sys/sysctl.h> should be enough. | cognet | 2002-10-21 | 1 | -1/+0 |
* | Separate fiels reported by disk_err() with spaces, so that output doesn't | sobomax | 2002-10-17 | 1 | -7/+7 |
* | Populate more fields of the disklabel for PC98. | phk | 2002-10-14 | 1 | -0/+2 |
* | NB: This commit does *NOT* make GEOM the default in FreeBSD | phk | 2002-10-05 | 1 | -2/+2 |
* | If dsgetlabel() returns a label with a size of zero in diskdumpconf(), | brian | 2002-10-05 | 1 | -0/+2 |
* | (This commit touches about 15 disk device drivers in a very consistent | phk | 2002-09-20 | 1 | -1/+7 |
* | Make FreeBSD "struct disklabel" agnostic, step 312 of 723: | phk | 2002-09-20 | 1 | -0/+150 |
* | Make FreeBSD "struct disklabel" agnostic, step 311 of 723: | phk | 2002-09-20 | 1 | -3/+40 |
* | Don't use "NULL" when "0" is really meant. | archie | 2002-08-21 | 1 | -1/+1 |
* | Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the start | phk | 2002-04-09 | 1 | -0/+4 |
* | Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speaking | phk | 2002-04-09 | 1 | -1/+1 |
* | Here follows the new kernel dumping infrastructure. | phk | 2002-03-31 | 1 | -19/+19 |
* | Make the disk_clone() routine more robust for abuse. | phk | 2002-03-11 | 1 | -33/+26 |
* | Fix a warning. | robert | 2002-03-05 | 1 | -2/+0 |
* | Don't call cdevsw_add(). | phk | 2001-11-04 | 1 | -1/+0 |
* | Rename the top 7 bits if disk minors to spare bits, rather than type bits. | phk | 2001-11-04 | 1 | -1/+1 |
* | Don't choke on old sd%d.ctl devices. | phk | 2001-11-03 | 1 | -0/+2 |
* | Turn the symlinks around, instead of ad0s1 -> ad0s1c, make it ad0s1c -> ad0s1. | phk | 2001-11-02 | 1 | -13/+23 |
* | Fix a problem in the disk related hack where device nodes for a physically | phk | 2001-10-28 | 1 | -0/+2 |
* | Nudge the axe a bit closer to cdevsw[]: | phk | 2001-10-27 | 1 | -2/+55 |
* | disk_clone() was a bit too eager to please: "md0s1ec" is not a valid | phk | 2001-10-22 | 1 | -0/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -7/+7 |
* | Don't dump on the label sector or below. This avoids clobbering the | bde | 2001-08-15 | 1 | -2/+2 |
* | Remove the hack-around for the slice/label code, it didn't | phk | 2001-05-29 | 1 | -11/+1 |
* | The disklabel/slice code is more twisted than I thought. Revert to | phk | 2001-05-28 | 1 | -0/+1 |
* | Create a general facility for making dev_t's depend on another | phk | 2001-05-26 | 1 | -4/+17 |
* | Don't take the detour around devsw() to find out if the proto-cdevsw | phk | 2001-05-24 | 1 | -3/+1 |
* | Always initialize bio_resid from bio_bcount in the disk mini-layer so | phk | 2001-05-08 | 1 | -1/+1 |
* | Make the disk mini-layer check for and handle zero-length transfers | phk | 2001-05-06 | 1 | -0/+6 |
* | Actually biofinish(struct bio *, struct devstat *, int error) is more general | phk | 2001-05-06 | 1 | -3/+1 |
* | Dont call device close and ioctl functions if device has disappeared. | sos | 2001-03-13 | 1 | -2/+5 |
* | Don't clone impossible unit numbers for disks. | phk | 2000-12-15 | 1 | -0/+2 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 1 | -1/+1 |
* | Avoid the modules madness I inadvertently introduced by making the | phk | 2000-09-02 | 1 | -12/+1 |
* | Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c) | phk | 2000-08-20 | 1 | -2/+75 |
* | End two weeks of on and off debugging. Fix the crash on the Nth | imp | 2000-07-05 | 1 | -24/+27 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -1/+1 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -1/+1 |
* | Add 'kern.disks', a sysctl which returns the list of disks from | nbm | 2000-06-22 | 1 | -0/+29 |
* | Add disk_enumerate() for finding names of disks. Vinum and libh will | phk | 2000-06-15 | 1 | -1/+15 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -1/+1 |
* | Clone the {b|bio}_offset field, and make sure it is always initialized | phk | 2000-04-25 | 1 | -0/+2 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -11/+11 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -1/+1 |
* | Fixed a null pointer panic for dumpon(8) on a nonexistent device whose | bde | 2000-03-09 | 1 | -0/+2 |
* | Update the ata driver to take more advantage of newbus, this | sos | 2000-02-18 | 1 | -1/+4 |
* | rename disk_delete() to disk_destroy(). | phk | 2000-01-28 | 1 | -1/+1 |
* | Also handle zero return from dscheck(). | phk | 2000-01-10 | 1 | -1/+1 |
* | Don't ignore return value from tsleep(). | phk | 1999-12-19 | 1 | -1/+3 |