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
*
Merge pull request #27254 from poettering/cmsg-align-check
Yu Watanabe
2023-04-14
1
-1
/
+1
|
\
|
*
tree-wide: port more code over to CMSG_TYPED_DATA()
Lennart Poettering
2023-04-13
1
-1
/
+1
*
|
image-policy: introduce parse_image_policy_argument() helper
Yu Watanabe
2023-04-13
1
-14
/
+8
|
/
*
tree-wide: hook up image dissection policy logic everywhere
Lennart Poettering
2023-04-05
1
-18
/
+36
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-4
/
+4
*
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
*
Merge pull request #26784 from DaanDeMeyer/chase-fix
Daan De Meyer
2023-03-15
1
-1
/
+1
|
\
|
*
chase-symlinks: Remove unused ret_fd arguments
Daan De Meyer
2023-03-14
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
*
meson: Use dicts for test definitions
Jan Janssen
2023-02-21
1
-3
/
+7
*
dissect-image: Return mount point fd if requested
Daan De Meyer
2023-02-17
1
-0
/
+1
*
log: add common helper log_set_target_and_open()
Lennart Poettering
2023-02-16
1
-6
/
+3
*
meson: Do not include headers in source lists
Jan Janssen
2023-01-24
1
-3
/
+2
*
coredump: use fstatvfs to check the available space
Dmitry V. Levin
2023-01-17
1
-1
/
+1
*
coredump: re-document raised default dump sizes
Jan Engelhardt
2023-01-11
1
-2
/
+3
*
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
2
-11
/
+11
*
|
coredump: cescape invalid json data before logging
Zbigniew Jędrzejewski-Szmek
2022-12-13
1
-3
/
+5
|
/
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
basic: move version() to build.h+c
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
basic,shared: move disable_coredumps() to coredump-util.[ch]
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+1
*
coredumpctl: add --root= + --image= to --help text
Lennart Poettering
2022-10-25
1
-0
/
+2
*
coredumpctl: Add support for the --root option (after merge fixes)
Richard Phibel
2022-10-10
1
-10
/
+9
*
coredumpctl: Add support for the --image option
Richard Phibel
2022-10-03
1
-2
/
+34
*
coredumpctl: Add support for the --root option
Richard Phibel
2022-10-03
1
-4
/
+76
*
shared/format-table: use enum instead of Table.empty_string
Zbigniew Jędrzejewski-Szmek
2022-09-22
1
-1
/
+1
*
coredumpctl: rename table entry
Zbigniew Jędrzejewski-Szmek
2022-09-17
1
-1
/
+1
*
coredump: drop an unused variable
Frantisek Sumsal
2022-08-20
1
-2
/
+0
*
coredumpctl: Use BusLocator functions
Alexander Wilson
2022-07-21
1
-7
/
+2
*
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
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-1
/
+1
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
*
meson: do not use split() in file lists
Zbigniew Jędrzejewski-Szmek
2022-03-02
1
-5
/
+4
*
coredump: fix inode check
Lennart Poettering
2022-02-14
1
-1
/
+1
*
tree-wide: port various places over to new stat_inode_same() helper
Lennart Poettering
2022-02-14
1
-3
/
+2
*
coredump: raise the coredump save size on 64bit systems to 32G (and lower it ...
Lennart Poettering
2022-02-08
1
-2
/
+8
*
meson: Use files() for tests
Jan Janssen
2022-01-11
1
-3
/
+3
*
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
[next]