aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs/mkfs.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Don't print a "," after the last superblock.Bill Fumerola1999-08-211-3/+4
* Fix bug in mount_mfs whereby mount_mfs would sometimes return beforeMatthew Dillon1999-02-091-4/+27
* Use explicitly sized types when formatting cylinder groups.Doug Rabson1998-08-271-7/+7
* Forgot to remove a ';' in my previous commit.Philippe Charnier1998-08-121-2/+2
* Add prototypes. Check malloc() return value. Use err(). Remove unused #includesPhilippe Charnier1998-07-151-50/+83
* Fixed printf format errors.Bruce Evans1998-06-281-16/+18
* Fixed overflow in the calculation of the number of inodes per groupBruce Evans1998-05-311-1/+1
* Don't create superblocks with size larger than SBSIZE (8192). TheBruce Evans1998-01-191-0/+4
* Some tweaks to get this to cope with ELF where the address space startsPeter Wemm1997-09-131-8/+18
* Removed "hack to prevent overflow of a 32bit block number". Lite2 has aBruce Evans1997-07-131-3/+1
* Remove srandomdev fallbackAndrey A. Chernov1997-06-141-2/+1
* Fix the mount_mfs case from the last cleanup. The code was (ab)usingPeter Wemm1997-03-311-1/+17
* Cleanup STANDALONE stuffAndrey A. Chernov1997-03-241-28/+43
* Add generation number randomization. Newly created filesystems wil nowGuido van Rooij1997-03-231-5/+38
* Merge from Lite2:Peter Wemm1997-03-111-33/+70
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-1/+1
* This update adds the support for != 512 byte sector SCSI devices toSøren Schmidt1996-12-011-1/+3
* ts_sec -> tv_secNate Williams1996-09-201-3/+3
* A better algorithm to place the numbers on the lines.Joerg Wunsch1996-01-301-17/+17
* Make the numbers for the "superblock backups" fit nicely on the screen,Joerg Wunsch1996-01-251-1/+35
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Flush stdout when writing out each superblock backup.David Greenman1995-05-021-0/+1
* Restrict fs_maxfilesize to 2^40; this is part of a bug fix from KirkDavid Greenman1994-10-221-0/+2
* Added '-F file' option of mount_mfs. This allows me to make floppy imagesPoul-Henning Kamp1994-10-121-5/+39
* Backed out part of the last change that prevents the rpos table fromDavid Greenman1994-10-091-1/+1
* 1) If nrpos <= 1, don't output rpos table (and set fs_cpc to 0) - disablingDavid Greenman1994-10-011-1/+1
* Set fs_clean.David Greenman1994-08-261-0/+1
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+1227