aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk/disk.c
Commit message (Expand)AuthorAgeFilesLines
* Getting closer to getting things right:Poul-Henning Kamp2002-10-291-1/+1
* Since make release is toast anyway, add wood to the pyre:Poul-Henning Kamp2002-10-291-699/+179
* Add back ia64 support that was removed in the last few revisions.Peter Wemm2002-10-271-0/+14
* #ifdef out assignToPartition on non x86 arches to unbreak the worldAndrew Gallatin2002-10-241-0/+2
* More lobotomy:Poul-Henning Kamp2002-10-231-80/+0
* Rely on sysctl kern.disks to be there, and get rid of one of the far tooPoul-Henning Kamp2002-10-231-69/+36
* Untangle #ifdefs in the write-end of things by giving each arch itsPoul-Henning Kamp2002-10-231-1/+1
* - The GEOM system does not work on pc98.Yoshihiro Takahashi2002-10-231-0/+4
* Add the new extra argument also in the alpha case.Poul-Henning Kamp2002-10-231-1/+1
* Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functionsPoul-Henning Kamp2002-10-221-6/+2
* Swing the weed-whacker around libdisk:Poul-Henning Kamp2002-10-221-55/+3
* Sigh, d_ntracks, not d_nheads.Poul-Henning Kamp2002-10-211-1/+1
* fwheads and fwsectors got swapped underway.Poul-Henning Kamp2002-10-211-2/+2
* Another baby step toward getting sysinstall working:Sam Leffler2002-10-201-76/+127
* o since you can't use DIOCGDINFO and DIOCGSLICEINFO on drive nodes with geom,Sam Leffler2002-10-191-62/+456
* o ioctl DIOCGDINFO error wasn't checkedSam Leffler2002-10-171-7/+29
* correct arg order to strlcpy/strlcat under #ifdef alphaSam Leffler2002-10-171-2/+2
* Use buffer-safe string functions for paranoia.Kris Kennaway2002-10-121-11/+12
* Zero memory after malloc. This stops sysinstall from dumping coreKris Kennaway2002-10-121-0/+1
* Fix to support pc98.Yoshihiro Takahashi2002-10-081-0/+4
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:Poul-Henning Kamp2002-10-011-0/+1
* Modernize my email address.Poul-Henning Kamp2002-03-251-1/+1
* Sort the disknames when we get them from the kernel.Poul-Henning Kamp2001-12-231-10/+23
* Add EFI GPT (238, 0xEE) and EFI System Parition (239, 0xEF)Peter Wemm2001-10-151-0/+2
* Add __FBSDID()s to libdiskMatthew Dillon2001-09-301-3/+3
* + add u_long sector_size to struct disk (documented in libdisk.3)Jordan K. Hubbard2001-05-131-20/+32
* Add spaces around operators.David E. O'Brien2001-04-011-73/+74
* Add back <err.h> for warn().David E. O'Brien2001-04-011-0/+1
* Libraries should _never_ call exit() themselves (or its alternate spellingDavid E. O'Brien2001-03-181-10/+9
* MFS: add ATA raid support for sysinstallJordan K. Hubbard2000-11-061-2/+2
* Use kern.disks sysctl on PC-98.Yoshihiro Takahashi2000-10-211-4/+0
* Teach libdisk about 'aac'Mike Smith2000-09-131-2/+2
* - Added support for installing boot0 and boot0.5 for PC-98.Yoshihiro Takahashi2000-08-121-2/+55
* - Fixed warnings and typo.Yoshihiro Takahashi2000-08-081-1/+4
* Don't use kern.disks sysctl on PC-98 because the wd driver doesn't callYoshihiro Takahashi2000-08-071-0/+4
* - Allow support for MBR boot loaders that are longer than one sector. AsJohn Baldwin2000-07-121-9/+10
* _PATH_DEV'ify libdiskJohn Baldwin2000-06-281-4/+5
* Let Disk_Names() take advantage of the kern.disks sysctl if it'sNeil Blakey-Milner2000-06-231-0/+15
* Re-support "wd" if PC98 is defined. Because PC-98 still uses the wd driver.Yoshihiro Takahashi2000-06-051-0/+4
* /dev/rXXX -> /dev/XXXMike Smith2000-05-311-3/+3
* De-support 'wd'; with it making a dual appearance with 'ad', thingsMike Smith2000-05-301-1/+1
* Teach libdisk about 'twe' disks.Mike Smith2000-05-251-1/+1
* catch up to the modern ATAPI disk naming conventions and add floppyJordan K. Hubbard2000-05-241-1/+1
* Raw devices are now the normal device name, not prefixed with 'r'.David E. O'Brien2000-04-191-1/+1
* Changes for PC-98.KATO Takenori2000-03-291-0/+76
* Fix fd leak in libdisk's Disk_Names()Warner Losh2000-03-101-0/+4
* Correct device naming for IDA disk nodes (idad)Jonathan Lemon2000-03-081-1/+1
* Remove 'sd' support. SCSI disks are known as 'da' these days.Mike Smith1999-11-271-1/+1
* Teach libdisk about the AMI and Mylex RAID drivers. You should be ableMike Smith1999-11-021-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1