Age | Commit message (Expand) | Author |
2019-05-19 | Fix unix2syscall_darwin.go build failure | Jakob Unterwurzacher |
2019-05-01 | syscallcompat: fetch supplementary groups for OpenatUser & friends | Sebastian Lackner |
2019-05-01 | tests: split testParentDir by UID | Jakob Unterwurzacher |
2019-01-20 | Revert "syscallcompat: drop Faccessat AT_SYMLINK_NOFOLLOW helper" | Jakob Unterwurzacher |
2019-01-20 | syscallcompat: drop Faccessat AT_SYMLINK_NOFOLLOW helper | Jakob Unterwurzacher |
2019-01-16 | fusefrontend: Rework the Utimens handling on macOS. | Sebastian Lackner |
2019-01-14 | tests: reduce noise on MacOS | Jakob Unterwurzacher |
2019-01-14 | syscallcompat: fix FchmodatNofollow tests | Jakob Unterwurzacher |
2019-01-14 | syscallcompat: rework Fchmodat to FchmodatNofollow | Jakob Unterwurzacher |
2019-01-14 | syscallcompat: Drop Fstatat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Mkdirat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Symlinkat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Fchownat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Fchmodat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Unlinkat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Renameat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Openat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Use pthread_setugid_np() to implement *User() functions on macOS. | Sebastian Lackner |
2019-01-13 | macos: filter SUID and SGID bits in OpenatUser, MknodatUser, MkdiratUser | Jakob Unterwurzacher |
2019-01-12 | fusefrontend: -allow_other: Use SymlinkatUser in Symlink FUSE call. | Sebastian Lackner |
2019-01-12 | fusefrontend: -allow_other: Use MknodatUser in Mknod FUSE call. | Sebastian Lackner |
2019-01-12 | fusefrontend: -allow_other: Use MkdiratUser in Mkdir FUSE call. | Sebastian Lackner |
2019-01-12 | fusefrontend: -allow_other: Use OpenatUser in Create FUSE call. | Sebastian Lackner |
2019-01-07 | syscallcompat: Implement workaround for Fchmodat with AT_SYMLINK_NOFOLLOW. | Sebastian Lackner |
2019-01-07 | tests: add Fchmodat test | Jakob Unterwurzacher |
2019-01-05 | fusefrontend: Allow to set/remove xattr on directory without read permission. | Sebastian Lackner |
2019-01-03 | syscallcompat: Use O_PATH to open base directory. | Sebastian Lackner |
2019-01-03 | fusefrontend: add dirCache | Jakob Unterwurzacher |
2019-01-02 | fusefrontend: xattr: fix operations on files without read permissions | Jakob Unterwurzacher |
2019-01-02 | syscallcompat: add Fgetxattr / Fsetxattr wrappers | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: make Readlink() symlink-safe | Jakob Unterwurzacher |
2018-11-17 | syscallcompat: downgrade DT_UNKNOWN message level on XFS | Jakob Unterwurzacher |
2018-10-11 | tests: syscallcompat: allow failure for symlinks > 1000 | Jakob Unterwurzacher |
2018-09-22 | syscallcompat: untangle Openat flag check | Jakob Unterwurzacher |
2018-09-08 | syscallcompat: use O_PATH in OpenDirNofollow | Jakob Unterwurzacher |
2018-09-08 | syscallcompat: untangle OpenNofollow and rename to OpenDirNofollow | Jakob Unterwurzacher |
2018-08-26 | syscallcompat: drop Fchmodat flagsv1.6.1 | Jakob Unterwurzacher |
2018-07-15 | fusefrontend: doWrite: delete file header if first write fails | Jakob Unterwurzacher |
2018-07-04 | macos: fix O_DIRECT build failure | Jakob Unterwurzacher |
2018-06-19 | Fix three golint warnings | Jakob Unterwurzacher |
2018-06-08 | darwin does not have PATH_MAX | Jakob Unterwurzacher |
2018-04-08 | Fix the easy golint warnings | Jakob Unterwurzacher |
2018-03-05 | macos: tests: fix deleting of scratch dir | Jakob Unterwurzacher |
2018-03-05 | macos: fix second TestEmulateSymlinkat test failure | Jakob Unterwurzacher |
2018-02-28 | MacOS: don't test symlinks longer than 1000 bytes | Jakob Unterwurzacher |
2018-02-28 | MacOS: fix TestEmulateSymlinkat test failure | Jakob Unterwurzacher |
2018-02-04 | gccgo: skip emulateGetdents on linux | Jakob Unterwurzacher |
2018-02-03 | Fix assignment error in Unix2syscall by converting Timespec into Nsec (#203) | Felix Lechner |
2018-02-01 | gccgo: replace syscall.NAME_MAX with unix.NAME_MAX | Jakob Unterwurzacher |
2018-01-31 | syscallcompat: switch from syscall.Getdents to unix.Getdents | Jakob Unterwurzacher |