summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
AgeCommit message (Expand)Author
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-03-28Correctly mark the last El Torito section header.nonaka
2018-01-27Need strings.h for ffs()sevan
2017-12-16PR/52828: Mark Johnston: makefs UFS2 lazy inode initialization is buggychristos
2017-11-09Initialize boot_catalog_entry's entry_type properly.nonaka
2017-04-14leave the size alone and set the create_size to include the offset. Itchristos
2017-04-14Whitespace fixes.wiz
2017-04-13Explain the 's' image size better.christos
2017-04-13for consistency with ffs, don't count the offset into the size.christos
2017-04-13Fix error handling; msdosfs_wfile is supposed to return errno.christos
2017-03-15Change duplicate 'D' option to 'm'. From Ed Maste @ FreeBSDchristos
2017-02-16allow 0 timestampchristos
2017-02-16need <sys/stat.h>christos
2017-02-16fix msdos reproducible builds!christos
2017-02-16start fixing msdosfs for reproducible builds; does not work yet.christos
2017-02-12file system police.wiz
2017-02-11untorture language.christos
2017-02-11mention timezone change for -T timestampchristos
2017-02-09Revert the part of mkfs.c 1.36 that "gutted the const" (whilekre
2017-02-08If we are using a timestamp from the command line, don't pay attention tochristos
2017-02-08stampst.st_ion consistent treatment (non-zero vs zero instead of testing == 1)christos
2017-02-08gut const for now.christos
2017-02-08Don't store random (from ASLR) pointers into the superblock. Should be thechristos
2017-02-08no, this is wrong.christos
2017-02-08zero out the superblock so that it does not contain random stuff in thechristos
2017-01-24makefs(8): add cd9660 eltorito-alt-boot option for EFI boot.nonaka
2017-01-11Document msdos-specific options directly.wiz
2017-01-11Some changes and sorting based on diff sent from jmc@OpenBSD.wiz
2017-01-11Disable a couple of warnings until further investigation.joerg
2017-01-10Include missing header <unistd.h> for write(2) read(2) close(2)kamil
2016-11-25PR/51652: Sevan Janiyan: makefs dies due to segmentation faultchristos
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