index
:
honggfuzz
gh-pages
master
pr1-branch
Security oriented software fuzzer.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
Age
Commit message (
Expand
)
Author
2016-12-09
linux: fix arch_perfInit if Intel PT is not available
Gergely Nagy
2016-11-27
linux: don't specify SA_SIGINFO in sighandlers as it's not needed
Robert Swiecki
2016-11-27
Modify the persistent socket only during execve
Robert Swiecki
2016-11-24
No need to stop process in persistent mode
Robert Swiecki
2016-11-12
Linux/ptrace: Use PTRACE_O_EXITKILL with non -p <pid> fuzzing only
Robert Swiecki
2016-11-11
linux/perf.c: fix --linux_perf_bts_block startup case
Sergei Trofimovich
2016-11-06
Linux/perf: lower the mmap size value for perf/aux
Robert Swiecki
2016-11-03
linux: Use sys_sigabbrev with glibc
Robert Swiecki
2016-11-02
Linux: make jmp_buf static
Robert Swiecki
2016-11-02
Use TLS jmp_buf with setjmp/longjmp and enable the stack-protector back
Robert Swiecki
2016-11-02
Hide subproc_New inside subproc_Run
Robert Swiecki
2016-11-02
linux: #include '../linux/abc.h' -> #include 'abc.h'
Robert Swiecki
2016-11-02
Linux: no need to wait for regular proecesses to stop
Robert Swiecki
2016-11-02
linux: Use _NSIG (aka SIGRTMAX) instead of NSIG in signal table
Robert Swiecki
2016-11-01
Remove --linux_perf_custom and supporting code
Robert Swiecki
2016-11-01
Missing ; for defer when clang
Anestis Bechtsoudis
2016-11-01
; after defer for clang
Robert Swiecki
2016-10-31
[Android] Align frame string format with Linux one
Anestis Bechtsoudis
2016-10-30
Indent
Anestis Bechtsoudis
2016-10-30
[Linux] ASan backtraces contain DSO name not function name
Anestis Bechtsoudis
2016-10-30
[Linux] Parse proc maps & retrieve frame matching map
Anestis Bechtsoudis
2016-10-30
[Linux] Store unwinder frames data in heap instead of stack
Anestis Bechtsoudis
2016-10-30
[Android] Unused arguments when report generating
Anestis Bechtsoudis
2016-10-29
[Linux] Implement symbol filters
Anestis Bechtsoudis
2016-10-27
Unify time limits for all three archs. Remove rlimits/setitimer
Robert Swiecki
2016-10-20
Report: Don't acuire mutex if there's nothing to report
Robert Swiecki
2016-10-20
Linux/arch: Set the persistent socket size to 2MiB
Robert Swiecki
2016-10-16
Remove empty line, use /* */ as comments
Robert Swiecki
2016-10-15
Make it compile under Android - wrt arch_Clone
Robert Swiecki
2016-10-15
Linux/fork-clone: avoid problems with glibc caching of TID/PID after syscall(...
Robert Swiecki
2016-10-06
LOG message for setenv(MALLOC_CHECK_=3) -> setenv(MALLOC_CHECK_=7)
Robert Swiecki
2016-09-29
MALLOC_CHECK_=7 is better malloc_check_ :)
Robert Swiecki
2016-09-29
Don't force MALLOC_CHECK_ if already set
Robert Swiecki
2016-09-10
Use SOCK_CLOEXEC for socketpair if available
Jagger
2016-09-08
_HF_PERF_BITMAP_MASK -> _HF_PERF_BITMAP_BITSZ_MASK for clarity
Robert Swiecki
2016-09-08
Rename secondary counter to 'comparison map'
Jagger
2016-09-06
Remove -I. from linux and posix builds
Robert Swiecki
2016-09-06
Move some macros/defs to individual files
Jagger
2016-09-05
Getting and setting for custom counter
Jagger
2016-09-03
Linux persistent code to linux/arch.c
Jagger
2016-09-02
Timers for posix
Jagger
2016-09-02
Move persistent file sending to subproc
Jagger
2016-09-02
Move perf to prepareChild
Jagger
2016-09-02
Move perfFds to fuzzer->linux
Jagger
2016-09-01
Move some of the persistent code to subproc.c
Jagger
2016-09-01
Moving macros a bit around the code
Jagger
2016-09-01
Move atomics to util.h
Jagger
2016-09-01
Use bitmap again
Jagger
2016-08-31
Thousands grouping of numbers
Robert Swiecki
2016-08-30
Use byte-map instead of bit-map
Robert Swiecki
[prev]
[next]