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
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-21
input: make sure files are read in small chunks (starting with 4 bytes) when ...
Robert Swiecki
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-09-01
libhfcommon/files: use TEMP_FAILURE_RETRY with ftruncate
Robert Swiecki
2023-05-28
libhfcommon/log: respect NO_COLOR envar
Robert Swiecki
2023-04-11
macOs build fix proposal when OS is set to posix.
David CARLIER
2022-07-23
util attribute malloc additions.
David Carlier
2022-06-23
make indent depend
Robert Swiecki
2022-06-23
Follow-up on #466
David Carlier
2022-06-20
using __builtin_memcpy_inline from LLVM in few places.
David Carlier
2022-04-26
make indent
Robert Swiecki
2022-02-16
util introduces additional __builtin to favor particular code path.
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-08-06
make indent
Robert Swiecki
2021-08-01
Solaris/Illumos build implementation proposal.
David Carlier
2021-04-24
map huge tlb support for FreeBSD proposal.
David Carlier
2021-04-14
Fix default/debug build with Bazel on OSX
Evgenii Kliuchnikov
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-31
libhfcommon/ns: separate unshare and setup of the user namespace
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-05-18
remove comparisons to true and to false across the code
Robert Swiecki
2020-04-29
New directives in .clang-format
Robert Swiecki
2020-04-27
Move defer{} implementation to libhfuzz/util
Robert Swiecki
2020-04-17
libhfcommon: O_CLOEXEC is not needed with shm_open, and Cygwin doesn't like i...
Robert Swiecki
[next]