summaryrefslogtreecommitdiff
path: root/src/coredump/coredumpctl.c
AgeCommit message (Expand)Author
2018-06-14Drop my copyright headersZbigniew Jędrzejewski-Szmek
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering
2018-05-22coredumpctl: always output proper english sentenceLennart Poettering
2018-04-18coredumpctl: Add debug as a gdb alias, and add lldb support (closes #8722) (#...Ryan Gonzalez
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe
2018-03-23coccinelle: run safe_fclose.cocci againLennart Poettering
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering
2018-03-21coredumpctl: drop unnecessary NULL initialization, and use const where possib...Lennart Poettering
2018-03-19tree-wide: voidify pager_open()Yu Watanabe
2018-03-19coredumpctl: use dispatch_verb()Yu Watanabe
2018-03-05coredump: do not leak memory (#8352)Yu Watanabe
2018-02-22tree-wide: reopen log when we need to log in FORK_CLOSE_ALL_FDS childrenLennart Poettering
2018-02-20journalctl: improve hint about lack of access for --user-unit=...Zbigniew Jędrzejewski-Szmek
2018-01-04tree-wide: make use of wait_for_terminate_and_check() at various placesLennart Poettering
2018-01-04process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering
2017-12-25tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we canLennart Poettering
2017-12-25tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering
2017-12-15tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...Lennart Poettering
2017-12-14tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek
2017-10-04build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek
2017-03-01coredump: define a macro for a "short bus call timeout"Lennart 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-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-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-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-13coredumpctl: Add -r/--reverse optionNamhyung Kim
2017-02-13coredumpctl: Remove dubious newline in the help messageNamhyung Kim
2016-12-17coredumpctl: let gdb handle the SIGINT signal (#4901)Franck Bui
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew 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-13fileio: simplify mkostemp_safe() (#4090)Topi Miettinen
2016-08-04util-lib: rework /tmp and /var/tmp handling codeLennart Poettering