moby--moby/pkg/system
Tobias Klauser 4d966409bc system: Use symlink xattr functions from x/sys/unix
Use the symlink xattr syscall wrappers Lgetxattr and Lsetxattr from
x/sys/unix (introduced in golang/sys@b90f89a) instead of providing own
wrappers. Leave the functionality of system.Lgetxattr intact with
respect to the retry with a larger buffer, but switch it to use
unix.Lgetxattr. Also leave system.Lsetxattr intact (even though it's
just a wrapper around the corresponding function from unix) in order to
keep moby building for !linux.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2017-07-12 14:52:42 +02:00
..
chtimes.go
chtimes_test.go
chtimes_unix.go
chtimes_unix_test.go
chtimes_windows.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
chtimes_windows_test.go
errors.go
events_windows.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
exitcode.go
filesys.go
filesys_windows.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
init.go
init_windows.go
lcow_unix.go
lcow_windows.go
lstat_unix.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
lstat_unix_test.go
lstat_windows.go
meminfo.go
meminfo_linux.go
meminfo_solaris.go
meminfo_unix_test.go
meminfo_unsupported.go
meminfo_windows.go
mknod.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
mknod_windows.go
path.go
path_unix.go
path_windows.go
path_windows_test.go
process_unix.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
rm.go
rm_test.go
stat_darwin.go
stat_freebsd.go
stat_linux.go
stat_openbsd.go
stat_solaris.go
stat_unix.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
stat_unix_test.go
stat_windows.go
syscall_unix.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
syscall_windows.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
syscall_windows_test.go
umask.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
umask_windows.go
utimes_freebsd.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
utimes_linux.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
utimes_unix_test.go
utimes_unsupported.go
xattrs_linux.go system: Use symlink xattr functions from x/sys/unix 2017-07-12 14:52:42 +02:00
xattrs_unsupported.go