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
/
osutil
/
osutil.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/osutil: fix CreationTime
Dmitry Vyukov
2026-01-09
1
-4
/
+3
*
pkg/osutil: add DiskUsage function
Dmitry Vyukov
2026-01-09
1
-0
/
+18
*
pkg/osutil: add Read/ParseJSON functions
Dmitry Vyukov
2025-11-17
1
-0
/
+19
*
pkg/osutil: make VerboseError nest other errors
Aleksandr Nogikh
2025-10-01
1
-17
/
+7
*
pkg/ifuzz: fix generate/build
Dmitry Vyukov
2025-04-03
1
-0
/
+13
*
all: delete dead code
Taras Madan
2025-02-10
1
-23
/
+0
*
pkg/manager: show bug first time
Dmitry Vyukov
2025-01-17
1
-0
/
+6
*
pkg/osutil: add a WriteJSON helper
Aleksandr Nogikh
2024-12-20
1
-0
/
+9
*
tools/syz-declextract: accept manager config
Dmitry Vyukov
2024-11-26
1
-2
/
+5
*
pkg/build: handle OOM-killed build error
Sabyrzhan Tasbolatov
2024-09-23
1
-1
/
+1
*
syz-fuzzer: use of monotonic time for latency measurement
Dmitry Vyukov
2024-04-02
1
-0
/
+12
*
all: use errors.As instead of .(type)
Taras Madan
2023-07-24
1
-5
/
+8
*
all: use special placeholder for errors
Taras Madan
2023-07-24
1
-5
/
+5
*
all: ioutil is deprecated in go1.19 (#3718)
Taras Madan
2023-02-23
1
-5
/
+4
*
vm/starnix: add support for fuzzing starnix (#3624)
juanPabloMiceli
2023-01-19
1
-0
/
+5
*
syz-manager: extract fs images from reproducers
Aleksandr Nogikh
2022-09-27
1
-0
/
+14
*
vm: add the proxyapp support (#3269)
Taras Madan
2022-09-26
1
-0
/
+9
*
pkg/build: increase bazel aquery timeout
Dmitry Vyukov
2021-12-13
1
-1
/
+1
*
pkg/osutil: slightly relaxed Abs check
Dmitry Vyukov
2021-10-25
1
-9
/
+12
*
tools/syz-testbed: do not send SIGKILL to syz-managers
Aleksandr Nogikh
2021-10-20
1
-3
/
+13
*
pkg/osutil: extend error message on wd change
Dmitry Vyukov
2020-11-21
1
-1
/
+1
*
sys/linux: descriptions for USB/IP
Nazime Hande Harputluoglu
2020-10-02
1
-0
/
+10
*
pkg/osutil: fix LinkFiles/FilesExist for the new pattern format
Dmitry Vyukov
2020-09-15
1
-22
/
+18
*
syz-ci: fix seeds copying
Dmitry Vyukov
2020-09-14
1
-15
/
+0
*
pkg/osutil: support glob patterns in CopyFiles
Dmitry Vyukov
2020-09-14
1
-10
/
+23
*
syz-manager: add test file as corpus
Jiaheng Hu
2020-09-14
1
-0
/
+15
*
pkg/osutil: remove appengine tag
Dmitry Vyukov
2020-07-06
1
-1
/
+8
*
pkg/osutil: don't use os.ProcessState.ExitCode on appengine
Dmitry Vyukov
2020-07-06
1
-5
/
+1
*
pkg/bisect: minor style fix ups
Dmitry Vyukov
2020-07-02
1
-4
/
+10
*
vm: add workdir_template functionality
Dmitry Vyukov
2019-12-03
1
-0
/
+24
*
pkg/osutil: kill subprocesses more reliably
Dmitry Vyukov
2019-03-18
1
-0
/
+2
*
pkg/osutil: return output with errors from Run
Dmitry Vyukov
2019-03-17
1
-1
/
+1
*
pkg/runtest: fixes for fuchsia
Dmitry Vyukov
2018-09-06
1
-4
/
+2
*
pkg/osutil: minor tweaks
Dmitry Vyukov
2018-08-03
1
-4
/
+18
*
pkg/host: check that we can open files rather than that they exist
Dmitry Vyukov
2018-07-10
1
-0
/
+13
*
pkg/osutil: allow to provide own stdout/stderr during cmd execution
Dmitry Vyukov
2018-07-05
1
-2
/
+6
*
pkg/build: add gvisor support
Dmitry Vyukov
2018-06-22
1
-6
/
+15
*
pkg/kernel: allow to split full make output
Dmitry Vyukov
2018-05-17
1
-2
/
+23
*
pkg/osutil: introduce TempFile helper
Dmitry Vyukov
2018-05-14
1
-0
/
+11
*
pkg/osutil: don't leace runaway processes
Dmitry Vyukov
2017-11-16
1
-14
/
+19
*
pkg/ipc, pkg/osutil: remove filepath.Abs fuchsia workarounds
Dmitry Vyukov
2017-10-12
1
-8
/
+0
*
pkg/osutil: windows port
Dmitry Vyukov
2017-09-25
1
-0
/
+28
*
all: more assorted fuchsia support
Dmitry Vyukov
2017-09-22
1
-20
/
+0
*
syz-manager, syz-hub: share repros between managers via hub
Dmitry Vyukov
2017-08-07
1
-0
/
+10
*
pkg/kernel: actually pass cmdline/sysctl files to the build script
Dmitry Vyukov
2017-07-17
1
-0
/
+11
*
pkg/osutil: don't depend on syscall in appengine build
Dmitry Vyukov
2017-07-03
1
-30
/
+0
*
all: use consistent file permissions
Dmitry Vyukov
2017-07-03
1
-7
/
+19
*
pkg/osutil: port to darwin
Dmitry Vyukov
2017-06-26
1
-3
/
+1
*
pkg/osutil: add FilesExist/CopyFiles/LinkFiles functions
Dmitry Vyukov
2017-06-20
1
-0
/
+70
*
pkg/osutil: fix IsExist
Dmitry Vyukov
2017-06-19
1
-1
/
+1
[next]