aboutsummaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sys/linux: add MFD_HUGETLBTobias Klauser2018-09-1911-11/+21
* sys/linux: add MCL_ONFAULTTobias Klauser2018-09-1911-11/+21
* sys/targets: use native compiler for test OSDmitry Vyukov2018-09-171-1/+4
* sys/fuchsia: add description for fuchsia.net, .net-stack, .ldsvc servicesDokyung Song2018-09-1414-174/+3438
* sys/linux: prohibit EXT4_IOC_SHUTDOWNDmitry Vyukov2018-09-1313-69/+25
* sys/fuchsia: generate descriptions for garnet servicesDokyung Song2018-09-1223-1368/+3238
* sys/linux: add btf descriptionsDmitry Vyukov2018-09-1112-18/+520
* syz-ci: de-hardcode kernel object file namesDmitry Vyukov2018-09-111-2/+2
* sys/fuchsia: regerenate filesDmitry Vyukov2018-09-112-258/+38
* sys/fuchsia: prune unused structs in syscall description generated by fidlgenDokyung Song2018-09-1112-115/+3504
* sys/fuchsia: add Go script that generates fidl descriptionsDokyung Song2018-09-062-0/+80
* pkg/runtest: fixes for fuchsiaDmitry Vyukov2018-09-061-0/+1
* sys/linux: extend xattr descriptionsDmitry Vyukov2018-09-0211-12/+1144
* sys/targets: allow the name of kernel to be specified per targetAnton Lindqvist2018-09-011-0/+9
* sys/openbsd: make SanitizeCall() idempotentAnton Lindqvist2018-08-311-23/+12
* sys/linux: add syz_execute_funcDmitry Vyukov2018-08-3026-78/+141
* sys/linux: add nbd descriptionsDmitry Vyukov2018-08-3011-17/+1745
* sys/linux: generate better block device names for mountDmitry Vyukov2018-08-306-22/+139
* prog: add concept of "special pointers"Dmitry Vyukov2018-08-302-19/+31
* sys/openbsd: disable mknod sanitization as tests failDmitry Vyukov2018-08-301-18/+21
* sys/fuchsia: describe method response types & handles; add support for unionDokyung Song2018-08-299-1056/+1166
* sys/linux: add ext4 ioctls and overlayfsDmitry Vyukov2018-08-2925-167/+1967
* Add mandatory OpenBSD bits (#689)Anton Lindqvist2018-08-2828-0/+3271
* sys/fuchsia: description for fuchsia.io FIDL interfacesDokyung Song2018-08-278-75/+3658
* sys/linux: fix kvm_ioeventfd layoutDmitry Vyukov2018-08-266-19/+22
* sys/linux: add few assorted new flags/ioctlsDmitry Vyukov2018-08-2617-11/+187
* sys/linux: treat cuse as fuseDmitry Vyukov2018-08-2621-42/+182
* sys/linux: add IOCB_CMD_POLLDmitry Vyukov2018-08-2611-23/+43
* sys/linux: add userio descriptionsDmitry Vyukov2018-08-2612-11/+218
* sys/netbsd: use posix helper instead of copy-pasted codeDmitry Vyukov2018-08-251-19/+3
* sys/fuchsia: Remove read_status from zx_channel_call args, and reflect zx_tim...Dokyung Song2018-08-245-26/+12
* prog: don't add fallback signal after seccompDmitry Vyukov2018-08-193-3/+18
* executor: fix gcc warnings in fuchsia generated codeDmitry Vyukov2018-08-191-2/+0
* sys/fuchsia: semi-automatically generated FIDL launcher descriptionDokyung Song2018-08-176-10/+557
* sys/linux: add uinput supportDmitry Vyukov2018-08-1518-68/+1305
* sys/linux: add uhid supportDmitry Vyukov2018-08-1511-5/+676
* sys/linux: fix invalid cdrom descriptionDmitry Vyukov2018-08-1011-12/+22
* executor: fix cgroupsDmitry Vyukov2018-08-091-0/+15
* executor: mount binfmt_mistDmitry Vyukov2018-08-091-0/+16
* executor: clean up immutable dirsDmitry Vyukov2018-08-091-0/+3
* sys/fuchsia: add syscall description for binding channels to LauncherDokyung Song2018-08-083-2/+55
* executor: clean up immutable filesDmitry Vyukov2018-08-081-0/+7
* pkg/runtest: assorted improvementsDmitry Vyukov2018-08-081-3/+4
* executor: abort fuse connectionDmitry Vyukov2018-08-041-7/+6
* tools/syz-runtest: add tool for program unit testingDmitry Vyukov2018-08-037-0/+40
* sys/test: add more testsDmitry Vyukov2018-08-039-11/+127
* pkg/runtest: add package for syzkaller program unit-testingDmitry Vyukov2018-08-031-0/+3
* sys/fuchsia: zx_log_* got replaced by zx_debuglog_*Dokyung Song2018-08-033-42/+2
* sys/akaros: remove /dev/consDmitry Vyukov2018-08-022-17/+1
* Makefile: don't compile all targets into target binariesDmitry Vyukov2018-08-0232-84/+152