summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/mkfs.c
Commit message (Expand)AuthorAgeFilesLines
* Use explicitly sized types when formatting cylinder groups.dfr1998-08-271-7/+7
* Forgot to remove a ';' in my previous commit.charnier1998-08-121-2/+2
* Add prototypes. Check malloc() return value. Use err(). Remove unused #includescharnier1998-07-151-50/+83
* Fixed printf format errors.bde1998-06-281-16/+18
* Fixed overflow in the calculation of the number of inodes per groupbde1998-05-311-1/+1
* Don't create superblocks with size larger than SBSIZE (8192). Thebde1998-01-191-0/+4
* 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
* Remove srandomdev fallbackache1997-06-141-2/+1
* Fix the mount_mfs case from the last cleanup. The code was (ab)usingpeter1997-03-311-1/+17
* Cleanup STANDALONE stuffache1997-03-241-28/+43
* Add generation number randomization. Newly created filesystems wil nowguido1997-03-231-5/+38
* Merge from Lite2:peter1997-03-111-33/+70
* Sweep through the tree fixing mmap() usage:alex1997-01-161-1/+1
* This update adds the support for != 512 byte sector SCSI devices tosos1996-12-011-1/+3
* ts_sec -> tv_secnate1996-09-201-3/+3
* A better algorithm to place the numbers on the lines.joerg1996-01-301-17/+17
* Make the numbers for the "superblock backups" fit nicely on the screen,joerg1996-01-251-1/+35
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Flush stdout when writing out each superblock backup.dg1995-05-021-0/+1
* Restrict fs_maxfilesize to 2^40; this is part of a bug fix from Kirkdg1994-10-221-0/+2
* Added '-F file' option of mount_mfs. This allows me to make floppy imagesphk1994-10-121-5/+39
* Backed out part of the last change that prevents the rpos table fromdg1994-10-091-1/+1
* 1) If nrpos <= 1, don't output rpos table (and set fs_cpc to 0) - disablingdg1994-10-011-1/+1
* Set fs_clean.dg1994-08-261-0/+1
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+1227
OpenPOWER on IntegriCloud