summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
AgeCommit message (Expand)Author
2023-01-07ufs: fixed signed/unsigned bugs affecting large file systemschs
2022-11-17Restore backward compatibility of UFS2 with previous NetBSD releases bychs
2022-10-26fix various typos in comments and makefs README file.andvar
2022-05-08Revert, sorry this was not intended to be committed.reinoud
2022-05-07When creating disc images, keep the proposed size a multiple of the blockingnrreinoud
2022-04-26Avoid warning by clang of unused variablereinoud
2022-04-26Fix endian bug that resulted in UniqueIDs of 0 in file identifiers; note thatreinoud
2022-04-26No need to use ceilf() when ceil() is already usedreinoud
2022-04-26Fix endian bug in makefs for udfreinoud
2022-04-10makefs(8): Fix tool build -- no libutil DPADD if HOSTPROG.riastradh
2022-04-09makefs(8): Needs -lm for ceil in udf as a host tool too.riastradh
2022-04-09makefs(8): Nix trailing whitespace.riastradh
2022-04-06udf.c uses math library functions.hauke
2022-04-06makefs: fix some typoswiz
2022-04-06new sentence, new linewiz
2022-04-06Refactor and rewrite of newfs_udf(8) and makefs(8) (-t udf) with a sharedreinoud
2022-04-02Avoid integer overflow on systems with 32bit disk addresses.mlelstv
2022-03-06Make sure daddr_t is a 64 bit type when building tools.hgutch
2022-02-11A component name is a counted string (cn_nameptr, cn_namelen),hannken
2021-12-21s/filname/filename/andvar
2021-11-12Explain cd9660 and udf exceptions on the rule that the default sectorsize isreinoud
2021-10-23Sanitize the symbol namespace. NFC.thorpej
2021-10-23Factor out the lookup results from struct denode.hannken
2021-08-21s/helt/held+s/eroneously/erroneously/+s/splitted/split/+s/recommented/recomme...andvar
2021-04-03Add a -L option to follow all symbolic links. Useful if you have symlinkssimonb
2020-11-15Add "efi" as a supported boot image type and derive the platform ID forjmcneill
2020-11-10rock_ridge_move_count is only incremented and can never be negative so changereinoud
2020-09-06add support for new GCC 9 warnings that may be too much to fixmrg
2020-04-18Remove unused variable (to fix the build)martin
2020-04-18Believe the datablocks predictor when determining if data on a node getsreinoud
2020-04-04Indent the makefs(8) options for UDF like the other filesystems described.reinoud
2020-03-26Fix the build, use %jd and (intmax_t) cast for big numbers, off_tkre
2020-03-25improve error messages.christos
2019-11-06Correct documentation of -m and -M.christos
2019-10-18 s/initalize/initialize/ in comment or printf message.msaitoh
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-03-28Correctly mark the last El Torito section header.nonaka
2018-01-27Need strings.h for ffs()sevan
2017-12-16PR/52828: Mark Johnston: makefs UFS2 lazy inode initialization is buggychristos
2017-11-09Initialize boot_catalog_entry's entry_type properly.nonaka
2017-04-14leave the size alone and set the create_size to include the offset. Itchristos
2017-04-14Whitespace fixes.wiz
2017-04-13Explain the 's' image size better.christos
2017-04-13for consistency with ffs, don't count the offset into the size.christos
2017-04-13Fix error handling; msdosfs_wfile is supposed to return errno.christos
2017-03-15Change duplicate 'D' option to 'm'. From Ed Maste @ FreeBSDchristos
2017-02-16allow 0 timestampchristos
2017-02-16need <sys/stat.h>christos