index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
coredump
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friends
Yu Watanabe
2024-09-01
1
-1
/
+1
*
shared/logs-show: introduce journal_browse_prepare()
Mike Yuan
2024-08-22
1
-5
/
+2
*
coredump: generate properly symbolized stacktrace for containerized processes
Michal Sekletar
2024-08-06
2
-23
/
+158
*
coredump: correctly take tmpfs size into account for compression
Luca Boccassi
2024-07-03
1
-8
/
+12
*
libsystemd: turn json.[ch] into a public API
Lennart Poettering
2024-06-12
2
-15
/
+19
*
tree-wise: several cleanups for logging
Yu Watanabe
2024-04-30
1
-3
/
+2
*
sd-journal: make sure sd_journal_add_match() also accepts SIZE_MAX as size
Lennart Poettering
2024-04-10
1
-3
/
+3
*
coredumpctl: use strv_skip()
Yu Watanabe
2024-03-25
1
-3
/
+3
*
coredumpctl: use journal_add_match_pair()
Yu Watanabe
2024-03-25
1
-12
/
+14
*
coredump: use free_and_strdup_warn() more
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-13
/
+6
*
Merge pull request #30480 from keszybz/kernel-install-more-paths
Zbigniew Jędrzejewski-Szmek
2024-03-08
1
-2
/
+2
|
\
|
*
various: use new config loader instead of config_parse_config_file()
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-1
/
+1
|
*
shared/conf-parser: collapse pkgdir and conf_file args into one
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-1
/
+1
*
|
dynamically load compression libraries
Matteo Croce
2024-03-05
1
-10
/
+5
*
|
dissect-image: add flag for explicitly enabling userspace verity signature ch...
Lennart Poettering
2024-02-28
1
-1
/
+2
|
/
*
tree-wide: set SD_JOURNAL_ASSUME_IMMUTABLE where appropriate
Yu Watanabe
2024-02-11
1
-4
/
+4
*
coredump: log minimal metadata early
Harald Brinkmann
2024-02-02
1
-1
/
+7
*
tree-wide: port over various pieces of code to strv_extend_many()
Lennart Poettering
2024-01-17
1
-3
/
+3
*
coredumpctl: fix memory leak
Antonio Alvarez Feijoo
2024-01-10
1
-0
/
+2
*
src/basic: rename uid-alloc-range.[ch] to uid-classification.[ch]
Zbigniew Jędrzejewski-Szmek
2024-01-09
1
-1
/
+1
*
tree-wide: insert space after for and switch
Yu Watanabe
2023-12-24
1
-1
/
+1
*
test: always call test_setup_logging()
Yu Watanabe
2023-11-17
1
-0
/
+2
*
coredumpctl: propagate SIGTERM to the debugger process
Frantisek Sumsal
2023-11-07
1
-1
/
+16
*
process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...
Lennart Poettering
2023-11-02
2
-2
/
+2
*
coredump: let's always drop privileges
Lennart Poettering
2023-11-01
1
-42
/
+39
*
coredump: tweak coredump log message
Lennart Poettering
2023-11-01
1
-8
/
+19
*
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
Lennart Poettering
2023-10-26
1
-1
/
+1
*
Merge pull request #29601 from yuwata/mmap-check-overflow
Luca Boccassi
2023-10-24
1
-3
/
+3
|
\
|
*
tree-wide: check if return value of lseek() and friends is negative
Yu Watanabe
2023-10-19
1
-3
/
+3
*
|
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
1
-1
/
+1
|
/
*
process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...
Lennart Poettering
2023-10-18
1
-1
/
+1
*
process-util: add pidref_get_cmdline()
Lennart Poettering
2023-10-18
1
-2
/
+2
*
meson: add build option for install path of main config files
Franck Bui
2023-10-17
1
-1
/
+1
*
Merge pull request #29242 from fbuihuu/update-main-config-file-headers
Zbigniew Jędrzejewski-Szmek
2023-10-17
1
-3
/
+5
|
\
|
*
config files: update their header to reflect that they can be installed in /usr
Franck Bui
2023-09-21
1
-3
/
+5
*
|
coredump: add support for forwarding coredump to containers
Nick Rosbrook
2023-10-13
1
-3
/
+247
*
|
process-util: introduce namespace_get_leader helper
Nick Rosbrook
2023-10-13
1
-51
/
+1
*
|
coredump: store crashing process UID and GID in Context
Nick Rosbrook
2023-10-13
1
-19
/
+15
|
/
*
coredump: fix various invalid memory access
Yu Watanabe
2023-08-10
1
-19
/
+14
*
coredump: let's use FOREACH_ARRAY() at once very obvious place
Lennart Poettering
2023-08-10
1
-4
/
+1
*
coredump: fix error path
Lennart Poettering
2023-08-10
1
-1
/
+1
*
coredump: rename gather_pid_metadata() → gather_pid_metadata_from_procfs()
Lennart Poettering
2023-08-10
1
-3
/
+3
*
coredump: add four assert()s
Lennart Poettering
2023-08-10
1
-0
/
+6
*
coredump: use a cleanup handler for destroying iovw objects
Lennart Poettering
2023-08-10
1
-9
/
+5
*
meson: merge declarations of normal and test executables
Yu Watanabe
2023-08-03
1
-9
/
+6
*
meson: move declarations of coredumpd and friends
Yu Watanabe
2023-08-01
1
-1
/
+29
*
coredumpctl: cleanup use of ERRNO_IS_PRIVILEGE()
Dmitry V. Levin
2023-07-28
1
-7
/
+8
*
coredump: use RET_NERRNO and RET_GATHER
Zbigniew Jędrzejewski-Szmek
2023-07-13
1
-5
/
+3
*
tree-wide: "<n>bit" → "<n>-bit"
Zbigniew Jędrzejewski-Szmek
2023-07-02
1
-1
/
+1
*
coredump: clamp JournalSizeMax= to maximum journald would accept
Lennart Poettering
2023-06-23
1
-3
/
+21
[next]