moby--moby/pkg/system
Artem Khramov f3d3994a4b
Port pkg/system/mknod.go to FreeBSD
Because FreeBSD uses 64-bit device nodes (see
https://reviews.freebsd.org/rS318736), Linux implementation of
`system.Mknod` & `system.Mkdev` is not sufficient.

This change adds freebsd-specific implementations for `Mknod` and
Mkdev`.

Signed-off-by: Artem Khramov <akhramov@pm.me>
2021-09-22 09:47:35 +03:00
..
args_windows.go
chtimes.go
chtimes_linux_test.go
chtimes_nowindows.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
chtimes_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
chtimes_windows.go
chtimes_windows_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
errors.go
exitcode.go
filesys_unix.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
filesys_windows.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
image_os.go
init.go
init_windows.go
lstat_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
lstat_unix_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
lstat_windows.go
meminfo.go
meminfo_linux.go
meminfo_unix_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
meminfo_unsupported.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
meminfo_windows.go
mknod.go Port pkg/system/mknod.go to FreeBSD 2021-09-22 09:47:35 +03:00
mknod_freebsd.go Port pkg/system/mknod.go to FreeBSD 2021-09-22 09:47:35 +03:00
mknod_linux.go Port pkg/system/mknod.go to FreeBSD 2021-09-22 09:47:35 +03:00
mknod_windows.go
path.go
path_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
path_windows.go
path_windows_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
process_unix.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
process_windows.go
rm.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
rm_nodarwin_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
rm_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
rm_windows.go
stat_bsd.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
stat_darwin.go
stat_linux.go
stat_openbsd.go
stat_solaris.go
stat_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
stat_unix_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
stat_windows.go
syscall_windows.go
syscall_windows_test.go
umask.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
umask_windows.go
utimes_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
utimes_unix_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
utimes_unsupported.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
xattrs_linux.go
xattrs_unsupported.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00