index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
coredump
/
coredump.c
Age
Commit message (
Expand
)
Author
2017-03-05
coredump: fix handling of premature-eof data for --backtrace
Zbigniew Jędrzejewski-Szmek
2017-03-01
coredump: introduce is_journald_crash() and is_pid1_crash() helpers
Lennart Poettering
2017-03-01
coredump: normalize generation/parsing of COREDUMP_TRUNCATED=
Lennart Poettering
2017-02-28
coredump: process special crashes in an (almost) normal way
Zbigniew Jędrzejewski-Szmek
2017-02-26
coredumpctl,man: mark truncated messages as such in output
Zbigniew Jędrzejewski-Szmek
2017-02-26
coredump: when storing an incomplete coredump, add COREDUMP_TRUNCATED=yes
Zbigniew Jędrzejewski-Szmek
2017-02-26
coredump: do not try to access unitialized CONTEXT_COMM field
Zbigniew Jędrzejewski-Szmek
2017-02-25
coredump: slight simplification
Zbigniew Jędrzejewski-Szmek
2017-02-17
Merge pull request #5373 from poettering/coredump-timestamp-fixes
Zbigniew Jędrzejewski-Szmek
2017-02-17
coredump: store the full coredump kernel context in xattrs on the coredump file
Lennart Poettering
2017-02-17
coredump: when reconstructing original kernel coredump context, chop off trai...
Lennart Poettering
2017-02-17
coredump: include signal name in journal metadata
Lennart Poettering
2017-02-17
coredump: fix handling of special crashes
Lennart Poettering
2017-02-17
copy: change the various copy_xyz() calls to take a unified flags parameter
Lennart Poettering
2017-02-15
coredump: add note about lack of rollback on oom
Zbigniew Jędrzejewski-Szmek
2017-02-15
tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_ID
Zbigniew Jędrzejewski-Szmek
2017-02-15
coredump: with --backtrace accept a journal entry on stdin
Zbigniew Jędrzejewski-Szmek
2017-02-14
Move export format parsing from src/journal-remote/ to src/basic/
Zbigniew Jędrzejewski-Szmek
2017-02-14
coredump: implement logging of external backtraces with --backtrace
Zbigniew Jędrzejewski-Szmek
2017-02-14
coredump: split out metadata gathering to a separate function
Zbigniew Jędrzejewski-Szmek
2017-01-31
coredump: really extract container cmdline (#5167)
Evgeny Vereshchagin
2016-11-08
coredump: bump type of arg_journal_size_max to uint64 too
Zbigniew Jędrzejewski-Szmek
2016-11-07
coredump: fix format string on 32 bits
Zbigniew Jędrzejewski-Szmek
2016-10-23
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-12
coredump: use for() loop instead of while()
Stefan Schweter
2016-09-28
coredump,catalog: give better notice when a core file is truncated
Zbigniew Jędrzejewski-Szmek
2016-09-28
coredump: log if the core is too large to store or generate backtrace
Zbigniew Jędrzejewski-Szmek
2016-09-28
coredump: remove Storage=both option
Zbigniew Jędrzejewski-Szmek
2016-09-26
coredump: initialize coredump_size in submit_coredump() (#4219)
Matej Habrnal
2016-09-16
tree-wide: rename config_parse_many to …_nulstr
Zbigniew Jędrzejewski-Szmek
2016-08-11
coredump: treat RLIMIT_CORE below page size as disabling coredumps (#3932)
Zbigniew Jędrzejewski-Szmek
2016-08-02
coredump: save process container parent cmdline
Jakub Filak
2016-08-02
coredump: save /proc/[pid]/mountinfo
Jakub Filak
2016-07-25
coredump: turn off coredump collection only when PID 1 crashes, not when jour...
Lennart Poettering
2016-07-22
Use "return log_error_errno" in more places"
Zbigniew Jędrzejewski-Szmek
2016-07-22
coredump: turn off coredump collection entirely after journald or PID 1 crashed
Lennart Poettering
2016-07-22
coredump: make sure to handle crashes of PID 1 and journald special
Lennart Poettering
2016-07-22
coredump: truncate overly long coredump metadata fields (#3780)
Lennart Poettering
2016-07-11
treewide: fix typos and remove accidental repetition of words
Torstein Husebø
2016-05-11
coredump: use next_datagram_size_fd instead of ioctl(FIONREAD) (#3237)
Evgeny Vereshchagin
2016-05-05
tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhere
Lennart Poettering
2016-04-22
coredump,basic: generalize O_TMPFILE handling a bit
Lennart Poettering
2016-04-19
coredump: create unnamed temporary files if possible (O_TMPFILE) (#3065)
Evgeny Vereshchagin
2016-04-13
tree-wide: remove useless NULLs from strjoina
Zbigniew Jędrzejewski-Szmek
2016-02-10
coredump: dump priviliges when processing system coredumps
Lennart Poettering
2016-02-10
coredump: honour RLIMIT_CORE when saving/processing coredumps
Lennart Poettering
2016-02-10
coredump: rework coredumping logic
Lennart Poettering
2016-02-10
build-sys: move coredump logic into subdir of its own
Lennart Poettering