summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs
Commit message (Expand)AuthorAgeFilesLines
* MFC: r260041marius2014-04-252-3/+4
* Mark the makefs(8) '-p' flag as deprecated in preference forgjb2013-08-162-5/+16
* - Set the System Identifier in the Primary Volume Descriptor to FreeBSDmarius2013-07-272-6/+7
* Ensure that makefs.h is included when using ufs_bswap.h so the FFS_EI macromarius2013-07-261-0/+2
* Set st_nlink in the stat structure within the inode to 1 as well.marcel2013-05-131-0/+1
* Remove duplicated copies of various NetBSD compatibility shims used bybrooks2013-05-098-1401/+16
* Remove contractions.joel2013-04-111-1/+1
* Support hardlinks in manifest files by the same logic as the treewalkbrooks2013-02-203-2/+21
* Allow '.' components in manifest paths. They are always the firstbrooks2013-02-201-6/+6
* Fix the -N option in manifest mode by using pwcache(3). This alsobrooks2013-02-201-10/+8
* Add a -D flag that causes duplicate entries in an mtree manifest to bebrooks2013-02-204-4/+18
* If no contents keyword is specified, the default for files issjg2012-11-031-0/+47
* Fix usr.bin/ and usr.sbin/ build with a 64-bit ino_t.mdf2012-09-271-2/+3
* Remove trailing whitespace.joel2012-08-311-1/+1
* Sort options.hrs2012-08-222-3/+2
* Add -p flag to create the image as a sparse file.hrs2012-08-224-11/+31
* Remove unused member of struct indir (in_exists) from UFS and EXT2 code.mjg2012-08-172-3/+0
* - Write the ISO9660 descriptor after the apm partition entries.andreast2012-04-021-8/+28
* Allow contents of multiple directories to be merged to the current image.jkim2012-01-318-63/+139
* Fix a SIGSEGV problem in directory entry renaming.hrs2012-01-251-0/+2
* Fix warning when compiling with gcc46:eadler2012-01-201-5/+0
* Fix a variety of warnings when compiling with gcc46eadler2012-01-201-10/+1
* Fix warning when compiling with gcc46:eadler2012-01-201-4/+0
* Spelling fixes for usr.sbin/uqs2011-12-306-8/+8
* Small cleanups to panic() prototype.ed2011-12-202-5/+4
* - remove device keyword from makefs manpageeadler2011-10-171-2/+1
* Add support to makefs(8) to add UFS labels to images.nwhitehorn2011-10-094-1/+12
* Fix buffer overflow and possible ISO image corruption in wrongmm2011-08-231-7/+3
* Sync makefs(8) ISO 9660 support with NetBSD:marius2011-08-106-31/+32
* Fix NetBSD PR bin/44114:mm2011-08-071-7/+8
* Add support for using mtree(5) manifest files to define the imagemarcel2011-06-197-18/+1111
* Drop the include of <ufs/ffs/ffs_extern.h> from usr.sbin/makefs/ffs/ffs_bswap.cmckusick2011-06-162-16/+1
* Use alternative, less messy solution to avoid breakage after r223020:dim2011-06-132-6/+0
* Apparently makefs needs a few more system headers to compile duringdim2011-06-132-0/+5
* Unbreak usr.sbin/makefs after r223020.dim2011-06-121-0/+1
* Add analogs to the -chrp-boot and -prep-boot options to mkisofs.nwhitehorn2011-05-224-10/+82
* Simplify this code somewhat by only writing a 512-byte-sector APM map.nwhitehorn2011-05-061-29/+18
* Fix boot on old machines (e.g. blue and white G3s) by synthesizing anwhitehorn2011-05-051-0/+19
* Add support for synthesizing an APM partition map to map Mac PowerPCnwhitehorn2011-05-031-0/+79
* Really fix the confusion, sorry for noisebapt2011-03-241-2/+2
* Fix confusion between a-characters and d-charactersbapt2011-03-241-2/+2
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesmckusick2011-01-242-0/+2
* Sync with the latest version from NetBSD. It notably addds ISO9660 support.cognet2010-11-0725-383/+6510
* Fix typos and spelling mistakes.joel2010-08-061-1/+1
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-241-2/+0
* The NetBSD Foundation has given permission to remove clause 3 and 4imp2010-02-163-21/+0
* Correct copy-paste typo from previous option description.jmallett2010-01-271-1/+1
* Fix LLVM compiler errors related to K&R declarations with ANSI prototypes.ed2009-02-261-9/+3
* fix pathnames to work w/ buildworldsam2008-12-191-4/+4
* fix 64-bit buildsam2008-12-191-1/+1
OpenPOWER on IntegriCloud