aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk
Commit message (Expand)AuthorAgeFilesLines
* Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+16
* Remove an errant `#define dprintf printf'. It seems to be leftoverDavid Schultz2012-01-201-2/+0
* Disconnect sun4v architecture from the three.Attilio Rao2011-05-141-4/+0
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* MFtbemd:Warner Losh2010-08-231-1/+1
* Disable a check on a disk size because it's too strict. This change isYoshihiro Takahashi2009-09-211-0/+2
* Correct BIOS header sanitizing on pc98.Yoshihiro Takahashi2009-09-191-3/+6
* - Allow a higher value for the number of heads. Its better to do this and allowUlf Lilleengen2009-06-171-1/+1
* - The maximum number of heads is 255, not 256.Ulf Lilleengen2009-06-151-1/+1
* - Remove old and add new valid flags for the chunk structure.Ulf Lilleengen2009-06-151-8/+5
* - Relax sanitazion requirements in libdisk, as a previous commit enabling thisUlf Lilleengen2009-06-151-9/+1
* Simplify now that we have gpart.Marcel Moolenaar2009-05-201-84/+33
* - Sanitize disk parameters retrieved from GEOM, as they are not guaranteed toUlf Lilleengen2009-02-091-0/+3
* Add MIPS support to libdiskOleksandr Tymoshenko2008-05-043-1/+52
* Add support for gpart:Marcel Moolenaar2008-04-241-6/+10
* Correct an off-by-1 for GPART. The literal partition type (i.e.Marcel Moolenaar2008-04-231-2/+8
* - Make Disk_Names() behave as documented in libdisk(3): return an arrayAntoine Brodin2008-02-151-5/+14
* Hmmm, must get reading glasses or else change the font on my terminal. ThatMike Makonnen2007-11-241-1/+1
* Enclose entire header in #ifndef _LIBDISK_H_Mike Makonnen2007-11-201-0/+5
* CapitalizationMike Makonnen2007-11-181-1/+1
* Translate partitions of type "PART" to chunks of the same typeMarcel Moolenaar2007-09-211-4/+15
* 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
* unbreak build for sparc64 etc.Kip Macy2006-10-091-1/+1
* buildworld fixes for sun4vKip Macy2006-10-091-1/+7
* Remove alpha-specific stuff.Ruslan Ermilov2006-08-231-88/+0
* Fix a bug in the size of the PMBR partition. Since the partition startsMarcel Moolenaar2006-08-091-0/+2
* o Add IDs for Plan9, QNX4.X, Mac OS-X, Linux exteneded partitions.Maxim Konovalov2006-04-251-0/+7
* Instead of printing several pieces with .Sy just enclose the 'Note' blockHartmut Brandt2006-01-301-4/+6
* The .Nm macro prints Open_Disk() instead of libdisk, so use an expliciteHartmut Brandt2006-01-271-2/+2
* Revert 1.45 now that snmp_hostres uses libgeom.Hartmut Brandt2006-01-272-0/+8
* Add a dummy arm Write_Disk() function, and compile libdisk on arm.Olivier Houchard2006-01-253-1/+51
* Build shared library on behalf of bsnmpd.Ruslan Ermilov2006-01-121-1/+0
* Fix prototypes.Ruslan Ermilov2005-11-241-8/+8
* Merge two slice_type_name() functions.Yoshihiro Takahashi2005-04-131-23/+4
* Add over 32GB disk support on pc98 (userland part).Yoshihiro Takahashi2005-03-301-1/+24
* Initialise `sn' before using its value.Stefan Farfeleder2005-03-081-2/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Remove an unnecessary defination of New_Chunk, which has beenXin LI2005-01-051-2/+0
* Various markup and spelling fixes.Tom Rhodes2004-12-291-3/+3
* Plug memory leak.Pyun YongHyeon2004-12-221-1/+4
* NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-211-2/+2
* Add 0xbf (191) as new Solaris partition identifier.Poul-Henning Kamp2004-11-101-0/+1
* Don't barf when we encounter an UUID for GPT partitions. Instead, addMarcel Moolenaar2004-10-312-2/+3
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-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
* Don't use type unknown for partitions that we don't care about becauseMarcel Moolenaar2004-08-051-2/+2
* Typo in comment.Lukas Ertl2004-08-021-1/+1
* Ignore geom_vinum providers.Lukas Ertl2004-08-021-0/+2