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