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
*
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
*
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
*
Merge pull request #27770 from mrc0mmand/more-nallocfuzz-shenanigans
Yu Watanabe
2023-05-25
1
-0
/
+3
|
\
|
*
tree-wide: check memstream buffer after closing the handle
Frantisek Sumsal
2023-05-24
1
-0
/
+3
*
|
tree-wide: use free_and_replace() more
David Tardon
2023-05-24
1
-2
/
+1
|
/
*
dissect-image: port mount_image_privately_interactively() to use /run/systemd...
Lennart Poettering
2023-05-16
1
-1
/
+1
*
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
[next]