| Age | Commit message (Expand) | Author |
| 2023-07-05 | Revert "fsck_ffs(8): Ensure A divides S before aligned_alloc(A, S)." | riastradh |
| 2023-07-05 | Revert "newfs(8): Ensure A divides S before aligned_alloc(A, S)." | riastradh |
| 2023-07-05 | Revert "nvmectl(8): Ensure A divides S before aligned_alloc(A, S)." | riastradh |
| 2023-07-04 | fsck_ffs(8): Fix whitespace issues. | riastradh |
| 2023-07-04 | nvmectl(8): Ensure A divides S before aligned_alloc(A, S). | riastradh |
| 2023-07-04 | newfs(8): Ensure A divides S before aligned_alloc(A, S). | riastradh |
| 2023-07-04 | fsck_ffs(8): Ensure A divides S before aligned_alloc(A, S). | riastradh |
| 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-05-25 | pathadj() is required to succeed. If it cannot, simply issuing a | kre |
| 2023-05-20 | ALso fix chgrp Synopsis to include -d option | pgoyette |
| 2023-05-20 | dd -d to the Synopsis | pgoyette |
| 2023-05-17 | Use https for Ext2 documentation URLs. | tsutsui |
| 2023-05-10 | newfs_udf: fix wording in comment | rillig |
| 2023-05-04 | KNF: no space after ( and before ), constants on the RHS (like everywhere else | christos |
| 2023-05-04 | Cast -1 to expected type and fix a edititing mishap to make this build. | martin |
| 2023-05-04 | Add a -d flag to avoid changing a file's owner/group to the current | pgoyette |
| 2023-04-28 | Fix typo in comment | pgoyette |
| 2023-04-18 | mount_procfs(8): Document the format of the region descriptor | jkoshy |
| 2023-04-11 | rndctl(8): Take omitted name/type as empty device name. | riastradh |
| 2023-04-04 | mount_portal: fix lint warnings about extern and empty declarations | rillig |
| 2023-04-02 | commonize case block | ryo |
| 2023-04-02 | don't pass add=1 to print_tree() when displaying by specifying nodes. | ryo |
| 2023-03-27 | Apply this commit from FreeBSD: | chs |
| 2023-03-26 | Fix parser for carp state. | mlelstv |
| 2023-03-05 | In "devlist" mode, exit with a 0 return code if any nvme devices are | simonb |
| 2023-03-01 | Fix a typo in a newly added comment. | kre |
| 2023-03-01 | When processing swapon -a (or swapctl -A, or swapctl -U) ignore lines in | kre |
| 2023-02-27 | fix some typos in comments. | andvar |
| 2023-02-26 | s/superblok/superblock/ in comment. | andvar |
| 2023-02-15 | shutdown(8): markup fixes | uwe |
| 2023-02-15 | shutdown(8): fix -width cargo cult | uwe |
| 2023-02-15 | adjust width of flag arg to align more nicely | jschauma |
| 2023-02-02 | Data units read/written are counted in 1000s of 512 bytes. | mlelstv |
| 2023-01-24 | Use opendisk when looking for filesystem type, otherwise the detection | mlelstv |
| 2023-01-24 | Work on swapped-endian FFS. | mlelstv |
| 2023-01-14 | Use %zu rather than %lu to print a size_t (should fix i386 build). | kre |
| 2023-01-14 | catch up with sign changes in the fs.h | christos |
| 2023-01-08 | ufs: more signed/unsigned fixes | chs |
| 2023-01-07 | ufs: fixed signed/unsigned bugs affecting large file systems | chs |
| 2023-01-02 | Change getdiskinfo() to no longer infer the partition from the device name. | hannken |
| 2022-12-21 | mount_nfs: add missing "A" to getopt string | chs |
| 2022-12-19 | tunefs: clarify that "-a" refers to NFSv4 ACLs | chs |
| 2022-12-12 | apply this commit from FreeBSD: | chs |
| 2022-12-10 | apply this change from FreeBSD: | chs |
| 2022-12-01 | fix sign. | christos |
| 2022-12-01 | Add a sanity check for the ip header length (from FreeBSD) | christos |
| 2022-11-25 | ifconfig(8) support unnumbered flag. | knakahara |
| 2022-11-22 | Big-Endian fixes. | mlelstv |