summaryrefslogtreecommitdiffstats
path: root/sbin/newfs
Commit message (Expand)AuthorAgeFilesLines
* Fixed overflow in the calculation of the number of inodes per groupbde1998-05-311-1/+1
* Add warning about root-fs blocksize expectations.phk1998-04-261-0/+4
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowbde1998-01-201-1/+0
* Don't create superblocks with size larger than SBSIZE (8192). Thebde1998-01-191-0/+4
* Fixed some spelling errors.bde1998-01-161-2/+2
* Fix syntax error for the mount_mfs example.obrien1997-11-241-2/+2
* Some tweaks to get this to cope with ELF where the address space startspeter1997-09-131-8/+18
* Removed "hack to prevent overflow of a 32bit block number". Lite2 has abde1997-07-131-3/+1
* Allow use of the name "swap" instead of an actual swap device.tegge1997-06-231-0/+31
* Remove srandomdev fallbackache1997-06-141-2/+1
* Fix typo.eivind1997-05-041-1/+1
* Fix the mount_mfs case from the last cleanup. The code was (ab)usingpeter1997-03-311-1/+17
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Cleanup STANDALONE stuffache1997-03-241-28/+43
* Add generation number randomization. Newly created filesystems wil nowguido1997-03-232-6/+39
* Merge from Lite2:peter1997-03-114-50/+104
* Replace "mfs" with "mount_mfs" in the NAME section.mpp1997-02-061-1/+1
* Sweep through the tree fixing mmap() usage:alex1997-01-161-1/+1
* Add example for mount_mfs(8).wosch1996-12-261-1/+8
* Update the newfs(8) man page to reflect currentmpp1996-12-141-4/+10
* This update adds the support for != 512 byte sector SCSI devices tosos1996-12-012-3/+18
* ts_sec -> tv_secnate1996-09-201-3/+3
* man page link tmpfs.8 -> mfs.8 for former SunOS userswosch1996-02-021-1/+1
* A better algorithm to place the numbers on the lines.joerg1996-01-301-17/+17
* Fix a bunch of spelling errors.mpp1996-01-291-1/+1
* Make the numbers for the "superblock backups" fit nicely on the screen,joerg1996-01-251-1/+35
* Change the reference to format(8) (which we don't have) to fdformat(1) andmpp1996-01-221-1/+2
* Add hooks into the mount_mfs code in newfs to do the FreeBSD-stylepeter1996-01-011-1/+15
* Shorten a variable name.dg1995-09-171-4/+4
* Avoid the "calculated sectors per cylinder disagrees with disklabel"joerg1995-09-091-1/+9
* Fixed error in maxcontig calculation that caused it to default to "1".dg1995-09-081-1/+1
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Flush stdout when writing out each superblock backup.dg1995-05-021-0/+1
* Yank out the rewriting of disklabels. This code can and will get confusedphk1995-04-191-52/+0
* Allow zero as value for certain arguments to indicate "take from disklabel".phk1995-02-051-2/+2
* Change the defaults for newfs to disregard the geometry in the disklabel.phk1995-02-052-4/+18
* Add support for filesystem-specific `-o' options, and re-implement thewollman1994-11-011-1/+1
* Restrict fs_maxfilesize to 2^40; this is part of a bug fix from Kirkdg1994-10-221-0/+2
* Put back the `:' in the trinary ?: so this can actually compile again! :)jkh1994-10-131-1/+1
* Added '-F file' option of mount_mfs. This allows me to make floppy imagesphk1994-10-123-8/+59
* Backed out part of the last change that prevents the rpos table fromdg1994-10-093-6/+8
* Fixed manpage to conform to current reality.dg1994-10-011-1/+4
* 1) If nrpos <= 1, don't output rpos table (and set fs_cpc to 0) - disablingdg1994-10-012-13/+23
* Set fs_clean.dg1994-08-261-0/+1
* Convert to our man installation style. Also fixed long-standing bugwollman1994-08-051-1/+1
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-264-0/+2201
OpenPOWER on IntegriCloud