summaryrefslogtreecommitdiffstats
path: root/src/shared/bpf-dlopen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: always do dlopen() with RTLD_NOW + RTLD_NODELETELennart Poettering2024-10-021-2/+2
* basic/dlfcn-util: deobfuscate macro definitionsZbigniew Jędrzejewski-Szmek2024-06-121-30/+30
* bpf: add helper to translate kernel error codes from libbpfLuca Boccassi2024-05-291-0/+17
* tree-wide: add dlopen ELF notes to all dlopen() deps of oursLennart Poettering2024-05-081-0/+5
* bpf-dlopen: pick up more symbols from libbpfLennart Poettering2024-04-061-17/+47
* dlopen: log debug message when a library is dlopenedLuca Boccassi2024-04-031-0/+4
* bpf: actually check for errors when loading symbolsLuca Boccassi2024-04-031-2/+5
* tree-wide: switch dlopen hooks over to DLSYM_PROTOTYPE()/DLSYM_FUNCTION()Lennart Poettering2024-03-011-18/+20
* dlfcn-util: add static asserts ensuring our sym_xyz() func ptrs match the typ...Lennart Poettering2022-11-211-6/+44
* libbpf: add compat helpers for libbpf down to 0.1.0Dominique Martinet2022-10-061-10/+29
* Try to load libbpf.so.1 as wellDaan De Meyer2022-10-061-2/+7
* libbpf: Remove use of deprecated APIsDaan De Meyer2022-10-061-6/+6
* shared/bpf: install log callback and suppress most messages from libbpfZbigniew Jędrzejewski-Szmek2022-06-021-2/+26
* shared/bpf-dlopen: expose more libbpf functionsIago López Galeiras2021-10-061-0/+8
* various: convert to the new dlopen_or_warn() helperZbigniew Jędrzejewski-Szmek2021-06-241-24/+4
* dlfcn-util: invert function naming and add helper that does the whole jobZbigniew Jędrzejewski-Szmek2021-06-241-1/+1
* bpf: various coding style fixesLennart Poettering2021-06-081-2/+1
* core: make libbpf a dlopen() dependencyLuca Boccassi2021-05-251-0/+73