summaryrefslogtreecommitdiff
path: root/src/coredump/coredumpctl.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-21tree-wide: replace strjoin() with path_join()Yu Watanabe1-1/+1
2019-05-28coredumpctl: fix --debugger optionYu Watanabe1-5/+9
2019-05-08Merge pull request #12411 from keszybz/pr/12394Lennart Poettering1-0/+1
2019-05-08Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek1-0/+1
2019-04-29codespell: fix spelling errorsBen Boeckel1-2/+2
2019-03-27tree-wide: (void)ify a few unlink() and rmdir()Lennart Poettering1-2/+2
2018-12-06Merge pull request #10935 from poettering/rlimit-nofile-safeZbigniew Jędrzejewski-Szmek1-1/+1
2018-12-02util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering1-1/+1
2018-12-01tree-wide: use FORK_RLIMIT_NOFILE_SAFE wherever possibleLennart Poettering1-1/+1
2018-11-22coccinelle: also mark previous synthetic errnos as suchZbigniew Jędrzejewski-Szmek1-1/+2
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-16/+12
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek1-0/+1
2018-11-20coredumpctl: fix "leak" of bus connectionZbigniew Jędrzejewski-Szmek1-1/+1
2018-11-20coredumpctl: define main through macroZbigniew Jędrzejewski-Szmek1-6/+6
2018-11-20coredumpctl: open output file only before writingZbigniew Jędrzejewski-Szmek1-9/+11
2018-11-14basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek1-3/+3
2018-10-20coredump: include error cause in log messageYu Watanabe1-2/+2
2018-10-16tree-wide: uniformly bump RLIMIT_NOFILE in all our tools that access the journalLennart Poettering1-0/+5
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-1/+11
2018-07-23coredumpctl: info shows the last entry by defaultLion Yang1-1/+2
2018-06-14Drop my copyright headersZbigniew Jędrzejewski-Szmek1-3/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-1/+1
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-05-22coredumpctl: always output proper english sentenceLennart Poettering1-2/+2
2018-04-18coredumpctl: Add debug as a gdb alias, and add lldb support (closes #8722) (#...Ryan Gonzalez1-23/+44
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-2/+1
2018-03-23coccinelle: run safe_fclose.cocci againLennart Poettering1-2/+1
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering1-2/+1
2018-03-21coredumpctl: drop unnecessary NULL initialization, and use const where possib...Lennart Poettering1-2/+2
2018-03-19tree-wide: voidify pager_open()Yu Watanabe1-1/+1
2018-03-19coredumpctl: use dispatch_verb()Yu Watanabe1-105/+95
2018-03-05coredump: do not leak memory (#8352)Yu Watanabe1-4/+1
2018-02-22tree-wide: reopen log when we need to log in FORK_CLOSE_ALL_FDS childrenLennart Poettering1-0/+1
2018-02-20journalctl: improve hint about lack of access for --user-unit=...Zbigniew Jędrzejewski-Szmek1-1/+1
2018-01-04tree-wide: make use of wait_for_terminate_and_check() at various placesLennart Poettering1-8/+1
2018-01-04process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering1-4/+2
2017-12-25tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we canLennart Poettering1-1/+1
2017-12-25tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering1-8/+4
2017-12-15tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...Lennart Poettering1-1/+1
2017-12-14tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering1-3/+3
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-10-04build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek1-1/+1
2017-03-01coredump: define a macro for a "short bus call timeout"Lennart Poettering1-1/+3
2017-03-01coredump: normalize generation/parsing of COREDUMP_TRUNCATED=Lennart Poettering1-3/+5
2017-02-28coredumpctl: avoid spurious warning about systemd-coredump@0.serviceZbigniew Jędrzejewski-Szmek1-1/+1
2017-02-28coredumpctl: print a hint when no journal files are foundZbigniew Jędrzejewski-Szmek1-4/+20
2017-02-28coredumpctl: use a 3s timeout for checking unitsZbigniew Jędrzejewski-Szmek1-1/+1
2017-02-26coredumpctl,man: mark truncated messages as such in outputZbigniew Jędrzejewski-Szmek1-8/+26
2017-02-26coredumpctl: add debug information which services count towards the warningZbigniew Jędrzejewski-Szmek1-6/+7