aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add analogs to the -chrp-boot and -prep-boot options to mkisofs.Nathan Whitehorn2011-05-224-10/+82
* Simplify this code somewhat by only writing a 512-byte-sector APM map.Nathan Whitehorn2011-05-061-29/+18
* Fix boot on old machines (e.g. blue and white G3s) by synthesizing aNathan Whitehorn2011-05-051-0/+19
* Add support for synthesizing an APM partition map to map Mac PowerPCNathan Whitehorn2011-05-031-0/+79
* Really fix the confusion, sorry for noiseBaptiste Daroussin2011-03-241-2/+2
* Fix confusion between a-characters and d-charactersBaptiste Daroussin2011-03-241-2/+2
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesKirk McKusick2011-01-242-0/+2
* Sync with the latest version from NetBSD. It notably addds ISO9660 support.Olivier Houchard2010-11-0725-383/+6510
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-1/+1
* - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson2010-04-241-2/+0
* The NetBSD Foundation has given permission to remove clause 3 and 4Warner Losh2010-02-163-21/+0
* Correct copy-paste typo from previous option description.Juli Mallett2010-01-271-1/+1
* Fix LLVM compiler errors related to K&R declarations with ANSI prototypes.Ed Schouten2009-02-261-9/+3
* fix pathnames to work w/ buildworldSam Leffler2008-12-191-4/+4
* fix 64-bit buildSam Leffler2008-12-191-1/+1
* import netbsd makefs toolSam Leffler2008-12-1922-0/+7262