| Commit message (Expand) | Author | Age | Files | Lines |
* | Widen fields that display partition offset/length. | uqs | 2011-03-10 | 2 | -6/+5 |
* | Remove dead code in bsdlabel depending on __alpha__ | uqs | 2011-03-10 | 2 | -38/+4 |
* | Remove bsdlabel test-script that was full of broken assumptions. | uqs | 2011-03-10 | 2 | -181/+0 |
* | Remove bsdlabel.5, which hasn't been installed in over 7 years | uqs | 2011-03-10 | 3 | -523/+0 |
* | Closing file descriptors when it's done | kevlo | 2010-12-01 | 1 | -0/+2 |
* | Fix some more warnings found by clang. | brucec | 2010-11-22 | 1 | -1/+1 |
* | Don't attempt to write label with GEOM_BSD based method if the class is | jh | 2010-08-27 | 1 | -1/+32 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -1/+1 |
* | - Check that strtoul(3) succeeds to convert the entire string in a few | jh | 2010-08-15 | 1 | -7/+14 |
* | - Don't assign the return value from read(2) to a variable of type | jh | 2010-06-30 | 1 | -6/+8 |
* | Use setresuid/setresgid to drop privileges | kevlo | 2010-05-16 | 1 | -2/+8 |
* | Switch the default WARNS level for sbin/ to 6. | ru | 2009-10-19 | 1 | -0/+1 |
* | Remove the dependency on the kernel -- in particular the gctl request to | marcel | 2009-08-19 | 1 | -18/+23 |
* | o One more s/gpt/gpart/. | maxim | 2008-11-05 | 1 | -1/+1 |
* | o Replace Xr to gpt(8) which is gone by gpart(8). | maxim | 2008-11-05 | 1 | -1/+1 |
* | - A call to close(2) might overwrite errno and thus give a wrong error message | lulf | 2008-09-30 | 1 | -1/+2 |
* | - Improve error message given on g_providername call failure. | lulf | 2008-09-30 | 1 | -1/+1 |
* | Add missing library dependencies. | ru | 2008-09-23 | 1 | -2/+2 |
* | - Make bsdlabel use libgeom to determine provider name, device path, the media | lulf | 2008-09-18 | 1 | -22/+40 |
* | Remove comment about "-r" flag from readlabel. "-r" is a no-op. | rodrigc | 2008-03-23 | 1 | -1/+0 |
* | Allow bsdlabel to operate on labels that have at most 26 partitions | marcel | 2007-12-09 | 1 | -3/+5 |
* | Remove redundant whitespace. | remko | 2007-12-08 | 1 | -1/+1 |
* | Attempt to describe the ''auto'' type a bit better in the default | remko | 2007-12-08 | 1 | -2/+3 |
* | - Fix markup. | ru | 2006-12-29 | 1 | -42/+44 |
* | o '-s' flag was killed in rev. 1.75. Clean getopt(3). | maxim | 2006-10-20 | 1 | -1/+1 |
* | - Don't mention (wrong) defaults for FFS file system parameters, | ru | 2006-10-13 | 1 | -20/+11 |
* | Fix utility's short description. | ru | 2006-10-12 | 1 | -1/+1 |
* | Markup fixes. | ru | 2006-09-18 | 1 | -1/+1 |
* | Remove alpha left-overs. | ru | 2006-08-22 | 1 | -2/+1 |
* | Explain why the first partition should start at offset 16. | pjd | 2006-03-08 | 1 | -0/+2 |
* | Fix evil examples - first partition should start at offset 16. | pjd | 2006-03-04 | 1 | -5/+5 |
* | -mdoc sweep. | ru | 2005-11-18 | 1 | -6/+3 |
* | Clarify wording for -m flag. | rodrigc | 2005-09-17 | 1 | -2/+12 |
* | Attempt to improve the logic for automatically sizing partitions | iedowse | 2005-08-14 | 1 | -5/+62 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-10 | 1 | -2/+7 |
* | Fix the derivation of the GEOM name from the specified device name by | rse | 2005-01-07 | 1 | -0/+3 |
* | The disk labels generated by bsdlabel can no address more than | brooks | 2004-09-09 | 2 | -7/+22 |
* | The multiplier prefix is actually a multiplier suffix. | des | 2004-08-09 | 1 | -1/+1 |
* | Use fallthrough to simplify the multiplier logic; optimistically add | des | 2004-08-08 | 1 | -9/+14 |
* | Fix some whitespace issues, and move a curly brace out of an #ifdef to | des | 2004-08-08 | 1 | -13/+14 |
* | Assorted markup, grammar, and spelling fixes. | ru | 2004-05-17 | 1 | -9/+7 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 3 | -12/+0 |
* | Implement a '-f' flag to teach bsdlabel to work on files instead of | luigi | 2004-03-30 | 2 | -13/+52 |
* | When installing boot blocks into an Alpha BSD label, setup the location, | jhb | 2004-03-15 | 1 | -0/+10 |
* | '-DPC98' is not needed. | nyan | 2004-01-11 | 1 | -4/+0 |
* | Only automatically create an 'a' partition when there is nothing | phk | 2003-10-18 | 1 | -4/+22 |
* | Remove the hardcoded default block/frag/cpg values from bsdlabel | iedowse | 2003-10-05 | 1 | -44/+5 |
* | mdoc(7): Properly mark C headers. | ru | 2003-09-10 | 1 | -1/+1 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 1 | -1/+1 |
* | When we initialize a disk with a virgin label, create also an 'a' | phk | 2003-08-27 | 1 | -0/+4 |