aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/mtree.c
Commit message (Expand)AuthorAgeFilesLines
* 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