| Age | Commit message (Expand) | Author |
| 2013-06-23 | fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB() | dholland |
| 2013-06-19 | Rename ambiguous macros: | dholland |
| 2013-06-09 | Stick UFS_ in front of these symbols: | dholland |
| 2013-02-03 | - more changes to make -O work | christos |
| 2013-01-30 | - don't abuse vp->fs to mean struct fs for ffs and struct msdos_opts; | christos |
| 2013-01-30 | gc global sectorsize. | christos |
| 2013-01-29 | make everything use the generic options parser. | christos |
| 2013-01-28 | - use emalloc and friends | christos |
| 2013-01-27 | This works well enough to populate plain files in the root dir. creating | christos |
| 2013-01-26 | make the buffer functions look exactly like the kernel ones and add other | christos |
| 2013-01-24 | - Fix single letter option parsing. | christos |
| 2013-01-23 | return the bit of the option set, so that others can act on it. | christos |
| 2013-01-23 | remove duplicated code, and try to cleanup parsing by using the shared code. | christos |
| 2013-01-23 | - add support for parsing different types; not just int. | christos |
| 2013-01-22 | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace | dholland |
| 2012-06-22 | Add -Z to enable sparse files - for ffs at least. | sjg |
| 2012-04-19 | WARNS=5 | christos |
| 2012-01-28 | Patch from Jung-uk Kim (jkim at FreeBSD dot org) to allow contents of multiple | christos |
| 2011-10-09 | add support for setting the ufs label. (Nathan Whitehorn) | christos |
| 2009-04-28 | Create images with 0666 - umask, not 0777 - umask (e.g. without x bits). | joerg |
| 2009-04-16 | Distinguish read(2) failure due to a short read from other causes, and | dyoung |
| 2006-12-18 | from Anon Ymous: compile with -Wextra | christos |
| 2006-10-22 | use c99 initializers | christos |
| 2006-10-10 | implement -x by pruning fsnodes tree before building filesystem rather | dbj |
| 2006-04-22 | Coverity CID 174: Add extra NULL test to appease coverity. | christos |
| 2006-03-18 | free buf on error path | rtr |
| 2005-10-23 | Use the real field name (d_fileno instead of d_ino). | thorpej |
| 2005-08-20 | fix compilatio problems on LP64 | kent |
| 2005-08-13 | Fix a sign warning for WARNS=3. | fvdl |
| 2005-06-02 | appease gcc -Wuninitialized | lukem |
| 2004-12-20 | Refactor the filesystem specific portions out of makefs.c/makefs.h completely. | jmc |
| 2004-10-12 | Check for fstatvfs and provide/use it only if the host system has it. | jmc |
| 2004-07-24 | include <sys/statvfs.h> if HAVE_STRUCT_STATVFS_F_IOSIZE | dbj |
| 2004-06-24 | Define FFS_MAXBSIZE to 65536 and use instead of MAXBSIZE. | lukem |
| 2004-06-20 | Completely rework how tools/compat is done. Purge all uses/references to | jmc |
| 2004-04-26 | Allow for ROOTINO when deciding whether their are enough inodes in the | dsl |
| 2004-04-21 | Replace the statfs() family of system calls with statvfs(). | christos |
| 2004-04-02 | After populating the file system, update superblock->fs_old_cstotal from | lukem |
| 2003-10-26 | Mention that we should be adding space for bitmaps. | mycroft |
| 2003-10-26 | Remove a strange multiplication which appears to be incorrect. | mycroft |
| 2003-09-19 | realloc pedant | itojun |
| 2003-09-07 | Revert arc4random usage. makefs is only used for install images, | fvdl |
| 2003-09-06 | use arc4random | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-03-30 | Tweak Jason's -x support to pass its state around as part of fsinf_t, | lukem |
| 2003-03-29 | Add a -x option which causes makefs(8) to exclude any file system node | thorpej |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl |
| 2002-05-30 | d_namlen is a uint8_t, and thus will always be < MAXMANLEN + 1 (256), | thorpej |
| 2002-02-15 | - Clear fs_fmod in superblock before final write. Noted by Erik Anggard. | lukem |