aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/ffs
Commit message (Expand)AuthorAgeFilesLines
* makefs: sync NetBSD IDs with upstream for changes that we already haveEd Maste2016-07-191-1/+1
* makefs: Provide a -T option to set timestamps to a consistent valueEd Maste2016-06-142-8/+8
* ffs_bswap: Copy one UFS dinode member at a timeConrad Meyer2016-05-111-2/+5
* Use MIN/MAX macros from sys/param.h.Marcelo Araujo2016-05-021-3/+2
* The malloc will return NULL if it can't allocate memory.Marcelo Araujo2016-04-181-1/+1
* Remove clauses 3 and 4 from makefs newfs_extern.hEd Maste2015-11-191-6/+1
* Sync minor whitespace / type changes in ffs_csum_swap and ffs_sb_swap withEnji Cooper2015-11-021-4/+4
* makefs(8) leaves sblock.fs_providersize uninitialized (zero) that can be easilySean Bruno2015-10-131-1/+2
* convert to using the _daddr_t types like newfs was...John-Mark Gurney2014-05-311-8/+4
* Ensure that makefs.h is included when using ufs_bswap.h so the FFS_EI macroMarius Strobl2013-07-261-0/+2
* Fix usr.bin/ and usr.sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-2/+3
* Remove unused member of struct indir (in_exists) from UFS and EXT2 code.Mateusz Guzik2012-08-172-3/+0
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-2/+2
* Small cleanups to panic() prototype.Ed Schouten2011-12-202-5/+4
* Add support to makefs(8) to add UFS labels to images.Nathan Whitehorn2011-10-091-1/+3
* Drop the include of <ufs/ffs/ffs_extern.h> from usr.sbin/makefs/ffs/ffs_bswap.cKirk McKusick2011-06-162-16/+1
* Use alternative, less messy solution to avoid breakage after r223020:Dimitry Andric2011-06-132-6/+0
* Apparently makefs needs a few more system headers to compile duringDimitry Andric2011-06-132-0/+5
* Unbreak usr.sbin/makefs after r223020.Dimitry Andric2011-06-121-0/+1
* Sync with the latest version from NetBSD. It notably addds ISO9660 support.Olivier Houchard2010-11-074-30/+44
* - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson2010-04-241-2/+0
* Fix LLVM compiler errors related to K&R declarations with ANSI prototypes.Ed Schouten2009-02-261-9/+3
* import netbsd makefs toolSam Leffler2008-12-1912-0/+3305