index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
9pfs
/
9p-util.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-10
9pfs: fix regression regarding CVE-2023-2861
Christian Schoenebeck
1
-10
/
+17
2023-07-25
hw/9pfs: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-06-08
9pfs: prevent opening special files (CVE-2023-2861)
Christian Schoenebeck
1
-0
/
+39
2022-12-23
hw/9pfs: Replace the direct call to xxxat() APIs with a wrapper
Bin Meng
1
-4
/
+11
2022-12-23
hw/9pfs: Drop unnecessary *xattr wrapper API declarations
Bin Meng
1
-11
/
+0
2022-05-01
9pfs: fix wrong errno being sent to Linux client on macOS host
Christian Schoenebeck
1
-0
/
+30
2022-05-01
9pfs: fix wrong encoding of rdev field in Rgetattr on macOS
Christian Schoenebeck
1
-0
/
+39
2022-03-07
9pfs/9p-util.h: convert Doxygen -> kerneldoc format
Christian Schoenebeck
1
-5
/
+5
2022-03-07
9pfs: drop Doxygen format from qemu_dirent_dup() API comment
Christian Schoenebeck
1
-2
/
+2
2022-03-07
9pfs: move qemu_dirent_dup() from osdep -> 9p-util
Christian Schoenebeck
1
-0
/
+30
2022-03-07
9p: darwin: Implement compatibility for mknodat
Keno Fischer
1
-0
/
+11
2022-03-07
9p: darwin: Compatibility for f/l*xattr
Keno Fischer
1
-0
/
+17
2022-03-07
9p: darwin: Ignore O_{NOATIME, DIRECT}
Keno Fischer
1
-0
/
+4
2022-03-07
9p: darwin: Handle struct dirent differences
Keno Fischer
1
-0
/
+16
2020-05-14
9pfs: local: ignore O_NOATIME if we don't have permissions
Omar Sandoval
1
-0
/
+13
2018-06-07
9p: Move a couple xattr functions to 9p-util
Keno Fischer
1
-0
/
+4
2017-08-10
9pfs: local: fix fchmodat_nofollow() limitations
Greg Kurz
1
-9
/
+15
2017-05-25
9pfs: local: simplify file opening
Greg Kurz
1
-2
/
+0
2017-03-06
9pfs: fix vulnerability in openat_dir() and local_unlinkat_common()
Greg Kurz
1
-1
/
+2
2017-03-06
9pfs: fix O_PATH build break with older glibc versions
Greg Kurz
1
-1
/
+6
2017-02-28
9pfs: local: lsetxattr: don't follow symlinks
Greg Kurz
1
-0
/
+2
2017-02-28
9pfs: local: lgetxattr: don't follow symlinks
Greg Kurz
1
-0
/
+2
2017-02-28
9pfs: introduce relative_openat_nofollow() helper
Greg Kurz
1
-0
/
+50