summaryrefslogtreecommitdiffstats
path: root/sbin/bsdlabel/bsdlabel.8
Commit message (Collapse)AuthorAgeFilesLines
* -r is implied with -B.ru2001-10-101-2/+1
|
* The defaults for bsize and fsize were interchanged.ru2001-09-051-4/+4
| | | | PR: docs/30330
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-1/+3
|
* Remove whitespace at EOL.dd2001-07-151-33/+33
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* mdoc(7) police: fix markup in revision 1.27.ru2001-05-151-2/+5
|
* Clarify the currently used partition types.grog2001-05-141-5/+19
| | | | Add cross-references to ccd(4) and vinum(8).
* mdoc(7) police: misc formatting fixes.ru2001-03-051-28/+50
| | | | (This page still needs a lot of work.)
* Allow for easier configuration when using disklabel. A samplejwd2001-02-251-12/+145
| | | | | | | | | | | | | | | | | | | | | | | | | being: # size offset fstype [fsize bsize bps/cpg] a: 400M 0 4.2BSD 4096 16384 75 # (Cyl. 0 - 812*) b: 1G * swap c: * * unused e: 204800 * 4.2BSD f: 5g * 4.2BSD g: * * 4.2BSD These patches are the original work of Randell Jesup, and I believe Matt Dillon, with additional work by Warner Losh. Please let me know if I've left someone out. Incorporated into this is the fix for PR bin/22727. This patchset still has style issues and a possible problem on large disks. However, it was a agreed to get these committed before performing major surgery on them. PR: bin/22727 Submitted by: Randell Jesup <rjesup@wgate.com>
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+2
|
* typo: modifes -> modifieshoek2000-12-281-1/+1
|
* Fix typos and layout problem.ben2000-11-281-5/+6
| | | | | PR: 23109 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-22/+22
|
* Use Fx macro wherever possible.ru2000-11-141-8/+26
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-36/+59
|
* Add support for virgin disklabelsjkh2000-10-311-30/+138
| | | | Submitted by: dillon
* Correct typo.grog2000-08-291-1/+1
|
* /dev/r<FOO> => /dev/<FOO>obrien2000-04-261-8/+8
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Minor style fix.mpp1999-08-151-2/+2
|
* Various man page cleanup:mpp1999-08-151-2/+2
| | | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Properly xref RFCs. - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net>
* Remove inappropriate references to the wrong name for the bootstrapgrog1999-08-011-8/+1
| | | | | | | manager, thus killing two birds with one stone. Objected-to-by: bde rnordier
* Make intelligible:grog1999-07-311-138/+343
| | | | | | | | | | Describe the command formats in English. Add references to other programs (boot0cfg, fdisk). Remove some old cruft, including FUD about single-level bootstraps. Add example of output format. Not-objected-to-by: msmith rnordier
* Look for boot blocks in new default location.jkh1998-12-171-18/+12
|
* Refer to "da" rather than "sd" device.rnordier1998-11-281-23/+23
| | | | Suggested by: jdp
* Add section number to .Xr. Use of .Nm. Typo. Add rcsid. Remove unusedcharnier1998-06-041-12/+12
| | | | #includes. Use err(3).
* Show the real revision date and not the date that thissteve1997-06-231-2/+2
| | | | manpage is being viewed.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Sort cross references.wosch1997-01-131-2/+3
|
* Try to preserve the fdisk table in the primary bootstrap, should itjoerg1996-02-031-0/+20
| | | | | | | already exist. Mention the cases where this doesn't work in the BUGS section of the man page.
* Finally implement the "auto" disktype. It attempts to get all thejoerg1996-01-221-0/+21
| | | | | | | | | | | required information from the driver, and produce a virgin disklabel for it. The latter might be further edited with `disklabel -e' to satisfy the user's need. The magic sequence is: disklabel -r -w sdX auto disklabel -e sdX
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+343
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud