summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_xattr.c
AgeCommit message (Expand)Author
2024-11-29linux(4): Fix typo `xatrr` in function nameMinseo Kim
2023-09-05linux(4): Return ENOTSUP from listxattr instead of EPERMDmitry Chagin
2023-09-05linux(4): Fix listxattr for the case when the size is 0Dmitry Chagin
2023-09-01linux(4): Return ENOTSUP from xattr syscalls instead of EPERMDmitry Chagin
2023-09-01linux(4): Merge removexattr for future error recodeDmitry Chagin
2023-09-01linux(4): Return ENODATA from getxattr syscalls instead of EPERMDmitry Chagin
2023-09-01linux(4): Merge getxattr for future error recodeDmitry Chagin
2023-08-18linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-22linux(4): Implement xattr syscallsDmitry Chagin