aboutsummaryrefslogtreecommitdiffstats
path: root/sys/akaros
Commit message (Expand)AuthorAgeFilesLines
* all: remove akaros supportDmitry Vyukov2024-04-157-547/+0
* sys: control structural changes during neutralizationAleksandr Nogikh2022-09-291-1/+2
* sys: commit empty source filesDmitry Vyukov2021-04-211-0/+6
* all: fix comments formatDmitry Vyukov2020-07-121-1/+1
* Makefile: generate descriptions on-the-flyDmitry Vyukov2020-04-302-1966/+0
* pkg/compiler: deduplicate Types in descriptionsDmitry Vyukov2020-04-261-1058/+1488
* executor: surround the data mapping with PROT_NONE pagesDmitry Vyukov2020-04-181-1/+1
* prog: refactor target.MakeMmapDmitry Vyukov2020-04-181-1/+1
* sys/linux: use PROT_EXEC for the data section mmapDmitry Vyukov2020-04-181-1/+1
* prog: rename target.SanitizeCall to NeutralizeDmitry Vyukov2020-03-171-2/+2
* prog: remove unused ResourceDesc.TypeDmitry Vyukov2020-01-261-3/+3
* pkg/serializer: do not write field names if it won't save spaceDmitry Vyukov2020-01-261-376/+376
* pkg/compiler: don't mark flags with 0 as bitmaskDmitry Vyukov2020-01-181-4/+4
* pkg/compiler: sort flags valuesDmitry Vyukov2020-01-181-9/+9
* pkg/compiler: define fileoff templatePaul Chaignon2019-11-011-7/+7
* .golangci.yml: add codeanalysis build tagDmitry Vyukov2019-05-151-1/+2
* sys/akaros: rename syscall argumentDmitry Vyukov2019-05-142-3/+3
* pkg/compiler: generate complex len targetsDmitry Vyukov2019-05-141-180/+180
* pkg/compiler: make buffer alias to ptr[array[int8]]Dmitry Vyukov2019-04-011-5/+5
* pkg/csource: use 0 for missing syscall argsDmitry Vyukov2018-12-271-8/+8
* sys: check that target consts are definedDmitry Vyukov2018-10-191-3/+4
* sys/linux: add syz_execute_funcDmitry Vyukov2018-08-302-1/+6
* tools/syz-runtest: add tool for program unit testingDmitry Vyukov2018-08-031-0/+3
* sys/akaros: remove /dev/consDmitry Vyukov2018-08-022-17/+1
* Makefile: don't compile all targets into target binariesDmitry Vyukov2018-08-023-8/+10
* sys/akaros: add a bunch of global files for akarosDmitry Vyukov2018-07-163-1/+1167
* sys/akaros: fix signatures of file syscallsDmitry Vyukov2018-07-163-41/+65
* sys/akaros: don't call provision(-1)Dmitry Vyukov2018-07-161-0/+19
* sys/akaros: disable init_arsc syscallDmitry Vyukov2018-07-163-5/+4
* sys/akaros: add all syscallsDmitry Vyukov2018-07-063-140/+494
* prog: detect when flags are a bitmaskDmitry Vyukov2018-06-301-12/+12
* sys: mark output resources as optDmitry Vyukov2018-06-182-3/+3
* sys: dedup mmap code across OSesDmitry Vyukov2018-05-061-41/+2
* sys: move generate files to separate packagesDmitry Vyukov2018-05-052-5/+8
* gometalinter: enable package comment checkingDmitry Vyukov2018-05-031-1/+2
* pkg/compiler: don't assign call IDs staticallyDmitry Vyukov2018-02-251-35/+35
* prog: rework address allocationDmitry Vyukov2018-02-192-28/+6
* pkg/compiler: support void typeDmitry Vyukov2018-01-131-22/+22
* executor: improvements for akarosDmitry Vyukov2017-10-172-23/+23
* sys/akaros: add akaros supportDmitry Vyukov2017-10-164-0/+575