aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* prog: refactor ANY to not fabricate new typesDmitry Vyukov2020-05-052-9/+34
* pkg/compiler: simplify and enhance handling of builtinsDmitry Vyukov2020-05-055-35/+23
* pkg/ast: improve test outputDmitry Vyukov2020-05-052-12/+62
* pkg/csource: init res var in generated callDmitry Vyukov2020-05-041-1/+1
* prog: support disabled attributeDmitry Vyukov2020-05-043-33/+44
* prog: remove StructDescDmitry Vyukov2020-05-034-202/+108
* prog: introduce Field typeDmitry Vyukov2020-05-025-56/+59
* prog: rename {PtrType,ArrayType}.Type to ElemDmitry Vyukov2020-05-013-11/+11
* prog: remove Dir from TypeDmitry Vyukov2020-05-014-39/+33
* pkg/ast: extend testsDmitry Vyukov2020-05-013-79/+114
* pkg/cmdprof: add packageDmitry Vyukov2020-04-301-0/+57
* pkg/report: match a common pf panicMark Johnston2020-04-302-0/+27
* sys/targets: better detection for missing/broken cross-compilersDmitry Vyukov2020-04-292-23/+1
* pkg/instance: Use syz or c source file when testingJouni Hogander2020-04-291-37/+39
* pkg/html: regenerateDmitry Vyukov2020-04-291-0/+5
* pkg/compiler: deduplicate Types in descriptionsDmitry Vyukov2020-04-262-1/+74
* pkg/serializer: support primitive user types in interfacesDmitry Vyukov2020-04-252-11/+31
* pkg/serializer: test result in the testDmitry Vyukov2020-04-251-3/+49
* pkg/compiler: simplify sort predicateDmitry Vyukov2020-04-251-4/+4
* pkg/build: Remove all the build dirs for NetBSD (#1688)Siddharth M2020-04-211-0/+10
* pkg/build: remove '-u' option for NetBSD build and increase timeout (#1686)Siddharth M2020-04-201-8/+8
* pkg/report: add compat ioctl stall anchor framesDmitry Vyukov2020-04-194-2/+56
* all: fix liner errorsDmitry Vyukov2020-04-191-8/+8
* pkg/compiler: error on duplicate attributesDmitry Vyukov2020-04-192-0/+5
* sys/linux: add timeout call attributesDmitry Vyukov2020-04-191-12/+1
* prog: introduce call attributesDmitry Vyukov2020-04-196-30/+75
* pkg/compiler: refactor attribute handlingDmitry Vyukov2020-04-198-139/+179
* pkg/ast: add call attributesDmitry Vyukov2020-04-196-1/+26
* executor: remove more code if ENABLE_NAPI_FRAGS is not setDmitry Vyukov2020-04-181-7/+10
* prog: refactor target.MakeMmapDmitry Vyukov2020-04-182-3/+3
* pkg/host: support wrapping of executor binaryDmitry Vyukov2020-04-171-1/+4
* pkg/build: enable extra TCP stacks on FreeBSDMark Johnston2020-04-131-3/+11
* pkg/build: fix loader.conf modification in FreeBSD image build scriptMark Johnston2020-04-131-1/+1
* pkg/report: make uvm_fault parsing more strict on OpenBSDAnton Lindqvist2020-04-122-1/+3
* executor/usb: don't fail when ath9k is not enabledAndrey Konovalov2020-04-071-1/+1
* pkg/vcs: Fix golangci-lint formatting errorPaul Chaignon2020-04-061-3/+4
* pkg/vcs: Support ssh git reposJukka Kaartinen2020-04-032-1/+6
* csource, executor: add usb emulation featureAndrey Konovalov2020-04-038-3/+44
* executor: re-run make generateDmitry Vyukov2020-03-311-2/+1
* prog: add MaxArgs constDmitry Vyukov2020-03-311-3/+2
* tools/create-gce-image.sh: enable sysctl.kernel.hung_task_all_cpu_backtrace=1Dmitry Vyukov2020-03-301-0/+1
* tools, dashboard: run make generateAndrey Konovalov2020-03-281-2/+2
* executor: split out Linux specific USB codeAndrey Konovalov2020-03-282-296/+308
* pkg/report: fix detection of questionable framesDmitry Vyukov2020-03-272-3/+25
* sys/linux: don't use syz_open_dev when openat is enoughDmitry Vyukov2020-03-241-1/+3
* pkg/compiler: truncate const values to their physical sizeDmitry Vyukov2020-03-241-1/+3
* vm: better handle VM diagnosis outputDmitry Vyukov2020-03-211-0/+5
* pkg/report: handle cases when whole stack is questionableDmitry Vyukov2020-03-216-42/+447
* pkg/report: improve report titlesAndrey Konovalov2020-03-217-1/+635
* sys/fuchsia: Add cprng and vmo tests.Marco Vanotti2020-03-211-0/+3