summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
AgeCommit message (Expand)Author
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
2013-06-19Rename ambiguous macros:dholland
2013-06-09Stick UFS_ in front of these symbols:dholland
2013-02-03add a replace flag so we can overlay exiting files when we merge directories.christos
2013-02-03- more changes to make -O workchristos
2013-02-02add and document offset.christos
2013-02-01remove bogus err.christos
2013-02-01while it is studly to play with token pasting, passing directly the typechristos
2013-01-31macroize to make it more type-safe.christos
2013-01-31the allow options are 8 bits wide.christos
2013-01-30- don't abuse vp->fs to mean struct fs for ffs and struct msdos_opts;christos
2013-01-30gc global sectorsize.christos
2013-01-30buf is generic; it has nothing to do with ffs and will eventually be moved.christos
2013-01-30use "val" not "var"christos
2013-01-29add missing arguments.christos
2013-01-29workaround for gcc/vaxchristos
2013-01-29make everything use the generic options parser.christos
2013-01-29Allow options without values meaning the empty string for string optionschristos
2013-01-29mention mechristos
2013-01-29deal with options that don't have a single letter argument.christos
2013-01-29handle some of the options by the generic parser.christos
2013-01-28- use emalloc and friendschristos
2013-01-28Do not use *bp after freeing it in brelse.mlelstv