summaryrefslogtreecommitdiff
path: root/sbin/newfs_msdos
AgeCommit message (Expand)Author
2020-12-11Describe after example like other examplesryoon
2019-10-12When we end up with too few clusters for the requested FAT type aftermartin
2018-02-04updates for GCC 6.4:mrg
2017-04-14Use the create_size if given to compute the real size instead of stat'ingchristos
2017-02-17file system police.wiz
2017-02-16Allow 0 timestampchristos
2017-02-16add -T for reproducible builds (used in makefs)christos
2016-09-12Note the origin of the newfs_msdos command from FreeBSD 3.0.sevan
2016-04-03Use the same defaults for cluster sizes as Windows.mlelstv
2015-10-16remove advertising clause.christos
2015-04-23newfs_msdos allowed suffixes such as 'k', 'm' for some parameters,abs
2014-04-24Fix volume name (Ed Maste)christos
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2014-01-05PR bin/46743: mark the "next free cluster" value in the file systemmartin
2013-10-19fix unused variable warnings.christos
2013-07-20Use Mt for email addresses.wiz
2013-02-03don't truncate the file if an offset is given.christos
2013-01-27nbtool_config.h undefines _NETBSD_SOURCE, and that makes <sys/types.h> notchristos
2013-01-24toolifychristos
2013-01-24don't do the partition dance for makefs; we have no real diskchristos
2013-01-23We don't need getdiskinfo() for makefs() since we always deal with an image.christos
2013-01-23fix regressions after split.christos
2013-01-21Split the make fs portion into a function; do argument tests inside thechristos
2012-12-15There are two problems with insisting the FAT file system size be a multiplejakllsch
2012-11-04According to current file(1) magic definitions an unlabeled FAT isjakllsch
2012-07-31Use correct values for minimum and maximum cluster counts for the various FATjakllsch
2012-07-04constify opts[]jakllsch
2011-08-29Use __deadjoerg
2011-03-05Set errno to 0 before strtoll() so that it can reliably be testedpooka
2009-06-05Add support for DIOCGDISKINFO to disk like device drivers. Changehaad
2009-04-11fix sign-compare issueslukem
2009-03-28Add a cast to intmax_t and use %jd to print an off_t.he
2009-03-28remove troublesome printf specifierpooka
2009-03-26New sentence, new line.wiz
2009-03-26Apply revisions 1.23 and 1.24 from FreeBSD to autocalculate thepooka
2009-02-17Use the wedge size, not the disk size, from Yorick Hardychristos
2009-01-18Do not erroneously leave a truncated 16-bit sectormrg
2008-12-26The kernel now accepts BPB with heads > 255, so don't limit the numberjmcneill
2008-08-11teach this about wedges.christos
2007-02-08include <signal.h> where signal(3) is useddrochner
2007-01-21Avoid crash if the filename contains no digits.cbiere
2006-11-25Don't use negative offsets from "bpb.bps" when writing out values suchscw
2006-10-16c99 initializerschristos
2006-09-27Coverity CID 3788: comment out impossible code.christos
2006-05-25Coverity CID 830: Fix dead code issuechristos
2006-05-23Coverity CID 3287: Comment out dead code.christos
2005-04-16Add a tweak to default value settings for a number of drive headstsutsui
2004-10-29Add (unsigned char) cast to ctype functiondsl
2004-09-22Change the default volume label from "NO NAME" to "NO_NAME". Note thethorpej
2004-09-22Default the OEM ID to "NetBSD" rather than "BSD 4.4". (Geez, did 4.4BSDthorpej