OpenBSD CVS

CVS log for src/sbin/newfs/newfs.8


[BACK] Up to [local] / src / sbin / newfs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.80 / (download) - annotate - [select for diffs], Tue Jan 9 03:16:00 2024 UTC (5 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.79: +2 -7 lines
Diff to previous 1.79 (colored)

Delete support for FFS filesystems before the in-inode symlink
optimization.  As observed by ali_farzanrad(at)riseup.net, support
for these was broken in the 5.5 release in early 2014 by the time_t
changes.  No one noticed before now, so clearly this isn't something
we need to continue to support; rejecting in ffs_validate() is an
improvement.

Also: simplify DIRSIZ(), drop OLDDIRFMT and NEWDIRFMT, tests of
fs_maxsymlinklen against zero, #ifdef tests of FS_44INODEFMT, and
remove support for newfs -O0, last used in 2016.

ok miod@

Revision 1.79 / (download) - annotate - [select for diffs], Sat Nov 19 08:02:11 2022 UTC (18 months, 3 weeks ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3
Changes since 1.78: +7 -4 lines
Diff to previous 1.78 (colored)

Add O: to the getopt string for newfs in mount_mfs mode, allowing it to
optionally use FFS2 (stu@ ran into a problem when running some tests on
an MFS filesystem that involved future dates).

Correct the manual which said that FFS2 is the default, which isn't the
case for mount_mfs.

lgtm miod@

Revision 1.78 / (download) - annotate - [select for diffs], Thu Jun 3 06:42:03 2021 UTC (3 years ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.77: +4 -3 lines
Diff to previous 1.77 (colored)

For 4k sector disks, the minimum frag size is 4k. For a 2G fs
that delivers too few inodes to hold a src tree.  So adjust the
density for partitions on a 4k disk if fragsize and density are not
passed on the command line. This is kind of a hack, since we do not
have a way to signal the desired # of inodes from the install script.
ok kettenis@ krw@

Revision 1.77 / (download) - annotate - [select for diffs], Mon May 18 06:20:44 2020 UTC (4 years ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.76: +4 -5 lines
Diff to previous 1.76 (colored)

Make ffs2 the default for newfs; change all calls to create e.g. floppy
filesystems or ramdisks to use explicit -O 1; installer already does that.
ok sthen@

Revision 1.76 / (download) - annotate - [select for diffs], Thu Jan 16 16:46:46 2020 UTC (4 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.75: +3 -3 lines
Diff to previous 1.75 (colored)

Usually, -width Fl (which is 10n) is too wide and hence ugly.
Change several instances, most of them to the usual -width Ds.

Revision 1.75 / (download) - annotate - [select for diffs], Tue Apr 23 18:13:11 2019 UTC (5 years, 1 month ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.74: +2 -2 lines
Diff to previous 1.74 (colored)

missing dots after ".%P pp"; the case of btree(3) was
reported by Fabio Scotoni <fabio at esse dot ch>;
also garbage collect one .Tn while here

Revision 1.74 / (download) - annotate - [select for diffs], Thu Mar 17 07:18:34 2016 UTC (8 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.73: +2 -3 lines
Diff to previous 1.73 (colored)

simplify previous; ok bentley

Revision 1.73 / (download) - annotate - [select for diffs], Thu Mar 17 05:27:10 2016 UTC (8 years, 2 months ago) by bentley
Branch: MAIN
Changes since 1.72: +12 -2 lines
Diff to previous 1.72 (colored)

Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.

Previously behaviors were all over the map. This changes them to
use COLUMNS first, and either terminal width or a hardcoded value
(typically 80) as appropriate.

ok deraadt@; man bits ok jmc@

Revision 1.72 / (download) - annotate - [select for diffs], Thu Feb 18 21:57:26 2016 UTC (8 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.71: +2 -10 lines
Diff to previous 1.71 (colored)

TMPDIR is no longer supported;
from rafael neves

Revision 1.71 / (download) - annotate - [select for diffs], Fri Aug 29 12:09:04 2014 UTC (9 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.70: +3 -5 lines
Diff to previous 1.70 (colored)

mount_mfs does not require disklabel to be run;

diff From: Navan Carson
confirmed/ok mikeb

Revision 1.70 / (download) - annotate - [select for diffs], Mon May 23 10:56:17 2011 UTC (13 years ago) by dcoppa
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.69: +21 -9 lines
Diff to previous 1.69 (colored)

Allow specifying k/m/g/... suffixes in newfs(8) -S and -s options.

Useful for mount_mfs, now you can just say:

# mount_mfs -s 50m swap /tmp

And it will do what you want, taking into account sector size.

Old behaviour of -s (specifying count of sectors) is, of course,
preserved.

All the work was done by Vadim Zhukov (persgray(at)gmail com).

OK myself, otto@, thib@

Revision 1.69 / (download) - annotate - [select for diffs], Thu Mar 31 11:17:58 2011 UTC (13 years, 2 months ago) by sthen
Branch: MAIN
Changes since 1.68: +3 -3 lines
Diff to previous 1.68 (colored)

these days, newfs creates one inode per 4 fragments, rather than one per 8KB,
this lets it adapt to large filesystems (disklabel -E automatically increases
fragment and block size for these).

ok otto@

Revision 1.68 / (download) - annotate - [select for diffs], Sun Mar 21 07:51:23 2010 UTC (14 years, 2 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.67: +6 -3 lines
Diff to previous 1.67 (colored)

document -b and -f get their defaults from the disklabel; ok jmc@

Revision 1.67 / (download) - annotate - [select for diffs], Sat Mar 20 15:24:49 2010 UTC (14 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.66: +3 -3 lines
Diff to previous 1.66 (colored)

wee tweak;

Revision 1.66 / (download) - annotate - [select for diffs], Sat Mar 20 14:19:38 2010 UTC (14 years, 2 months ago) by krw
Branch: MAIN
Changes since 1.65: +13 -9 lines
Diff to previous 1.65 (colored)

Make FFS2 the default format for file systems larger than INT_MAX
512-byte blocks. Better than just blowing up. Tweak man page to document
this and clarify various things.

Inspired by problems noted during an install by Harald Dunkel.

Suggestions and man page corrections from otto@ and jmc@

ok beck@

Revision 1.65 / (download) - annotate - [select for diffs], Sun Aug 3 21:43:19 2008 UTC (15 years, 10 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.64: +12 -2 lines
Diff to previous 1.64 (colored)

spread the unwritten wisdom newfs should be run on raw devs, not on
block devs; ok marco@ jmc@ millert@ deraadt@

Revision 1.64 / (download) - annotate - [select for diffs], Fri Jun 27 18:50:43 2008 UTC (15 years, 11 months ago) by sobrado
Branch: MAIN
Changes since 1.63: +3 -3 lines
Diff to previous 1.63 (colored)

documentation tweak.

Revision 1.63 / (download) - annotate - [select for diffs], Tue Jun 24 15:07:01 2008 UTC (15 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.62: +28 -25 lines
Diff to previous 1.62 (colored)

- move -S and -t into the main option descriptions: they were the only
options left of the old tuning list, and it makes sense to have one list
now
- document -T. this was requested by todd (fries), and comes largely from
the description in netbsd's page of the same name

ok millert otto

Revision 1.62 / (download) - annotate - [select for diffs], Sat Jan 12 08:56:28 2008 UTC (16 years, 5 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.61: +6 -5 lines
Diff to previous 1.61 (colored)

document the max size of FFS and FFS2 file systems plus some rewording;
with and ok jmc@

Revision 1.61 / (download) - annotate - [select for diffs], Thu May 31 19:19:46 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored)

convert to new .Dd format;

Revision 1.60 / (download) - annotate - [select for diffs], Sat May 19 20:12:50 2007 UTC (17 years ago) by otto
Branch: MAIN
Changes since 1.59: +5 -5 lines
Diff to previous 1.59 (colored)

Now that the amd64 floppy and cd image -c setting have been fixed,
recommit the -c changes. For now, we warn only if we cannot honour -c.
ok millert@ deraadt@

Revision 1.59 / (download) - annotate - [select for diffs], Sat May 19 11:16:22 2007 UTC (17 years ago) by jmc
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored)

kill trailing whitespace;

Revision 1.58 / (download) - annotate - [select for diffs], Sat May 19 07:15:34 2007 UTC (17 years ago) by jsg
Branch: MAIN
Changes since 1.57: +9 -1 lines
Diff to previous 1.57 (colored)

Mention the mfs and portal papers.

Revision 1.57 / (download) - annotate - [select for diffs], Sat May 19 01:28:15 2007 UTC (17 years ago) by deraadt
Branch: MAIN
Changes since 1.56: +4 -4 lines
Diff to previous 1.56 (colored)

backout -c changes; they were not tested on all the media.  all newfs
changes obviously *MUST* be checked against whatever weird things the
floppies do to fit

Revision 1.56 / (download) - annotate - [select for diffs], Fri May 18 19:08:16 2007 UTC (17 years ago) by otto
Branch: MAIN
Changes since 1.55: +5 -5 lines
Diff to previous 1.55 (colored)

The unit of the -c options is fragments, so adjust man page and
variable name; correct the loop packing more inodes into the cg:
in some cases it could put more fragments into the cg than requested;
give an error if the -c option cannot be honoured. ok millert@ pedro@

Revision 1.55 / (download) - annotate - [select for diffs], Fri Apr 13 20:20:54 2007 UTC (17 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.54: +2 -3 lines
Diff to previous 1.54 (colored)

tweak the description of -O2; ok millert

Revision 1.54 / (download) - annotate - [select for diffs], Fri Apr 13 19:46:18 2007 UTC (17 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.53: +22 -14 lines
Diff to previous 1.53 (colored)

new sentence, new line;
-O takes an argument;

Revision 1.53 / (download) - annotate - [select for diffs], Fri Apr 13 17:33:02 2007 UTC (17 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.52: +47 -61 lines
Diff to previous 1.52 (colored)

Add support for creating ffs2 filesystems.  Note that the concept
of a constant-sized track is obsolete in today's world of variable
blocks per track disks so the cylinder group packing algorithm has
been updated.  Based on the ufs2 changes in FreeBSD by Kirk McKusick.
From pedro@ with changes by me as well as a few from NetBSD.
OK pedro@ beck@ thib@ and tested by more...

Revision 1.52 / (download) - annotate - [select for diffs], Tue Apr 3 19:11:55 2007 UTC (17 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.51: +1 -4 lines
Diff to previous 1.51 (colored)

Remove part of the -x description that I missed.

Revision 1.51 / (download) - annotate - [select for diffs], Tue Apr 3 18:42:32 2007 UTC (17 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.50: +1 -30 lines
Diff to previous 1.50 (colored)

Remove obsolete options for superblock fields that are no longer used.
OK deraadt @, OK in principle tedu@

Revision 1.50 / (download) - annotate - [select for diffs], Mon Apr 2 20:20:39 2007 UTC (17 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.49: +1 -15 lines
Diff to previous 1.49 (colored)

Modern disks do bad sector replacement themselves.  There is no
need to reserve space for them in the filesystem itself.
OK deraadt@ pedro@

Revision 1.49 / (download) - annotate - [select for diffs], Tue Nov 14 10:28:11 2006 UTC (17 years, 7 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.48: +4 -2 lines
Diff to previous 1.48 (colored)

memory requirements are relevant only for mount_mfs; ok jmc@

Revision 1.48 / (download) - annotate - [select for diffs], Fri Jul 7 15:03:57 2006 UTC (17 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.47: +10 -2 lines
Diff to previous 1.47 (colored)

fuller description for -s; from janne johansson
ok krw

Revision 1.47 / (download) - annotate - [select for diffs], Thu Mar 9 13:37:40 2006 UTC (18 years, 3 months ago) by pedro
Branch: MAIN
Changes since 1.46: +1 -2 lines
Diff to previous 1.46 (colored)

Remove -n from synopsis too

Revision 1.46 / (download) - annotate - [select for diffs], Thu Mar 9 13:35:02 2006 UTC (18 years, 3 months ago) by pedro
Branch: MAIN
Changes since 1.45: +1 -4 lines
Diff to previous 1.45 (colored)

Remove option -n from newfs as well as all references to fs_postbl()
Various testing for a while, okay krw@

Revision 1.45 / (download) - annotate - [select for diffs], Mon Jun 27 10:07:15 2005 UTC (18 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

grammar;

Revision 1.44 / (download) - annotate - [select for diffs], Mon Jun 27 09:48:05 2005 UTC (18 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.43: +45 -46 lines
Diff to previous 1.43 (colored)

- sort synopsis and options list
- sync the args in the options list to those in synopsis, and avoid
using structures such as `-l very long description of single arg'

Revision 1.43 / (download) - annotate - [select for diffs], Sun Nov 28 06:25:48 2004 UTC (19 years, 6 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

1 inode per 8192 bytes now

Revision 1.42 / (download) - annotate - [select for diffs], Thu Oct 14 07:40:29 2004 UTC (19 years, 8 months ago) by otto
Branch: MAIN
Changes since 1.41: +1 -7 lines
Diff to previous 1.41 (colored)

Do not generate either a too large super block or a negative number
of inodes per cylinder group for large block or fragment sizes.
This allows for creation of filesystems with any legal block/fragment
size combination.

ok tedu@.

Revision 1.41 / (download) - annotate - [select for diffs], Sun Aug 15 22:06:20 2004 UTC (19 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (colored)

escape some minus signs, and keep -Tps happy;

Revision 1.40 / (download) - annotate - [select for diffs], Sun Aug 15 12:20:47 2004 UTC (19 years, 10 months ago) by otto
Branch: MAIN
Changes since 1.39: +9 -1 lines
Diff to previous 1.39 (colored)

Document max file system size and warn user that using non-standard
block or fragment sizes may hurt. ok a bunch of people@

Revision 1.39 / (download) - annotate - [select for diffs], Wed Jul 28 21:27:52 2004 UTC (19 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored)

.Xr growfs 8

Revision 1.38 / (download) - annotate - [select for diffs], Fri Jul 2 15:48:35 2004 UTC (19 years, 11 months ago) by otto
Branch: MAIN
Changes since 1.37: +9 -1 lines
Diff to previous 1.37 (colored)

Take TMPDIR into account when creating a temp mountpoint for populating.
ok avsm@ millert@; man page ok jmc@

Revision 1.37 / (download) - annotate - [select for diffs], Sat Jun 26 18:21:36 2004 UTC (19 years, 11 months ago) by otto
Branch: MAIN
Changes since 1.36: +19 -2 lines
Diff to previous 1.36 (colored)

For all the mfs lovers:

- Make the root of an mfs file system inherit the permission and
  owner/group of the mountpoint. Work by david@.
- Add the ability to populate an mfs file system with the contents of a
  directory or a file system immediately after creation, controlled
  by the new -P mount option.

Discussed with and tested by many, ok djm@ david@

Revision 1.36 / (download) - annotate - [select for diffs], Fri Oct 17 09:35:30 2003 UTC (20 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.35: +6 -4 lines
Diff to previous 1.35 (colored)

mention some defaults; noticed by John L. Scarfone
ok tedu@

Revision 1.35 / (download) - annotate - [select for diffs], Thu Jun 26 07:07:49 2003 UTC (20 years, 11 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

rename -h files to -h avgfpdir in synopsis to match reality

Revision 1.34 / (download) - annotate - [select for diffs], Fri Jun 20 07:54:39 2003 UTC (20 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.33: +5 -1 lines
Diff to previous 1.33 (colored)

use .Bk/.Ek to keep SYNOPSIS tidy;

Revision 1.33 / (download) - annotate - [select for diffs], Mon Jun 2 20:06:16 2003 UTC (21 years ago) by millert
Branch: MAIN
Changes since 1.32: +2 -6 lines
Diff to previous 1.32 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Mar 11 00:53:47 2003 UTC (21 years, 3 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

mention that avgfilesize is in bytes.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Mar 10 19:52:05 2003 UTC (21 years, 3 months ago) by tedu
Branch: MAIN
Changes since 1.30: +6 -10 lines
Diff to previous 1.30 (colored)

filesystem -> file system for a little consistency

ok jmc@ millert@

Revision 1.30 / (download) - annotate - [select for diffs], Mon Mar 10 19:39:36 2003 UTC (21 years, 3 months ago) by tedu
Branch: MAIN
Changes since 1.29: +7 -1 lines
Diff to previous 1.29 (colored)

document dirpref options -g and -h (w/ avgfpdir)

ok millert@

Revision 1.29 / (download) - annotate - [select for diffs], Fri Feb 7 07:45:13 2003 UTC (21 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.28: +5 -1 lines
Diff to previous 1.28 (colored)

typos;

Revision 1.28 / (download) - annotate - [select for diffs], Mon May 6 19:27:16 2002 UTC (22 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.27: +3 -2 lines
Diff to previous 1.27 (colored)

Correct info in "-a maxcontig" section.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Feb 18 21:57:56 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.26: +1 -2 lines
Diff to previous 1.26 (colored)

Don't accept -N flag for mount_mfs.  This flag is turned on automatically
when invoked as mount_mfs but it has different semantics from what is
described in the man page.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jun 23 02:33:09 2001 UTC (22 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

join .%A entries; most by bk@rt.fm

Revision 1.25 / (download) - annotate - [select for diffs], Wed Apr 4 22:06:39 2001 UTC (23 years, 2 months ago) by gluk
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.24: +2 -4 lines
Diff to previous 1.24 (colored)

bye bye -U (soft updates).

Revision 1.24 / (download) - annotate - [select for diffs], Tue Apr 3 22:59:35 2001 UTC (23 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

mount_mfs should not take the -U flag sync mfs is async and you cannot
have both aync and soft updates (not that it makes sense to have soft
updates on mfs anyway).  Also sync the usage in mount_mfs mode to
the man page.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Apr 17 02:32:48 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Move some misplaced periods outside of the parentheses.

Revision 1.22 / (download) - annotate - [select for diffs], Wed Mar 29 01:28:56 2000 UTC (24 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.21: +1 -2 lines
Diff to previous 1.21 (colored)

Xr repair

Revision 1.21 / (download) - annotate - [select for diffs], Tue Mar 28 23:53:17 2000 UTC (24 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.20: +1 -5 lines
Diff to previous 1.20 (colored)

mkfs(8) died a long time ago

Revision 1.20 / (download) - annotate - [select for diffs], Sat Mar 18 22:56:01 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.19: +9 -5 lines
Diff to previous 1.19 (colored)

Remove hard sentence breaks, and some other cleanup along the way.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Dec 3 19:24:18 1999 UTC (24 years, 6 months ago) by art
Branch: MAIN
Changes since 1.18: +5 -3 lines
Diff to previous 1.18 (colored)

Allow enabling soft updates (with -U) on a new filesystem.
Allow soft updates on mfs filesystems (even if it's stupid).

Revision 1.18 / (download) - annotate - [select for diffs], Wed Sep 29 13:50:44 1999 UTC (24 years, 8 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.17: +1 -2 lines
Diff to previous 1.17 (colored)

There is no diskpart(8); m4@umn.edu

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jun 4 02:45:19 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.16: +6 -6 lines
Diff to previous 1.16 (colored)

start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@

Revision 1.16 / (download) - annotate - [select for diffs], Sun May 23 14:11:19 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com

Revision 1.15 / (download) - annotate - [select for diffs], Sat Apr 10 04:09:23 1999 UTC (25 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.14: +6 -1 lines
Diff to previous 1.14 (colored)

Add -q flag to newfs and use it in the install

Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 11 01:35:03 1999 UTC (25 years, 3 months ago) by pjanzen
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

fix more comma splices that involve misuse of conjunctive adverbs

Revision 1.13 / (download) - annotate - [select for diffs], Tue Dec 15 01:20:40 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net

Revision 1.12 / (download) - annotate - [select for diffs], Sat Nov 28 19:56:28 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.11: +11 -11 lines
Diff to previous 1.11 (colored)

kill redundant .Nm macro arguments; other misc fixes

Revision 1.11 / (download) - annotate - [select for diffs], Wed Nov 11 22:19:59 1998 UTC (25 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.10: +6 -3 lines
Diff to previous 1.10 (colored)

more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes

Revision 1.10 / (download) - annotate - [select for diffs], Wed Sep 23 01:20:24 1998 UTC (25 years, 8 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.9: +5 -5 lines
Diff to previous 1.9 (colored)

alphabetize SEE ALSO entries and order them numerically according to section

Revision 1.9 / (download) - annotate - [select for diffs], Thu Sep 17 04:14:57 1998 UTC (25 years, 9 months ago) by aaron
Branch: MAIN
Changes since 1.8: +13 -11 lines
Diff to previous 1.8 (colored)

sbin/ man page fixes

Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 30 22:45:12 1998 UTC (25 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

man page fixes; aaron@ug.cs.dal.ca

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 15 17:55:53 1998 UTC (26 years ago) by mickey
Branch: MAIN
Changes since 1.6: +4 -2 lines
Diff to previous 1.6 (colored)

use Bx macro for BSD versions

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 16 00:03:10 1997 UTC (27 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

if -o is used to explicitly specify time or space optimization preference,
do not override based on minfree calculation; problem from jgarzik@pobox.com,
my fix; PR#226

Revision 1.5 / (download) - annotate - [select for diffs], Sun Feb 23 03:51:24 1997 UTC (27 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.4: +14 -2 lines
Diff to previous 1.4 (colored)

Inline fsirand(8) (at no noticable cost in speed).

Revision 1.4 / (download) - annotate - [select for diffs], Wed Dec 4 08:38:58 1996 UTC (27 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +8 -3 lines
Diff to previous 1.3 (colored)

first cut at "newfs -t fstype device". this is very neat

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 23 14:31:46 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

update rcsid

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jun 16 14:33:17 1996 UTC (28 years ago) by deraadt
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

update to reality; netbsd pr#2517; mike.long@analog.com

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:43:43 1995 UTC (28 years, 8 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:43:43 1995 UTC (28 years, 8 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.