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
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makefile: don't cross-compile executor if cross-compiler is missing
Dmitry Vyukov
2019-01-24
1
-5
/
+11
*
Makefile: enable -Wunused-const-variable
Dmitry Vyukov
2019-01-19
1
-2
/
+1
*
Makefile: fix double $(GO) $(GO)
Dmitry Vyukov
2019-01-14
1
-2
/
+2
*
Makefile: fix coverage collection condition
Dmitry Vyukov
2018-12-31
1
-5
/
+5
*
Makefile: collect coverage report for codecov.io
Dmitry Vyukov
2018-12-31
1
-0
/
+6
*
tools/syz-trace2syz: add tool to convert strace output to programs
shankarapailoor
2018-12-06
1
-1
/
+10
*
Makefile: constrain gometalinter memory usage
Dmitry Vyukov
2018-12-03
1
-0
/
+6
*
syz-manager: modernize web UI
Dmitry Vyukov
2018-11-22
1
-1
/
+1
*
tools/syz-fmt: allow to reformat all OSes at once
Dmitry Vyukov
2018-11-17
1
-8
/
+1
*
sys/targest: introduce target.BuildOS
Dmitry Vyukov
2018-11-17
1
-1
/
+7
*
sys: initial trusty support
Dmitry Vyukov
2018-11-07
1
-0
/
+5
*
Conditionally enable test -race when supported on the OS.
Greg Steuck
2018-10-29
1
-1
/
+3
*
Include generate_fidl as part of the `extract` step.
Julia Hansbrough
2018-10-02
1
-2
/
+14
*
Makefile: test openbsd build
Dmitry Vyukov
2018-09-20
1
-3
/
+10
*
Makefile: format openbsd syscall descriptions
Dmitry Vyukov
2018-09-20
1
-0
/
+1
*
sys/fuchsia: add Go script that generates fidl descriptions
Dokyung Song
2018-09-06
1
-0
/
+4
*
Revert "Makefile: Enable working with symlinked directories"
Dmitry Vyukov
2018-09-05
1
-3
/
+1
*
Makefile: Enable working with symlinked directories
Zach Riggle
2018-08-30
1
-1
/
+3
*
tools/syz-runtest: add tool for program unit testing
Dmitry Vyukov
2018-08-03
1
-2
/
+5
*
sys/test: add more tests
Dmitry Vyukov
2018-08-03
1
-0
/
+5
*
Makefile: don't compile all targets into target binaries
Dmitry Vyukov
2018-08-02
1
-20
/
+23
*
pkg/csource: rewrite gen.sh in Go
Dmitry Vyukov
2018-07-27
1
-1
/
+0
*
Makefile: fix build
Dmitry Vyukov
2018-07-25
1
-1
/
+1
*
Makefile: install /bin/sh
Dmitry Vyukov
2018-07-25
1
-0
/
+1
*
Makefile: disable 32-bit executor build
Dmitry Vyukov
2018-07-24
1
-2
/
+5
*
executor: overhaul
Dmitry Vyukov
2018-07-24
1
-5
/
+12
*
Makefile: add akaros support
Dmitry Vyukov
2018-07-05
1
-4
/
+11
*
Makefile: format C sources before generating Go
Dmitry Vyukov
2018-06-30
1
-1
/
+1
*
Makefile: don't use target go to build build binaries
Dmitry Vyukov
2018-06-30
1
-10
/
+11
*
Makefile: simplify fuchsia Go build
Dmitry Vyukov
2018-06-29
1
-10
/
+1
*
Makefile: fix fuchsia build
Dmitry Vyukov
2018-06-26
1
-3
/
+2
*
pkg/build: move from pkg/kernel
Dmitry Vyukov
2018-06-22
1
-1
/
+1
*
pkg/report: allow to specify suppressions per OS
Dmitry Vyukov
2018-06-22
1
-5
/
+2
*
docs: update fuchsia instructions
Dmitry Vyukov
2018-06-06
1
-1
/
+1
*
Makefile, sys/targets: move all native compilation logic to sys/targets
Dmitry Vyukov
2018-06-06
1
-53
/
+15
*
Makefile: allow to extract consts only from specified files
Dmitry Vyukov
2018-05-18
1
-2
/
+4
*
Makefile: don't run gometalinter in parallel
Dmitry Vyukov
2018-05-13
1
-2
/
+2
*
Makefile: print uname in install_prerequisites
Dmitry Vyukov
2018-05-13
1
-0
/
+3
*
Makefile: don't fail on unknown packages
Dmitry Vyukov
2018-05-12
1
-2
/
+4
*
Makefile: fix deps
Dmitry Vyukov
2018-05-05
1
-1
/
+1
*
Makefile: parallelize
Dmitry Vyukov
2018-05-04
1
-37
/
+78
*
Makefile: fix build in an i386 debian chroot
Theodore Ts'o
2018-04-30
1
-0
/
+4
*
Makefile: fix install_prerequisites
Dmitry Vyukov
2018-04-02
1
-1
/
+3
*
Makefile: remove obsolete package
Dmitry Vyukov
2018-03-31
1
-1
/
+1
*
fuchsia: Update syzkaller to build with current Fuchsia API. (#543)
Julia Hansbrough
2018-03-21
1
-4
/
+8
*
Makefile: enable gometalinter on travis (#537)
Dmitry Vyukov
2018-03-20
1
-4
/
+10
*
Makefile: Enable CGO and set ZIRCON_BUILD_DIR for Fuchsia targets.
Julia Hansbrough
2018-02-15
1
-3
/
+6
*
executor: compile with -O2
Dmitry Vyukov
2018-02-10
1
-1
/
+1
*
syz/syz-extract: Update Fuchsia extractor with current Fuchsia paths.
Julia Hansbrough
2018-02-04
1
-2
/
+2
*
vm/vmimpl: unbreak freebsd build
Dmitry Vyukov
2018-01-16
1
-3
/
+7
[next]