summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/disk.c
Commit message (Expand)AuthorAgeFilesLines
* o Move Int_Open_Disk() from disk.c to open_disk.c for use by allmarcel2003-11-021-291/+13
* Ignore ccd(4)'s. This is not the best solution, but it at least removesobrien2003-08-281-0/+2
* Sanity check the list obtained from the kern.disks sysctl so that Disk_Names()scottl2003-06-071-1/+4
* Teach libdisk that AMD64 works just like i386peter2003-04-301-3/+5
* Only define platform once -- in a C file.obrien2003-04-301-0/+20
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-041-1/+0
* Ignore GBDE devices.phk2003-03-171-0/+2
* Use the fstype obtained from the GEOM dumpconf output to set the fstypejhb2003-01-101-1/+1
* Return an error if the size of the sector is zero. This is for removablenyan2002-12-261-0/+6
* - Ease sanity check to get cylinders.nyan2002-11-171-6/+12
* Fixed style(9)nyan2002-11-151-31/+71
* Handle EFI partitions the same as regular FAT partitions. The onlymarcel2002-11-131-0/+3
* Remove debugging printfs.phk2002-11-111-7/+0
* Add efi to the list of types for which we need to return tha name.marcel2002-11-101-1/+4
* - Recognize FAT partition on MBR and PC98 disks.nyan2002-11-081-20/+47
* Don't set a value to a variable that we don't use.jhb2002-11-081-1/+0
* Fixed pc98 support.nyan2002-11-071-3/+3
* Initialize d->bios_cyl. We know the media size in sectors, the numbermarcel2002-11-031-4/+10
* Add support for GPT:marcel2002-11-021-5/+45
* Don't claim all MBR's have subtype 165 on i386.phk2002-11-021-2/+2
* Set the sector size for the disk.phk2002-10-311-0/+2
* Restore to pc98 support.nyan2002-10-311-43/+82
* Actually save the bootblock in the disk structure. Write the bootblockjake2002-10-311-0/+7
* Getting closer to getting things right:phk2002-10-291-1/+1
* Since make release is toast anyway, add wood to the pyre:phk2002-10-291-701/+181
* Add back ia64 support that was removed in the last few revisions.peter2002-10-271-0/+14
* #ifdef out assignToPartition on non x86 arches to unbreak the worldgallatin2002-10-241-0/+2
* More lobotomy:phk2002-10-231-80/+0
* Rely on sysctl kern.disks to be there, and get rid of one of the far toophk2002-10-231-69/+36
* Untangle #ifdefs in the write-end of things by giving each arch itsphk2002-10-231-1/+1
* - The GEOM system does not work on pc98.nyan2002-10-231-0/+4
* Add the new extra argument also in the alpha case.phk2002-10-231-1/+1
* Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functionsphk2002-10-221-6/+2
* Swing the weed-whacker around libdisk:phk2002-10-221-55/+3
* Sigh, d_ntracks, not d_nheads.phk2002-10-211-1/+1
* fwheads and fwsectors got swapped underway.phk2002-10-211-2/+2
* Another baby step toward getting sysinstall working:sam2002-10-201-77/+128
* o since you can't use DIOCGDINFO and DIOCGSLICEINFO on drive nodes with geom,sam2002-10-191-62/+456
* o ioctl DIOCGDINFO error wasn't checkedsam2002-10-171-7/+29
* correct arg order to strlcpy/strlcat under #ifdef alphasam2002-10-171-2/+2
* Use buffer-safe string functions for paranoia.kris2002-10-121-11/+12
* Zero memory after malloc. This stops sysinstall from dumping corekris2002-10-121-0/+1
* Fix to support pc98.nyan2002-10-081-0/+4
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:phk2002-10-011-0/+1
* Modernize my email address.phk2002-03-251-1/+1
* Sort the disknames when we get them from the kernel.phk2001-12-231-10/+23
* Add EFI GPT (238, 0xEE) and EFI System Parition (239, 0xEF)peter2001-10-151-0/+2
* Add __FBSDID()s to libdiskdillon2001-09-301-3/+3
* + add u_long sector_size to struct disk (documented in libdisk.3)jkh2001-05-131-20/+32
* Add spaces around operators.obrien2001-04-011-73/+74
OpenPOWER on IntegriCloud