summaryrefslogtreecommitdiffstats
path: root/sys/sys/disk.h
Commit message (Expand)AuthorAgeFilesLines
* Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the startphk2002-04-091-0/+8
* Describe the generic disk ioctls in some detail.phk2002-04-091-2/+29
* Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speakingphk2002-04-091-1/+1
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.phk2002-04-081-0/+11
* Here follows the new kernel dumping infrastructure.phk2002-03-311-1/+0
* Remove __Palfred2002-03-191-5/+5
* Add a field to struct disk for GEOMphk2002-03-111-0/+1
* Add disk_enumerate() for finding names of disks. Vinum and libh willphk2000-06-151-0/+4
* rename disk_delete() to disk_destroy().phk2000-01-281-1/+1
* Put a lock on the disk structure while we open to avoid races.phk1999-11-061-1/+5
* Bite the bullet and allocate the devsw entry at compile time.phk1999-09-121-6/+2
* Use a different tactic when creating the devsw so that disk_create()phk1999-09-121-1/+5
* Improve the micro "disk" layer after gaining more experience with it.phk1999-09-011-2/+4
* Add micro "disk" layer which should enable us to pull all the slice/labelphk1999-08-291-0/+35
* Remove the last trace of disk.hgrog1999-05-071-109/+0
* Nuke bogus prototypes which have bogotified ccd and vinumphk1999-05-061-9/+1
* buf.h:gibbs1997-09-211-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* disksort() is gone, all drivers now use tqdisksort().phk1996-05-031-2/+1
* Update the wd.c driver to use the new TAILQ scheme for devicedyson1995-11-231-1/+2
* Made them all idempotent.paul1994-08-211-1/+6
* Added $Id$dg1994-08-021-1/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+112
OpenPOWER on IntegriCloud