summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/ffs.c
AgeCommit message (Expand)Author
2024-01-09Delete support for FFS filesystems before the in-inode symlinkPhilip Guenther
2023-08-08Replace use of the old BSD st_*timensec members in struct stat withPhilip Guenther
2023-04-25Add option 'rdroot' to simplify creation of rdroot filesystems for the installKenneth R Westerback
2022-01-11spellingJonathan Gray
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-06annotate all required sys/param.h uses with what they bring into scope,Theo de Raadt
2021-09-01remove sys/param.h use (few small repairs)Theo de Raadt
2020-04-09No need to check for NULL before free().Kenneth R Westerback
2017-01-21Use MD disklabel position.Martin Natano
2016-12-17While here nuke some more annoying whitespace nits.Kenneth R Westerback
2016-12-17Nuke unused variable and some extra whitespace.Kenneth R Westerback
2016-11-14disklabel -w doesn't set bstart/bend, so makefs shouldn't do that either.Martin Natano
2016-11-13Pick up the FS image size, the sector size and the bsize and fsizeMartin Natano
2016-11-11Clean up FFS option handling somewhat; no functional change.Martin Natano
2016-11-11Optimize for space by default.Martin Natano
2016-11-10Sync bsize and fsize defaults with newfs.Martin Natano
2016-11-10Remove the unused cpg field from ffs_opt_t.Martin Natano
2016-11-08Respect -Ooffset for the disklabel location.Martin Natano
2016-11-08Add a disklabel option that creates a disklabel with the info providedMartin Natano
2016-11-06Remove unused fields from ffs_opt_t.Martin Natano
2016-10-26s/EXIT_FAILURE/1/Martin Natano
2016-10-26Remove FS-specific option descriptions from the source code. We have aMartin Natano
2016-10-23Remove short option names for -o.Martin Natano
2016-10-22Get rid of remaining FFS byteswap function stubs.Martin Natano
2016-10-22Clean up timestamp handling code to be less confusing.Martin Natano
2016-10-22Remove huge amounts of debug code, that make the code nearly unreadable.Martin Natano
2016-10-22s/panic/errx/ This is userland.Martin Natano
2016-10-22Include our own <ufs/ufs/dinode.h>, <ufs/ufs/dir.h> and <ufs/ffs/fs.h>Martin Natano
2016-10-22Use deterministic pseudo-random numbers when the -T flag is used; forMartin Natano
2016-10-18Merge ufs/{ufs,ffs}/ into ffs/.Martin Natano
2016-10-17Remove "feature" defines. This code won't try to be portable when we areMartin Natano
2016-10-17mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoidTed Unangst
2016-10-16remove swapping add macrosTed Unangst
2016-10-16remove some byte swapping code from the top endTed Unangst
2016-10-16/* XXX bounds checking! */Ted Unangst
2016-10-16Remove the -Z (spare ffs image) option.Martin Natano
2016-10-16Add OpenBSD RCS tags; reminded by tbMartin Natano
2016-10-16Unused includes, as reported by include-what-you-use from ports.Martin Natano
2016-10-16Import makefs - a tool to create filesystem images from a directory.Martin Natano