aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* executor: add some comments to USB helper functionsAndrey Konovalov2020-03-281-0/+17
* executor: split out Linux specific USB codeAndrey Konovalov2020-03-282-533/+550
* sys/freebsd: add Capsicum system callsMark Johnston2020-03-272-2/+18
* sys/freebsd: add __realpathat system callMark Johnston2020-03-272-2/+4
* sys/freebsd: add bindat(2)Mark Johnston2020-03-272-2/+6
* sys/freebsd: add POSIX shared memory system callsMark Johnston2020-03-272-2/+10
* sys/freebsd: add connectat(2)Mark Johnston2020-03-272-2/+6
* sys/freebsd: add posix_fadvise(2) and posix_fallocate(2)Mark Johnston2020-03-272-2/+6
* sys/freebsd: add missing open(2) flagsMark Johnston2020-03-271-2/+2
* sys/freebsd: use symbolic names for faccessat(2) flagsMark Johnston2020-03-271-2/+2
* sys/freebsd: add chflags(2) and related syscallsMark Johnston2020-03-272-2/+10
* sys/freebsd: add lchmod(2)Mark Johnston2020-03-272-2/+4
* sys/freebsd: add copy_file_range(2)Mark Johnston2020-03-272-2/+4
* sys/freebsd: add minherit(2)Mark Johnston2020-03-272-2/+4
* 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