aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
Commit message (Expand)AuthorAgeFilesLines
* Merge head from 7/28Simon J. Gerraty2014-08-193-14/+11
|\
| * use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-6/+5
| * In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-081-0/+2
| * convert to using the _daddr_t types like newfs was...John-Mark Gurney2014-05-311-8/+4
* | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
* | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
* | Merge headSimon J. Gerraty2014-04-284-4/+21
|\|
| * 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
| * Record the IEEE P1282 Rock Ridge version 1.12 POSIX File Serial Number,Marius Strobl2013-12-292-3/+4
| * Provide a helpful diagnostic when the minimum size rounded to the block sizeJuli Mallett2013-11-271-0/+7
* | Updated dependenciesSimon J. Gerraty2013-10-131-0/+2
* | Merge from headSimon J. Gerraty2013-09-0514-1412/+42
|\|
| * Mark the makefs(8) '-p' flag as deprecated in preference forGlen Barber2013-08-162-5/+16
| * - Set the System Identifier in the Primary Volume Descriptor to FreeBSDMarius Strobl2013-07-272-6/+7
| * Ensure that makefs.h is included when using ufs_bswap.h so the FFS_EI macroMarius Strobl2013-07-261-0/+2
| * Set st_nlink in the stat structure within the inode to 1 as well.Marcel Moolenaar2013-05-131-0/+1
| * Remove duplicated copies of various NetBSD compatibility shims used byBrooks Davis2013-05-098-1401/+16
* | sync from headSimon J. Gerraty2013-04-125-23/+54
|\|
| * Remove contractions.Joel Dahl2013-04-111-1/+1
| * Support hardlinks in manifest files by the same logic as the treewalkBrooks Davis2013-02-203-2/+21
| * 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-204-4/+18
* | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
* | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
* | Sync from headSimon J. Gerraty2012-11-048-17/+81
|\|
| * If no contents keyword is specified, the default for files isSimon J. Gerraty2012-11-031-0/+47
| * Fix usr.bin/ and usr.sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-2/+3
| * Remove trailing whitespace.Joel Dahl2012-08-311-1/+1
| * Sort options.Hiroki Sato2012-08-222-3/+2
| * Add -p flag to create the image as a sparse file.Hiroki Sato2012-08-224-11/+31
| * Remove unused member of struct indir (in_exists) from UFS and EXT2 code.Mateusz Guzik2012-08-172-3/+0
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
|/
* - Write the ISO9660 descriptor after the apm partition entries.Andreas Tobler2012-04-021-8/+28
* Allow contents of multiple directories to be merged to the current image.Jung-uk Kim2012-01-318-63/+139
* Fix a SIGSEGV problem in directory entry renaming.Hiroki Sato2012-01-251-0/+2
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-5/+0
* Fix a variety of warnings when compiling with gcc46Eitan Adler2012-01-201-10/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-4/+0
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-306-8/+8
* Small cleanups to panic() prototype.Ed Schouten2011-12-202-5/+4
* - remove device keyword from makefs manpageEitan Adler2011-10-171-2/+1
* Add support to makefs(8) to add UFS labels to images.Nathan Whitehorn2011-10-094-1/+12
* Fix buffer overflow and possible ISO image corruption in wrongMartin Matuska2011-08-231-7/+3
* Sync makefs(8) ISO 9660 support with NetBSD:Marius Strobl2011-08-106-31/+32
* Fix NetBSD PR bin/44114:Martin Matuska2011-08-071-7/+8
* Add support for using mtree(5) manifest files to define the imageMarcel Moolenaar2011-06-197-18/+1111
* 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