summaryrefslogtreecommitdiffstats
path: root/hw/9pfs/9p-util.h
Commit message (Expand)AuthorAgeFilesLines
* 9pfs: fix wrong errno being sent to Linux client on macOS hostChristian Schoenebeck2022-05-011-0/+30
* 9pfs: fix wrong encoding of rdev field in Rgetattr on macOSChristian Schoenebeck2022-05-011-0/+39
* 9pfs/9p-util.h: convert Doxygen -> kerneldoc formatChristian Schoenebeck2022-03-071-5/+5
* 9pfs: drop Doxygen format from qemu_dirent_dup() API commentChristian Schoenebeck2022-03-071-2/+2
* 9pfs: move qemu_dirent_dup() from osdep -> 9p-utilChristian Schoenebeck2022-03-071-0/+30
* 9p: darwin: Implement compatibility for mknodatKeno Fischer2022-03-071-0/+11
* 9p: darwin: Compatibility for f/l*xattrKeno Fischer2022-03-071-0/+17
* 9p: darwin: Ignore O_{NOATIME, DIRECT}Keno Fischer2022-03-071-0/+4
* 9p: darwin: Handle struct dirent differencesKeno Fischer2022-03-071-0/+16
* 9pfs: local: ignore O_NOATIME if we don't have permissionsOmar Sandoval2020-05-141-0/+13
* 9p: Move a couple xattr functions to 9p-utilKeno Fischer2018-06-071-0/+4
* 9pfs: local: fix fchmodat_nofollow() limitationsGreg Kurz2017-08-101-9/+15
* 9pfs: local: simplify file openingGreg Kurz2017-05-251-2/+0Star
* 9pfs: fix vulnerability in openat_dir() and local_unlinkat_common()Greg Kurz2017-03-061-1/+2
* 9pfs: fix O_PATH build break with older glibc versionsGreg Kurz2017-03-061-1/+6
* 9pfs: local: lsetxattr: don't follow symlinksGreg Kurz2017-02-281-0/+2
* 9pfs: local: lgetxattr: don't follow symlinksGreg Kurz2017-02-281-0/+2
* 9pfs: introduce relative_openat_nofollow() helperGreg Kurz2017-02-281-0/+50