about summary refs log tree commit diff
path: root/afl-system-config
AgeCommit message (Collapse)Author
2021-01-05Haiku afl-system-config disable debugger, afl-cc.c avoid -lrthexcoder
2021-01-02afl-system-config: cosmetic support for DragonFlyhexcoder-
2020-12-21ci fixvan Hauser
2020-12-12tmpdir not needed with sharedmap fuzzingDominik Maier
2020-07-05Fix generation of afl-system-config.8Bernhard M. Wiedemann
and afl-whatsup.8 Without this patch, afl-system-config.8 varied between build hosts because it contained lines such as ./afl-system-config: line 30: sysctl: command not found ./afl-system-config: line 31: /sys/kernel/mm/transparent_hugepage/enabled: Permission denied It is recommended to boot the kernel with lots of security off See https://reproducible-builds.org/ for why this matters. afl-system-config.8 is generated by the %.8 target in GNUmakefile that calls commands with -hh to fill the OPTIONS section of man-pages. This PR was done while working on reproducible builds for openSUSE.
2020-01-25nicer output for afl-system-config van Hauser
2019-10-11fix output from echo on NetBSD, now enables users to set cpuhexcoder-
2019-10-11Systen config typo for NetBSDDavid Carlier
2019-09-29NetBSD various support improvementsDavid Carlier
2019-09-28On Mac OS X afl-fuzz wants the crash reporter to be disabled.hexcoder-
Add the corresponding commands to the script. The test, if they need to be run, is not tested yet (just copied).
2019-09-04added man pagesvan Hauser
2019-08-18system-config: making it more compatible with BSD systems.David Carlier
The following knobs are Linux specifics but have few counterparts in those systems.
2019-07-24fix root checkvan Hauser
2019-07-19add root checkHeiko Eißfeldt
2019-07-18cpu scaling updated for newer kernelsvan Hauser
2019-06-27more powervan Hauser
2019-05-29performance script and infovan Hauser