NetBSD/sys/fs
mrg cf6ce93972 when calling a function that needs more bytes than we have, create a
stack variable long enough and use that instead.

found by GCC 12.
2023-08-14 05:41:09 +00:00
..
adosfs s/blity/bility/ in various words, mainly in comments. 2022-08-06 18:26:41 +00:00
autofs sys/fs/autofs: Remove unused APRINTF macro 2023-05-17 06:44:38 +00:00
cd9660 s/blity/bility/ in various words, mainly in comments. 2022-08-06 18:26:41 +00:00
efs s/blity/bility/ in various words, mainly in comments. 2022-08-06 18:26:41 +00:00
filecorefs s/blity/bility/ in various words, mainly in comments. 2022-08-06 18:26:41 +00:00
hfs avoid uninitialised variable usage in early error paths. 2023-08-11 05:51:34 +00:00
msdosfs when calling a function that needs more bytes than we have, create a 2023-08-14 05:41:09 +00:00
nfs s/curent/current/ in comment. 2023-06-16 19:40:46 +00:00
nilfs Remove old prototypes from writing that shouldn't have been comitted at all! 2023-01-29 16:07:14 +00:00
ntfs - Add a new vnode op: VOP_PARSEPATH. 2021-06-29 22:34:05 +00:00
ptyfs ptyfs: Don't copy out cookies past end of buffer. 2022-08-05 10:36:02 +00:00
puffs fix various typos in comments, mainly immediatly/immediately/, 2022-02-23 21:54:40 +00:00
sysvbfs Don't panic for a negative offset, just fail the operation with EINVAL. 2022-07-31 13:08:18 +00:00
tmpfs tmpfs: Assert no arithmetic overflow in directory node tn_size. 2023-04-29 08:15:13 +00:00
udf Convert UDF file system code from the depricated tsleep(9)/wakeup(9) to the MP 2023-06-27 09:58:50 +00:00
union When mounting a union file system set its lower mount only on success. 2023-02-13 08:39:40 +00:00
unionfs kmem_alloc -> kmem_zalloc, thanks Rin. 2022-09-12 13:11:41 +00:00
v7fs Don't panic for a negative offset, just fail the operation with EINVAL. 2022-07-31 13:08:18 +00:00
Makefile remove SMBFS and nsmb(4) - kernel part 2020-04-04 15:43:21 +00:00
unicode.h