index
:
syz
actual
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/linux: add description for Mali Bifrost driver (#2394)
Peter Shih
2021-02-02
5
-0
/
+520
*
sys/freebsd: add thr_* family of syscalls
Kyle Evans
2021-01-14
2
-0
/
+39
*
sys/freebsd: add rtprio(2)
Kyle Evans
2021-01-14
2
-0
/
+18
*
sys/linux: update USB IDs
Andrey Konovalov
2021-01-06
1
-98
/
+78
*
sys/linux: update BPF constants
Paul Chaignon
2021-01-05
2
-2
/
+3
*
all: make timeouts configurable
Dmitry Vyukov
2020-12-28
2
-1
/
+76
*
all: use tool.Failf instead of local functions
Dmitry Vyukov
2020-12-25
3
-32
/
+20
*
pkg/cmdprof: merge into pkg/tool
Dmitry Vyukov
2020-12-25
1
-3
/
+2
*
sys/freebsd: add kmq related syscalls
tigergao99
2020-12-15
2
-0
/
+38
*
sys/linux: remove FUTEX_WAIT_MULTIPLE operation
André Almeida
2020-12-11
9
-100
/
+15
*
sys/linux: add esdfs
Dmitry Vyukov
2020-12-10
1
-1
/
+27
*
sys/linux: add incremental-fs
Dmitry Vyukov
2020-12-10
5
-2
/
+144
*
sys/linux: add /proc/self/{totmaps,reclaim}
Dmitry Vyukov
2020-12-10
1
-1
/
+10
*
sys/targets: define NeedSyscallDefine for FreeBSD
Mark Johnston
2020-12-09
1
-12
/
+32
*
sys/freebsd: add ktimer related system calls
tigergao99
2020-12-09
2
-0
/
+56
*
sys/freebsd: add ksem related syscalls
tigergao99
2020-12-09
2
-0
/
+33
*
sys/linux: flip more tcp sysctl's
Dmitry Vyukov
2020-12-07
1
-2
/
+18
*
sys/linux/test: add a test for bpf_cgroup_sysctl
Cheng-Min Chiang
2020-12-07
2
-9
/
+25
*
sys/linux, sys/freebsd: apply more ignore_return attributes
Dmitry Vyukov
2020-12-05
3
-80
/
+91
*
sys/linux: add some basic fscrypt test programs
Eric Biggers
2020-12-03
2
-0
/
+24
*
sys/openbsd: neutralize sysctl kern.witness
Anton Lindqvist
2020-12-02
2
-0
/
+12
*
sys/linux: flip some sysctl's
Dmitry Vyukov
2020-12-01
1
-0
/
+24
*
sys/freebsd: add extattr related system calls
tigergao99
2020-11-30
2
-0
/
+36
*
pkg/mgrconfig: remove Syz prefix from fields
Dmitry Vyukov
2020-11-30
1
-2
/
+2
*
sys/linux: annotate more field directions in fscrypt structs
Eric Biggers
2020-11-28
1
-28
/
+48
*
sys/linux: add some sample fscrypt keys
Eric Biggers
2020-11-28
1
-6
/
+55
*
sys/linux: describe old way of adding fscrypt keys
Eric Biggers
2020-11-28
2
-0
/
+21
*
sys/linux: make some fscrypt ioctls take fd_dir
Eric Biggers
2020-11-28
1
-6
/
+6
*
sys/freebsd: add fh related syscalls
tigergao99
2020-11-25
2
-0
/
+52
*
pkg/ast: remove trailing spaces when formatting
Dmitry Vyukov
2020-11-25
5
-6
/
+6
*
sys/freebsd: add freebsd12_closefrom and close_range
Kyle Evans
2020-11-23
2
-0
/
+5
*
sys/freebsd: add cpuset(2) and related system calls
Mark Johnston
2020-11-23
2
-0
/
+58
*
pkg/build: support cross-compilation for linux
Dmitry Vyukov
2020-11-21
1
-24
/
+3
*
sys/linux: regenerate const files
Dmitry Vyukov
2020-11-21
1
-2
/
+0
*
pkg/ifuzz/powerpc: add powerpc support
Alexey Kardashevskiy
2020-11-20
1
-0
/
+18
*
sys/freebsd: add undelete(2)
Mark Johnston
2020-11-13
2
-0
/
+2
*
pkg/compiler: check for flags with all equal values
Dmitry Vyukov
2020-11-13
2
-3
/
+3
*
sys/linux: regenerate const files
Dmitry Vyukov
2020-11-13
4
-4
/
+19
*
sys/freebsd: add kqueue(2)
tigergao99
2020-11-04
2
-0
/
+88
*
sys/openbsd: add missing memory related syscalls (#2238)
Anton Lindqvist
2020-11-02
2
-0
/
+9
*
sys/freebsd: add pathconf(2)
tigergao99
2020-11-02
2
-0
/
+33
*
sys/linux: update BPF_PROG_TEST_RUN's fields
Paul Chaignon
2020-10-26
2
-0
/
+4
*
sys/linux: remove unused fields from BPF command
Paul Chaignon
2020-10-26
1
-2
/
+0
*
sys/linux: update BPF constants
Paul Chaignon
2020-10-26
2
-7
/
+16
*
sys/linux: add PSEUDO_BTF_ID ld_imm BPF instruction
Paul Chaignon
2020-10-26
2
-0
/
+14
*
sys/linux: add BPF_PROG_BIND_MAP bpf(2) command
Paul Chaignon
2020-10-26
2
-0
/
+8
*
sys/linux: add BPF_LINK_DETACH bpf(2) command
Paul Chaignon
2020-10-26
2
-1
/
+3
*
sys/targets: add OS/Arch name consts
Dmitry Vyukov
2020-10-26
8
-76
/
+107
*
sys/targets: add support for gcc&clang at the same time
Dmitry Vyukov
2020-10-21
1
-16
/
+55
*
sys/linux/test: add s390x GUP fast path test
Alexander Egorenkov
2020-10-09
1
-0
/
+13
[next]