minio/pkg/sys
Anis Elleuch f205689ff5 build: Fix compilation in 32 bits platforms (#4052)
go fails to build Minio under at least, armv6 and 386 due to some
inconsistencies in the type of one syscall variable in different
architectures. This PR casts that variable to uint64 to achieve
the desired consistency.
2017-04-05 11:17:59 -07:00
..
rlimit-file_bsd.go Move rlimit functions into sys package. (#3824) 2017-03-01 21:51:57 -08:00
rlimit-file_nix.go Move rlimit functions into sys package. (#3824) 2017-03-01 21:51:57 -08:00
rlimit-file_test.go Move rlimit functions into sys package. (#3824) 2017-03-01 21:51:57 -08:00
rlimit-file_windows.go Move rlimit functions into sys package. (#3824) 2017-03-01 21:51:57 -08:00
rlimit-memory_bsd.go Move rlimit functions into sys package. (#3824) 2017-03-01 21:51:57 -08:00
rlimit-memory_nix.go Move rlimit functions into sys package. (#3824) 2017-03-01 21:51:57 -08:00
rlimit-memory_openbsd.go Move rlimit functions into sys package. (#3824) 2017-03-01 21:51:57 -08:00
rlimit-memory_test.go Move rlimit functions into sys package. (#3824) 2017-03-01 21:51:57 -08:00
rlimit-memory_windows.go Move rlimit functions into sys package. (#3824) 2017-03-01 21:51:57 -08:00
stats.go Move rlimit functions into sys package. (#3824) 2017-03-01 21:51:57 -08:00
stats_bsd.go Move rlimit functions into sys package. (#3824) 2017-03-01 21:51:57 -08:00
stats_darwin.go Move rlimit functions into sys package. (#3824) 2017-03-01 21:51:57 -08:00
stats_linux.go build: Fix compilation in 32 bits platforms (#4052) 2017-04-05 11:17:59 -07:00
stats_test.go sys/stats: return cgroup mem limit, fall back to sysinfo() (#4002) 2017-04-02 10:46:16 -07:00
stats_windows.go Move rlimit functions into sys package. (#3824) 2017-03-01 21:51:57 -08:00