| 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-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-04-03 | Fix typos: s/trough/through/ | gutteridge |
| 2022-10-31 | fix various typos in comments and one output message. | andvar |
| 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-05-28 | fix various typos in comments, mainly origional->original, | 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 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-10 | fix various typos in comments and output/log messages. | andvar |
| 2022-04-01 | Fix malformed DPRINTF() macro | reinoud |
| 2022-03-30 | Fix locking in udf_link(). XXX: udf_symlink is prolly similarly broken. | christos |
| 2022-03-27 | add a kauth vnode check for creating links | christos |
| 2022-03-23 | fix few typos for word "previous(ly)" in comments. | andvar |
| 2022-03-18 | Replace the variable field data[0] to data[1] to avoid undefined behaviour. | reinoud |
| 2022-03-08 | For bug-compatibility with Windows, the last VAT sector must be a multiple of | reinoud |
| 2022-03-08 | On switching from writing to reading explicitly synchronize the caches. It | reinoud |
| 2022-02-16 | fix various typos, mainly in comments. | andvar |
| 2022-02-11 | Translate 254/255 compID values used for deleted entries as per UDF spec. This | reinoud |
| 2022-02-06 | fix various typos in comments, log messages and documentation. | andvar |
| 2022-02-03 | Revere modification of initializer; it can lead to race conditions where two | reinoud |
| 2022-01-28 | On freeing a virtual address in the VAT, use the correct value; this might | reinoud |
| 2022-01-25 | fix various typos in comments. | andvar |
| 2022-01-24 | remove double "with" in comments and usage text. Also fix one typo. | andvar |
| 2022-01-15 | s/adressing/addressing/ | msaitoh |
| 2022-01-01 | s/implemenation/implementation/ in comment. | msaitoh |
| 2021-12-16 | Fix typo: reader -> header | reinoud |
| 2021-12-16 | Fix serious issue with recordable media formatted with Win10. When closing it | reinoud |
| 2021-12-16 | Make sysctl udf.verbose dependent on UDF_DEBUG instead of DEBUG | reinoud |
| 2021-12-15 | While searching the VAT on recordable media, search the last sector too! | reinoud |
| 2021-12-05 | s/checkum/checksum/ in comment. | msaitoh |
| 2021-12-05 | s/alloction/allocation/ | msaitoh |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 2021-09-16 | fix typos in word "successful". | andvar |
| 2021-09-03 | fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/ | andvar |
| 2021-08-21 | s/helt/held+s/eroneously/erroneously/+s/splitted/split/+s/recommented/recomme... | andvar |
| 2021-08-20 | fix various typos in comments and log messages. | andvar |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-06-29 | - Add a new vnode op: VOP_PARSEPATH. | dholland |
| 2021-04-13 | more GCC 10 fixes. | mrg |
| 2021-01-11 | Trailing whitespace | skrll |
| 2021-01-11 | Fix spelling of preferred in comments. While here improve grammar in | skrll |
| 2020-06-27 | Introduce genfs_pathconf() and use it for the default case in all filesystems. | christos |