summaryrefslogtreecommitdiff
path: root/src/coredump
AgeCommit message (Expand)Author
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
2016-09-16tree-wide: rename config_parse_many to …_nulstrZbigniew Jędrzejewski-Szmek
2016-09-13fileio: simplify mkostemp_safe() (#4090)Topi Miettinen
2016-08-11coredump: treat RLIMIT_CORE below page size as disabling coredumps (#3932)Zbigniew Jędrzejewski-Szmek
2016-08-04util-lib: rework /tmp and /var/tmp handling codeLennart Poettering
2016-08-02coredump: save process container parent cmdlineJakub Filak
2016-08-02coredump: save /proc/[pid]/mountinfoJakub Filak
2016-07-25coredump: turn off coredump collection only when PID 1 crashes, not when jour...Lennart Poettering
2016-07-22Use "return log_error_errno" in more places"Zbigniew Jędrzejewski-Szmek
2016-07-22coredump: turn off coredump collection entirely after journald or PID 1 crashedLennart Poettering
2016-07-22coredump: make sure to handle crashes of PID 1 and journald specialLennart Poettering
2016-07-22coredump: truncate overly long coredump metadata fields (#3780)Lennart Poettering
2016-07-11treewide: fix typos and remove accidental repetition of wordsTorstein Husebø
2016-05-11coredump: use next_datagram_size_fd instead of ioctl(FIONREAD) (#3237)Evgeny Vereshchagin