1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/archive
Christopher Jones 069fdc8a08
[project] change syscall to /x/sys/unix|windows
Changes most references of syscall to golang.org/x/sys/
Ones aren't changes include, Errno, Signal and SysProcAttr
as they haven't been implemented in /x/sys/.

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>

[s390x] switch utsname from unsigned to signed

per 33267e036f
char in s390x in the /x/sys/unix package is now signed, so
change the buildtags

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
2017-07-11 08:00:32 -04:00
..
testdata
archive.go Merge pull request #33935 from AkihiroSuda/pkg-archive-go1.9 2017-07-06 14:22:45 -07:00
archive_linux.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
archive_linux_test.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
archive_other.go Update archive package to support overlay whiteouts 2016-06-08 00:10:16 -07:00
archive_test.go Remove unused functions from archive. 2017-06-07 11:44:33 -04:00
archive_unix.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
archive_unix_test.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
archive_windows.go Remove ToHost and replace it with IDMappings.ToHost 2017-06-07 11:44:34 -04:00
archive_windows_test.go Remove unused functions from archive. 2017-06-07 11:44:33 -04:00
changes.go Convert tarAppender to the newIDMappings. 2017-06-07 11:44:34 -04:00
changes_linux.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
changes_other.go
changes_posix_test.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
changes_test.go Spelling fixes 2017-07-03 13:13:09 -07:00
changes_unix.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
changes_windows.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
copy.go Fix docker cp dir with hard link 2017-07-06 17:03:38 +08:00
copy_unix.go
copy_unix_test.go fix typo 2017-01-19 15:52:28 +08:00
copy_windows.go
diff.go LCOW: Create layer folders with correct ACL 2017-06-20 19:50:12 -07:00
diff_test.go Windows CI: test-unit on pkg\archive part 2 2016-02-12 15:40:41 -08:00
example_changes.go
README.md
time_linux.go
time_unsupported.go
utils_test.go pkg/archive: remove unnecessary Archive and Reader type 2016-10-20 19:31:24 -07:00
whiteouts.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
wrap.go pkg/archive: remove unnecessary Archive and Reader type 2016-10-20 19:31:24 -07:00
wrap_test.go

This code provides helper functions for dealing with archive files.