Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-25 | fusefrontend: Use Linkat syscall to implement Link | Sebastian Lackner | |
2017-12-07 | syscallcompat: add Faccessat | Jakob Unterwurzacher | |
Add faccessat(2) with a hack for symlink, because the kernel does not actually looks at the passed flags. From man 2 faccessat: C library/kernel differences The raw faccessat() system call takes only the first three argu‐ ments. The AT_EACCESS and AT_SYMLINK_NOFOLLOW flags are actually implemented within the glibc wrapper function for faccessat(). | |||
2017-12-06 | syscallcompat: add Readlinkat | Jakob Unterwurzacher | |
We need readlinkat to implement Readlink symlink-race-free. |