aboutsummaryrefslogtreecommitdiff
path: root/libhfcommon
AgeCommit message (Expand)Author
2025-01-07make indentRobert Swiecki
2024-11-13libhfcommon/util: Don't use pthread_once in rndMatt Johnston
2024-07-21input: make sure files are read in small chunks (starting with 4 bytes) when ...Robert Swiecki
2024-07-11libhfcommon/util: xorshiro128+ -> xorshiro256++Robert Swiecki
2023-12-26util_rndThread allow solarish system to use arc4random api.David Carlier
2023-12-20libhfcommon/util: if'izing the util_rndInitThread codeRobert Swiecki
2023-12-19util_rndInitThread Linux modernisation proposal.David Carlier
2023-10-01libhfcommon: include other libhfcommon *.h's without the directory prefixRobert Swiecki
2023-09-25clang-format: IndentCaseLabels: falseRobert Swiecki
2023-09-01libhfcommon/files: use TEMP_FAILURE_RETRY with ftruncateRobert Swiecki
2023-05-28libhfcommon/log: respect NO_COLOR envarRobert Swiecki
2023-04-11macOs build fix proposal when OS is set to posix.David CARLIER
2022-07-23util attribute malloc additions.David Carlier
2022-06-23make indent dependRobert Swiecki
2022-06-23Follow-up on #466David Carlier
2022-06-20using __builtin_memcpy_inline from LLVM in few places.David Carlier
2022-04-26make indentRobert Swiecki
2022-02-16util introduces additional __builtin to favor particular code path.David Carlier
2021-12-31android: make it compile under ndk >= 21Robert Swiecki
2021-11-12make indentRobert Swiecki
2021-11-05util_rndInitThread: on BSD use arc4random api insteadDavid Carlier
2021-11-02libhfcommon: simplify long->uint32_t types in util_PinThreadToCPUs()Robert Swiecki
2021-11-02make indentRobert Swiecki
2021-11-02solaris systems 64 bits build fix proposal.dc
2021-11-01solaris cpu pinning fix: adding start_cpu to assign the cpu.dc
2021-11-01make indentRobert Swiecki
2021-11-01util_PinThreadToCPUs implementation for solaris based systems.dc
2021-10-29Merge pull request #422 from devnexen/dfbsd_cpu_affrobertswiecki
2021-10-29util_PinThreadToCpus enable DragonFlyBSD tooDC
2021-10-29libhfcommon: print warning if util_PinThreadToCPUs() is not implemented for a...Robert Swiecki
2021-10-29libhfcommon/util: unify util_PinThreadToCPUs - NetBSD fixesRobert Swiecki
2021-10-29libhfcommon/util: unify util_PinThreadToCPUs across Linux/FreeBSD/NetBSDRobert Swiecki
2021-10-29util_PinThreadToCpus implementation for FreeBSD.David Carlier
2021-10-28cmdline/linux: initial version of thread-cpu pinningRobert Swiecki
2021-09-07subproc/libhfuzz: move prctl(PDEATHSIG) to libhfcommonRobert Swiecki
2021-08-06make indentRobert Swiecki
2021-08-01Solaris/Illumos build implementation proposal.David Carlier
2021-04-24map huge tlb support for FreeBSD proposal.David Carlier
2021-04-14Fix default/debug build with Bazel on OSXEvgenii Kliuchnikov
2020-12-18libhfuzz/common: temporarily get back to the old method of finding 32/64 bit ...Robert Swiecki
2020-12-18make indentRobert Swiecki
2020-08-31libhfcommon/ns: separate unshare and setup of the user namespaceRobert Swiecki
2020-08-26make indentRobert Swiecki
2020-07-22make indent dependRobert Swiecki
2020-07-11fix inconsistent declaration in header and implementation in source fileCasper
2020-07-08faster util_32bitValInBinary/util_64bitValInBinaryhen
2020-05-18remove comparisons to true and to false across the codeRobert Swiecki
2020-04-29New directives in .clang-formatRobert Swiecki
2020-04-27Move defer{} implementation to libhfuzz/utilRobert Swiecki
2020-04-17libhfcommon: O_CLOEXEC is not needed with shm_open, and Cygwin doesn't like i...Robert Swiecki