summaryrefslogtreecommitdiff
path: root/pkg/platform
Commit message (Expand)AuthorAgeFilesLines
* pkg/platform: remove deprecated OSType constSebastiaan van Stijn2023-05-061-8/+0
* pkg/platform: deprecate OSType in favor or runtime.GOOSSebastiaan van Stijn2023-04-081-0/+2
* pkg/platform: un-export consts that are only for internal useSebastiaan van Stijn2023-04-081-9/+14
* pkg/platform: use const for OSType, improve GoDocSebastiaan van Stijn2023-04-072-10/+18
* pkg/platform: replace use of deprecated syscall.SyscallSebastiaan van Stijn2023-04-071-2/+2
* pkg/platform: move package doc to platform-agnostic fileSebastiaan van Stijn2023-04-072-2/+2
* pkg/platform: rename files for consistencySebastiaan van Stijn2023-04-072-0/+0
* all: use unix.ByteSliceToString for utsname fieldsKir Kolyshkin2022-05-181-3/+1
* missing windows arm64 arch detectionCrazyMax2022-04-091-5/+8
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-0/+1
* Use unix.Uname instead of shelling out to uname on darwin/freebsdTobias Klauser2019-09-032-25/+7
* Add canonical import commentDaniel Nephin2018-02-054-4/+4
* Remove solaris build tag and `contrib/mkimage/solarisYong Tang2017-11-021-1/+1
* Simplify Utsname string conversionTobias Klauser2017-10-315-69/+3
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* [project] change syscall to /x/sys/unix|windowsChristopher Jones2017-07-115-9/+9
* Increase the Coverage of pkg/platformRaja Sami2017-05-312-0/+32
* Swap usage of LazyDLL and LoadDLL to LazySystemDLL.Darren Stahl2016-11-221-1/+3
* Windows: Avoid concurrent access to sysinfoJohn Howard2016-11-081-2/+2
* Windows: stats supportJohn Howard2016-09-161-0/+6
* make package docker/pkg/platform support darwinallencloud2016-05-261-2/+4
* Get the Docker Engine to build clean on SolarisAmit Krishnan2016-05-232-15/+18
* fix typos in pkgallencloud2016-04-094-4/+4
* Merge pull request #18090 from vdemeester/17478-follow-up-cleanup-pkg-platformDavid Calavera2015-11-194-7/+7
|\
| * Follow-up of 17478, unexport private methodVincent Demeester2015-11-194-7/+7
* | Move charsToString to architecture dependent source to fix casting problemStefan Scherer2015-11-193-12/+36
|/
* Add pkg/parsers/architecture and pkg/platformVincent Demeester2015-11-144-0/+118