summaryrefslogtreecommitdiffhomepage
path: root/hostinfo/hostinfo_linux.go
AgeCommit message (Expand)AuthorFilesLines
2024-11-05types/result, util/lineiter: add package for a result type, use itBrad Fitzpatrick1-5/+8
2024-07-17hostinfo: set Hostinfo.PackageType for mkctr container buildsBrad Fitzpatrick1-0/+7
2024-04-02hostinfo: cache device model to speed up initKyle Carberry1-4/+2
2023-05-04various: add detection and Taildrop for UnraidDerek Kaser1-0/+4
2023-02-01all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our forkBrad Fitzpatrick1-2/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-30types/ptr: move all the ptrTo funcs to one new package's ptr.ToBrad Fitzpatrick1-2/+3
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-1/+0
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-5/+4
2022-09-11hostinfo, tailcfg: split Hostinfo.OSVersion into separate fieldsBrad Fitzpatrick1-38/+66
2022-08-05hostinfo, net/netcheck: use CutPrefixBrad Fitzpatrick1-1/+2
2022-07-22hostinfo: determine QNAP QTS versionDenton Gentry1-0/+13
2022-06-05hostinfo,distro: Identify Western Digital MyCloud devices.Denton Gentry1-0/+4
2022-06-01hostinfo: use ByteSliceToString from golang.org/x/sys/unixTobias Klauser1-6/+2
2022-06-01hostinfo: use Uname from golang.org/x/sys/unix in osVersionLinuxTobias Klauser1-3/+2
2022-03-01version, hostinfo: recognize gokrazy as a distroBrad Fitzpatrick1-0/+2
2022-02-22hostinfo: move packageType out to platform-specific filesBrad Fitzpatrick1-0/+11
2021-10-04hostinfo: look up Synology hardware a more specific wayBrad Fitzpatrick1-4/+21
2021-08-22hostinfo: set DeviceModel from Linux devicetree modelBrad Fitzpatrick1-0/+7
2021-08-22hostinfo: fix earlier git fail, add files lost in moveBrad Fitzpatrick1-0/+93