<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/internal/syscallcompat/emulate.go, branch xattr_user_buffer</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=xattr_user_buffer</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=xattr_user_buffer'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2019-01-14T20:27:28+00:00</updated>
<entry>
<title>syscallcompat: Drop Fstatat emulation on macOS.</title>
<updated>2019-01-14T20:27:28+00:00</updated>
<author>
<name>Sebastian Lackner</name>
</author>
<published>2019-01-14T02:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=a9d8eb49ef91c31fddc3e4f2f76e9b98e1a52a1d'/>
<id>urn:sha1:a9d8eb49ef91c31fddc3e4f2f76e9b98e1a52a1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syscallcompat: Drop Mkdirat emulation on macOS.</title>
<updated>2019-01-14T20:27:28+00:00</updated>
<author>
<name>Sebastian Lackner</name>
</author>
<published>2019-01-14T01:56:06+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=4134ff7570906d38d519b1aad33cd3e97685e92f'/>
<id>urn:sha1:4134ff7570906d38d519b1aad33cd3e97685e92f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syscallcompat: Drop Symlinkat emulation on macOS.</title>
<updated>2019-01-14T20:27:28+00:00</updated>
<author>
<name>Sebastian Lackner</name>
</author>
<published>2019-01-14T01:51:50+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=7b0d56fe98a4ae449d26af0b83d00271a179db6e'/>
<id>urn:sha1:7b0d56fe98a4ae449d26af0b83d00271a179db6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syscallcompat: Drop Fchownat emulation on macOS.</title>
<updated>2019-01-14T20:27:28+00:00</updated>
<author>
<name>Sebastian Lackner</name>
</author>
<published>2019-01-14T01:49:11+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=92110628ee5f48b0106b32090854fcc61d6bca20'/>
<id>urn:sha1:92110628ee5f48b0106b32090854fcc61d6bca20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syscallcompat: Drop Fchmodat emulation on macOS.</title>
<updated>2019-01-14T20:27:28+00:00</updated>
<author>
<name>Sebastian Lackner</name>
</author>
<published>2019-01-14T01:45:21+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=0345cc08307c01da635ea5546952a584480c9a93'/>
<id>urn:sha1:0345cc08307c01da635ea5546952a584480c9a93</id>
<content type='text'>
On macOS the function has a flags argument, so we don't need the
/proc/self/fd trick used on Linux.
</content>
</entry>
<entry>
<title>syscallcompat: Drop Unlinkat emulation on macOS.</title>
<updated>2019-01-14T20:27:28+00:00</updated>
<author>
<name>Sebastian Lackner</name>
</author>
<published>2019-01-14T01:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=229a9da74bc0839e2cd481f701c877708b080ede'/>
<id>urn:sha1:229a9da74bc0839e2cd481f701c877708b080ede</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syscallcompat: Drop Renameat emulation on macOS.</title>
<updated>2019-01-14T20:27:28+00:00</updated>
<author>
<name>Sebastian Lackner</name>
</author>
<published>2019-01-14T01:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=42bf6d1c68700a0d5d910c1be42088cc14125fec'/>
<id>urn:sha1:42bf6d1c68700a0d5d910c1be42088cc14125fec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syscallcompat: Drop Openat emulation on macOS.</title>
<updated>2019-01-14T20:27:28+00:00</updated>
<author>
<name>Sebastian Lackner</name>
</author>
<published>2019-01-14T01:32:28+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=da557702d713e38a8c6c4c28275724c70988f919'/>
<id>urn:sha1:da557702d713e38a8c6c4c28275724c70988f919</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the easy golint warnings</title>
<updated>2018-04-08T18:26:25+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-04-08T18:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=bcc8378a2c07476a43c1fe316b79590177ded3d3'/>
<id>urn:sha1:bcc8378a2c07476a43c1fe316b79590177ded3d3</id>
<content type='text'>
Reported by https://goreportcard.com/report/github.com/rfjakob/gocryptfs
</content>
</entry>
<entry>
<title>syscallcompat: add Fstatat + emulation + test</title>
<updated>2017-12-03T18:32:59+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-12-03T16:53:14+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e33593d30d9dee6fd6b0e7c0d01832e478815d88'/>
<id>urn:sha1:e33593d30d9dee6fd6b0e7c0d01832e478815d88</id>
<content type='text'>
Fstatat has recently been added to x/sys/unix. Make
it available for use in gocryptfs.
</content>
</entry>
</feed>
