| Commit message (Expand) | Author | Age | Files | Lines |
* | Add MIPS support to libdisk | gonzo | 2008-05-04 | 1 | -0/+2 |
* | - Make Disk_Names() behave as documented in libdisk(3): return an array | antoine | 2008-02-15 | 1 | -5/+14 |
* | o Add IDs for Plan9, QNX4.X, Mac OS-X, Linux exteneded partitions. | maxim | 2006-04-25 | 1 | -0/+7 |
* | Add a dummy arm Write_Disk() function, and compile libdisk on arm. | cognet | 2006-01-25 | 1 | -0/+2 |
* | Merge two slice_type_name() functions. | nyan | 2005-04-13 | 1 | -23/+4 |
* | Plug memory leak. | yongari | 2004-12-22 | 1 | -1/+4 |
* | Add 0xbf (191) as new Solaris partition identifier. | phk | 2004-11-10 | 1 | -0/+1 |
* | Remove spurious semicolons. Outside of functions they are actually errors but | stefanf | 2004-05-16 | 1 | -1/+1 |
* | PowerPC support. | grehan | 2004-04-21 | 1 | -0/+1 |
* | Make libdisk WARNS=4 clean. | kuriyama | 2004-03-30 | 1 | -2/+2 |
* | o Move Int_Open_Disk() from disk.c to open_disk.c for use by all | marcel | 2003-11-02 | 1 | -291/+13 |
* | Ignore ccd(4)'s. This is not the best solution, but it at least removes | obrien | 2003-08-28 | 1 | -0/+2 |
* | Sanity check the list obtained from the kern.disks sysctl so that Disk_Names() | scottl | 2003-06-07 | 1 | -1/+4 |
* | Teach libdisk that AMD64 works just like i386 | peter | 2003-04-30 | 1 | -3/+5 |
* | Only define platform once -- in a C file. | obrien | 2003-04-30 | 1 | -0/+20 |
* | Libdisk does not need to include <sys/diskslice.h> any more. | phk | 2003-04-04 | 1 | -1/+0 |
* | Ignore GBDE devices. | phk | 2003-03-17 | 1 | -0/+2 |
* | Use the fstype obtained from the GEOM dumpconf output to set the fstype | jhb | 2003-01-10 | 1 | -1/+1 |
* | Return an error if the size of the sector is zero. This is for removable | nyan | 2002-12-26 | 1 | -0/+6 |
* | - Ease sanity check to get cylinders. | nyan | 2002-11-17 | 1 | -6/+12 |
* | Fixed style(9) | nyan | 2002-11-15 | 1 | -31/+71 |
* | Handle EFI partitions the same as regular FAT partitions. The only | marcel | 2002-11-13 | 1 | -0/+3 |
* | Remove debugging printfs. | phk | 2002-11-11 | 1 | -7/+0 |
* | Add efi to the list of types for which we need to return tha name. | marcel | 2002-11-10 | 1 | -1/+4 |
* | - Recognize FAT partition on MBR and PC98 disks. | nyan | 2002-11-08 | 1 | -20/+47 |
* | Don't set a value to a variable that we don't use. | jhb | 2002-11-08 | 1 | -1/+0 |
* | Fixed pc98 support. | nyan | 2002-11-07 | 1 | -3/+3 |
* | Initialize d->bios_cyl. We know the media size in sectors, the number | marcel | 2002-11-03 | 1 | -4/+10 |
* | Add support for GPT: | marcel | 2002-11-02 | 1 | -5/+45 |
* | Don't claim all MBR's have subtype 165 on i386. | phk | 2002-11-02 | 1 | -2/+2 |
* | Set the sector size for the disk. | phk | 2002-10-31 | 1 | -0/+2 |
* | Restore to pc98 support. | nyan | 2002-10-31 | 1 | -43/+82 |
* | Actually save the bootblock in the disk structure. Write the bootblock | jake | 2002-10-31 | 1 | -0/+7 |
* | Getting closer to getting things right: | phk | 2002-10-29 | 1 | -1/+1 |
* | Since make release is toast anyway, add wood to the pyre: | phk | 2002-10-29 | 1 | -701/+181 |
* | Add back ia64 support that was removed in the last few revisions. | peter | 2002-10-27 | 1 | -0/+14 |
* | #ifdef out assignToPartition on non x86 arches to unbreak the world | gallatin | 2002-10-24 | 1 | -0/+2 |
* | More lobotomy: | phk | 2002-10-23 | 1 | -80/+0 |
* | Rely on sysctl kern.disks to be there, and get rid of one of the far too | phk | 2002-10-23 | 1 | -69/+36 |
* | Untangle #ifdefs in the write-end of things by giving each arch its | phk | 2002-10-23 | 1 | -1/+1 |
* | - The GEOM system does not work on pc98. | nyan | 2002-10-23 | 1 | -0/+4 |
* | Add the new extra argument also in the alpha case. | phk | 2002-10-23 | 1 | -1/+1 |
* | Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functions | phk | 2002-10-22 | 1 | -6/+2 |
* | Swing the weed-whacker around libdisk: | phk | 2002-10-22 | 1 | -55/+3 |
* | Sigh, d_ntracks, not d_nheads. | phk | 2002-10-21 | 1 | -1/+1 |
* | fwheads and fwsectors got swapped underway. | phk | 2002-10-21 | 1 | -2/+2 |
* | Another baby step toward getting sysinstall working: | sam | 2002-10-20 | 1 | -77/+128 |
* | o since you can't use DIOCGDINFO and DIOCGSLICEINFO on drive nodes with geom, | sam | 2002-10-19 | 1 | -62/+456 |
* | o ioctl DIOCGDINFO error wasn't checked | sam | 2002-10-17 | 1 | -7/+29 |
* | correct arg order to strlcpy/strlcat under #ifdef alpha | sam | 2002-10-17 | 1 | -2/+2 |