| Commit message (Expand) | Author | Age | Files | Lines |
* | Disconnect sun4v architecture from the three. | attilio | 2011-05-14 | 1 | -4/+0 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -1/+0 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -1/+1 |
* | Disable a check on a disk size because it's too strict. This change is | nyan | 2009-09-21 | 1 | -0/+2 |
* | Correct BIOS header sanitizing on pc98. | nyan | 2009-09-19 | 1 | -3/+6 |
* | - Allow a higher value for the number of heads. Its better to do this and allow | lulf | 2009-06-17 | 1 | -1/+1 |
* | - The maximum number of heads is 255, not 256. | lulf | 2009-06-15 | 1 | -1/+1 |
* | - Remove old and add new valid flags for the chunk structure. | lulf | 2009-06-15 | 1 | -8/+5 |
* | - Relax sanitazion requirements in libdisk, as a previous commit enabling this | lulf | 2009-06-15 | 1 | -9/+1 |
* | Simplify now that we have gpart. | marcel | 2009-05-20 | 1 | -84/+33 |
* | - Sanitize disk parameters retrieved from GEOM, as they are not guaranteed to | lulf | 2009-02-09 | 1 | -0/+3 |
* | Add MIPS support to libdisk | gonzo | 2008-05-04 | 3 | -1/+52 |
* | Add support for gpart: | marcel | 2008-04-24 | 1 | -6/+10 |
* | Correct an off-by-1 for GPART. The literal partition type (i.e. | marcel | 2008-04-23 | 1 | -2/+8 |
* | - Make Disk_Names() behave as documented in libdisk(3): return an array | antoine | 2008-02-15 | 1 | -5/+14 |
* | Hmmm, must get reading glasses or else change the font on my terminal. That | mtm | 2007-11-24 | 1 | -1/+1 |
* | Enclose entire header in #ifndef _LIBDISK_H_ | mtm | 2007-11-20 | 1 | -0/+5 |
* | Capitalization | mtm | 2007-11-18 | 1 | -1/+1 |
* | Translate partitions of type "PART" to chunks of the same type | marcel | 2007-09-21 | 1 | -4/+15 |
* | On PowerPC, geom_part has taken over the partitioning from geom_apple. | marcel | 2007-09-21 | 1 | -2/+7 |
* | Improve error handling in libdisk while parsing the kern.geom.conftxt sysctl. | rink | 2007-08-05 | 1 | -19/+38 |
* | unbreak build for sparc64 etc. | kmacy | 2006-10-09 | 1 | -1/+1 |
* | buildworld fixes for sun4v | kmacy | 2006-10-09 | 1 | -1/+7 |
* | Remove alpha-specific stuff. | ru | 2006-08-23 | 1 | -88/+0 |
* | Fix a bug in the size of the PMBR partition. Since the partition starts | marcel | 2006-08-09 | 1 | -0/+2 |
* | o Add IDs for Plan9, QNX4.X, Mac OS-X, Linux exteneded partitions. | maxim | 2006-04-25 | 1 | -0/+7 |
* | Instead of printing several pieces with .Sy just enclose the 'Note' block | harti | 2006-01-30 | 1 | -4/+6 |
* | The .Nm macro prints Open_Disk() instead of libdisk, so use an explicite | harti | 2006-01-27 | 1 | -2/+2 |
* | Revert 1.45 now that snmp_hostres uses libgeom. | harti | 2006-01-27 | 2 | -0/+8 |
* | Add a dummy arm Write_Disk() function, and compile libdisk on arm. | cognet | 2006-01-25 | 3 | -1/+51 |
* | Build shared library on behalf of bsnmpd. | ru | 2006-01-12 | 1 | -1/+0 |
* | Fix prototypes. | ru | 2005-11-24 | 1 | -8/+8 |
* | Merge two slice_type_name() functions. | nyan | 2005-04-13 | 1 | -23/+4 |
* | Add over 32GB disk support on pc98 (userland part). | nyan | 2005-03-30 | 1 | -1/+24 |
* | Initialise `sn' before using its value. | stefanf | 2005-03-08 | 1 | -2/+1 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Remove an unnecessary defination of New_Chunk, which has been | delphij | 2005-01-05 | 1 | -2/+0 |
* | Various markup and spelling fixes. | trhodes | 2004-12-29 | 1 | -3/+3 |
* | Plug memory leak. | yongari | 2004-12-22 | 1 | -1/+4 |
* | NODOCCOMPRESS -> NO_DOCCOMPRESS | ru | 2004-12-21 | 1 | -2/+2 |
* | Add 0xbf (191) as new Solaris partition identifier. | phk | 2004-11-10 | 1 | -0/+1 |
* | Don't barf when we encounter an UUID for GPT partitions. Instead, add | marcel | 2004-10-31 | 2 | -2/+3 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -2/+2 |
* | We have now so many GEOM classes that it is better to just skip unknown | pjd | 2004-09-13 | 1 | -12/+2 |
* | Ignore geom_stripe providers. | le | 2004-09-13 | 1 | -0/+2 |
* | Don't use type unknown for partitions that we don't care about because | marcel | 2004-08-05 | 1 | -2/+2 |
* | Typo in comment. | le | 2004-08-02 | 1 | -1/+1 |
* | Ignore geom_vinum providers. | le | 2004-08-02 | 1 | -0/+2 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -5/+10 |
* | Handle read_block() failures by ignoring the disk rather than | brian | 2004-06-04 | 4 | -10/+34 |