aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* pkg/vcs: reset state even moreDmitry Vyukov2020-07-041-1/+2
* pkg/mgrconfig: extend proc param descriptionDmitry Vyukov2020-07-032-4/+6
* pkg/bisect: fix noop change detection with config minimizationDmitry Vyukov2020-07-022-20/+39
* pkg/bisect: improve config minimization testsDmitry Vyukov2020-07-022-5/+20
* pkg/bisect: move checking of minimized config into common codeDmitry Vyukov2020-07-023-16/+13
* pkg/bisect: don't overwrite user configurationDmitry Vyukov2020-07-021-20/+21
* pkg/bisect: test resulting configDmitry Vyukov2020-07-021-33/+47
* pkg/bisect: don't ignore errors during config minimizationDmitry Vyukov2020-07-022-30/+34
* pkg/bisect: minor style fix upsDmitry Vyukov2020-07-026-174/+104
* pkg/bisect: fix crash when all releases are brokenDmitry Vyukov2020-07-022-0/+14
* pkg/bisect: Implement config bisectionJouni Hogander2020-07-028-23/+596
* Pass baseline config aroundJukka Kaartinen2020-07-021-7/+8
* pkg/osutil: use functionality from x/sys/unixTobias Klauser2020-06-291-18/+4
* executor: enable cgroup/cpuset memory pressure calc.Necip Fazil Yildiran2020-06-291-0/+1
* pkg/host: increase executor setup timeoutDmitry Vyukov2020-06-291-1/+1
* executor/netbsd: base nth on 2 (#1874)m00nbsd2020-06-271-2/+2
* pkg/host: add support for linux/riscv64Tobias Klauser2020-06-262-0/+18
* executor: add support for linux/riscv64Tobias Klauser2020-06-261-0/+4
* pkg/cover: add support for linux/riscv64Tobias Klauser2020-06-261-0/+6
* pkg/osutil: implement support for linux/riscv64Tobias Klauser2020-06-261-1/+1
* pkg/csource: fix casting of parameters for trampolinesAlexander Egorenkov2020-06-262-3/+9
* sys/linux: first 64bit big-endian architecture s390xAlexander Egorenkov2020-06-256-2/+33
* target: support of big-endian architecturesAlexander Egorenkov2020-06-232-0/+3
* ipc: fix endianness issuesAlexander Egorenkov2020-06-231-3/+2
* executor: fix endianness problem in internet checksumAlexander Egorenkov2020-06-191-1/+1
* pkg: support compiler triple for 'nm' and 'addr2line'Alexander Egorenkov2020-06-189-21/+37
* pkg/ipc: support C compiler in non-standard locationAlexander Egorenkov2020-06-181-1/+0
* pkg/report: stop using questionable framesAndrey Konovalov2020-06-178-7/+68
* executor: Improve used terminologyMarco Elver2020-06-151-4/+5
* pkg/build: extract "multiple definition" linker errorsDmitry Vyukov2020-06-142-5/+68
* sys/netbsd: support multiple vHCI buses (#1822)m00nbsd2020-06-132-19/+30
* pkg/report: ingore another android debug output that looks like kernel crashDmitry Vyukov2020-06-123-0/+22
* cover/report: Extend call instruction parser for PPE64 little endianAlexey Kardashevskiy2020-06-121-0/+3
* all: use more respective languageDmitry Vyukov2020-06-113-8/+6
* sys/netbsd: add support for fault injection (#1817)m00nbsd2020-06-112-1/+58
* tools: add custom udev rules to generated imagesRicardo Cañuelo2020-06-101-0/+2
* .golangci.yml: reduce function line count from 200 to 140Dmitry Vyukov2020-06-071-41/+44
* .golangci.yml: make goconst checker more strictDmitry Vyukov2020-06-073-10/+16
* pkg/report: deduplicate code across netbsd and openbsdDmitry Vyukov2020-06-076-374/+226
* .golangci.yml: enable receiver name check for pkg/astDmitry Vyukov2020-06-071-38/+38
* .golangci.yml: enable lll for pkg/report/linux.goDmitry Vyukov2020-06-071-4/+7
* .golangci.yml: reduce scope of suppressionsDmitry Vyukov2020-06-071-2/+1
* executor/fuchsia: Don't map memory as executable.Marco Vanotti2020-06-051-18/+15
* .golangci.yml: reenable dupl checkerDmitry Vyukov2020-06-051-49/+23
* .golangci.yml: enable funlen checkerDmitry Vyukov2020-06-056-250/+261
* .golangci.yml: enable gocognit checkerDmitry Vyukov2020-06-055-66/+71
* .golangci.yml: enable godot checkerDmitry Vyukov2020-06-054-8/+8
* .golangci.yml: enable goprintffuncname checkerDmitry Vyukov2020-06-051-45/+45
* .golangci.yml: enable nestif checkerDmitry Vyukov2020-06-053-16/+20
* .golangci.yml: enable whitespace checkerDmitry Vyukov2020-06-052-3/+0