summaryrefslogtreecommitdiff
path: root/src/coredump/coredumpctl.c
Commit message (Expand)AuthorAgeFilesLines
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-141-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* coredumpctl: always output proper english sentenceLennart Poettering2018-05-221-2/+2
* coredumpctl: Add debug as a gdb alias, and add lldb support (closes #8722) (#...Ryan Gonzalez2018-04-181-23/+44
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* coccinelle: run safe_fclose.cocci againLennart Poettering2018-03-231-2/+1
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* coredumpctl: drop unnecessary NULL initialization, and use const where possib...Lennart Poettering2018-03-211-2/+2
* tree-wide: voidify pager_open()Yu Watanabe2018-03-191-1/+1
* coredumpctl: use dispatch_verb()Yu Watanabe2018-03-191-105/+95
* coredump: do not leak memory (#8352)Yu Watanabe2018-03-051-4/+1
* tree-wide: reopen log when we need to log in FORK_CLOSE_ALL_FDS childrenLennart Poettering2018-02-221-0/+1
* journalctl: improve hint about lack of access for --user-unit=...Zbigniew Jędrzejewski-Szmek2018-02-201-1/+1
* tree-wide: make use of wait_for_terminate_and_check() at various placesLennart Poettering2018-01-041-8/+1
* process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering2018-01-041-4/+2
* tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we canLennart Poettering2017-12-251-1/+1
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-8/+4
* tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...Lennart Poettering2017-12-151-1/+1
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-3/+3
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* coredump: define a macro for a "short bus call timeout"Lennart Poettering2017-03-011-1/+3
* coredump: normalize generation/parsing of COREDUMP_TRUNCATED=Lennart Poettering2017-03-011-3/+5
* 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
* coredumpctl,man: mark truncated messages as such in outputZbigniew Jędrzejewski-Szmek2017-02-261-8/+26
* coredumpctl: add debug information which services count towards the warningZbigniew Jędrzejewski-Szmek2017-02-261-6/+7
* 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
* 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-151-3/+3
* coredumpctl: just use argv instead of building a temporary setZbigniew Jędrzejewski-Szmek2017-02-151-66/+35
* coredumpctl: Add -r/--reverse optionNamhyung Kim2017-02-131-5/+20
* coredumpctl: Remove dubious newline in the help messageNamhyung Kim2017-02-131-1/+1
* coredumpctl: let gdb handle the SIGINT signal (#4901)Franck Bui2016-12-171-0/+5
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-2/+2
* 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-281-77/+69
* fileio: simplify mkostemp_safe() (#4090)Topi Miettinen2016-09-131-1/+1
* util-lib: rework /tmp and /var/tmp handling codeLennart Poettering2016-08-041-1/+8