| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-17 | Restore backward compatibility of UFS2 with previous NetBSD releases by | chs | |
| disabling support in UFS2 for extended attributes (including ACLs). Add a new variant of UFS2 called "UFS2ea" that does support extended attributes. Add new fsck_ffs operations "-c ea" and "-c no-ea" to convert file systems from UFS2 to UFS2ea and vice-versa (both of which delete all existing extended attributes in the process). | |||
| 2022-04-06 | new sentence, new line | wiz | |
| 2022-04-06 | Refactor and rewrite of newfs_udf(8) and makefs(8) (-t udf) with a shared | reinoud | |
| section for fsck_udf(8). Newfs_udf and makefs support predefined disc image profiles, harddisc partitions (disklabel and wedges on all generic block devices) and all optical media types on CD/DVD/BD writers. Newfs_udf and makefs now also support formatting of UDF 2.50 with a metadata partition. | |||
| 2021-11-12 | Explain cd9660 and udf exceptions on the rule that the default sectorsize is | reinoud | |
| 512. | |||
| 2021-04-03 | Add a -L option to follow all symbolic links. Useful if you have symlinks | simonb | |
| in a makefs directory tree but want to refer to the actual file. | |||
| 2020-11-15 | Add "efi" as a supported boot image type and derive the platform ID for | jmcneill | |
| the validation entry from the default boot image instead of hard-coding X86. | |||
| 2020-04-04 | Indent the makefs(8) options for UDF like the other filesystems described. | reinoud | |
| 2019-11-06 | Correct documentation of -m and -M. | christos | |
| From Ed Maste @ FreeBSD | |||
| 2017-04-14 | Whitespace fixes. | wiz | |
| 2017-04-13 | Explain the 's' image size better. | christos | |
| 2017-02-12 | file system police. | wiz | |
| 2017-02-11 | untorture language. | christos | |
| 2017-02-11 | mention timezone change for -T timestamp | christos | |
| 2017-01-24 | makefs(8): add cd9660 eltorito-alt-boot option for EFI boot. | nonaka | |
| 2017-01-11 | Document msdos-specific options directly. | wiz | |
| From jmc@OpenBSD. Bump date. | |||
| 2017-01-11 | Some changes and sorting based on diff sent from jmc@OpenBSD. | 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 | |
| 2013-08-06 | New sentence, new line. | wiz | |
| Use one list instead of two consecutive ones. Add .El to end list. | |||
| 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 | |
| volume label. Also allow the volumeset name to be specified if desired. The syntax follows the newfs_udf(8) syntax. | |||
| 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 | |
| sizes based on the disc type. | |||
| 2013-08-05 | Note that i added the UDF support to makefs(8) and bump data | reinoud | |
| 2013-08-05 | Sort. Improve table formatting. | wiz | |
| 2013-08-05 | Implement `makefs -t udf'. | reinoud | |
| Formatting options may be enhanced to make it more in line with newfs_udf on say labeling. | |||
| 2013-02-03 | add a replace flag so we can overlay exiting files when we merge directories. | christos | |
| 2013-02-02 | add and document offset. | christos | |
| 2013-01-29 | mention me | christos | |
| 2013-01-28 | now that msdos works, document it. | christos | |
| 2012-06-22 | Add -Z to enable sparse files - for ffs at least. | sjg | |
| Based on a patch from shesha at juniper. | |||
| 2012-04-19 | New sentence, new line. | wiz | |
| 2012-04-19 | added chfs support for makefs | ttoth | |
| 2012-01-28 | Patch from Jung-uk Kim (jkim at FreeBSD dot org) to allow contents of multiple | christos | |
| directories to be merged to the current image. | |||
| 2011-10-09 | add support for setting the ufs label. (Nathan Whitehorn) | christos | |
| 2011-08-15 | Re-order `usage' alphabetically; | wiz | |
| rename option arguments in the manpage's `SYNOPSIS' section to match those from `usage' (not the other way around; the `usage'-line (and other parts of makefs.c) contain the correct names); minor punctuation improvements. From Snader_LB. | |||
| 2011-07-22 | Bump date for previous, fix typo. | wiz | |
| 2011-07-18 | v7fs(7th edition(V7) file system) support. | uch | |
| 2011-05-22 | From Nathan Whitehorn (nwhitehorn at freebsd dot org): | christos | |
| Add code to generate bootable ISOs on Powermac and CHRP systems. Synthesize some partition maps (APM and MBR, respectively) pointing to (a) the whole disk, and (b) relevant El Torito boot images that have been added by other code. These partition maps are a little bit funny looking, but they seem to work. FreeBSD has been using this successfully in their release generation on powerpc, as well as generating all non-SPARC install media. SPARC support could probably be added as an extension of this patch. | |||
| 2009-01-20 | Bump date for last change. | bjh21 | |
| 2009-01-10 | Add support for encoding RISC OS metadata into ISO 9660 filesystems. | bjh21 | |
| This is done by adding the general ability to stuff non-SUSP data into the end of the System Use field of a Directory Record, which required some amount of rewriting of the SUSP support. I think the result is at least as good as what came before, and I've fixed at least one bug along the way. Tested against RISC OS 3.70 on my Risc PC. Oh, why do we want it? It should allow us to make acorn{26,32} CDs that can be booted directly from RISC OS without mucking around copying the bootloader to a native filing system. | |||
| 2008-05-10 | Add an option to load a generic boot image into the first 32K of the | skrll | |
| cd9660 image. | |||
| 2007-12-02 | Fix Xref. | wiz | |
| 2007-04-13 | Use IEC 60027-2 prefixes for 2^n based prefixes. | lukem | |
| 2007-02-01 | Use periods in tables consistently. | uebayasi | |
| 2007-02-01 | New sentence new line. | uebayasi | |
| 2006-03-12 | bump date | rpaulo | |
| 2006-03-11 | fix typo: explcitly -> explicitly | jschauma | |
| 2006-02-04 | Sort SEE ALSO. | wiz | |
| 2006-01-26 | Add reference to installboot(8), as suggested by Patrick Welche. | martin | |
