1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/parsers/kernel
Tobias Klauser 6d068bc25b Simplify Utsname string conversion
Update golang.org/x/sys to 95c6576299259db960f6c5b9b69ea52422860fce in
order to get the unix.Utsname with byte array instead of int8/uint8
members.

This allows to use simple byte slice to string conversions instead of
using charsToString or its open-coded version.

Also see golang/go#20753 for details.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2017-10-31 10:59:32 +01:00
..
kernel.go make pkg/parsers support darwin and solaris 2016-06-02 11:47:27 +08:00
kernel_darwin.go make pkg/parsers support darwin and solaris 2016-06-02 11:47:27 +08:00
kernel_unix.go Simplify Utsname string conversion 2017-10-31 10:59:32 +01:00
kernel_unix_test.go Windows: Fix parsers kernel test 2015-11-01 07:05:16 -08:00
kernel_windows.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
uname_linux.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
uname_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
uname_unsupported.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00