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
/
libhfcommon
/
util.c
Age
Commit message (
Expand
)
Author
2025-01-07
make indent
Robert Swiecki
2024-11-13
libhfcommon/util: Don't use pthread_once in rnd
Matt Johnston
2024-07-11
libhfcommon/util: xorshiro128+ -> xorshiro256++
Robert Swiecki
2023-12-26
util_rndThread allow solarish system to use arc4random api.
David Carlier
2023-12-20
libhfcommon/util: if'izing the util_rndInitThread code
Robert Swiecki
2023-12-19
util_rndInitThread Linux modernisation proposal.
David Carlier
2023-10-01
libhfcommon: include other libhfcommon *.h's without the directory prefix
Robert Swiecki
2023-09-25
clang-format: IndentCaseLabels: false
Robert Swiecki
2023-04-11
macOs build fix proposal when OS is set to posix.
David CARLIER
2022-06-20
using __builtin_memcpy_inline from LLVM in few places.
David Carlier
2021-12-31
android: make it compile under ndk >= 21
Robert Swiecki
2021-11-12
make indent
Robert Swiecki
2021-11-05
util_rndInitThread: on BSD use arc4random api instead
David Carlier
2021-11-02
libhfcommon: simplify long->uint32_t types in util_PinThreadToCPUs()
Robert Swiecki
2021-11-02
make indent
Robert Swiecki
2021-11-02
solaris systems 64 bits build fix proposal.
dc
2021-11-01
solaris cpu pinning fix: adding start_cpu to assign the cpu.
dc
2021-11-01
make indent
Robert Swiecki
2021-11-01
util_PinThreadToCPUs implementation for solaris based systems.
dc
2021-10-29
Merge pull request #422 from devnexen/dfbsd_cpu_aff
robertswiecki
2021-10-29
util_PinThreadToCpus enable DragonFlyBSD too
DC
2021-10-29
libhfcommon: print warning if util_PinThreadToCPUs() is not implemented for a...
Robert Swiecki
2021-10-29
libhfcommon/util: unify util_PinThreadToCPUs - NetBSD fixes
Robert Swiecki
2021-10-29
libhfcommon/util: unify util_PinThreadToCPUs across Linux/FreeBSD/NetBSD
Robert Swiecki
2021-10-29
util_PinThreadToCpus implementation for FreeBSD.
David Carlier
2021-10-28
cmdline/linux: initial version of thread-cpu pinning
Robert Swiecki
2021-09-07
subproc/libhfuzz: move prctl(PDEATHSIG) to libhfcommon
Robert Swiecki
2021-04-24
map huge tlb support for FreeBSD proposal.
David Carlier
2020-12-18
libhfuzz/common: temporarily get back to the old method of finding 32/64 bit ...
Robert Swiecki
2020-12-18
make indent
Robert Swiecki
2020-08-26
make indent
Robert Swiecki
2020-07-22
make indent depend
Robert Swiecki
2020-07-11
fix inconsistent declaration in header and implementation in source file
Casper
2020-07-08
faster util_32bitValInBinary/util_64bitValInBinary
hen
2020-04-29
New directives in .clang-format
Robert Swiecki
2020-04-17
libhfcommon/util: disable util_getProgAddr() for cygwin as it doesn't use ELF
Robert Swiecki
2020-03-29
use usecs instead of msecs as the basic unit of time
Robert Swiecki
2020-03-28
libhfcommon/util: implement util_AllocCopy, and use util_Calloc instead of ut...
Robert Swiecki
2020-03-23
mangle: use direct mangle_Resize
Robert Swiecki
2020-03-23
libhfuzz/instrument: allow for all values found in loadable binaries
Robert Swiecki
2020-03-23
libhfcommon/util: proper darvin version of funcs
Robert Swiecki
2020-03-23
libhfcommon/util: look for known values in all loadable sections
Robert Swiecki
2020-03-23
libhfuzz/libhfcommon: add known (existing in the fuzzed binary) 32/64-bit val...
Robert Swiecki
2020-03-15
libhfcommon/util: new func util_runForROSegments()
Robert Swiecki
2020-03-12
libhfcommon/util: correct declaration of util_getProgAddr for macos
Robert Swiecki
2020-03-12
libhfcommon/util: make util_getProgAddr return a tri-state value
Robert Swiecki
2020-03-08
libhfcommon/util: group funcs by function
Robert Swiecki
2020-02-27
libhfcommon: link.h is not defined with MacOSX
Robert Swiecki
2020-02-26
cmpConstFeedbackL unify infrastructure for integers and other memory
Robert Swiecki
2019-12-05
libhfcommon/util: add SIGLIBRT to the list of known signals
Robert Swiecki
[next]