aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/mtree.c
Commit message (Expand)AuthorAgeFilesLines
* makefs: Honor -T timestamps when creating images from mtree manifestsBojan Novković2025-05-201-3/+16
* makefs: Support st_flags even on LinuxJessica Clarke2025-05-061-4/+2
* makefs: Make it possible to silence warnings about duplicate pathsMark Johnston2024-01-201-2/+2
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* makefs: Handle missing link keyword in mtree specStéphane Rochoy2023-09-211-1/+4
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* makefs: Fix typosElyes Haouas2023-06-021-2/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* makefs: Ignore the "tags" keyword in mtree manifestsMark Johnston2021-03-231-1/+7
* usr.sbin/makefs: fix use-after-free in read_mtree_keywords()Alex Richardson2021-02-101-0/+2
* makefs: Fix "time" mtree attribute handlingEd Maste2019-03-181-2/+5
* makefs: Use ENODATA instead of ENOMSG as a translation for missing ENOATTR.Pedro F. Giffuni2018-04-251-1/+1
* Allow xinstall and makefs to be crossbuilt on Linux and MacAlex Richardson2018-01-161-0/+6
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Replace makefs' hand-rolled unescaping with strunvisBenno Rice2017-08-251-31/+19
* makefs: use C standard memcpy/memset in userlandEd Maste2017-06-121-3/+3
* makefs: clean up signedness warnings and bump WARNS to 3Ed Maste2017-05-181-1/+2
* makefs: use emalloc and friendsEd Maste2017-04-061-37/+15
* Be more precise when including headers so that we're less likely toMarcel Moolenaar2016-10-251-0/+5
* Fix an off by one error to avoid overflowing rp[].Don Lewis2016-05-161-1/+1
* Don't leak 'var'.Xin LI2015-09-031-1/+3
* Timestamps may not have a decimal point.Marcel Moolenaar2014-04-061-1/+3
* Allow comments at end of line.Simon J. Gerraty2014-03-041-0/+7
* Set st_nlink in the stat structure within the inode to 1 as well.Marcel Moolenaar2013-05-131-0/+1
* Support hardlinks in manifest files by the same logic as the treewalkBrooks Davis2013-02-201-0/+18
* Allow '.' components in manifest paths. They are always the firstBrooks Davis2013-02-201-6/+6
* Fix the -N option in manifest mode by using pwcache(3). This alsoBrooks Davis2013-02-201-10/+8
* Add a -D flag that causes duplicate entries in an mtree manifest to beBrooks Davis2013-02-201-2/+8
* If no contents keyword is specified, the default for files isSimon J. Gerraty2012-11-031-0/+47
* Add support for using mtree(5) manifest files to define the imageMarcel Moolenaar2011-06-191-0/+1051