summaryrefslogtreecommitdiff
path: root/src/coredump
Commit message (Expand)AuthorAgeFilesLines
* coredump: fix handling of premature-eof data for --backtraceZbigniew Jędrzejewski-Szmek2017-03-051-1/+2
* coredump: define a macro for a "short bus call timeout"Lennart Poettering2017-03-011-1/+3
* coredump: introduce is_journald_crash() and is_pid1_crash() helpersLennart Poettering2017-03-011-6/+17
* coredump: normalize generation/parsing of COREDUMP_TRUNCATED=Lennart Poettering2017-03-012-4/+6
* coredumpctl: avoid spurious warning about systemd-coredump@0.serviceZbigniew Jędrzejewski-Szmek2017-02-281-1/+1
* coredumpctl: print a hint when no journal files are foundZbigniew Jędrzejewski-Szmek2017-02-281-4/+20
* coredumpctl: use a 3s timeout for checking unitsZbigniew Jędrzejewski-Szmek2017-02-281-1/+1
* coredump: process special crashes in an (almost) normal wayZbigniew Jędrzejewski-Szmek2017-02-281-67/+57
* coredumpctl,man: mark truncated messages as such in outputZbigniew Jędrzejewski-Szmek2017-02-262-11/+29
* coredumpctl: add debug information which services count towards the warningZbigniew Jędrzejewski-Szmek2017-02-261-6/+7
* coredump: when storing an incomplete coredump, add COREDUMP_TRUNCATED=yesZbigniew Jędrzejewski-Szmek2017-02-261-7/+19
* coredump: do not try to access unitialized CONTEXT_COMM fieldZbigniew Jędrzejewski-Szmek2017-02-261-37/+53
* coredump: slight simplificationZbigniew Jędrzejewski-Szmek2017-02-251-6/+2
* coredumpctl: implement --since/--until (-S/-U) for info/list verbsGiedrius Statkevičius2017-02-241-12/+68
* coredump: fix assign in while loop (#5417)Thomas H. P. Andersen2017-02-221-1/+1
* coredumpctl: print a hint if any coredumps are in flight (#5393)Zbigniew Jędrzejewski-Szmek2017-02-211-1/+67
* Merge pull request #5373 from poettering/coredump-timestamp-fixesZbigniew Jędrzejewski-Szmek2017-02-171-13/+42
|\
| * coredump: store the full coredump kernel context in xattrs on the coredump fileLennart Poettering2017-02-171-0/+1
| * coredump: when reconstructing original kernel coredump context, chop off trai...Lennart Poettering2017-02-171-1/+8
| * coredump: include signal name in journal metadataLennart Poettering2017-02-171-6/+12
| * coredump: fix handling of special crashesLennart Poettering2017-02-171-6/+21
* | copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering2017-02-171-1/+1
|/
* coredump: add note about lack of rollback on oomZbigniew Jędrzejewski-Szmek2017-02-151-1/+3
* coredumpctl: display non-coredump coredump entries tooZbigniew Jędrzejewski-Szmek2017-02-151-7/+22
* tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek2017-02-152-6/+6
* coredumpctl: just use argv instead of building a temporary setZbigniew Jędrzejewski-Szmek2017-02-151-66/+35
* coredump: with --backtrace accept a journal entry on stdinZbigniew Jędrzejewski-Szmek2017-02-151-33/+46
* Move export format parsing from src/journal-remote/ to src/basic/Zbigniew Jędrzejewski-Szmek2017-02-141-1/+1
* coredump: implement logging of external backtraces with --backtraceZbigniew Jędrzejewski-Szmek2017-02-141-8/+89
* coredump: split out metadata gathering to a separate functionZbigniew Jędrzejewski-Szmek2017-02-141-158/+112
* coredumpctl: Add -r/--reverse optionNamhyung Kim2017-02-131-5/+20
* coredumpctl: Remove dubious newline in the help messageNamhyung Kim2017-02-131-1/+1
* coredump: really extract container cmdline (#5167)Evgeny Vereshchagin2017-01-311-1/+5
* coredumpctl: let gdb handle the SIGINT signal (#4901)Franck Bui2016-12-171-0/+5
* coredump: bump type of arg_journal_size_max to uint64 tooZbigniew Jędrzejewski-Szmek2016-11-081-1/+1
* coredump: fix format string on 32 bitsZbigniew Jędrzejewski-Szmek2016-11-071-3/+3
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-232-4/+9
* coredump: use for() loop instead of while()Stefan Schweter2016-10-121-1/+1
* coredump,catalog: give better notice when a core file is truncatedZbigniew Jędrzejewski-Szmek2016-09-281-13/+18
* coredump: log if the core is too large to store or generate backtraceZbigniew Jędrzejewski-Szmek2016-09-281-16/+23
* coredumpctl: delay the "on tty" refusal until as late as possibleZbigniew Jędrzejewski-Szmek2016-09-281-23/+43
* coredumpctl: tighten print_field() codeZbigniew Jędrzejewski-Szmek2016-09-281-43/+66
* coredumpctl: rework presence reportingZbigniew Jędrzejewski-Szmek2016-09-281-6/+17
* coredumpctl: report corefile presence properlyZbigniew Jędrzejewski-Szmek2016-09-281-8/+16
* coredumpctl: report user unit properlyZbigniew Jędrzejewski-Szmek2016-09-281-1/+1
* coredumpctl: fix spurious "more than one entry matches" warningZbigniew Jędrzejewski-Szmek2016-09-281-1/+1
* coredumpctl: fix handling of files written to fdZbigniew Jędrzejewski-Szmek2016-09-281-9/+9
* coredump: remove Storage=both optionZbigniew Jędrzejewski-Szmek2016-09-282-81/+71
* coredump: initialize coredump_size in submit_coredump() (#4219)Matej Habrnal2016-09-261-1/+1