summaryrefslogtreecommitdiffstats
path: root/sbin/disklabel/disklabel.8
Commit message (Collapse)AuthorAgeFilesLines
* This has been disconnected from the build since May 2003. GC it, asobrien2004-01-281-976/+0
| | | | bsdlabel and sunlabel are what we use now.
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
|
* Add a newline at end of file.ru2003-05-191-1/+1
| | | | Approved by: re (blanket)
* Quick grammar fix.trhodes2003-04-171-2/+2
|
* Small mdoc fixseanc2003-03-291-1/+1
|
* Teach disklabel(8) about different hardware architectures.ru2003-03-161-6/+63
| | | | | | | | | | This is aimed at creating floppies during cross-releases. For different endianness machines, a tool like bswapfs(8) is necessary to make the generated floppies readable on the target machine. While here, fixed unaligned access on Alphas. Tested on: i386, alpha
* Give this manpage a good overhaul, including the markup.ru2003-03-151-327/+398
| | | | | | | | | | | | | | | | | Notable changes: - Removed the "disktype" argument from the -B only synopsis form. This form doesn't touch the disk label, and doesn't use this argument. - Fixed the first example in the EXAMPLES section. Support for compatibility slices has been recently dropped from the GEOM kernels, and a bit later GEOM became standard. - Removed the buggy notion from rev. 1.37 that disklabel(8) may be used to define mount points; it cannot. Improve some DOS partition / FreeBSD slice wording. Among these, ``dangerously-dedicated slice'' was just a nonsense. ;-)
* Properly mark "auto" as a keyword.ru2003-03-141-7/+7
|
* Deal with vestiges of d_boot[01].ru2003-02-231-36/+10
|
* Drop the silly notion that i386 has two bootstrap files now that sys/bootphk2003-01-261-25/+11
| | | | | | | | creates a single file named just "boot". Apart from the fact that the option "-s" is now gone and that "-b" should be pointed at /boot/boot instead of /boot/boot1, this patch should be a no-op.
* Retire the "-N" and "-W" options which implemented write-protectionphk2003-01-261-24/+0
| | | | | | | | | | | | | | | | | | | for the disklabel: This facility is OBE. First of all, we cannot sensibly implement this in a properly stacked environment. Second, if we did, it would confuse the heck out of users who wouldn't be able to "start from scratch" by dd(8)'ing /dev/zero onto /dev/da0. Third, the offered protection is not comprehensive: no other software would respect it. Fourth and finally, the disklabel is already protected against tampering if it controls open partitions. Uselessness of these options discussed with: peter
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+1
|
* mdoc(7) police: Added missing markup bit.ru2002-11-251-1/+3
| | | | Approved by: re
* Document that write(2) et al can return EROFS for attempts to write theschweikh2002-10-101-1/+4
| | | | | | | | disk label area. PR: 43891 Submitted by: Diomidis D. Spinellis <dds@istlab.dmst.aueb.gr> MFC after: 3 days
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-10/+10
|
* The .Nm utilitycharnier2002-07-061-4/+14
|
* more file system > filesystemtrhodes2002-05-161-5/+5
|
* disklabel(8) manual page:trhodes2002-04-151-27/+25
| | | | | | | | | | | | | --change "-s newboot" to "-s newboot2" in an example --Fixed spelling --Fixed some confusion between slice/parition/primary partition and other things. PR: 35947 and 35951 Noticed by: Gary W. Swearingen <swear@blarg.net> Reviewed by: keramida Thanks to: grog MFC after: 2 days
* Remove inappropriate .Op calls in examples.dd2002-03-101-2/+2
| | | | | PR: 35689 Submitted by: Gary W. Swearingen <swear@blarg.net>
* In the words of the submitter:dd2002-01-071-1/+1
| | | | | | | | | | | disklabel(8)'s "Reading the disk label" section starts out "To examine or save the label on a disk drive,...". This is confusing. The given command (disklabel [-r] disk) doesn't save anything (except to standard out, but that should go without saying). It reads as if the command might save something on the disk drive. PR: 32452 Submitted by: Gary W. Swearingen <swear@blarg.net>
* -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.
OpenPOWER on IntegriCloud