summaryrefslogtreecommitdiff
path: root/sys/fs/udf
AgeCommit message (Expand)Author
2023-06-27Convert UDF file system code from the depricated tsleep(9)/wakeup(9) to the MPreinoud
2023-06-03fix various typos in comments and messages.andvar
2023-06-02follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.andvar
2023-04-03Fix typos: s/trough/through/gutteridge
2022-10-31fix various typos in comments and one output message.andvar
2022-08-27Spell approximately correctly.skrll
2022-08-27Trailing whitespaceskrll
2022-08-07fix various typos in comments, documentation and messages.andvar
2022-05-28fix various typos in comments, mainly origional->original,andvar
2022-05-22fix various small typos, mainly in comments.andvar
2022-05-15s/wich/which in comments.andvar
2022-05-03fix various typos, mainly s/trasfering/transferring/ and s/theese/these/.andvar
2022-05-03No IO_NODELOCKED for unlocked vnode.hannken
2022-05-03Lock devvp for vinvalbuf().hannken
2022-04-22Fix endian issue with UDF extended attribute handlingreinoud
2022-04-16fix various typos in comments and log messages.andvar
2022-04-10fix various typos in comments and output/log messages.andvar
2022-04-01Fix malformed DPRINTF() macroreinoud
2022-03-30Fix locking in udf_link(). XXX: udf_symlink is prolly similarly broken.christos
2022-03-27add a kauth vnode check for creating linkschristos
2022-03-23fix few typos for word "previous(ly)" in comments.andvar
2022-03-18Replace the variable field data[0] to data[1] to avoid undefined behaviour.reinoud
2022-03-08For bug-compatibility with Windows, the last VAT sector must be a multiple ofreinoud
2022-03-08On switching from writing to reading explicitly synchronize the caches. Itreinoud
2022-02-16fix various typos, mainly in comments.andvar
2022-02-11Translate 254/255 compID values used for deleted entries as per UDF spec. Thisreinoud
2022-02-06fix various typos in comments, log messages and documentation.andvar
2022-02-03Revere modification of initializer; it can lead to race conditions where tworeinoud
2022-01-28On freeing a virtual address in the VAT, use the correct value; this mightreinoud
2022-01-25fix various typos in comments.andvar
2022-01-24remove double "with" in comments and usage text. Also fix one typo.andvar
2022-01-15s/adressing/addressing/msaitoh
2022-01-01s/implemenation/implementation/ in comment.msaitoh
2021-12-16Fix typo: reader -> headerreinoud
2021-12-16Fix serious issue with recordable media formatted with Win10. When closing itreinoud
2021-12-16Make sysctl udf.verbose dependent on UDF_DEBUG instead of DEBUGreinoud
2021-12-15While searching the VAT on recordable media, search the last sector too!reinoud
2021-12-05s/checkum/checksum/ in comment.msaitoh
2021-12-05s/alloction/allocation/msaitoh
2021-10-20Overhaul of the EVFILT_VNODE kevent(2) filter:thorpej
2021-09-16fix typos in word "successful".andvar
2021-09-03fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/andvar
2021-08-21s/helt/held+s/eroneously/erroneously/+s/splitted/split/+s/recommented/recomme...andvar
2021-08-20fix various typos in comments and log messages.andvar
2021-07-24Fix 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-13more GCC 10 fixes.mrg
2021-01-11Trailing whitespaceskrll
2021-01-11Fix spelling of preferred in comments. While here improve grammar inskrll
2020-06-27Introduce genfs_pathconf() and use it for the default case in all filesystems.christos