| Commit message (Expand) | Author | Age | Files | Lines |
| * | use .Mt to mark up email addresses consistently (part2) | Baptiste Daroussin | 2014-06-20 | 1 | -6/+5 |
| * | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE. | Bryan Drewery | 2014-06-08 | 1 | -0/+2 |
| * | convert to using the _daddr_t types like newfs was... | John-Mark Gurney | 2014-05-31 | 1 | -8/+4 |
| * | Timestamps may not have a decimal point. | Marcel Moolenaar | 2014-04-06 | 1 | -1/+3 |
| * | Allow comments at end of line. | Simon J. Gerraty | 2014-03-04 | 1 | -0/+7 |
| * | Record the IEEE P1282 Rock Ridge version 1.12 POSIX File Serial Number, | Marius Strobl | 2013-12-29 | 2 | -3/+4 |
| * | Provide a helpful diagnostic when the minimum size rounded to the block size | Juli Mallett | 2013-11-27 | 1 | -0/+7 |
| * | Mark the makefs(8) '-p' flag as deprecated in preference for | Glen Barber | 2013-08-16 | 2 | -5/+16 |
| * | - Set the System Identifier in the Primary Volume Descriptor to FreeBSD | Marius Strobl | 2013-07-27 | 2 | -6/+7 |
| * | Ensure that makefs.h is included when using ufs_bswap.h so the FFS_EI macro | Marius Strobl | 2013-07-26 | 1 | -0/+2 |
| * | Set st_nlink in the stat structure within the inode to 1 as well. | Marcel Moolenaar | 2013-05-13 | 1 | -0/+1 |
| * | Remove duplicated copies of various NetBSD compatibility shims used by | Brooks Davis | 2013-05-09 | 8 | -1401/+16 |
| * | Remove contractions. | Joel Dahl | 2013-04-11 | 1 | -1/+1 |
| * | Support hardlinks in manifest files by the same logic as the treewalk | Brooks Davis | 2013-02-20 | 3 | -2/+21 |
| * | Allow '.' components in manifest paths. They are always the first | Brooks Davis | 2013-02-20 | 1 | -6/+6 |
| * | Fix the -N option in manifest mode by using pwcache(3). This also | Brooks Davis | 2013-02-20 | 1 | -10/+8 |
| * | Add a -D flag that causes duplicate entries in an mtree manifest to be | Brooks Davis | 2013-02-20 | 4 | -4/+18 |
| * | If no contents keyword is specified, the default for files is | Simon J. Gerraty | 2012-11-03 | 1 | -0/+47 |
| * | Fix usr.bin/ and usr.sbin/ build with a 64-bit ino_t. | Matthew D Fleming | 2012-09-27 | 1 | -2/+3 |
| * | Remove trailing whitespace. | Joel Dahl | 2012-08-31 | 1 | -1/+1 |
| * | Sort options. | Hiroki Sato | 2012-08-22 | 2 | -3/+2 |
| * | Add -p flag to create the image as a sparse file. | Hiroki Sato | 2012-08-22 | 4 | -11/+31 |
| * | Remove unused member of struct indir (in_exists) from UFS and EXT2 code. | Mateusz Guzik | 2012-08-17 | 2 | -3/+0 |
| * | - Write the ISO9660 descriptor after the apm partition entries. | Andreas Tobler | 2012-04-02 | 1 | -8/+28 |
| * | Allow contents of multiple directories to be merged to the current image. | Jung-uk Kim | 2012-01-31 | 8 | -63/+139 |
| * | Fix a SIGSEGV problem in directory entry renaming. | Hiroki Sato | 2012-01-25 | 1 | -0/+2 |
| * | Fix warning when compiling with gcc46: | Eitan Adler | 2012-01-20 | 1 | -5/+0 |
| * | Fix a variety of warnings when compiling with gcc46 | Eitan Adler | 2012-01-20 | 1 | -10/+1 |
| * | Fix warning when compiling with gcc46: | Eitan Adler | 2012-01-20 | 1 | -4/+0 |
| * | Spelling fixes for usr.sbin/ | Ulrich Spörlein | 2011-12-30 | 6 | -8/+8 |
| * | Small cleanups to panic() prototype. | Ed Schouten | 2011-12-20 | 2 | -5/+4 |
| * | - remove device keyword from makefs manpage | Eitan Adler | 2011-10-17 | 1 | -2/+1 |
| * | Add support to makefs(8) to add UFS labels to images. | Nathan Whitehorn | 2011-10-09 | 4 | -1/+12 |
| * | Fix buffer overflow and possible ISO image corruption in wrong | Martin Matuska | 2011-08-23 | 1 | -7/+3 |
| * | Sync makefs(8) ISO 9660 support with NetBSD: | Marius Strobl | 2011-08-10 | 6 | -31/+32 |
| * | Fix NetBSD PR bin/44114: | Martin Matuska | 2011-08-07 | 1 | -7/+8 |
| * | Add support for using mtree(5) manifest files to define the image | Marcel Moolenaar | 2011-06-19 | 7 | -18/+1111 |
| * | Drop the include of <ufs/ffs/ffs_extern.h> from usr.sbin/makefs/ffs/ffs_bswap.c | Kirk McKusick | 2011-06-16 | 2 | -16/+1 |
| * | Use alternative, less messy solution to avoid breakage after r223020: | Dimitry Andric | 2011-06-13 | 2 | -6/+0 |
| * | Apparently makefs needs a few more system headers to compile during | Dimitry Andric | 2011-06-13 | 2 | -0/+5 |
| * | Unbreak usr.sbin/makefs after r223020. | Dimitry Andric | 2011-06-12 | 1 | -0/+1 |
| * | Add analogs to the -chrp-boot and -prep-boot options to mkisofs. | Nathan Whitehorn | 2011-05-22 | 4 | -10/+82 |
| * | Simplify this code somewhat by only writing a 512-byte-sector APM map. | Nathan Whitehorn | 2011-05-06 | 1 | -29/+18 |
| * | Fix boot on old machines (e.g. blue and white G3s) by synthesizing a | Nathan Whitehorn | 2011-05-05 | 1 | -0/+19 |
| * | Add support for synthesizing an APM partition map to map Mac PowerPC | Nathan Whitehorn | 2011-05-03 | 1 | -0/+79 |
| * | Really fix the confusion, sorry for noise | Baptiste Daroussin | 2011-03-24 | 1 | -2/+2 |
| * | Fix confusion between a-characters and d-characters | Baptiste Daroussin | 2011-03-24 | 1 | -2/+2 |
| * | The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities | Kirk McKusick | 2011-01-24 | 2 | -0/+2 |
| * | Sync with the latest version from NetBSD. It notably addds ISO9660 support. | Olivier Houchard | 2010-11-07 | 25 | -380/+6507 |
| * | Fix typos and spelling mistakes. | Joel Dahl | 2010-08-06 | 1 | -1/+1 |