..
chmod.go
chown, chmod: retry on EINTR
2020-10-30 11:40:07 +01:00
chtimes.go
Update packages to match latest code in moby/pkg
2017-09-12 18:00:29 +00:00
chtimes_linux_test.go
Only run TestChtimesLinux on Linux, not on macOS
2022-09-12 16:31:39 +02:00
chtimes_test.go
Format sources with gofumpt
2023-05-26 16:17:31 -07:00
chtimes_unix.go
Move to golang 1.18 and later
2023-04-03 15:26:54 -04:00
chtimes_windows.go
Move to golang 1.18 and later
2023-04-03 15:26:54 -04:00
chtimes_windows_test.go
test: use `T.TempDir` to create temporary test directory
2022-08-30 01:21:37 +08:00
errors.go
Format sources with gofumpt
2023-05-26 16:17:31 -07:00
exitcode.go
Update packages to match latest code in moby/pkg
2017-09-12 18:00:29 +00:00
init.go
Misc. warning cleanups
2022-10-01 02:53:06 +02:00
init_windows.go
Format sources with gofumpt
2023-05-26 16:17:31 -07:00
lchflags_bsd.go
pkg/system: Add file flag names for FreeBSD
2022-10-20 08:58:04 +01:00
lchown.go
chown, chmod: retry on EINTR
2020-10-30 11:40:07 +01:00
lcow_unix.go
fix inconsitent go build tags
2022-11-02 20:51:27 +01:00
lcow_windows.go
Update packages to match latest code in moby/pkg
2017-09-12 18:00:29 +00:00
lstat_unix.go
Misc individual warning fixes
2022-10-14 17:17:53 +02:00
lstat_unix_test.go
test: use `T.TempDir` to create temporary test directory
2022-08-30 01:21:37 +08:00
lstat_windows.go
Update packages to match latest code in moby/pkg
2017-09-12 18:00:29 +00:00
meminfo.go
Add MemInfo to the system pkg.
2014-10-22 14:05:45 -07:00
meminfo_freebsd.go
Move to golang 1.18 and later
2023-04-03 15:26:54 -04:00
meminfo_linux.go
fix typos
2016-03-11 23:22:16 +08:00
meminfo_solaris.go
Format sources with gofumpt
2023-05-26 16:17:31 -07:00
meminfo_unix_test.go
Disable meminfo_unix_test on FreeBSD
2022-09-17 16:38:21 +01:00
meminfo_unsupported.go
Fix ReadMemInfo build for FreeBSD + nocgo
2022-06-14 16:20:55 +01:00
meminfo_windows.go
Move to golang 1.18 and later
2023-04-03 15:26:54 -04:00
mknod.go
pkg/system: Sync the return type of Mkdev with the dev argument of Mknod
2022-09-27 15:57:08 +01:00
mknod_freebsd.go
pkg/system: Sync the return type of Mkdev with the dev argument of Mknod
2022-09-27 15:57:08 +01:00
mknod_windows.go
fix inconsitent go build tags
2022-11-02 20:51:27 +01:00
path.go
Format sources with gofumpt
2023-05-26 16:17:31 -07:00
path_unix.go
fix inconsitent go build tags
2022-11-02 20:51:27 +01:00
path_windows.go
Wrap errors properly with fmt.Errorf
2022-07-12 13:26:10 -04:00
path_windows_test.go
fix inconsitent go build tags
2022-11-02 20:51:27 +01:00
process_unix.go
fix inconsitent go build tags
2022-11-02 20:51:27 +01:00
rm.go
pkg/rm: attempt os.RemoveAll() first
2023-04-27 22:29:09 +02:00
rm_common.go
pkg/system: Allow EnsureRemoveAll to delete trees with immutable files
2022-09-21 14:54:26 +01:00
rm_freebsd.go
pkg/system: Add Lchflags and use that in resetFileFlags
2022-10-20 08:58:04 +01:00
rm_test.go
Format sources with gofumpt
2023-05-26 16:17:31 -07:00
stat_common.go
Format sources with gofumpt
2023-05-26 16:17:31 -07:00
stat_darwin.go
Format sources with gofumpt
2023-05-26 16:17:31 -07:00
stat_freebsd.go
Format sources with gofumpt
2023-05-26 16:17:31 -07:00
stat_freebsd_test.go
Format sources with gofumpt
2023-05-26 16:17:31 -07:00
stat_linux.go
Format sources with gofumpt
2023-05-26 16:17:31 -07:00
stat_linux_test.go
Fix stat_unix_test on FreeBSD
2022-09-17 16:38:21 +01:00
stat_openbsd.go
Format sources with gofumpt
2023-05-26 16:17:31 -07:00
stat_solaris.go
Format sources with gofumpt
2023-05-26 16:17:31 -07:00
stat_unix.go
Add (StatT).Dev which returns the filesystem ID
2022-11-15 11:18:40 +00:00
stat_unix_test.go
Fix stat_unix_test on FreeBSD
2022-09-17 16:38:21 +01:00
stat_windows.go
Format sources with gofumpt
2023-05-26 16:17:31 -07:00
syscall_unix.go
Switch to golang native error wrapping
2022-07-07 13:22:46 +02:00
syscall_windows.go
store: retry RemoveAll on EBUSY
2021-09-30 09:43:26 +02:00
syscall_windows_test.go
Add os_version and os_features to Image
2016-04-04 13:14:57 -07:00
umask.go
fix inconsitent go build tags
2022-11-02 20:51:27 +01:00
umask_windows.go
fix inconsitent go build tags
2022-11-02 20:51:27 +01:00
utimes_freebsd.go
Fix LUtimesNano on FreeBSD
2022-09-17 16:38:14 +01:00
utimes_linux.go
Update packages to match latest code in moby/pkg
2017-09-12 18:00:29 +00:00
utimes_unix_test.go
Format sources with gofumpt
2023-05-26 16:17:31 -07:00
utimes_unsupported.go
fix inconsitent go build tags
2022-11-02 20:51:27 +01:00
xattrs_darwin.go
Limited support for operating on images on macOS
2022-06-06 08:01:54 +02:00
xattrs_linux.go
fix storage-chown-by-maps doesnt handle -EOVERFLOW return by lgetxattr [ Closes #1183 ]
2022-04-07 00:11:21 +02:00
xattrs_unsupported.go
fix inconsitent go build tags
2022-11-02 20:51:27 +01:00