| Age | Commit message (Expand) | Author |
| 2015-11-27 | Don't pass garbage to parsedate, but do use the return value. | joerg |
| 2015-11-25 | Sort options in usage to match man page order. | wiz |
| 2015-11-25 | "file system" as two words. | wiz |
| 2015-11-25 | Provide a -T option to set timestamps to a consistent value for MKREPRO | christos |
| 2015-10-16 | remove clause 3. | christos |
| 2015-06-17 | more error normalization | christos |
| 2015-06-16 | improve error messages (remove \n, use __func__, etc) | christos |
| 2015-03-29 | Make the userland signature and uses of bread() match the kernel ones, | agc |
| 2015-01-12 | reflect reality about filesystems supported. | christos |
| 2015-01-12 | PR/49559: Christian Brueffer: Fix typo maxbpf instead of maxbpg. | christos |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-09-01 | Make msdosfs time conversion use the y/m/d/h/m/s conversion functions | martin |
| 2014-07-09 | What a terrible use-after-free | maxv |
| 2014-05-30 | PR kern/48852 (which should have been bin/ in retrospect): apply patch | martin |
| 2013-12-19 | long_ad is a mix of struct and union, so use memset to initialise in the | joerg |
| 2013-12-19 | initialize dummy_ref | christos |
| 2013-10-24 | Now that tools/compat/compat_defs.h defones __USE, there's no | apb |
| 2013-10-19 | avoid using __USE() in the tools version of this. | mrg |
| 2013-10-19 | fix unused variable warnings. | christos |
| 2013-08-14 | when building as a tool, only use struct tm tm_gmtoff if HAVE_STRUCT_TM_TM_GM... | jmcneill |
| 2013-08-09 | Fix possible 32 bit issues. In practice hard to reach but better be safe than | reinoud |
| 2013-08-09 | Oops, used size_t when off_t was meant. This results in the 4G file size | reinoud |
| 2013-08-06 | New sentence, new line. | wiz |
| 2013-08-06 | Switch back program version to the version of the newfs_udf/makefs code. | reinoud |
| 2013-08-06 | Add minimum UDF version specification to makefs(8) -t udf. | reinoud |
| 2013-08-06 | Allow for the logical volume label to be specified as well as the physical | reinoud |
| 2013-08-06 | New sentence, new line. | wiz |
| 2013-08-06 | Update makefs(8) man page to reflect the selection of default sector and disc | reinoud |
| 2013-08-06 | Implement auto-setting of sector size and disc size when specifying | reinoud |
| 2013-08-06 | Fix assert() on allocation type by masking it with the flag allocation bit | reinoud |
| 2013-08-06 | Fix memory leaks found by Coverity and fix memoryleaks in the new code | reinoud |
| 2013-08-05 | Note that i added the UDF support to makefs(8) and bump data | reinoud |
| 2013-08-05 | Cleanup makefile for makefs | reinoud |
| 2013-08-05 | Revert joergs patch and make it compile in both the normal as in the tools | reinoud |
| 2013-08-05 | Allow building UDF parts of makefs on !NetBSD. | joerg |
| 2013-08-05 | Make memset() usage consequent in using the right types | reinoud |
| 2013-08-05 | Sort. Improve table formatting. | wiz |
| 2013-08-05 | Implement `makefs -t udf'. | reinoud |
| 2013-07-30 | `makefs -t cd9660' fix from FreeBSD: | reinoud |
| 2013-06-23 | Stick ffs_ in front of the following macros: | dholland |
| 2013-06-23 | Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of | dholland |
| 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 | add a replace flag so we can overlay exiting files when we merge directories. | christos |
| 2013-02-03 | - more changes to make -O work | christos |
| 2013-02-02 | add and document offset. | christos |
| 2013-02-01 | remove bogus err. | christos |
| 2013-02-01 | while it is studly to play with token pasting, passing directly the type | christos |
| 2013-01-31 | macroize to make it more type-safe. | christos |