| Age | Commit message (Expand) | Author |
| 2023-06-27 | Convert UDF file system code from the depricated tsleep(9)/wakeup(9) to the MP | reinoud |
| 2023-06-19 | Fix typo. unknwon -> unknown | msaitoh |
| 2023-06-16 | s/curent/current/ in comment. | andvar |
| 2023-06-03 | fix various typos in comments and messages. | andvar |
| 2023-06-02 | follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos. | andvar |
| 2023-05-28 | s/Resture/Restore/ and s/restared/restarted/ in comments. | andvar |
| 2023-05-17 | sys/fs/autofs: Remove unused APRINTF macro | tkusumi |
| 2023-04-29 | tmpfs: Assert no arithmetic overflow in directory node tn_size. | riastradh |
| 2023-04-29 | tmpfs: Refuse sizes that overflow round_page. | riastradh |
| 2023-04-29 | tmpfs: Nix trailing whitespace. No functional change intended. | riastradh |
| 2023-04-28 | fix few typos and grammar in comments. | andvar |
| 2023-04-03 | Fix typos: s/trough/through/ | gutteridge |
| 2023-03-01 | fs/hfs: Avoid undefined pointer arith in hfslib_reada_node_offsets. | riastradh |
| 2023-03-01 | fs/hfs: Avoid buffer overrun in hfslib_reada_node_offsets. | riastradh |
| 2023-02-13 | s/chacters/characters/ in comments. | andvar |
| 2023-02-13 | When mounting a union file system set its lower mount only on success. | hannken |
| 2023-02-06 | Set IMNT_MPSAFE only if all lower layers have it set. | hannken |
| 2023-01-29 | Remove old prototypes from writing that shouldn't have been comitted at all! | reinoud |
| 2022-12-11 | Use genfs_pathconf for VOP_PATHCONF. | mlelstv |
| 2022-11-21 | When testing whiteout support on the underlying file system | hannken |
| 2022-11-10 | Tmpfs_mount() uses tmpfs_unmount() for cleanup if set_statvfs_info() fails. | hannken |
| 2022-11-04 | Add a helper to set or clear lower mount and use it. | hannken |
| 2022-10-31 | fix various typos in comments and one output message. | andvar |
| 2022-10-07 | fix few typos in comments. | andvar |
| 2022-10-07 | s/alpahbetics/alphabetics/ in comment. | andvar |
| 2022-09-12 | kmem_alloc -> kmem_zalloc, thanks Rin. | christos |
| 2022-09-11 | catch up; make this compile again. | christos |
| 2022-09-11 | - avoid another credential leak on error from Chris J-D | christos |
| 2022-08-27 | Spell approximately correctly. | skrll |
| 2022-08-27 | Trailing whitespace | skrll |
| 2022-08-07 | fix various typos in comments, documentation and messages. | andvar |
| 2022-08-06 | s/blity/bility/ in various words, mainly in comments. | andvar |
| 2022-08-05 | ptyfs: Don't copy out cookies past end of buffer. | riastradh |
| 2022-07-31 | Don't panic for a negative offset, just fail the operation with EINVAL. | mlelstv |
| 2022-07-18 | Make kqueue event status for vnodes shareable, and for stacked file systems | thorpej |
| 2022-06-01 | tmpfs_read: respect MNT_NOATIME. | hannken |
| 2022-05-28 | fix various typos in comments, mainly origional->original, | andvar |
| 2022-05-24 | fix various typos in comments, docs and log messages. | andvar |
| 2022-05-22 | fix various small typos, mainly in comments. | andvar |
| 2022-05-15 | s/wich/which in comments. | andvar |
| 2022-05-03 | fix various typos, mainly s/trasfering/transferring/ and s/theese/these/. | andvar |
| 2022-05-03 | No IO_NODELOCKED for unlocked vnode. | hannken |
| 2022-05-03 | Lock devvp for kauth KAUTH_REQ_SYSTEM_MOUNT_DEVICE. | hannken |
| 2022-05-03 | Lock devvp for vinvalbuf(). | hannken |
| 2022-04-22 | Fix endian issue with UDF extended attribute handling | reinoud |
| 2022-04-16 | fix various typos in comments and log messages. | andvar |
| 2022-04-16 | Lock vnode for vinvalbuf(). | hannken |
| 2022-04-10 | fix various typos in comments and output/log messages. | andvar |
| 2022-04-04 | fix various typos, mainly in comments. | andvar |
| 2022-04-01 | Fix malformed DPRINTF() macro | reinoud |