aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/ffs
Commit message (Expand)AuthorAgeFilesLines
* Allocate an fs_summary_info structure when creating a UFS filesystemKirk McKusick2020-06-191-0/+1
* makefs: share denode.h between kernel msdosfs and makefsEd Maste2019-08-211-0/+1
* makefs: use `char *` not `void *` for buf b_data, drop casts in msdosEd Maste2019-08-211-1/+1
* makefs: use FreeBSD brelse function signatureEd Maste2018-07-264-25/+25
* makefs: ANSIfyEd Maste2018-05-161-16/+4
* makefs: tidy up reach-over sourceEd Maste2018-04-201-3/+3
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-275-5/+15
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-207-6/+20
* makefs: rename variable for NetBSD diff reductionEd Maste2017-06-031-2/+2
* makefs: add -O (offset) optionEd Maste2017-05-262-7/+5
* makefs: make buf genericEd Maste2017-05-255-41/+36
* makefs: Add soft-updates optionEmmanuel Vadot2017-05-181-0/+2
* makefs: clean up signedness warnings and bump WARNS to 3Ed Maste2017-05-183-12/+14
* Restore `sectorsize` global to unbreak makefs after r317744Enji Cooper2017-05-081-4/+4
* makefs: clean up warningsEd Maste2017-05-032-13/+15
* makefs: make buf genericEd Maste2017-05-032-19/+8
* makefs: use emalloc and friendsEd Maste2017-04-062-15/+7
* makefs: zero memoryEd Maste2017-04-061-0/+2
* makefs: improve error messagesEd Maste2017-03-152-19/+20
* makefs: don't print pointers in debugging messagesEd Maste2017-03-151-8/+6
* makefs: remove unused variableEd Maste2017-03-141-2/+1
* makefs: remove clause 3 & 4 from Manuel Bouyer licenseEd Maste2017-03-022-10/+0
* makefs: remove archaic __P prototypes from ufs_bswap.hEd Maste2017-03-021-4/+0
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-154-28/+29
* makefs: make the buffer functions look exactly like the kernel onesEd Maste2017-02-114-60/+76
* Be more precise when including headers so that we're less likely toMarcel Moolenaar2016-10-252-4/+6
* Allow building makefs(8) from another Makefile (such as one inMarcel Moolenaar2016-10-251-2/+2
* 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