aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/disklabel.h
Commit message (Expand)AuthorAgeFilesLines
* Use ANSI prototype and function definition for dkcksum so that thisWarner Losh2001-01-141-3/+2
* Make a #define for the highest legal disk unit (0x1ff)Poul-Henning Kamp2000-12-151-0/+3
* Make diskerr() always log with printf.Poul-Henning Kamp2000-11-261-1/+1
* Add a new ioctl for doing virgin disklabels.Jordan K. Hubbard2000-10-311-0/+1
* GC some LFS lint.Poul-Henning Kamp2000-09-191-6/+1
* Add proper prototype for dkcksum();Poul-Henning Kamp2000-09-161-0/+2
* Turn dkcksum() into an __inline function.Poul-Henning Kamp2000-09-161-1/+15
* Define more DOSPTYP_* constants for different filesystem typesJonathan Lemon2000-04-301-0/+3
* Retire bufqdisksort(), all drivers use bioqdisksort now.Poul-Henning Kamp2000-04-181-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-2/+2
* Clone bio versions of certain bits of infrastructure:Poul-Henning Kamp2000-04-021-0/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-4/+4
* Remove BAD144 support, it has already been disabled for some time.Poul-Henning Kamp1999-12-081-3/+0
* Fixed breakage of userland K&R support in rev.1.39. Kernel inline functionsBruce Evans1999-10-021-2/+2
* Oops, I forgot to commit this together with the updates to the callers.Bruce Evans1999-09-131-2/+2
* Try to win back the "removal of most crufty code" trophy from markm:Poul-Henning Kamp1999-09-011-6/+0
* Merge alpha and pc98 changes into i386 MBR handling code and replace allPoul-Henning Kamp1999-08-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-5/+3
* mfs: DOC2K label type for legacy labelsWarner Losh1999-08-111-1/+3
* Prototype for alpha_fix_srm_checksum().Peter Wemm1999-07-011-1/+4
* Fix some of the places where too much inside knowledge about major/minorPoul-Henning Kamp1999-05-081-4/+19
* Fixed some style bugs (mainly vinum ones and ones fixed in Lite2 butBruce Evans1999-04-031-8/+9
* Add partition type for Vinum.Greg Lehey1999-03-231-2/+3
* catch a /boot doc instance I missed.Jordan K. Hubbard1999-01-031-2/+2
* Remove a useless ifdef which made struct disklabel have a differentDoug Rabson1998-08-241-5/+1
* Point at the correct disk location for alpha disklabels.Doug Rabson1998-07-121-3/+3
* Don't assume that longs are 32 bits in struct dos_partition.Bruce Evans1998-07-071-3/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-1/+6
* The changes I had made long ago to support >32 disk-type units wasDavid Greenman1998-02-221-2/+3
* Reserve ID for Greg Lehey's Veritas look-alike.Jordan K. Hubbard1998-02-171-1/+3
* Forward declare more structs that are used in prototypes here - don'tBruce Evans1998-02-011-1/+2
* buf.h:Justin T. Gibbs1997-09-211-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Changed dkunit() to use some previously unused bits in the 'type' fieldDavid Greenman1997-01-241-7/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:Bruce Evans1996-09-211-7/+6
* Don't include <sys/conf.h> for the kernel in disk-related headers.Bruce Evans1996-09-201-7/+5
* The Great PC98 Merge.Satoshi Asami1996-06-141-1/+34
* Bring in ccd support.Satoshi Asami1996-05-031-1/+3
* Merge in Lite2: use fixed-width types and reformat comments.Jeffrey Hsu1996-03-111-65/+66
* Oops, the previous change was missing the declaration of `structBruce Evans1995-11-241-1/+3
* Declared tqdisksort(). <sys/disklabel.h> is the wrong place, butBruce Evans1995-11-241-1/+2
* Remove transitory labelling code. Labels are now handled by essentiallyBruce Evans1995-09-161-47/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-7/+7
* Changes to support the "new" bad144. Adds a "BADSCAN" ioctl and support.David Greenman1995-05-161-1/+2
* Removed extraneous comma.David Greenman1995-05-151-2/+2
* making a reservation for more bits before people start using themJulian Elischer1995-04-301-1/+15
* Remove bogus unused `struct cpu_disklabel'.Bruce Evans1995-04-151-3/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+3