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
/
vm
Commit message (
Expand
)
Author
Age
Files
Lines
*
vm/gce: accept local image
Dmitry Vyukov
2017-06-03
1
-8
/
+36
*
vm: overhaul
Dmitry Vyukov
2017-06-03
12
-500
/
+614
*
pkg/gce: move from gce
Dmitry Vyukov
2017-06-03
1
-1
/
+1
*
pkg/log: move from log
Dmitry Vyukov
2017-06-03
4
-4
/
+4
*
pkg/fileutil: move from fileutil
Dmitry Vyukov
2017-06-03
2
-2
/
+2
*
fileutil: remove unused CopyFile arg
Dmitry Vyukov
2017-06-03
2
-2
/
+2
*
all: speed up tests
Dmitry Vyukov
2017-05-29
1
-0
/
+5
*
vm: validate if cfg.Bin is in $PATH for kvm,adb,qemu
baishuai
2017-05-21
3
-1
/
+12
*
vm: build odroid vm only if odroid build tag is present
Andrey Konovalov
2017-03-10
2
-0
/
+6
*
vm: don't leak tty fds in adb
Andrey Konovalov
2017-03-10
1
-0
/
+2
*
vm: add Odroid support
Andrey Konovalov
2017-03-10
4
-37
/
+410
*
vm/adb: fix ppc64le build
Dmitry Vyukov
2017-03-02
3
-0
/
+11
*
vm/adb: support fuzzing without console
Dmitry Vyukov
2017-02-06
2
-10
/
+83
*
vm: properly detect when a program exits
Dmitry Vyukov
2017-02-02
4
-10
/
+36
*
vm/qemu: use static network config in 9p mode
Dmitry Vyukov
2017-01-27
1
-4
/
+11
*
adb: executor: Revert to adb reboot
Billy Lau
2017-01-26
1
-5
/
+6
*
vm/qemu: add some kvm-related kernel cmd line flags
Dmitry Vyukov
2017-01-09
1
-1
/
+2
*
vm/adb: increase battery check timeout
Dmitry Vyukov
2017-01-09
1
-1
/
+1
*
vm/qemu: enable more kvm features in test kernel
Dmitry Vyukov
2017-01-09
1
-1
/
+4
*
manager: add ability to ignore bugs
Dmitry Vyukov
2016-12-19
1
-4
/
+5
*
vm/adb: support BeagleBone console
Dmitry Vyukov
2016-12-19
6
-93
/
+119
*
vm/gce: handle graceful preemption
Dmitry Vyukov
2016-12-16
2
-1
/
+4
*
vm/qemu: use panic=86400 instead of panic=-1
Dmitry Vyukov
2016-12-06
1
-1
/
+1
*
vm/gce: use preemptible instances
Dmitry Vyukov
2016-12-02
1
-0
/
+6
*
vm/qemu: prevent eth0 renaming
Alexander Popov
2016-11-28
1
-1
/
+1
*
vm/qemu: support non-native mode
Dmitry Vyukov
2016-11-22
2
-5
/
+29
*
vm: add ability to interrupt commands
Dmitry Vyukov
2016-11-19
6
-7
/
+27
*
vm/gce: don't require ssh key for GCE-compatible images
Dmitry Vyukov
2016-11-17
1
-18
/
+32
*
vm/gce: actually append name to instance names
Dmitry Vyukov
2016-11-16
1
-8
/
+7
*
syz-gce,syz-manager: add name config parameter
Dmitry Vyukov
2016-11-16
1
-1
/
+1
*
Merge pull request #88 from billy-lau/hotfix/check-battery-level
Dmitry Vyukov
2016-11-15
1
-5
/
+15
|
\
|
*
Added a retry clause when doing battery check in adb.go
Billy Lau
2016-11-15
1
-5
/
+15
*
|
vm/adb: print device<->console association
Dmitry Vyukov
2016-11-15
1
-0
/
+1
|
/
*
vm/adb: support separate serial console cable
Dmitry Vyukov
2016-11-11
1
-28
/
+87
*
vm/adb: switch adb to root
Dmitry Vyukov
2016-11-11
1
-8
/
+14
*
vm/qemu: remove debug, add rodata=n to kernel cmd line
Dmitry Vyukov
2016-10-16
1
-1
/
+2
*
vm/gce: don't wait for instance deletion on exit
Dmitry Vyukov
2016-10-10
1
-3
/
+3
*
log: add package
Dmitry Vyukov
2016-10-09
2
-18
/
+18
*
vm/gce: fix bug introduced during refactoring
Dmitry Vyukov
2016-10-07
1
-1
/
+2
*
syz-gce: add autonomous GCE runner
Dmitry Vyukov
2016-10-07
1
-204
/
+13
*
vm/gce: add support GCE VMs
Dmitry Vyukov
2016-10-06
2
-14
/
+456
*
vm/adb: reboot devices in the beginning of each cycle
Dmitry Vyukov
2016-09-29
1
-9
/
+5
*
vm/adb: avoid draining battery
Dmitry Vyukov
2016-09-29
2
-14
/
+92
*
vm: give preference to kernel oops over "lost connection"
Dmitry Vyukov
2016-09-28
1
-14
/
+22
*
manager: fix deadlock
Dmitry Vyukov
2016-09-09
1
-1
/
+4
*
Improve Case Closed Debugging Port Detection.
Vishwath Mohan
2016-09-06
1
-6
/
+7
*
vm/qemu: fix spurious failure during VM creation
Dmitry Vyukov
2016-09-05
1
-2
/
+10
*
syz-repro: fix false "not executing programs"
Dmitry Vyukov
2016-09-05
1
-1
/
+4
*
manager, repro: unify VM monitoring
Dmitry Vyukov
2016-09-01
1
-0
/
+87
*
report: add a new package for report parsing and processing
Dmitry Vyukov
2016-08-30
2
-145
/
+1
[next]