summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
AgeCommit message (Expand)Author
2023-06-03adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}lukem
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2023-04-18Move date setting into cd9660_populate_iso_dir_record so there is nochristos
2023-04-18We previously attempted to emit Rock Ridge NM records only when the namechristos
2023-04-18The boot catalog pointer is a DWord, but we previously populated it viachristos
2023-04-18See RRIP 4.1.4 Description of the "NM" System Use Entry for details.christos
2023-04-18The bit definitions for the TF_* timestamp bits (TF_MODIFY, etc.) werechristos
2023-03-14In bwrite() if the write() returned -1, the associated errno waskre
2023-03-14Use %zd to print ssize_t (%z[uxo] for size_t), rather than %jdkre
2023-03-13Don't brelse() if bread() fails. The kernel does this for us. Our bread()christos
2023-03-13modernize; release bpp and set it to NULL as the kernel does even if wechristos
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