aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk/open_disk.c
Commit message (Expand)AuthorAgeFilesLines
* With the old sade removed, libdisk is no longer used by anything in HEADNathan Whitehorn2012-12-301-311/+0
* - Sanitize disk parameters retrieved from GEOM, as they are not guaranteed toUlf Lilleengen2009-02-091-0/+3
* Add support for gpart:Marcel Moolenaar2008-04-241-6/+10
* On PowerPC, geom_part has taken over the partitioning from geom_apple.Marcel Moolenaar2007-09-211-2/+7
* Improve error handling in libdisk while parsing the kern.geom.conftxt sysctl.Rink Springer2007-08-051-19/+38
* Initialise `sn' before using its value.Stefan Farfeleder2005-03-081-2/+1
* Don't barf when we encounter an UUID for GPT partitions. Instead, addMarcel Moolenaar2004-10-311-2/+2
* We have now so many GEOM classes that it is better to just skip unknownPawel Jakub Dawidek2004-09-131-12/+2
* Ignore geom_stripe providers.Lukas Ertl2004-09-131-0/+2
* Typo in comment.Lukas Ertl2004-08-021-1/+1
* Ignore geom_vinum providers.Lukas Ertl2004-08-021-0/+2
* PowerPC support.Peter Grehan2004-04-211-1/+6
* Make libdisk WARNS=4 clean.Jun Kuriyama2004-03-301-4/+8
* Change libdisk and sysinstall to use d_addr_t rather than u_long for diskJohn Baldwin2004-03-161-3/+3
* o Move Int_Open_Disk() from disk.c to open_disk.c for use by allMarcel Moolenaar2003-11-021-0/+278