| Age | Commit message (Expand) | Author |
| 2023-06-03 | adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER} | lukem |
| 2023-06-03 | bsd.own.mk: rename GCC_NO_* to CC_WNO_* | lukem |
| 2023-06-03 | bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER | lukem |
| 2023-04-18 | Move date setting into cd9660_populate_iso_dir_record so there is no | christos |
| 2023-04-18 | We previously attempted to emit Rock Ridge NM records only when the name | christos |
| 2023-04-18 | The boot catalog pointer is a DWord, but we previously populated it via | christos |
| 2023-04-18 | See RRIP 4.1.4 Description of the "NM" System Use Entry for details. | christos |
| 2023-04-18 | The bit definitions for the TF_* timestamp bits (TF_MODIFY, etc.) were | christos |
| 2023-03-14 | In bwrite() if the write() returned -1, the associated errno was | kre |
| 2023-03-14 | Use %zd to print ssize_t (%z[uxo] for size_t), rather than %jd | kre |
| 2023-03-13 | Don't brelse() if bread() fails. The kernel does this for us. Our bread() | christos |
| 2023-03-13 | modernize; release bpp and set it to NULL as the kernel does even if we | christos |
| 2023-01-07 | ufs: fixed signed/unsigned bugs affecting large file systems | chs |
| 2022-11-17 | Restore backward compatibility of UFS2 with previous NetBSD releases by | chs |
| 2022-10-26 | fix various typos in comments and makefs README file. | andvar |
| 2022-05-08 | Revert, sorry this was not intended to be committed. | reinoud |
| 2022-05-07 | When creating disc images, keep the proposed size a multiple of the blockingnr | reinoud |
| 2022-04-26 | Avoid warning by clang of unused variable | reinoud |
| 2022-04-26 | Fix endian bug that resulted in UniqueIDs of 0 in file identifiers; note that | reinoud |
| 2022-04-26 | No need to use ceilf() when ceil() is already used | reinoud |
| 2022-04-26 | Fix endian bug in makefs for udf | reinoud |
| 2022-04-10 | makefs(8): Fix tool build -- no libutil DPADD if HOSTPROG. | riastradh |
| 2022-04-09 | makefs(8): Needs -lm for ceil in udf as a host tool too. | riastradh |
| 2022-04-09 | makefs(8): Nix trailing whitespace. | riastradh |
| 2022-04-06 | udf.c uses math library functions. | hauke |
| 2022-04-06 | makefs: fix some typos | wiz |
| 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 |
| 2022-04-02 | Avoid integer overflow on systems with 32bit disk addresses. | mlelstv |
| 2022-03-06 | Make sure daddr_t is a 64 bit type when building tools. | hgutch |
| 2022-02-11 | A component name is a counted string (cn_nameptr, cn_namelen), | hannken |
| 2021-12-21 | s/filname/filename/ | andvar |
| 2021-11-12 | Explain cd9660 and udf exceptions on the rule that the default sectorsize is | reinoud |
| 2021-10-23 | Sanitize the symbol namespace. NFC. | thorpej |
| 2021-10-23 | Factor out the lookup results from struct denode. | hannken |
| 2021-08-21 | s/helt/held+s/eroneously/erroneously/+s/splitted/split/+s/recommented/recomme... | andvar |
| 2021-04-03 | Add a -L option to follow all symbolic links. Useful if you have symlinks | simonb |
| 2020-11-15 | Add "efi" as a supported boot image type and derive the platform ID for | jmcneill |
| 2020-11-10 | rock_ridge_move_count is only incremented and can never be negative so change | reinoud |
| 2020-09-06 | add support for new GCC 9 warnings that may be too much to fix | mrg |
| 2020-04-18 | Remove unused variable (to fix the build) | martin |
| 2020-04-18 | Believe the datablocks predictor when determining if data on a node gets | reinoud |
| 2020-04-04 | Indent the makefs(8) options for UDF like the other filesystems described. | reinoud |
| 2020-03-26 | Fix the build, use %jd and (intmax_t) cast for big numbers, off_t | kre |
| 2020-03-25 | improve error messages. | christos |
| 2019-11-06 | Correct documentation of -m and -M. | christos |
| 2019-10-18 | s/initalize/initialize/ in comment or printf message. | msaitoh |
| 2019-10-13 | introduce some common variables for use in GCC warning disables: | mrg |
| 2019-02-03 | - add or adjust /* FALLTHROUGH */ where appropriate | mrg |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |