index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
9pfs
/
9p-util.h
Age
Commit message (
Expand
)
Author
2023-07-25
hw/9pfs: spelling fixes
Michael Tokarev
2023-06-08
9pfs: prevent opening special files (CVE-2023-2861)
Christian Schoenebeck
2022-12-23
hw/9pfs: Replace the direct call to xxxat() APIs with a wrapper
Bin Meng
2022-12-23
hw/9pfs: Drop unnecessary *xattr wrapper API declarations
Bin Meng
2022-05-01
9pfs: fix wrong errno being sent to Linux client on macOS host
Christian Schoenebeck
2022-05-01
9pfs: fix wrong encoding of rdev field in Rgetattr on macOS
Christian Schoenebeck
2022-03-07
9pfs/9p-util.h: convert Doxygen -> kerneldoc format
Christian Schoenebeck
2022-03-07
9pfs: drop Doxygen format from qemu_dirent_dup() API comment
Christian Schoenebeck
2022-03-07
9pfs: move qemu_dirent_dup() from osdep -> 9p-util
Christian Schoenebeck
2022-03-07
9p: darwin: Implement compatibility for mknodat
Keno Fischer
2022-03-07
9p: darwin: Compatibility for f/l*xattr
Keno Fischer
2022-03-07
9p: darwin: Ignore O_{NOATIME, DIRECT}
Keno Fischer
2022-03-07
9p: darwin: Handle struct dirent differences
Keno Fischer
2020-05-14
9pfs: local: ignore O_NOATIME if we don't have permissions
Omar Sandoval
2018-06-07
9p: Move a couple xattr functions to 9p-util
Keno Fischer
2017-08-10
9pfs: local: fix fchmodat_nofollow() limitations
Greg Kurz
2017-05-25
9pfs: local: simplify file opening
Greg Kurz
2017-03-06
9pfs: fix vulnerability in openat_dir() and local_unlinkat_common()
Greg Kurz
2017-03-06
9pfs: fix O_PATH build break with older glibc versions
Greg Kurz
2017-02-28
9pfs: local: lsetxattr: don't follow symlinks
Greg Kurz
2017-02-28
9pfs: local: lgetxattr: don't follow symlinks
Greg Kurz
2017-02-28
9pfs: introduce relative_openat_nofollow() helper
Greg Kurz