summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
AgeCommit message (Expand)Author
2016-06-24tidy up error messageschristos
2016-03-07PR/50911: David Binderman: Optimize memsetchristos
2016-02-06Split case folding table into separate source file and add fullmlelstv
2016-01-30Add support to msdosfs and makefs to generate correct Unicode (UCS-2) directorymlelstv
2015-12-24little size_t/ssize_t...christos
2015-12-21Fix some more MKREPRO issues in cdrom creation. Now amd64 passes MKREPRO.christos
2015-12-21more deterministic ffs for reproducible builds.christos
2015-12-20Add timestamp support to the ffs image creation; needed for in kernel memorychristos
2015-11-27Don't pass garbage to parsedate, but do use the return value.joerg
2015-11-25Sort options in usage to match man page order.wiz
2015-11-25"file system" as two words.wiz
2015-11-25Provide a -T option to set timestamps to a consistent value for MKREPROchristos
2015-10-16remove clause 3.christos
2015-06-17more error normalizationchristos
2015-06-16improve error messages (remove \n, use __func__, etc)christos
2015-03-29Make the userland signature and uses of bread() match the kernel ones,agc
2015-01-12reflect reality about filesystems supported.christos
2015-01-12PR/49559: Christian Brueffer: Fix typo maxbpf instead of maxbpg.christos
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-09-01Make msdosfs time conversion use the y/m/d/h/m/s conversion functionsmartin
2014-07-09What a terrible use-after-freemaxv
2014-05-30PR kern/48852 (which should have been bin/ in retrospect): apply patchmartin
2013-12-19long_ad is a mix of struct and union, so use memset to initialise in thejoerg
2013-12-19initialize dummy_refchristos
2013-10-24Now that tools/compat/compat_defs.h defones __USE, there's noapb
2013-10-19avoid using __USE() in the tools version of this.mrg
2013-10-19fix unused variable warnings.christos
2013-08-14when building as a tool, only use struct tm tm_gmtoff if HAVE_STRUCT_TM_TM_GM...jmcneill
2013-08-09Fix possible 32 bit issues. In practice hard to reach but better be safe thanreinoud
2013-08-09Oops, used size_t when off_t was meant. This results in the 4G file sizereinoud
2013-08-06New sentence, new line.wiz
2013-08-06Switch back program version to the version of the newfs_udf/makefs code.reinoud
2013-08-06Add minimum UDF version specification to makefs(8) -t udf.reinoud
2013-08-06Allow for the logical volume label to be specified as well as the physicalreinoud
2013-08-06New sentence, new line.wiz
2013-08-06Update makefs(8) man page to reflect the selection of default sector and discreinoud
2013-08-06Implement auto-setting of sector size and disc size when specifyingreinoud
2013-08-06Fix assert() on allocation type by masking it with the flag allocation bitreinoud
2013-08-06Fix memory leaks found by Coverity and fix memoryleaks in the new codereinoud
2013-08-05Note that i added the UDF support to makefs(8) and bump datareinoud
2013-08-05Cleanup makefile for makefsreinoud
2013-08-05Revert joergs patch and make it compile in both the normal as in the toolsreinoud
2013-08-05Allow building UDF parts of makefs on !NetBSD.joerg
2013-08-05Make memset() usage consequent in using the right typesreinoud
2013-08-05Sort. Improve table formatting.wiz
2013-08-05Implement `makefs -t udf'.reinoud
2013-07-30`makefs -t cd9660' fix from FreeBSD:reinoud
2013-06-23Stick ffs_ in front of the following macros:dholland
2013-06-23Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front ofdholland
2013-06-23fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()dholland