index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
elf-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
coredump: generate properly symbolized stacktrace for containerized processes
Michal Sekletar
2024-08-06
1
-6
/
+23
*
tree-wide: fix type of read() return variable at a couple of places
Lennart Poettering
2024-06-22
1
-1
/
+2
*
tree-wide: port over to new builder apis
Lennart Poettering
2024-06-19
1
-13
/
+8
*
Merge pull request #33037 from keszybz/dlopen-open-code-definitions
Mike Yuan
2024-06-15
1
-41
/
+41
|
\
|
*
basic/dlfcn-util: deobfuscate macro definitions
Zbigniew Jędrzejewski-Szmek
2024-06-12
1
-41
/
+41
*
|
libsystemd: turn json.[ch] into a public API
Lennart Poettering
2024-06-12
1
-35
/
+35
|
/
*
tree-wide: add dlopen ELF notes to all dlopen() deps of ours
Lennart Poettering
2024-05-08
1
-0
/
+10
*
tree-wide: switch dlopen hooks over to DLSYM_PROTOTYPE()/DLSYM_FUNCTION()
Lennart Poettering
2024-03-01
1
-41
/
+41
*
fundamental: Add overflow-safe math helpers
Adrian Vovk
2024-02-13
1
-1
/
+1
*
tree-wide: use IN_SET() more
Frantisek Sumsal
2023-12-27
1
-1
/
+1
*
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
Lennart Poettering
2023-10-26
1
-3
/
+3
*
tree-wide: check if return value of lseek() and friends is negative
Yu Watanabe
2023-10-19
1
-2
/
+2
*
io-util: introduce loop_write_full that takes a timeout
Mike Yuan
2023-09-07
1
-1
/
+1
*
json: rename json_append() → json_variant_merge_objectb()
Lennart Poettering
2023-08-24
1
-4
/
+4
*
elf-util: check for overflow when computing end of core's PT_LOAD segments
Romain Geissler
2023-06-23
1
-1
/
+8
*
elf-util: discard PT_LOAD segment early based on the start address.
Romain Geissler
2023-06-21
1
-0
/
+4
*
tree-wide: use memstream-util
Yu Watanabe
2023-05-31
1
-47
/
+24
*
elf-util: rename stack_context_destroy() -> stack_context_done()
Yu Watanabe
2023-05-31
1
-9
/
+6
*
tree-wide: use _cleanup_set_free_ and friends
Yu Watanabe
2023-05-31
1
-2
/
+2
*
tree-wide: check memstream buffer after closing the handle
Frantisek Sumsal
2023-05-24
1
-0
/
+10
*
process-util: rename FORK_NULL_STDIO -> FORK_REARRANGE_STDIO
Yu Watanabe
2023-02-20
1
-0
/
+1
*
tree-wide: introduce PIPE_EBADF macro
Yu Watanabe
2022-12-20
1
-3
/
+3
*
tree-wide: use -EBADF also in pipe initializers
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+3
*
coredump: cescape invalid json data before logging
Zbigniew Jędrzejewski-Szmek
2022-12-13
1
-2
/
+5
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
coredump: avoid deadlock when passing processed backtrace data
Zbigniew Jędrzejewski-Szmek
2022-10-19
1
-6
/
+31
*
shared/json: use different return code for empty input
Zbigniew Jędrzejewski-Szmek
2022-10-19
1
-1
/
+1
*
elf-util: drop assertion for metadata in report_module_metadata()
Yu Watanabe
2022-10-14
1
-16
/
+17
*
coredump: print build-id only when package version is missing
Zbigniew Jędrzejewski-Szmek
2022-09-28
1
-1
/
+1
*
coredump: shorten output about package metadata to one line
Zbigniew Jędrzejewski-Szmek
2022-09-28
1
-21
/
+65
*
coredump: when parsing json, optionally copy the string first
Zbigniew Jędrzejewski-Szmek
2022-09-28
1
-0
/
+13
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-6
/
+3
*
shared: Add more dlopen() tests
Daan De Meyer
2022-03-01
1
-2
/
+2
*
elf-util: add missing assertion
Yu Watanabe
2022-01-03
1
-0
/
+2
*
elf-util: reduce variable scope
Yu Watanabe
2022-01-03
1
-3
/
+3
*
elf-util: executable argument for parse_elf() may be NULL
Yu Watanabe
2022-01-03
1
-3
/
+5
*
elf-util: reduce variable scope and indentation
Yu Watanabe
2022-01-03
1
-40
/
+42
*
elf-util: reduce variable scope and indentation
Yu Watanabe
2022-01-03
1
-20
/
+22
*
Merge pull request #21454 from bluca/inspect_elf
Zbigniew Jędrzejewski-Szmek
2021-12-06
1
-5
/
+136
|
\
|
*
elf-util: add function to parse metadata out of ELF objects
Luca Boccassi
2021-12-01
1
-5
/
+136
*
|
elf-util: do not ignore prctl() errors
Luca Boccassi
2021-12-01
1
-2
/
+5
|
/
*
elf-util: switch libelf/libdw to dlopen()
Luca Boccassi
2021-11-30
1
-54
/
+176
*
elf-util: split out helper to parse build-id
Luca Boccassi
2021-11-30
1
-27
/
+47
*
coredump: move elf parsing utilities to src/shared/elf-util
Luca Boccassi
2021-11-30
1
-0
/
+535