summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp
AgeCommit message (Expand)Author
2024-03-13[compiler-rt] reimplements GetMemoryProfile for netbsd. (#84841)David CARLIER
2023-07-26[Fuzzer] Assign names to workersDavid CARLIER
2022-09-04[Libfuzzer] Include signal.h for SIGINTKrzysztof Parzyszek
2022-08-16Libfuzzer fix for Ctrl + c not working with -fork and -ignore_crashes=1Maxim Schessler
2020-10-20[Sanitizers] Remove OpenBSD support (new attempt)David Carlier
2020-10-19Revert "[Sanitizers] Remove OpenBSD support" + 1Evgenii Stepanov
2020-10-18[Sanitizers] Remove OpenBSD supportDavid Carlier
2020-07-14[libFuzzer] Separate platform related macros out from FuzzerDefs.h into Fuzze...Dokyung Song
2019-12-12[fuzzer] Add basic support for emscripten.Jonathan Metzman
2019-11-21[libFuzzer] don't use /dev/null for DiscardOuput in Fuchsia.Marco Vanotti
2019-02-12[libFuzzer] extend the -fork=1 functionality. Still not fully usable, but goo...Kostya Serebryany
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-09libFuzzer, OpenBSD supportVitaly Buka
2018-01-12lib Fuzzer FreeBSD supportKamil Rytarowski
2017-12-04[libFuzzer] Encapsulate commands in a class.Matt Morehouse
2017-08-30Add preliminary NetBSD support in libfuzzerKamil Rytarowski
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov