1. 0e49b5d Merge branch 'master' of https://github.com/google/honggfuzz by Anestis Bechtsoudis · 9 years ago
  2. 7acbf2e Display: use custom vararg instead of dprintf() by Jagger · 9 years ago
  3. d968053 Dynamic workspace by Anestis Bechtsoudis · 9 years ago
  4. 1445ae1 report: Save actual crash name by Anestis Bechtsoudis · 9 years ago
  5. 103c9be Merge branch 'master' of https://github.com/google/honggfuzz by Anestis Bechtsoudis · 9 years ago
  6. 7d42f9d Bypass hardlink restrictions by Anestis Bechtsoudis · 9 years ago
  7. 9a0da79 GETREGS fix for old ARM kernels by Anestis Bechtsoudis · 9 years ago
  8. 4b5281e Display: add timeout counter by Jagger · 9 years ago
  9. 0764ad7 Initial implementation of an ANSI status screen by Jagger · 9 years ago
  10. 8559e55 enable perf before starting ptrace by Jagger · 9 years ago
  11. 3203a7a mem barriers by Jagger · 9 years ago
  12. 8a9e660 clean per-thread counters when opening perf by Jagger · 9 years ago
  13. 51c9bb1 Typo fixes by Anestis Bechtsoudis · 9 years ago
  14. 6d8d612 PTRACE_GETREGS compatibility fix by Anestis Bechtsoudis · 9 years ago
  15. d628a70 A quick periodic indent by Jagger · 9 years ago
  16. 17887e2 ARM unwind & disassembler fixes by Anestis Bechtsoudis · 9 years ago
  17. 6d8ad85 Failover ARM_cpsr definition by Anestis Bechtsoudis · 9 years ago
  18. 1a95e85 Wrap wait syscalls under TEMP_FAILURE_RETRY by Anestis Bechtsoudis · 9 years ago
  19. e541b9d aarch64 fixes by Anestis Bechtsoudis · 9 years ago
  20. b42f3e0 Merge branch 'master' of https://github.com/google/honggfuzz into master_dev by Anestis Bechtsoudis · 9 years ago
  21. 400fd8f indent, depend by Jagger · 9 years ago
  22. cab40de Add PTRACE_GETREGS failover by Anestis Bechtsoudis · 9 years ago
  23. 236ef46 Fix unwind bug for non-Android by Anestis Bechtsoudis · 9 years ago
  24. cfc39fb Implement Android Linux PTRACE support by Anestis Bechtsoudis · 9 years ago
  25. c1f6faa Android support + minor improvements by Anestis Bechtsoudis · 9 years ago
  26. 4e5b59b Move arch_perfAnalyze outside of for loop by Jagger · 9 years ago
  27. c85fd6e break in case the process is stopped by Jagger · 9 years ago
  28. dfe815f Support for EINTR in wait4 by Jagger · 9 years ago
  29. a5a5c7b Use PT_SEIZE instead of PT_ATTACH by Jagger · 9 years ago
  30. 7faf6f4 Restart threads after PT_ATTACH by Jagger · 9 years ago
  31. 92fe8cd signal-related clean-ups in fuzz.c by robert.swiecki@gmail.com · 10 years ago
  32. 394d95e wrb after writing to the buffer by robert.swiecki@gmail.com · 10 years ago
  33. 8b1a631 Use a gcc built-in for test-and-set by robert.swiecki@gmail.com · 10 years ago
  34. bf84ae1 return in mangleOverwrite by robert.swiecki@gmail.com · 10 years ago
  35. f5f07fc More memory barriers save lifes by robert.swiecki@gmail.com · 10 years ago
  36. b52d92b Send SIGCONT unconditionally by robert.swiecki@gmail.com · 10 years ago
  37. 59ca7eb Also stop with hfuzz->pid by robert.swiecki@gmail.com · 10 years ago
  38. 72e5c43 Correct error messages by robert.swiecki@gmail.com · 10 years ago
  39. 58d2c55 Disable perf event before reading the mmap page by robert.swiecki@gmail.com · 10 years ago
  40. 57573b8 Incorrect arguments to wait() macros by robert.swiecki@gmail.com · 10 years ago
  41. 6a623cd No need for ptraceAttached flag by robert.swiecki@gmail.com · 10 years ago
  42. e468320 PID fuzzing in the same thread as regular child process fuzzing by robert.swiecki@gmail.com · 10 years ago
  43. 8a50da4 Use break instead of return by robert.swiecki@gmail.com · 10 years ago
  44. e6b1552 Don't count branches with popcnt by robert.swiecki@gmail.com · 10 years ago
  45. 381db5a Set timer only for processes spwaned by us by robert.swiecki · 10 years ago
  46. 24dafd5 Stop only if we're not tracing a separate PID by robert.swiecki · 10 years ago
  47. ea34320 No need for EXITKILL in ptrace by robert.swiecki · 10 years ago
  48. d3e4415 No need to fetch GS if there's no proper cmd-line flag set by robert.swiecki · 10 years ago
  49. 2a95369 Support for storing perf value in GS by robert.swiecki · 10 years ago
  50. 3da0ea5 More putenv before nulli-fying stdio by robert.swiecki · 10 years ago
  51. eb90430 Delete timer after use by robert.swiecki@gmail.com · 10 years ago
  52. 7e4d0c5 Lower the severity of ptrace attach info by robert.swiecki@gmail.com · 10 years ago
  53. d526d31 Attach to thread groups while fuzzing by robert.swiecki@gmail.com · 10 years ago
  54. 3213a11 Count timeouts in milliseconds by robert.swiecki@gmail.com · 10 years ago
  55. 1111d13 Correct support for timers in linux/* by robert.swiecki@gmail.com · 10 years ago
  56. dbcc7a3 Time limits inside the parent thread by robert.swiecki@gmail.com · 10 years ago
  57. 2e3459b Get back the old branch counting mode (from/to) by robert.swiecki@gmail.com · 10 years ago
  58. 0579411 Different mode of branch counting by robert.swiecki@gmail.com · 10 years ago
  59. 028e542 Typo by robert.swiecki@gmail.com · 10 years ago
  60. 4119271 Memory barrier as a direct __sync_synchronize by robert.swiecki@gmail.com · 10 years ago
  61. 76b5522 Use __sync_synchronize as a memory barrier by robert.swiecki@gmail.com · 10 years ago
  62. eaa0414 Correct printf by robert.swiecki@gmail.com · 10 years ago
  63. 295e9fa Correct use of the bloom filter by robert.swiecki@gmail.com · 10 years ago
  64. 10e69b6 Support for blocks/edges by robert.swiecki@gmail.com · 10 years ago
  65. 3413e9f More descriptive perf feedback by robert.swiecki@gmail.com · 10 years ago
  66. 998544e Add branch over the kernel limit - debugging by robert.swiecki@gmail.com · 10 years ago
  67. 11f8ce0 Acount for '0x' in the format string by robert.swiecki@gmail.com · 10 years ago
  68. fa3a630 Commit LOGMSG in branch print by robert.swiecki@gmail.com · 10 years ago
  69. 6e6a33e Correct buf size by robert.swiecki@gmail.com · 10 years ago
  70. 62e34ae Stick to indent by robert.swiecki@gmail.com · 10 years ago
  71. 4be2667 A pass with astyle by robert.swiecki@gmail.com · 10 years ago
  72. f845d4d Add support for CPU cycles measurement by robert.swiecki@gmail.com · 10 years ago
  73. e1c9da8 Speed-up the signal handler with builtin_expect by robert.swiecki@gmail.com · 10 years ago
  74. 15eca6f Use putenv instead of setenv (no need for character conversion) by robert.swiecki@gmail.com · 10 years ago
  75. da8396c Support for env variables by robert.swiecki@gmail.com · 10 years ago
  76. 2502ca4 Typo in LOGMSG by robert.swiecki@gmail.com · 10 years ago
  77. 7aad717 Initial file import by robert.swiecki@gmail.com · 10 years ago
  78. 81e26dc Support all three perf modes at once by robert.swiecki@gmail.com · 10 years ago
  79. 9be63de Correct value of uint/ulong max by robert.swiecki@gmail.com · 10 years ago
  80. fb6df6b Use right version of popcount by robert.swiecki@gmail.com · 10 years ago
  81. 84614fe Use 64-bit popcnt for bitcounting by robert.swiecki@gmail.com · 10 years ago
  82. ce5a26e Shorter version of popcnt by robert.swiecki@gmail.com · 10 years ago
  83. ab2232a A modified version of the bloom filter by robert.swiecki@gmail.com · 10 years ago
  84. dc6f330 Use 32bit version of popcount by robert.swiecki@gmail.com · 10 years ago
  85. 4e59333 hash before applying thebloom filter by robert.swiecki@gmail.com · 10 years ago
  86. c341a39 Use Bloomfilter instead of a list by robert.swiecki@gmail.com · 10 years ago
  87. ccd83ec Enable on exec by robert.swiecki@gmail.com · 10 years ago
  88. a015105 The maximal buffer size of BTS is 2MiB by robert.swiecki@gmail.com · 10 years ago
  89. 4ed299a Use reister variables by robert.swiecki@gmail.com · 10 years ago
  90. 46adea2 mmap(0 parsing buffer takes pointer to uint64_t by robert.swiecki@gmail.com · 10 years ago
  91. c4fe5ab Different style of parsing the mmap() buffer by robert.swiecki@gmail.com · 10 years ago
  92. 3629578 Lower the size of branch buffer by robert.swiecki@gmail.com · 10 years ago
  93. 684f60c perfCutOffAddr implementation by robert.swiecki@gmail.com · 10 years ago
  94. 23b3a2f Increase default stack size for threads, and wait for a stopped process in Linux arch by robert.swiecki@gmail.com · 10 years ago
  95. 598bbcd Set watermark to the size of the mmap buffer by robert.swiecki@gmail.com · 10 years ago
  96. 18d720b Wording by robert.swiecki@gmail.com · 10 years ago
  97. 7271e8a Wording in disassembler by robert.swiecki@gmail.com · 10 years ago
  98. dd5a673 Better log colors by robert.swiecki@gmail.com · 10 years ago
  99. 9bbfcd8 Warn about too many concurrent threads by robert.swiecki@gmail.com · 10 years ago
  100. 66036a9 No need for usleep() before mmap parsing by robert.swiecki@gmail.com · 10 years ago