index
:
syz
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
/
pkg
Commit message (
Expand
)
Author
Age
Files
Lines
*
dashboard/app: fix testing for go1.11 runtime
Dmitry Vyukov
2020-01-29
1
-0
/
+5
*
pkg/report: add a note about an existing suppression
Dmitry Vyukov
2020-01-28
1
-0
/
+7
*
prog: remove unused ResourceDesc.Type
Dmitry Vyukov
2020-01-26
1
-3
/
+0
*
pkg/serializer: do not write field names if it won't save space
Dmitry Vyukov
2020-01-26
2
-7
/
+22
*
pkg/build: switch to sha256
Dmitry Vyukov
2020-01-23
1
-2
/
+2
*
tools/syz-check: check netlink policy descriptions
Dmitry Vyukov
2020-01-22
6
-11
/
+27
*
pkg/report: treat nfnetlink_rcv_msg as anchor frame
Dmitry Vyukov
2020-01-20
5
-0
/
+224
*
sys/linux: add more device descriptions (geneve, lowpan, ipoib, cfhsi)
Dmitry Vyukov
2020-01-19
1
-0
/
+30
*
sys/linux: add some batadv descriptions
Dmitry Vyukov
2020-01-18
1
-1
/
+5
*
executor: create macvtap, macsec devices
Dmitry Vyukov
2020-01-18
1
-5
/
+13
*
pkg/compiler: don't mark flags with 0 as bitmask
Dmitry Vyukov
2020-01-18
1
-10
/
+18
*
pkg/compiler: sort flags values
Dmitry Vyukov
2020-01-18
1
-0
/
+4
*
pkg/compiler: generate const[0] for flags w/o values
Dmitry Vyukov
2020-01-18
1
-7
/
+10
*
pkg/vcs: disable CONFIG_DEBUG_KOBJECT during bisection
Dmitry Vyukov
2020-01-16
1
-0
/
+5
*
pkg/report: add pattern for Linux #SS faults
Jann Horn
2020-01-15
2
-0
/
+55
*
pkg/report: Add the calling function to sx reports
Andrew Turner
2020-01-14
2
-0
/
+29
*
executor: provide explicit values for usb_raw_event_type
Andrey Konovalov
2020-01-13
1
-3
/
+3
*
pkg/report: add more ignored frames
Andrey Konovalov
2020-01-07
2
-0
/
+131
*
pkg/email: accept #syz- prefix for commands
Dmitry Vyukov
2020-01-07
3
-4
/
+57
*
pkg/vcs: disable CONFIG_DEBUG_INFO_BTF during bisection
Dmitry Vyukov
2020-01-07
1
-0
/
+4
*
pkg/compiler: fix another bitfield layout bug
Dmitry Vyukov
2020-01-07
1
-0
/
+10
*
pkg/repro: simplify C repros over DevlinkPCI
Andrey Konovalov
2020-01-07
1
-0
/
+8
*
executor: setns requires including sched.h on some setups
Andrey Konovalov
2020-01-07
1
-0
/
+1
*
pkg/report: normalize kqueue_check report on OpenBSD
Anton Lindqvist
2020-01-06
3
-0
/
+289
*
pkg/host: fix detection of enabled LSMs
Dmitry Vyukov
2020-01-05
1
-1
/
+5
*
pkg/host: detect unsupported LSMs
Dmitry Vyukov
2020-01-05
1
-0
/
+31
*
executor: fix IPVLAN_F_VEPA definition again
Dmitry Vyukov
2020-01-03
1
-2
/
+1
*
executor: define constants that are missing on some distros
Dmitry Vyukov
2020-01-03
1
-0
/
+6
*
executor: setup vlan/macvlan/ipvlan devices
Dmitry Vyukov
2020-01-03
1
-0
/
+64
*
executor: connect virt_wifi to veth
Dmitry Vyukov
2020-01-03
1
-1
/
+5
*
pkg/cover: support out-of-tree linux build
Dmitry Vyukov
2020-01-03
1
-6
/
+14
*
pkg/report: normalize unhandled af report on OpenBSD
Anton Lindqvist
2020-01-03
2
-0
/
+218
*
sys/linux: add virt_wifi and xfrm devices
Dmitry Vyukov
2019-12-30
1
-0
/
+16
*
syz-manager: corpus rotation
Dmitry Vyukov
2019-12-30
1
-7
/
+0
*
sys/linux: fix int64 alignment on 386
Dmitry Vyukov
2019-12-23
1
-6
/
+8
*
pkg/compiler: fix bitfield layout bug
Dmitry Vyukov
2019-12-20
1
-51
/
+105
*
pkg/compiler: fix alignment of string-formatted values
Dmitry Vyukov
2019-12-20
2
-1
/
+13
*
executor: make syz_compare output more handy to use
Dmitry Vyukov
2019-12-20
1
-8
/
+9
*
sys/test: and another set of bitfield tests
Dmitry Vyukov
2019-12-20
1
-1
/
+2
*
pkg/compiler: refactor struct layout
Dmitry Vyukov
2019-12-20
1
-61
/
+47
*
pkg/cover: Fix PreviousInstructionPC for MIPS64LE
Jouni Hogander
2019-12-20
1
-1
/
+1
*
prog: refactor bitfields representation
Dmitry Vyukov
2019-12-19
1
-17
/
+17
*
pkg/ipc: don't use rate limiting for test os
Dmitry Vyukov
2019-12-18
1
-1
/
+1
*
pkg/compiler: fix incorrect alignment calculation for padding
Dmitry Vyukov
2019-12-18
2
-6
/
+17
*
pkg/gce: fix creation of non-preemptible E2 instances
Dmitry Vyukov
2019-12-18
1
-0
/
+5
*
pkg/build: Fix always true case
Siddharth Muralee
2019-12-17
1
-10
/
+10
*
Autogenerated files for linux/mips64le
Jouni Hogander
2019-12-17
1
-0
/
+2
*
Implement basic support for MIPS64LE
Jouni Hogander
2019-12-17
3
-1
/
+8
*
tools/syz-runtest: debug all programs in debug mode
Dmitry Vyukov
2019-12-16
1
-0
/
+4
*
executor: fix FUTEX_WAKE call
Dmitry Vyukov
2019-12-16
1
-1
/
+1
[next]