aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* sys/freebsd: add FreeBSD-specific madvise(2) flagsMark Johnston2020-03-271-2/+2
* sys/linux: don't use syz_open_dev when openat is enoughDmitry Vyukov2020-03-242-30/+30
* pkg/compiler: truncate const values to their physical sizeDmitry Vyukov2020-03-241-7/+7
* pkg/compiler: check that flags values fit into base typeDmitry Vyukov2020-03-171-10/+10
* pkg/compiler: check that const values fit into base typeDmitry Vyukov2020-03-171-12/+12
* pkg/compiler: calculate more precise sizes for argumentsDmitry Vyukov2020-03-171-16/+16
* pkg/compiler: ensure consistency of syscall argument typesDmitry Vyukov2020-03-172-68/+62
* pkg/compiler: don't specify syscall consts for test OSDmitry Vyukov2020-03-172-3/+390
* executor: fix format warningDmitry Vyukov2020-03-131-2/+2
* executor: fix data raceDmitry Vyukov2020-03-131-1/+1
* executor: add more debugging output for running=-1Dmitry Vyukov2020-03-131-1/+13
* executor, sys/linux: add ath9k usb descriptionsAndrey Konovalov2020-03-136-39/+139
* executor: minor cleanup of android sandboxDmitry Vyukov2020-03-112-25/+22
* executor: fix clang-tidy warningsDmitry Vyukov2020-03-113-4/+6
* executor: add seccomp support for Androidmspectorgoogle2020-03-116-20/+623
* executor: prevent "NMI handler took too long" messagesDmitry Vyukov2020-03-062-0/+16
* sys/openbsd: prevent killing the ssh VM connectionAnton Lindqvist2020-03-052-1/+2
* executor: don't exit if NETLINK_GENERIC isnt' supportedAndrei Vagin2020-02-271-2/+4
* executor: uncomment accidentially commented codeDmitry Vyukov2020-02-241-3/+3
* sys/linux: add NETLINK_SOCK_DIAG descriptionsDmitry Vyukov2020-02-212-6/+36
* sys/linux: add NETLINK_RDMA descriptionsDmitry Vyukov2020-02-213-15/+129
* sys/linux: add NETLINK_AUDIT descriptionsDmitry Vyukov2020-02-212-6/+102
* sys/linux: add smc_pnetid genetlink descriptionsDmitry Vyukov2020-02-202-6/+36
* sys/linux: add descriptions of wireguard packetsDmitry Vyukov2020-02-181-6/+6
* sys/linux: don't extract from futex.txt and watch_queue.txtDmitry Vyukov2020-02-182-6/+10
* executor: disable IFF_NAPI_FRAGSDmitry Vyukov2020-02-181-1/+12
* sys/linux: add broadcast mac addressDmitry Vyukov2020-02-181-6/+6
* executor: refactor extra cover handlingDmitry Vyukov2020-02-171-18/+16
* sys/linux: add new FUTEX_WAIT_MULTIPLE operationAndré Almeida2020-02-172-6/+12
* sys/linux: add map batch operationsPaul Chaignon2020-02-162-5/+25
* sys/linux: update BPF constants and structuresPaul Chaignon2020-02-161-6/+6
* wireguard: setup some initial devices in a triangleJason A. Donenfeld2020-02-131-0/+272
* sys/linux: add SO_BINDTODEVICE specialization for wireguardDmitry Vyukov2020-02-122-6/+12
* sys/linux: restrict wireguard allowedips cidr sizeJason A. Donenfeld2020-02-111-6/+6
* pkg/ast: introduce hex-encoded string literalsDmitry Vyukov2020-02-101-6/+6
* sys/linux: dump netdev_addr_id for wg2Dmitry Vyukov2020-02-101-6/+6
* executor: increase input buffer sizeDmitry Vyukov2020-02-101-1/+1
* pkg/compiler: allow for escaped stringsJason A. Donenfeld2020-02-101-6/+6
* wireguard: use wg0, wg1, wg2Jason A. Donenfeld2020-02-102-10/+12
* wireguard: increase chance that public and private will correspondJason A. Donenfeld2020-02-101-6/+6
* sys/linux: add new pidfd_getfd syscallChristian Brauner2020-02-062-6/+12
* sys/linux: use literal consts instead of hardcoded numberDmitry Vyukov2020-02-011-6/+6
* sys/linux: add IPPROTO_MPTCP supportChristoph Paasch2020-02-012-6/+18
* sys/linux: regenerate filesDmitry Vyukov2020-01-311-6/+6
* sys/linux: add some wireguard descriptionsDmitry Vyukov2020-01-313-6/+34
* sys/linux: fix drm_mode_fb_cmd2 layoutDmitry Vyukov2020-01-281-6/+6
* sys/linux: add ethtool netlink descriptionsDmitry Vyukov2020-01-282-6/+48
* sys/linux: add time namespace descriptionsDmitry Vyukov2020-01-271-6/+6
* prog: remove unused ResourceDesc.TypeDmitry Vyukov2020-01-261-15/+15
* pkg/serializer: do not write field names if it won't save spaceDmitry Vyukov2020-01-261-19/+19