summaryrefslogtreecommitdiffstats
path: root/sys/sys/diskmbr.h
Commit message (Expand)AuthorAgeFilesLines
* Use ANSI prototype and function definition for dkcksum so that thisimp2001-01-141-3/+2
* Make a #define for the highest legal disk unit (0x1ff)phk2000-12-151-0/+3
* Make diskerr() always log with printf.phk2000-11-261-1/+1
* Add a new ioctl for doing virgin disklabels.jkh2000-10-311-0/+1
* GC some LFS lint.phk2000-09-191-6/+1
* Add proper prototype for dkcksum();phk2000-09-161-0/+2
* Turn dkcksum() into an __inline function.phk2000-09-161-1/+15
* Define more DOSPTYP_* constants for different filesystem typesjlemon2000-04-301-0/+3
* Retire bufqdisksort(), all drivers use bioqdisksort now.phk2000-04-181-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-2/+2
* Clone bio versions of certain bits of infrastructure:phk2000-04-021-0/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-4/+4
* Remove BAD144 support, it has already been disabled for some time.phk1999-12-081-3/+0
* Fixed breakage of userland K&R support in rev.1.39. Kernel inline functionsbde1999-10-021-2/+2
* Oops, I forgot to commit this together with the updates to the callers.bde1999-09-131-2/+2
* Try to win back the "removal of most crufty code" trophy from markm:phk1999-09-011-6/+0
* Merge alpha and pc98 changes into i386 MBR handling code and replace allphk1999-08-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-5/+3
* mfs: DOC2K label type for legacy labelsimp1999-08-111-1/+3
* Prototype for alpha_fix_srm_checksum().peter1999-07-011-1/+4
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-081-4/+19
* Fixed some style bugs (mainly vinum ones and ones fixed in Lite2 butbde1999-04-031-8/+9
* Add partition type for Vinum.grog1999-03-231-2/+3
* catch a /boot doc instance I missed.jkh1999-01-031-2/+2
* Remove a useless ifdef which made struct disklabel have a differentdfr1998-08-241-5/+1
* Point at the correct disk location for alpha disklabels.dfr1998-07-121-3/+3
* Don't assume that longs are 32 bits in struct dos_partition.bde1998-07-071-3/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+6
* The changes I had made long ago to support >32 disk-type units wasdg1998-02-221-2/+3
* Reserve ID for Greg Lehey's Veritas look-alike.jkh1998-02-171-1/+3
* Forward declare more structs that are used in prototypes here - don'tbde1998-02-011-1/+2
* 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
* Changed dkunit() to use some previously unused bits in the 'type' fielddg1997-01-241-7/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:bde1996-09-211-7/+6
* Don't include <sys/conf.h> for the kernel in disk-related headers.bde1996-09-201-7/+5
* The Great PC98 Merge.asami1996-06-141-1/+34
* Bring in ccd support.asami1996-05-031-1/+3
* Merge in Lite2: use fixed-width types and reformat comments.hsu1996-03-111-65/+66
* Oops, the previous change was missing the declaration of `structbde1995-11-241-1/+3
* Declared tqdisksort(). <sys/disklabel.h> is the wrong place, butbde1995-11-241-1/+2
* Remove transitory labelling code. Labels are now handled by essentiallybde1995-09-161-47/+2
* Remove trailing whitespace.rgrimes1995-05-301-7/+7
* Changes to support the "new" bad144. Adds a "BADSCAN" ioctl and support.dg1995-05-161-1/+2
* Removed extraneous comma.dg1995-05-151-2/+2
* making a reservation for more bits before people start using themjulian1995-04-301-1/+15
* Remove bogus unused `struct cpu_disklabel'.bde1995-04-151-3/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+3
OpenPOWER on IntegriCloud