summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/disk.c
Commit message (Expand)AuthorAgeFilesLines
* Add MIPS support to libdiskgonzo2008-05-041-0/+2
* - Make Disk_Names() behave as documented in libdisk(3): return an arrayantoine2008-02-151-5/+14
* o Add IDs for Plan9, QNX4.X, Mac OS-X, Linux exteneded partitions.maxim2006-04-251-0/+7
* Add a dummy arm Write_Disk() function, and compile libdisk on arm.cognet2006-01-251-0/+2
* Merge two slice_type_name() functions.nyan2005-04-131-23/+4
* Plug memory leak.yongari2004-12-221-1/+4
* Add 0xbf (191) as new Solaris partition identifier.phk2004-11-101-0/+1
* Remove spurious semicolons. Outside of functions they are actually errors butstefanf2004-05-161-1/+1
* PowerPC support.grehan2004-04-211-0/+1
* Make libdisk WARNS=4 clean.kuriyama2004-03-301-2/+2
* 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
OpenPOWER on IntegriCloud