summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_disklabel.c
Commit message (Expand)AuthorAgeFilesLines
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-0/+1
* For reasons now lost in historical fog, the bounds_check_with_label()phk2002-09-201-0/+58
* Make FreeBSD "struct disklabel" agnostic, step 312 of 723:phk2002-09-201-151/+0
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:phk2002-09-201-57/+0
* more caddr_t removal.alfred2002-06-291-1/+1
* More 64 bits platforms warning fixes.mux2002-06-231-3/+3
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-5/+6
* Comment out Kirks io-request priority hack until we can do this in aphk2002-04-221-0/+5
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Fixed handling of short reads in readdisklabel() and writedisklabel().bde2002-03-301-0/+6
* GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED.phk2002-02-221-2/+1
* Fix typo so that the delay code introduced in revision 1.60 actuallymckusick2002-01-121-1/+1
* Add disk I/O scheduling for positively niced processes.mckusick2001-12-141-0/+25
* FreeBSD/tahoe is not likely for a while.peter2001-11-031-3/+0
* Create a general facility for making dev_t's depend on anotherphk2001-05-261-2/+0
* Use the name given to the dev_t, rather than creating our own.phk2001-05-251-1/+2
* A bit of sanity-checking in bioqdisksort(): panic if we recurse.phk2001-01-141-0/+9
* Make diskerr() always log with printf.phk2000-11-261-18/+11
* Turn dkcksum() into an __inline function.phk2000-09-161-17/+0
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* s/biowait/bufwait/gphk2000-04-291-4/+4
* Retire bufqdisksort(), all drivers use bioqdisksort now.phk2000-04-181-98/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-11/+11
* Clone bio versions of certain bits of infrastructure:phk2000-04-021-0/+98
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* diff, patch and cvs didn't like these three last time around, try again.phk2000-03-201-3/+3
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-6/+6
* Removed diskerr()'s unused d_name arg and updated callers. This fixesbde1999-09-131-2/+2
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-9/+7
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-5/+5
* Fix -Wuninitialized warning regarding zero-length var-args ctl element.dillon1998-12-141-2/+2
* Use only the correct raw partition for writing labels. Don't use thebde1998-10-171-9/+4
* fixup for alpha.jkh1998-10-161-1/+4
* When a buffer is removed from a buffer queue, remember it's block numbergibbs1998-09-151-26/+52
* Used daddr_t's, not ints, to store disk block numbers. Updated printfbde1998-07-281-9/+11
* Don't depend on "implicit int".bde1998-02-201-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+1
* Convert tqdisksort to bufqdisksort. Honor the B_ORDERED buffer flaggibbs1997-09-211-77/+56
* Use the correct size for a sector in the search for a label inbde1997-07-131-3/+3
* 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
* Removed all references to b_cylinder (aka b_cylin). It was evil andbde1996-12-011-9/+1
* This update adds the support for != 512 byte sector SCSI devices tosos1996-12-011-3/+3
* Don't include <sys/conf.h> for the kernel in disk-related headers.bde1996-09-201-1/+2
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-081-2/+2
* disksort() is gone, all drivers now use tqdisksort().phk1996-05-031-72/+1
* Yet more b_flags fixes. The previous ones broke the clearing of B_DONEbde1996-04-191-1/+5
OpenPOWER on IntegriCloud