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
*
util: minor tweaks to disable_core_dumps()
Lennart Poettering
2018-01-10
1
-1
/
+1
*
tree-wide: introduce disable_core_dumps helper and port existing users
Jan Klötzke
2018-01-10
1
-1
/
+1
*
tree-wide: make use of wait_for_terminate_and_check() at various places
Lennart Poettering
2018-01-04
1
-8
/
+1
*
process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN logging
Lennart Poettering
2018-01-04
1
-4
/
+2
*
tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we can
Lennart Poettering
2017-12-25
1
-1
/
+1
*
tree-wide: introduce new safe_fork() helper and port everything over
Lennart Poettering
2017-12-25
1
-8
/
+4
*
tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...
Lennart Poettering
2017-12-15
1
-1
/
+1
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-3
/
+3
*
tree-wide: use __fsetlocking() instead of fxyz_unlocked()
Lennart Poettering
2017-12-14
2
-3
/
+9
*
tree-wide: drop a few == NULL and != NULL comparison
Lennart Poettering
2017-12-11
1
-1
/
+1
*
journal,coredump: do not do ACL magic for "nobody" user either
Lennart Poettering
2017-12-06
1
-1
/
+1
*
coredump,journal: do not do ACL magic for processes of dynamic UIDs
Lennart Poettering
2017-12-06
1
-1
/
+1
*
user-util: add new uid_is_system() helper
Lennart Poettering
2017-12-06
1
-1
/
+1
*
coredump: fix typo and use hashmap_free_with_destructor
Zbigniew Jędrzejewski-Szmek
2017-11-28
1
-9
/
+4
*
Remove NULL as last parameter to strjoin
Daniel Lockyer
2017-11-24
1
-1
/
+1
*
Add license headers and SPDX identifiers to meson.build files
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+17
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
7
-0
/
+7
*
conf-parser: turn three bool function params into a flags fields
Lennart Poettering
2017-11-13
1
-1
/
+1
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
3
-6
/
+6
*
io-util: add new IOVEC_INIT/IOVEC_MAKE macros
Lennart Poettering
2017-09-22
1
-16
/
+14
*
tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)
Lennart Poettering
2017-07-21
2
-2
/
+2
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
meson: use booleans for conf.set and drop unecessary conditionals
Zbigniew Jędrzejewski-Szmek
2017-05-02
1
-1
/
+1
*
meson: reindent all files with 8 spaces
Zbigniew Jędrzejewski-Szmek
2017-04-24
1
-14
/
+12
*
meson: define tests
Zbigniew Jędrzejewski-Szmek
2017-04-24
1
-0
/
+9
*
meson: build systemd using meson
Zbigniew Jędrzejewski-Szmek
2017-04-24
1
-0
/
+17
*
Merge pull request #5774 from keszybz/printf-annotations
Djalal Harouni
2017-04-23
1
-3
/
+2
|
\
|
*
coredump: fix non-literal string used in printf
Zbigniew Jędrzejewski-Szmek
2017-04-21
1
-3
/
+2
*
|
tree-wide: fix wrong indent (#5757)
Yu Watanabe
2017-04-19
1
-4
/
+4
|
/
*
coredump: fix handling of premature-eof data for --backtrace
Zbigniew Jędrzejewski-Szmek
2017-03-05
1
-1
/
+2
*
coredump: define a macro for a "short bus call timeout"
Lennart Poettering
2017-03-01
1
-1
/
+3
*
coredump: introduce is_journald_crash() and is_pid1_crash() helpers
Lennart Poettering
2017-03-01
1
-6
/
+17
*
coredump: normalize generation/parsing of COREDUMP_TRUNCATED=
Lennart Poettering
2017-03-01
2
-4
/
+6
*
coredumpctl: avoid spurious warning about systemd-coredump@0.service
Zbigniew Jędrzejewski-Szmek
2017-03-01
1
-1
/
+1
*
coredumpctl: print a hint when no journal files are found
Zbigniew Jędrzejewski-Szmek
2017-03-01
1
-4
/
+20
*
coredumpctl: use a 3s timeout for checking units
Zbigniew Jędrzejewski-Szmek
2017-03-01
1
-1
/
+1
*
coredump: process special crashes in an (almost) normal way
Zbigniew Jędrzejewski-Szmek
2017-03-01
1
-67
/
+57
*
coredumpctl,man: mark truncated messages as such in output
Zbigniew Jędrzejewski-Szmek
2017-02-27
2
-11
/
+29
*
coredumpctl: add debug information which services count towards the warning
Zbigniew Jędrzejewski-Szmek
2017-02-27
1
-6
/
+7
*
coredump: when storing an incomplete coredump, add COREDUMP_TRUNCATED=yes
Zbigniew Jędrzejewski-Szmek
2017-02-27
1
-7
/
+19
*
coredump: do not try to access unitialized CONTEXT_COMM field
Zbigniew Jędrzejewski-Szmek
2017-02-27
1
-37
/
+53
*
coredump: slight simplification
Zbigniew Jędrzejewski-Szmek
2017-02-25
1
-6
/
+2
*
coredumpctl: implement --since/--until (-S/-U) for info/list verbs
Giedrius Statkevičius
2017-02-24
1
-12
/
+68
*
coredump: fix assign in while loop (#5417)
Thomas H. P. Andersen
2017-02-22
1
-1
/
+1
*
coredumpctl: print a hint if any coredumps are in flight (#5393)
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-1
/
+67
*
Merge pull request #5373 from poettering/coredump-timestamp-fixes
Zbigniew Jędrzejewski-Szmek
2017-02-17
1
-13
/
+42
|
\
|
*
coredump: store the full coredump kernel context in xattrs on the coredump file
Lennart Poettering
2017-02-17
1
-0
/
+1
|
*
coredump: when reconstructing original kernel coredump context, chop off trai...
Lennart Poettering
2017-02-17
1
-1
/
+8
|
*
coredump: include signal name in journal metadata
Lennart Poettering
2017-02-17
1
-6
/
+12
|
*
coredump: fix handling of special crashes
Lennart Poettering
2017-02-17
1
-6
/
+21
[next]