Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In the words of the submitter: | dd | 2002-01-07 | 1 | -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> | ||||
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |
| | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike | ||||
* | -r is implied with -B. | ru | 2001-10-10 | 1 | -2/+1 |
| | |||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | The defaults for bsize and fsize were interchanged. | ru | 2001-09-05 | 1 | -4/+4 |
| | | | | PR: docs/30330 | ||||
* | Silence non-constant format string warnings by marking functions | kris | 2001-08-19 | 1 | -1/+1 |
| | | | | | | | as __printflike()/__printf0like(), adding const, or adding missing "%s" format strings, as appropriate. MFC after: 2 weeks | ||||
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 1 | -1/+3 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 2 | -37/+37 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
| | |||||
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -1/+1 |
| | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> | ||||
* | Nuke unused variables. | dd | 2001-06-24 | 1 | -3/+0 |
| | |||||
* | mdoc(7) police: fix markup in revision 1.27. | ru | 2001-05-15 | 1 | -2/+5 |
| | |||||
* | Clarify the currently used partition types. | grog | 2001-05-14 | 1 | -5/+19 |
| | | | | Add cross-references to ccd(4) and vinum(8). | ||||
* | Say "add -r" rather than 'use -r' since the former is more correct. | imp | 2001-04-24 | 1 | -2/+1 |
| | | | | | The latter implies to many people that they use only -r, which is incorrect. | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -2/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | mdoc(7) police: misc formatting fixes. | ru | 2001-03-05 | 1 | -28/+50 |
| | | | | (This page still needs a lot of work.) | ||||
* | First attempt to not overflow in disk space calculations. Use off_t | imp | 2001-03-05 | 1 | -5/+5 |
| | | | | | for the size variable used to calculate the size of the partition. Also use ULL suffix for constants to ensure that we use 64 bit math. | ||||
* | Fix style nit. | obrien | 2001-03-04 | 1 | -1/+1 |
| | |||||
* | Allow for easier configuration when using disklabel. A sample | jwd | 2001-02-25 | 2 | -159/+558 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ru | 2001-02-01 | 1 | -2/+2 |
| | |||||
* | typo: modifes -> modifies | hoek | 2000-12-28 | 1 | -1/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -3/+3 |
| | |||||
* | Fix typos and layout problem. | ben | 2000-11-28 | 1 | -5/+6 |
| | | | | | PR: 23109 Submitted by: Jimmy Olgeni <olgeni@uli.it> | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -22/+22 |
| | |||||
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -8/+26 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -36/+59 |
| | |||||
* | Add support for virgin disklabels | jkh | 2000-10-31 | 2 | -34/+149 |
| | | | | Submitted by: dillon | ||||
* | Turn dkcksum() into an __inline function. | phk | 2000-09-16 | 3 | -59/+1 |
| | | | | Change its type to u_int_16_t. | ||||
* | Correct typo. | grog | 2000-08-29 | 1 | -1/+1 |
| | |||||
* | Add '-DPC98' to CFLAGS if MACHINE == pc98. | nyan | 2000-05-09 | 1 | -0/+5 |
| | |||||
* | /dev/r<FOO> => /dev/<FOO> | obrien | 2000-04-26 | 1 | -8/+8 |
| | |||||
* | A local WIP snook in rev 1.31. | obrien | 2000-04-21 | 1 | -6/+2 |
| | | | | Noticed by: bde | ||||
* | Found more places where 'r' was being prepended to the device name. | obrien | 2000-04-20 | 1 | -4/+8 |
| | |||||
* | Add include of errno.h where needed, remove extern int errno where not. | imp | 2000-04-14 | 1 | -3/+1 |
| | | | | These commits were inspired by a similar commit to netbsd. | ||||
* | Don't prepend "r" for the raw device anymore. | obrien | 2000-04-10 | 1 | -1/+1 |
| | |||||
* | Backed out removal of vendor id and gratuitous change of tmpfile prefix | bde | 2000-01-11 | 1 | -1/+2 |
| | | | | in previous commit. | ||||
* | 10 X's for mkstemp(), and don't redefine _PATH_TMP | kris | 2000-01-10 | 2 | -4/+3 |
| | |||||
* | Refreshed the silly copy of <sys/disklabel.h>. The old copy was | bde | 2000-01-05 | 1 | -160/+319 |
| | | | | | seriously out of date. It older than Lite1 (it has an undeprecated DISKTAB but not _PATH_DISKTAB). | ||||
* | Remove duplicate declarations for two internal functions. | billf | 1999-09-25 | 1 | -2/+0 |
| | | | | Remove delcaration for getenv(), we already get it from stdlib.h | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 4 | -4/+4 |
| | |||||
* | Minor style fix. | mpp | 1999-08-15 | 1 | -2/+2 |
| | |||||
* | Various man page cleanup: | mpp | 1999-08-15 | 1 | -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 bootstrap | grog | 1999-08-01 | 1 | -8/+1 |
| | | | | | | | manager, thus killing two birds with one stone. Objected-to-by: bde rnordier | ||||
* | Make intelligible: | grog | 1999-07-31 | 1 | -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 | ||||
* | Fix a gcc stupidity where it thought a variable was being used uninitialized | billf | 1999-07-21 | 1 | -2/+5 |
| | | | | | Add a case for UNSPEC which is in order by the enum definition, but out of order alphabetically. | ||||
* | Update for boot block location change. | jkh | 1999-01-02 | 1 | -2/+2 |
| | |||||
* | Look for boot blocks in new default location. | jkh | 1998-12-17 | 3 | -36/+18 |
| | |||||
* | Refer to "da" rather than "sd" device. | rnordier | 1998-11-28 | 1 | -23/+23 |
| | | | | Suggested by: jdp | ||||
* | Oops, don't quite use RAW_PART instead of RAWPARTITION. Use 'a' + RAW_PART | bde | 1998-10-23 | 1 | -2/+2 |
| | | | | in both places. |