about summary refs log tree commit diff
path: root/libdislocator/libdislocator.so.c
AgeCommit message (Collapse)Author
2019-10-28silence some compiler warningshexcoder-
2019-10-28memalign/posix_memalign proposal for libdislocatorDavid Carlier
2019-10-27added a TODO item for posix_memalign wrapperhexcoder-
2019-10-23debugged and fixed libdislocator malfunction on MacOSXhexcoder-
2019-10-20In OpenBSD initial thread local storage is allocated with calloc(),hexcoder-
which leads to locked mutexes and a stall. So no thread support (and no tls) here.
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-09-04fix typo in custom formatAndrea Fioraldi
2019-09-03remove macro indentation from code-formatAndrea Fioraldi
2019-09-02run code formatterAndrea Fioraldi
2019-08-27-I include in makefilesAndrea Fioraldi
2019-05-28afl++ 2.52c initial commitvan Hauser