summaryrefslogtreecommitdiffstats
path: root/sys/sys/diskpc98.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the compat bits for the mis-aligned struct disklabel on alpha,phk2002-06-191-14/+0
* More s/file system/filesystem/gtrhodes2002-05-161-4/+4
* ARGH! SBLOCK is not unused. Try to get this right.phk2002-05-121-0/+3
* De-K&R dkcksum() to fix some issues with c++.alfred2002-04-171-2/+1
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.phk2002-04-081-7/+3
* In reverence of the 3rd X11 development rule:phk2002-04-081-1/+0
* Constify.phk2002-04-071-2/+2
* Delete the bogus d_boot[01] fields from struct disklabel.phk2002-04-041-18/+19
* CTASSERT the size of struct dos_partition.phk2002-04-041-0/+3
* Retire the bogus ioctl DIOCGPART in toto.phk2002-04-021-15/+1
* Really sweep the broom on this one.phk2002-04-011-47/+13
* Remove various controller/disk type hacks for SMD, ST506 and ancientphk2002-04-011-20/+0
* Here follows the new kernel dumping infrastructure.phk2002-03-311-0/+1
* Add d_type and fstype names for JFS.grog2002-03-281-0/+13
* Revert last commit, it came too late to save alpha :-(phk2002-03-231-4/+0
* Hide the ugly d_boot[01] from the kernel.phk2002-03-231-0/+4
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-4/+3
* Remove __Palfred2002-03-191-15/+15
* Add five GEOM oriented ioctls to get basic information about a geom device.phk2002-03-191-0/+6
* LABELOFFSET is 128 for sparc64.jake2002-03-131-0/+5
* Hide the DIOCGPART ioctl from userland where it has no decent use.phk2002-03-091-0/+4
* Uninlined most of the bloated inline functions in <sys/disklabel.h>. Somebde2002-01-171-18/+3
* Garbage-collect vestiges of disksort(). We now have only one disksort()bde2002-01-171-12/+10
* Rename the top 7 bits if disk minors to spare bits, rather than type bits.phk2001-11-041-2/+2
* Put the label at the same place as i386 for compatibility.dfr2001-10-061-0/+5
* Re-apply rev 1.178 -- style(9) the structure definitions.obrien2001-09-131-1/+1
* 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
OpenPOWER on IntegriCloud