index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
coredump
/
coredump.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
coredump: use loop_read() for reading coredump into memory
Lennart Poettering
2023-06-23
1
-5
/
+6
*
tree-wide: when in doubt use greek small letter mu rather than micro symbol
Lennart Poettering
2023-06-14
1
-2
/
+2
*
coredump: port over code to new LINK_TMPFILE_SYNC flag
Lennart Poettering
2023-06-13
1
-5
/
+1
*
tmpfile-util: turn last parameter of link_tmpfile() into a proper flags
Lennart Poettering
2023-06-13
1
-1
/
+1
*
tree-wide: use memstream-util
Yu Watanabe
2023-05-31
1
-18
/
+7
*
tree-wide: check memstream buffer after closing the handle
Frantisek Sumsal
2023-05-24
1
-0
/
+3
*
tree-wide: port more code over to CMSG_TYPED_DATA()
Lennart Poettering
2023-04-13
1
-1
/
+1
*
coredump: split out parse_auxv() to src/shared/
Zbigniew Jędrzejewski-Szmek
2023-03-23
1
-69
/
+5
*
coredump: use unaligned_read_ne{32,64}() to parse auxv
Yu Watanabe
2023-03-22
1
-89
/
+60
*
tree-wide: simplify x ? x : y to x ?: y where applicable
Frantisek Sumsal
2023-03-18
1
-1
/
+1
*
conf: replace config_parse_many_nulstr() with config_parse_config_file()
Franck Bui
2023-03-13
1
-8
/
+3
*
tmpfile-util: teach link_tmpfile() to optionally replace files
Lennart Poettering
2023-03-03
1
-1
/
+1
*
log: add common helper log_set_target_and_open()
Lennart Poettering
2023-02-16
1
-6
/
+3
*
coredump: use fstatvfs to check the available space
Dmitry V. Levin
2023-01-17
1
-1
/
+1
*
Merge pull request #25789 from yuwata/EBADF
Lennart Poettering
2022-12-20
1
-1
/
+1
|
\
|
*
tree-wide: use -EBADF more
Yu Watanabe
2022-12-20
1
-1
/
+1
*
|
Merge branch 'systemd-security/coredump-capabilities'
Zbigniew Jędrzejewski-Szmek
2022-12-20
1
-41
/
+211
|
\
\
|
|
/
|
/
|
|
*
coredump: do not allow user to access coredumps with changed uid/gid/capabili...
Zbigniew Jędrzejewski-Szmek
2022-12-07
1
-13
/
+183
|
*
coredump: adjust whitespace
Zbigniew Jędrzejewski-Szmek
2022-12-02
1
-28
/
+28
*
|
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-8
/
+8
|
/
*
basic,shared: move disable_coredumps() to coredump-util.[ch]
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+1
*
coredump: drop an unused variable
Frantisek Sumsal
2022-08-20
1
-2
/
+0
*
coredump: Try to write journald coredump metadata to the journal
Daan De Meyer
2022-07-15
1
-6
/
+26
*
coredump: Connect stdout/stderr to /dev/null before doing anything
Daan De Meyer
2022-07-15
1
-0
/
+7
*
coredump: Fix format string type mismatch
Daan De Meyer
2022-05-22
1
-2
/
+2
*
tree-wide: port various users over to connect_unix_path()
Lennart Poettering
2022-05-13
1
-7
/
+3
*
meson: use a single constant for default compression setting
Zbigniew Jędrzejewski-Szmek
2022-04-22
1
-1
/
+1
*
coredump: fix inode check
Lennart Poettering
2022-02-14
1
-1
/
+1
*
coredump: raise the coredump save size on 64bit systems to 32G (and lower it ...
Lennart Poettering
2022-02-08
1
-2
/
+8
*
coredump: drop unnecessary initialization
Yu Watanabe
2022-01-05
1
-1
/
+2
*
coredump: do not crash if we failed to acquire exe path
Zbigniew Jędrzejewski-Szmek
2022-01-03
1
-17
/
+22
*
coredump: drop unnecessary parentheses
Yu Watanabe
2022-01-03
1
-3
/
+2
*
Define FOREACH_DIRENT through FOREACH_DIRENT_ALL
Zbigniew Jędrzejewski-Szmek
2021-12-15
1
-5
/
+4
*
elf-util: add stub for builds without libdw
Luca Boccassi
2021-11-30
1
-2
/
+0
*
coredump: move elf parsing utilities to src/shared/elf-util
Luca Boccassi
2021-11-30
1
-6
/
+1
*
coredump: analyze object with libdwelf in forked process
Luca Boccassi
2021-11-30
1
-1
/
+5
*
systemd-coredump: allow setting external core size to infinity
Thomas Blume
2021-11-19
1
-7
/
+7
*
Merge pull request #21326 from poettering/mkdir-tweaks
Lennart Poettering
2021-11-16
1
-1
/
+1
|
\
|
*
shared: clean up mkdir.h/label.h situation
Lennart Poettering
2021-11-16
1
-1
/
+1
*
|
coredump: tweak which dir we create
Lennart Poettering
2021-11-16
1
-1
/
+1
|
/
*
shared: split out UID allocation range stuff from user-record.h
Lennart Poettering
2021-11-13
1
-1
/
+1
[next]