summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/mtree.c
AgeCommit message (Expand)Author
2025-05-20makefs: Honor -T timestamps when creating images from mtree manifestsBojan Novković
2025-05-06makefs: Support st_flags even on LinuxJessica Clarke
2024-01-19makefs: Make it possible to silence warnings about duplicate pathsMark Johnston
2023-11-26usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-09-21makefs: Handle missing link keyword in mtree specStéphane Rochoy
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-06-01makefs: Fix typosElyes Haouas
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-03-23makefs: Ignore the "tags" keyword in mtree manifestsMark Johnston
2021-02-10usr.sbin/makefs: fix use-after-free in read_mtree_keywords()Alex Richardson
2019-03-18makefs: Fix "time" mtree attribute handlingEd Maste
2018-04-25makefs: Use ENODATA instead of ENOMSG as a translation for missing ENOATTR.Pedro F. Giffuni
2018-01-16Allow xinstall and makefs to be crossbuilt on Linux and MacAlex Richardson
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-25Replace makefs' hand-rolled unescaping with strunvisBenno Rice
2017-06-12makefs: use C standard memcpy/memset in userlandEd Maste
2017-05-18makefs: clean up signedness warnings and bump WARNS to 3Ed Maste
2017-04-06makefs: use emalloc and friendsEd Maste
2016-10-25Be more precise when including headers so that we're less likely toMarcel Moolenaar
2016-05-16Fix an off by one error to avoid overflowing rp[].Don Lewis
2015-09-03Don't leak 'var'.Xin LI
2014-04-06Timestamps may not have a decimal point.Marcel Moolenaar
2014-03-04Allow comments at end of line.Simon J. Gerraty
2013-05-13Set st_nlink in the stat structure within the inode to 1 as well.Marcel Moolenaar
2013-02-20Support hardlinks in manifest files by the same logic as the treewalkBrooks Davis
2013-02-20Allow '.' components in manifest paths. They are always the firstBrooks Davis
2013-02-20Fix the -N option in manifest mode by using pwcache(3). This alsoBrooks Davis
2013-02-20Add a -D flag that causes duplicate entries in an mtree manifest to beBrooks Davis
2012-11-03If no contents keyword is specified, the default for files isSimon J. Gerraty
2011-06-19Add support for using mtree(5) manifest files to define the imageMarcel Moolenaar