Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-30 | syscallcompat: check that we get NOFOLLOW wherever possible | Jakob Unterwurzacher | |
...and fix the instances where the AT_SYMLINK_NOFOLLOW / O_NOFOLLOW / O_EXCL flag was missing. | |||
2017-11-30 | syscallcompat: add tests for emulated syscalls | Jakob Unterwurzacher | |
Also fix the bug in emulateFchmodat that was found by the tests. | |||
2017-11-30 | syscallcompat: build emulated syscalls under linux, too | Jakob Unterwurzacher | |
This will allow to test them under linux as well. |