aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/walk.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* makefs: further size_t warning cleanup (missing from r317944)Ed Maste2017-05-081-7/+8
* makefs: cast snprintf return value to size_t to clear warningEd Maste2017-05-081-1/+1
* makefs: use emalloc and friendsEd Maste2017-04-061-16/+8
* makefs: sync with NetBSDEd Maste2017-03-291-1/+1
* makefs: free specfile structure once it has been appliedEd Maste2017-03-291-0/+1
* Be more precise when including headers so that we're less likely toMarcel Moolenaar2016-10-251-0/+1
* makefs: Provide a -T option to set timestamps to a consistent valueEd Maste2016-06-141-0/+14
* Remove duplicated copies of various NetBSD compatibility shims used byBrooks Davis2013-05-091-28/+1
* Support hardlinks in manifest files by the same logic as the treewalkBrooks Davis2013-02-201-2/+1
* Allow contents of multiple directories to be merged to the current image.Jung-uk Kim2012-01-311-31/+97
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Sync with the latest version from NetBSD. It notably addds ISO9660 support.Olivier Houchard2010-11-071-78/+159
* import netbsd makefs toolSam Leffler2008-12-191-0/+568