aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs
Commit message (Expand)AuthorAgeFilesLines
* Fix the mount_mfs case from the last cleanup. The code was (ab)usingPeter Wemm1997-03-311-1/+17
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Cleanup STANDALONE stuffAndrey A. Chernov1997-03-241-28/+43
* Add generation number randomization. Newly created filesystems wil nowGuido van Rooij1997-03-232-6/+39
* Merge from Lite2:Peter Wemm1997-03-114-50/+104
* Replace "mfs" with "mount_mfs" in the NAME section.Mike Pritchard1997-02-061-1/+1
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-1/+1
* Add example for mount_mfs(8).Wolfram Schneider1996-12-261-1/+8
* Update the newfs(8) man page to reflect currentMike Pritchard1996-12-141-4/+10
* This update adds the support for != 512 byte sector SCSI devices toSøren Schmidt1996-12-012-3/+18
* ts_sec -> tv_secNate Williams1996-09-201-3/+3
* man page link tmpfs.8 -> mfs.8 for former SunOS usersWolfram Schneider1996-02-021-1/+1
* A better algorithm to place the numbers on the lines.Joerg Wunsch1996-01-301-17/+17
* Fix a bunch of spelling errors.Mike Pritchard1996-01-291-1/+1
* Make the numbers for the "superblock backups" fit nicely on the screen,Joerg Wunsch1996-01-251-1/+35
* Change the reference to format(8) (which we don't have) to fdformat(1) andMike Pritchard1996-01-221-1/+2
* Add hooks into the mount_mfs code in newfs to do the FreeBSD-stylePeter Wemm1996-01-011-1/+15
* Shorten a variable name.David Greenman1995-09-171-4/+4
* Avoid the "calculated sectors per cylinder disagrees with disklabel"Joerg Wunsch1995-09-091-1/+9
* Fixed error in maxcontig calculation that caused it to default to "1".David Greenman1995-09-081-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Flush stdout when writing out each superblock backup.David Greenman1995-05-021-0/+1
* Yank out the rewriting of disklabels. This code can and will get confusedPoul-Henning Kamp1995-04-191-52/+0
* Allow zero as value for certain arguments to indicate "take from disklabel".Poul-Henning Kamp1995-02-051-2/+2
* Change the defaults for newfs to disregard the geometry in the disklabel.Poul-Henning Kamp1995-02-052-4/+18
* Add support for filesystem-specific `-o' options, and re-implement theGarrett Wollman1994-11-011-1/+1
* Restrict fs_maxfilesize to 2^40; this is part of a bug fix from KirkDavid Greenman1994-10-221-0/+2
* Put back the `:' in the trinary ?: so this can actually compile again! :)Jordan K. Hubbard1994-10-131-1/+1
* Added '-F file' option of mount_mfs. This allows me to make floppy imagesPoul-Henning Kamp1994-10-123-8/+59
* Backed out part of the last change that prevents the rpos table fromDavid Greenman1994-10-093-6/+8
* Fixed manpage to conform to current reality.David Greenman1994-10-011-1/+4
* 1) If nrpos <= 1, don't output rpos table (and set fs_cpc to 0) - disablingDavid Greenman1994-10-012-13/+23
* Set fs_clean.David Greenman1994-08-261-0/+1
* Convert to our man installation style. Also fixed long-standing bugGarrett Wollman1994-08-051-1/+1
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-264-0/+2201