summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/mkfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-251-5/+6
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-10/+10
* di_createtime -> di_birthtime.roberto2002-07-171-1/+1
* Fixed 4 printf format errors that were fatal on alphas. %qd is not evenbde2002-07-111-7/+9
* Get rid of paranoia that zeros the boot block area as this hasmckusick2002-06-221-7/+0
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-432/+365
* more file system > filesystemtrhodes2002-05-161-11/+11
* Continue the cleanup preparations for UFS2 (& GEOM):phk2002-04-241-14/+11
* bbsize and sbsize cannot ever be trusted from the disklabel, inphk2002-04-071-45/+4
* Fixed some English errors in previous commit.bde2002-04-041-14/+15
* Add more DWIM/autoadjustment and less evil style(9) banned exit(2) codes.phk2002-04-031-15/+17
* Swing the axe and remove some archaic features from newfs which modernphk2002-03-201-104/+32
* Add the undocumented -R option to disable randomness for regression-testing.phk2002-03-191-2/+5
* Further cleanups.phk2002-03-191-52/+21
* Replace a number of similar `for' loops with a new `ilog2()' functioniedowse2002-03-191-10/+17
* Complete the ANSIfication of newfs by converting function declarationsiedowse2002-03-191-44/+13
* The FSIRAND code is always compiled in, and it is unlikely thatiedowse2002-03-191-19/+1
* Remove the ancient STANDALONE code.iedowse2002-03-191-118/+1
* Remove yet more vestiges of mount_mfs.iedowse2002-03-181-2/+0
* Fixed some style bugs (mainly ones not fixed or made worse by rev.1.41).bde2002-03-181-12/+16
* Remove __P() and register.phk2002-03-171-24/+24
* style(9) cleanup.phk2001-11-021-42/+40
* Handle snprintf() returning < 0 (not just -1)brian2001-08-201-2/+2
* Handle snprintf() returning -1.brian2001-08-201-0/+2
* A more complete removal of MFS related code.phk2001-05-291-159/+15
* sprintf() -> snprintf()kris2001-04-241-1/+1
* Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.mckusick2001-04-101-0/+13
* Fixed style bugs in previous commit.bde2001-04-031-4/+4
* Allow enabling soft updates (with -U) on a new filesystem.obrien2001-04-021-2/+7
* The ffs superblock includes a 128-byte region for use by temporaryiedowse2001-01-151-0/+5
* Cast block number to off_t to avoid possible overflow bugs.jwd2000-10-241-1/+1
* The write combining code in revision 1.30 needs a few additionaljwd2000-10-241-12/+25
* Implement simple write combining for newfs - this is particularly usefulpeter2000-10-171-0/+37
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Don't print a "," after the last superblock.billf1999-08-211-3/+4
* Fix bug in mount_mfs whereby mount_mfs would sometimes return beforedillon1999-02-091-4/+27
* 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
OpenPOWER on IntegriCloud