aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* sys/linux: test various binfmt's in execveDmitry Vyukov2018-04-022-0/+14
* pkg/compiler: support non-zero terminated filenamesDmitry Vyukov2018-04-023-23/+27
* executor: fix unchecked result warningDmitry Vyukov2018-04-011-1/+3
* sys/linux: add support for reading partition tablesDmitry Vyukov2018-04-013-4/+96
* pkg/report: skip list functions during function extractionDmitry Vyukov2018-04-017-0/+1060
* pkg/report: detect corrupted task hung reportsDmitry Vyukov2018-04-012-0/+39
* executor: fix compilation warningsDmitry Vyukov2018-03-302-15/+9
* sys/linux: add support for mounting filesystem imagesDmitry Vyukov2018-03-303-3/+139
* executor: rework cgroups supportDmitry Vyukov2018-03-271-32/+23
* pkg/report: add few KMSAN report examplesDmitry Vyukov2018-03-266-1/+336
* executor: fix reset of bridge netfilterDmitry Vyukov2018-03-251-0/+2
* sys/linux: add cgroup descriptionsDmitry Vyukov2018-03-2513-114/+394
* sys/linux: add netlink fou descriptionsDmitry Vyukov2018-03-212-0/+61
* pkg/ipc: test only on simple progDmitry Vyukov2018-03-201-48/+20
* pkg/report: add another testDmitry Vyukov2018-03-191-0/+101
* all: fix gometalinter warningsDmitry Vyukov2018-03-0833-144/+118
* pkg/report: fix crash during output parsingDmitry Vyukov2018-03-082-2/+15
* pkg/report: improve invalid-free format and ignore more mutex-related functionsDmitry Vyukov2018-03-073-0/+178
* executor: fix ifdef's for csourceDmitry Vyukov2018-03-074-5/+9
* pkg/report: improve KASAN report parsingDmitry Vyukov2018-03-065-9/+297
* pkg/osutil: use proper gid during sandboxingDmitry Vyukov2018-03-061-2/+2
* executor: fix includesDmitry Vyukov2018-03-054-4/+24
* sys/linux: add syz_init_net_socket syscallDmitry Vyukov2018-03-0511-44/+90
* pkg/compiler: allow specifying static size for filename'sDmitry Vyukov2018-03-051-0/+8
* pkg/compiler: support size attribute for unionsDmitry Vyukov2018-03-055-29/+58
* pkg/compiler: add size attribute for structsDmitry Vyukov2018-03-0510-33/+162
* pkg/compiler: switch attributes from Ident to TypeDmitry Vyukov2018-03-058-19/+48
* pkg/gce: fix a typeDmitry Vyukov2018-02-271-1/+1
* pkg/gce: use current instance networkDmitry Vyukov2018-02-271-1/+6
* executor: simplify initialize_tunDmitry Vyukov2018-02-262-28/+33
* sys/linux: remove proc type from network descriptionsDmitry Vyukov2018-02-261-41/+23
* executor, pkg/csource: make fd numbers consistentDmitry Vyukov2018-02-261-3/+11
* executor: use proper default values for resourcesDmitry Vyukov2018-02-261-48/+46
* pkg/compiler: fix alignment corner caseDmitry Vyukov2018-02-251-1/+3
* pkg/compiler: don't assign call IDs staticallyDmitry Vyukov2018-02-251-3/+0
* pkg/compiler: prohibit len of other union optionsDmitry Vyukov2018-02-232-1/+10
* pkg/compiler: allow unions as syscall argumentsDmitry Vyukov2018-02-236-57/+107
* executor: bring up bond and veth devicesDmitry Vyukov2018-02-221-2/+3
* syz-fuzzer: prioritize signal from successful syscallsDmitry Vyukov2018-02-204-407/+190
* pkg/report: add format for "workqueue leaked lock or atomic" crashesDmitry Vyukov2018-02-203-0/+44
* sys/linux: fix mmap call argsDmitry Vyukov2018-02-201-7/+15
* pkg/compiler: fix corner case in alignment calculationDmitry Vyukov2018-02-191-1/+1
* pkg/report: improve ODEBUG bug reportsDmitry Vyukov2018-02-192-1/+93
* prog: rework address allocationDmitry Vyukov2018-02-191-11/+36
* prog: combine RequiresBitmasks and RequiresChecksums into RequiredFeaturesDmitry Vyukov2018-02-191-2/+3
* prog: reorder Minimize argumentsDmitry Vyukov2018-02-191-8/+9
* executor: fix buildDmitry Vyukov2018-02-171-0/+1
* sys/linux: add bridge netfilter supportDmitry Vyukov2018-02-171-0/+96
* pkg/compiler: support template template argumentsDmitry Vyukov2018-02-173-4/+56
* pkg/compiler: allow len of var-len arraysDmitry Vyukov2018-02-173-3/+3