| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | -699/+179 |
| * | 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 | -76/+127 |
| * | 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 |
| * | correct arg order to strlcpy/strlcat under #ifdef alpha | Sam Leffler | 2002-10-17 | 1 | -2/+2 |
| * | Use buffer-safe string functions for paranoia. | Kris Kennaway | 2002-10-12 | 1 | -11/+12 |
| * | Zero memory after malloc. This stops sysinstall from dumping core | Kris Kennaway | 2002-10-12 | 1 | -0/+1 |
| * | Fix to support pc98. | Yoshihiro Takahashi | 2002-10-08 | 1 | -0/+4 |
| * | Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: | Poul-Henning Kamp | 2002-10-01 | 1 | -0/+1 |
| * | Modernize my email address. | Poul-Henning Kamp | 2002-03-25 | 1 | -1/+1 |
| * | Sort the disknames when we get them from the kernel. | Poul-Henning Kamp | 2001-12-23 | 1 | -10/+23 |
| * | Add EFI GPT (238, 0xEE) and EFI System Parition (239, 0xEF) | Peter Wemm | 2001-10-15 | 1 | -0/+2 |
| * | Add __FBSDID()s to libdisk | Matthew Dillon | 2001-09-30 | 1 | -3/+3 |
| * | + add u_long sector_size to struct disk (documented in libdisk.3) | Jordan K. Hubbard | 2001-05-13 | 1 | -20/+32 |
| * | Add spaces around operators. | David E. O'Brien | 2001-04-01 | 1 | -73/+74 |
| * | Add back <err.h> for warn(). | David E. O'Brien | 2001-04-01 | 1 | -0/+1 |
| * | Libraries should _never_ call exit() themselves (or its alternate spelling | David E. O'Brien | 2001-03-18 | 1 | -10/+9 |
| * | MFS: add ATA raid support for sysinstall | Jordan K. Hubbard | 2000-11-06 | 1 | -2/+2 |
| * | Use kern.disks sysctl on PC-98. | Yoshihiro Takahashi | 2000-10-21 | 1 | -4/+0 |
| * | Teach libdisk about 'aac' | Mike Smith | 2000-09-13 | 1 | -2/+2 |
| * | - Added support for installing boot0 and boot0.5 for PC-98. | Yoshihiro Takahashi | 2000-08-12 | 1 | -2/+55 |
| * | - Fixed warnings and typo. | Yoshihiro Takahashi | 2000-08-08 | 1 | -1/+4 |
| * | Don't use kern.disks sysctl on PC-98 because the wd driver doesn't call | Yoshihiro Takahashi | 2000-08-07 | 1 | -0/+4 |
| * | - Allow support for MBR boot loaders that are longer than one sector. As | John Baldwin | 2000-07-12 | 1 | -9/+10 |
| * | _PATH_DEV'ify libdisk | John Baldwin | 2000-06-28 | 1 | -4/+5 |
| * | Let Disk_Names() take advantage of the kern.disks sysctl if it's | Neil Blakey-Milner | 2000-06-23 | 1 | -0/+15 |
| * | Re-support "wd" if PC98 is defined. Because PC-98 still uses the wd driver. | Yoshihiro Takahashi | 2000-06-05 | 1 | -0/+4 |
| * | /dev/rXXX -> /dev/XXX | Mike Smith | 2000-05-31 | 1 | -3/+3 |
| * | De-support 'wd'; with it making a dual appearance with 'ad', things | Mike Smith | 2000-05-30 | 1 | -1/+1 |
| * | Teach libdisk about 'twe' disks. | Mike Smith | 2000-05-25 | 1 | -1/+1 |
| * | catch up to the modern ATAPI disk naming conventions and add floppy | Jordan K. Hubbard | 2000-05-24 | 1 | -1/+1 |
| * | Raw devices are now the normal device name, not prefixed with 'r'. | David E. O'Brien | 2000-04-19 | 1 | -1/+1 |
| * | Changes for PC-98. | KATO Takenori | 2000-03-29 | 1 | -0/+76 |
| * | Fix fd leak in libdisk's Disk_Names() | Warner Losh | 2000-03-10 | 1 | -0/+4 |
| * | Correct device naming for IDA disk nodes (idad) | Jonathan Lemon | 2000-03-08 | 1 | -1/+1 |
| * | Remove 'sd' support. SCSI disks are known as 'da' these days. | Mike Smith | 1999-11-27 | 1 | -1/+1 |
| * | Teach libdisk about the AMI and Mylex RAID drivers. You should be able | Mike Smith | 1999-11-02 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |