aboutsummaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* pkg/csource: annotate syscall() args with their namesFlorent Revest2023-06-091-7/+7
* sys/linux/filesystem: add MOVE_MOUNT_BENEATH coverageChristian Brauner2023-06-072-1/+2
* sys/linux/filesystem: add MOVE_MOUNT_SET_GROUP coverageChristian Brauner2023-06-072-1/+2
* sys/linux: narrow down search spaceZubin Mithra2023-05-171-5/+5
* sys/linux: tweak fields of drm_msm_gem_submitZubin Mithra2023-05-171-1/+1
* sys/linux: add constant MSM_SUBMIT_FENCE_SN_IN for drm_msm_gem_submit.argsZubin Mithra2023-05-172-1/+2
* sys/linux: add flags for drm_msm_wait_fenceZubin Mithra2023-05-172-1/+3
* sys/linux: add MSM_PREP_BOOST to msm_gem_cpu_prep_flagsZubin Mithra2023-05-171-1/+1
* sys/linux: add description for ioctl$DRM_IOCTL_MSM_SET_PARAMZubin Mithra2023-05-172-4/+37
* sys/linux: specify msm_fence_id as a resourceZubin Mithra2023-05-171-3/+4
* sys/linux: dev_dri.txt updates (#3856)Stephen Boyd2023-05-052-63/+98
* sys/linux: add CET(Control-flow Enforcement Technology) user space SHSTK(Shad...Pengfei Xu2023-05-041-0/+27
* sys/syz-extract: fix meta checking when using explicit file listDmitry Vyukov2023-05-021-7/+14
* executor: detangle common_openbsd.h out of common_bsd.hGreg Steuck2023-04-271-4/+4
* sys/targets: switch openbsd to SyscallNumbers: falseGreg Steuck2023-04-271-1/+1
* sys/targets: introduce HasCallNumber to reduce clutterGreg Steuck2023-04-252-4/+6
* sys/netbsd: neutralize compat_50_mknodAleksandr Nogikh2023-04-242-1/+22
* sys/linux/test: add a regression test for sendmmsg bugDmitry Vyukov2023-04-181-0/+4
* sys/linux: describe submit queue id as a resource in msmStephen Boyd2023-04-141-5/+6
* sys/linux: remove outdated comment in msmStephen Boyd2023-04-121-5/+0
* sys/linux: mark drm_msm_gem_new 'handle' as outStephen Boyd2023-04-121-1/+1
* sys/linux: add prog for 2 iommufd ioctl syscallsyantingj2023-04-071-0/+5
* sys/linux: add syz_pkey_set syscallsDmitry Vyukov2023-04-032-0/+12
* sys/linux: add LAM descriptionsDmitry Vyukov2023-04-034-0/+16
* sys/linux: add descriptions of arch_prctl(XCOMP)Dmitry Vyukov2023-04-032-0/+11
* sys/linux: add descriptions of PTRACE_SETSIGMASKDmitry Vyukov2023-04-032-0/+4
* sys/linux: add description of PTRACE_ARCH_PRCTLDmitry Vyukov2023-04-032-0/+29
* sys/linux: add map_shadow_stack syscall descriptionsDmitry Vyukov2023-04-034-0/+16
* sys/linux: add set_mempolicy_home_node syscall descriptionDmitry Vyukov2023-04-032-0/+2
* sys/linux: add quotactl_fd syscall descriptionsDmitry Vyukov2023-04-032-0/+11
* sys/linux: improve quotactl syscall descriptionDmitry Vyukov2023-04-034-2/+121
* sys/linux: update consts to next-20230331Dmitry Vyukov2023-04-0310-14/+27
* sys/linux: add 2 new iommufd ioctl syscall descriptionsPengfei Xu2023-03-142-0/+24
* sys/freebsd: regenerate FreeBSD const filesAndrew Turner2023-03-0135-35/+35
* sys/targets: add FreeBSD/arm64 target supportAndrew Turner2023-03-011-0/+11
* sys/syz-extract: extract FreeBSD syscalls from elfAndrew Turner2023-03-011-3/+4
* sys/targets: set the FreeBSD targetAndrew Turner2023-03-011-3/+3
* sys/linux: add arm constants for camxHidenori Kobayashi2023-02-242-45/+46
* all: tools/syz-env make generate resultTaras Madan2023-02-241-2/+4
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-233-6/+4
* prog: reject escaping filenames during deserializationDmitry Vyukov2023-02-161-1/+1
* sys/linux: add descriptions for camx driverHidenori Kobayashi2023-02-142-0/+229
* sys/targets: use non-optional flags to test for optional flagsAlexander Potapenko2023-02-041-3/+11
* sys/targets: pass -Wno-unused-command-line-argument to the compilerAlexander Potapenko2023-02-021-8/+10
* sys/targets: add an optional -Wno-unused-but-set-variableAlexander Potapenko2023-02-021-7/+9
* sys/targets: make the SOURCEDIR setting more granularAleksandr Nogikh2023-01-201-6/+20
* vm/starnix: add support for fuzzing starnix (#3624)juanPabloMiceli2023-01-191-0/+6
* sys/targets: take DataOffset from reference targetsAleksandr Nogikh2023-01-181-7/+2
* sys/targets: ignore unachievable test targetsAleksandr Nogikh2023-01-181-26/+28
* sys/targets: make TestOS targets more arch-agnosticAleksandr Nogikh2023-01-181-18/+85