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
*
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
*
sys/targets: use a better DataOffset for linux/s390x
Alexander Egorenkov
2020-10-08
1
-0
/
+1
*
sys/linux/test: refactor and extend 802.11 tests
Aleksandr Nogikh
2020-10-05
3
-16
/
+53
*
sys/linux: add 802.11 frame descriptions
Aleksandr Nogikh
2020-10-05
5
-49
/
+1043
*
sys/linux: descriptions for USB/IP
Nazime Hande Harputluoglu
2020-10-02
2
-0
/
+69
*
sys/linux/tests: add three new runtests for 802.11
Aleksandr Nogikh
2020-10-01
3
-0
/
+41
*
sys/linux: enhance nl80211 descriptions
Aleksandr Nogikh
2020-10-01
4
-144
/
+1433
*
sys/targets: make Go 1.11 compatible
Dmitry Vyukov
2020-09-30
1
-1
/
+1
*
sys/linux: descriptions for /dev/vmci
Radoslav Gerganov
2020-09-25
2
-0
/
+176
*
sys/linux: enhance ifreq_dev_t definition by setting attribute directions
Aleksandr Nogikh
2020-09-22
6
-9
/
+9
*
sys/linux: adjust nl80211 descriptions to match net_80211.txt
Aleksandr Nogikh
2020-09-22
2
-24
/
+34
*
all: integrate with mac80211_hwsim
Aleksandr Nogikh
2020-09-22
4
-1
/
+67
*
tools/syz-imagegen: add 20 more filesystems
Dmitry Vyukov
2020-09-20
636
-128
/
+2192
*
sys/linux: add syz_mount_image for 20 more file systems
Dmitry Vyukov
2020-09-20
1
-12
/
+108
*
tools/syz-imagegen: add few more f2fs features
Dmitry Vyukov
2020-09-20
116
-104
/
+152
*
tools/syz-imagegen: generate full test files instead of bash scripts
Dmitry Vyukov
2020-09-20
104
-208
/
+208
*
sys/targets: use -m31 gcc option on s390x arch for 32bit targets
Alexander Egorenkov
2020-09-18
1
-0
/
+8
*
sys/openbsd: fix linter warnings
Dmitry Vyukov
2020-09-15
1
-2
/
+2
*
tools/create_btrfs_image.sh: fix up and re-run
Dmitry Vyukov
2020-09-14
80
-40
/
+200
*
tools/create_btrfs_image.sh: fix script
Dmitry Vyukov
2020-09-14
82
-80
/
+160
*
sys/linux: mount btrfs tests
Jiaheng Hu
2020-09-14
80
-0
/
+80
*
tools/create_f2fs_image.sh: name tests after the syscall
Dmitry Vyukov
2020-09-13
40
-72
/
+72
*
pkg/runtest: test parsing of all tests
Dmitry Vyukov
2020-09-13
2
-0
/
+8
*
sys/linux/test: mark f2fs tests as manual
Dmitry Vyukov
2020-09-13
24
-24
/
+96
[next]