| Age | Commit message (Expand) | Author |
| 2018-02-14 | Revert functional changes in previous, at expense of strict KNF conformance. | jakllsch |
| 2018-02-13 | Treat an inode with "mode == 0" and "blocks != 0" as partially allocated | hannken |
| 2018-02-13 | Spelling | sevan |
| 2018-02-08 | Typos. | dholland |
| 2018-02-06 | update for GCC 6: | mrg |
| 2018-02-04 | updates for GCC 6.4: | mrg |
| 2018-01-24 | It's not literal "-options" so use .Ar | uwe |
| 2018-01-24 | Remove port-acorn26 | skrll |
| 2018-01-23 | Fix typos. | wiz |
| 2018-01-23 | Improve description of options. Based on comments by Tomohiro Kusumi. | wiz |
| 2018-01-22 | Sync usage with man page. | wiz |
| 2018-01-22 | Add RCS Id, simplify wording, sort. | wiz |
| 2018-01-22 | Improve the mount_autofs(8) stub documentation | kamil |
| 2018-01-22 | Add mount_autofs(8) from DragonFly BSD | kamil |
| 2018-01-18 | implement 32-bit compat support for raidframe. | mrg |
| 2018-01-15 | Explain what suffixes are accepted when specifying a size. | sborrill |
| 2018-01-14 | Add mount_autofs | christos |
| 2018-01-09 | Sort SEE ALSO. | wiz |
| 2018-01-09 | Merge autofs support from: Tomohiro Kusumi | christos |
| 2018-01-07 | Bump date for previous. | wiz |
| 2018-01-07 | KNF. | christos |
| 2018-01-07 | PR bin/52905 | kre |
| 2017-12-13 | Use the definitions from the standard header files and replace homebrew | christos |
| 2017-12-13 | Fix typo in flag name. We should probably just use IFFBITS string | uwe |
| 2017-11-30 | Sync (dead) usage with man page. | wiz |
| 2017-11-30 | clang does not like dead unused functions. | christos |
| 2017-11-28 | Install qemufwcfg(4) and mount_qemufwcfg(8). | wiz |
| 2017-11-28 | Fix typo found by jmcneill. | wiz |
| 2017-11-28 | Add mount_qemufwcfg man page for review. | wiz |
| 2017-11-26 | don't error on unknown options. | christos |
| 2017-11-26 | more cleanups, const | christos |
| 2017-11-26 | cleanup, knf, remove debugging printf, homebrew alloc macros, types. | christos |
| 2017-11-25 | Build and install mount_qemufwcfg on i386 and amd64 | jmcneill |
| 2017-11-25 | Add virtual filesystem for QEMU Firmware Configuration interface. | jmcneill |
| 2017-11-22 | Several more cleanups: | kre |
| 2017-11-21 | Avoid needless pointer calisthenics: &foo[0] -> foo | christos |
| 2017-11-21 | With char bug[SIZE] using sizeof(bug[0]) is kind of boring, use | kre |
| 2017-11-20 | White space and comment formatting. NFC. | kre |
| 2017-11-20 | Remove Tn. Remove undefined .Sp. Use tagged list instead of hanging one | wiz |
| 2017-11-20 | stop using magic constants | christos |
| 2017-11-20 | support NAME=<wedge name> syntax for disks and spares | kardel |
| 2017-11-20 | Clarify the program naming convention, and use consistently <fstype> instead | christos |
| 2017-10-10 | user librumpres | christos |
| 2017-10-09 | Fix computation of left-over fragments also for ufs2. | mlelstv |
| 2017-10-03 | clarify that alignment is the number of bytes to align to. | mlelstv |
| 2017-10-02 | Really don't include ioctl code for tools build. | joerg |
| 2017-10-02 | unifdef sgi. NFCI | maya |
| 2017-10-02 | un-ifdef sgi. NFC | maya |
| 2017-10-01 | PR/52590: David H. Gutteridge: Minor documentation improvements | christos |
| 2017-10-01 | - More fixes to use 64bit offsets. | mlelstv |