| Commit message (Expand) | Author | Age | Files | Lines |
* | Report bio_pblkbo instead of bio_blkno. | phk | 2003-10-18 | 1 | -3/+3 |
* | Make bioq_disksort() sort on the bio_offset field instead of bio_pblkno. | phk | 2003-10-18 | 1 | -9/+9 |
* | Made use of 'error' argument, which was unused (by mistake) before. | phk | 2003-10-14 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -3/+3 |
* | Don't include <sys/disklabel.h> | phk | 2003-04-16 | 1 | -1/+0 |
* | Remove BIO_SETATTR from non-GEOM part of kernel as well. | phk | 2003-04-03 | 1 | -1/+0 |
* | #include <geom/geom_disk.h> | phk | 2003-04-01 | 1 | -0/+1 |
* | Introduce bioq_flush() function. | phk | 2003-04-01 | 1 | -0/+15 |
* | retire the "busy" field in bioqueues, it's served it's purpose. | phk | 2003-03-30 | 1 | -8/+0 |
* | Preparation commit before I start on the bioqueue lockdown: | phk | 2003-03-30 | 1 | -0/+43 |
* | Including <sys/stdint.h> is (almost?) universally only to be able to use | phk | 2003-03-18 | 1 | -1/+0 |
* | Don't pick up a name from the dev_t if it is not there. | phk | 2003-03-03 | 1 | -1/+7 |
* | NO_GEOM cleanup: remove #ifdef | phk | 2003-01-30 | 1 | -423/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Only include <sys/diskslice.h> ifdef NO_GEOM | phk | 2003-01-20 | 1 | -1/+1 |
* | 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 |