| Age | Commit message (Collapse) | Author | 
 | 
As suggested by
https://github.com/rfjakob/gocryptfs/issues/15#issuecomment-279130217
 | 
 | 
Protip: find naked *at syscalls using:
   git grep "syscall." | grep "at(" | grep -v syscallcompat
 | 
 | 
Also, replace remaining naked syscall.Openat calls.
 | 
 | 
Adds a poor man's renameat implementation for OSX.
 | 
 | 
...and convert all calls to syscall.{Fallocate,Openat}
to syscallcompat .
Both syscalls are not available on OSX. We emulate Openat and just
return EOPNOTSUPP for Fallocate.
 | 
 | 
We will get more of them as OSX also lacks support for openat.
 |