summaryrefslogtreecommitdiff
path: root/src/coredump
AgeCommit message (Expand)Author
2017-03-01coredump: define a macro for a "short bus call timeout"Lennart Poettering
2017-03-01coredump: introduce is_journald_crash() and is_pid1_crash() helpersLennart Poettering
2017-03-01coredump: normalize generation/parsing of COREDUMP_TRUNCATED=Lennart Poettering
2017-02-28coredumpctl: avoid spurious warning about systemd-coredump@0.serviceZbigniew Jędrzejewski-Szmek
2017-02-28coredumpctl: print a hint when no journal files are foundZbigniew Jędrzejewski-Szmek
2017-02-28coredumpctl: use a 3s timeout for checking unitsZbigniew Jędrzejewski-Szmek
2017-02-28coredump: process special crashes in an (almost) normal wayZbigniew Jędrzejewski-Szmek
2017-02-26coredumpctl,man: mark truncated messages as such in outputZbigniew Jędrzejewski-Szmek
2017-02-26coredumpctl: add debug information which services count towards the warningZbigniew Jędrzejewski-Szmek
2017-02-26coredump: when storing an incomplete coredump, add COREDUMP_TRUNCATED=yesZbigniew Jędrzejewski-Szmek
2017-02-26coredump: do not try to access unitialized CONTEXT_COMM fieldZbigniew Jędrzejewski-Szmek
2017-02-25coredump: slight simplificationZbigniew Jędrzejewski-Szmek
2017-02-24coredumpctl: implement --since/--until (-S/-U) for info/list verbsGiedrius Statkevičius
2017-02-22coredump: fix assign in while loop (#5417)Thomas H. P. Andersen
2017-02-21coredumpctl: print a hint if any coredumps are in flight (#5393)Zbigniew Jędrzejewski-Szmek
2017-02-17Merge pull request #5373 from poettering/coredump-timestamp-fixesZbigniew Jędrzejewski-Szmek
2017-02-17coredump: store the full coredump kernel context in xattrs on the coredump fileLennart Poettering
2017-02-17coredump: when reconstructing original kernel coredump context, chop off trai...Lennart Poettering
2017-02-17coredump: include signal name in journal metadataLennart Poettering
2017-02-17coredump: fix handling of special crashesLennart Poettering
2017-02-17copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering
2017-02-15coredump: add note about lack of rollback on oomZbigniew Jędrzejewski-Szmek
2017-02-15coredumpctl: display non-coredump coredump entries tooZbigniew Jędrzejewski-Szmek
2017-02-15tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek
2017-02-15coredumpctl: just use argv instead of building a temporary setZbigniew Jędrzejewski-Szmek
2017-02-15coredump: with --backtrace accept a journal entry on stdinZbigniew Jędrzejewski-Szmek
2017-02-14Move export format parsing from src/journal-remote/ to src/basic/Zbigniew Jędrzejewski-Szmek
2017-02-14coredump: implement logging of external backtraces with --backtraceZbigniew Jędrzejewski-Szmek
2017-02-14coredump: split out metadata gathering to a separate functionZbigniew Jędrzejewski-Szmek
2017-02-13coredumpctl: Add -r/--reverse optionNamhyung Kim
2017-02-13coredumpctl: Remove dubious newline in the help messageNamhyung Kim
2017-01-31coredump: really extract container cmdline (#5167)Evgeny Vereshchagin
2016-12-17coredumpctl: let gdb handle the SIGINT signal (#4901)Franck Bui
2016-11-08coredump: bump type of arg_journal_size_max to uint64 tooZbigniew Jędrzejewski-Szmek
2016-11-07coredump: fix format string on 32 bitsZbigniew Jędrzejewski-Szmek
2016-11-07Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek
2016-10-12coredump: use for() loop instead of while()Stefan Schweter
2016-09-28coredump,catalog: give better notice when a core file is truncatedZbigniew Jędrzejewski-Szmek
2016-09-28coredump: log if the core is too large to store or generate backtraceZbigniew Jędrzejewski-Szmek
2016-09-28coredumpctl: delay the "on tty" refusal until as late as possibleZbigniew Jędrzejewski-Szmek
2016-09-28coredumpctl: tighten print_field() codeZbigniew Jędrzejewski-Szmek
2016-09-28coredumpctl: rework presence reportingZbigniew Jędrzejewski-Szmek
2016-09-28coredumpctl: report corefile presence properlyZbigniew Jędrzejewski-Szmek
2016-09-28coredumpctl: report user unit properlyZbigniew Jędrzejewski-Szmek
2016-09-28coredumpctl: fix spurious "more than one entry matches" warningZbigniew Jędrzejewski-Szmek
2016-09-28coredumpctl: fix handling of files written to fdZbigniew Jędrzejewski-Szmek
2016-09-28coredump: remove Storage=both optionZbigniew Jędrzejewski-Szmek
2016-09-26coredump: initialize coredump_size in submit_coredump() (#4219)Matej Habrnal
2016-09-17Merge pull request #4123 from keszybz/network-file-dropinsMartin Pitt