summaryrefslogtreecommitdiff
path: root/src/journal/coredumpctl.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering1-0/+3
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering1-0/+1
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier1-0/+1
2015-04-10shared: add process-util.[ch]Ronny Chevalier1-0/+1
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann1-1/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-1/+0
2015-01-06tree-wide: remove unnecessary LOG_PRIZbigniew Jędrzejewski-Szmek1-1/+1
2015-01-05journalctl: static variables immediately configured via command line argument...Lennart Poettering1-10/+9
2015-01-05journal: install sigbus handler for journal tools tooLennart Poettering1-2/+4
2014-11-28treewide: another round of simplificationsMichal Schmidt1-8/+4
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-7/+7
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt1-22/+11
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt1-2/+2
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-12/+12
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-12/+12
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt1-1/+1
2014-09-11journal: do not dereference already freed patternsPhilippe De Swert1-2/+1
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-24/+22
2014-07-31Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek1-1/+1
2014-07-18Small modernizationsZbigniew Jędrzejewski-Szmek1-2/+1
2014-07-06coredumpctl: show a useful error on permission problemsZbigniew Jędrzejewski-Szmek1-2/+3
2014-07-06journal: add LZ4 as optional compressorZbigniew Jędrzejewski-Szmek1-4/+4
2014-06-27coredumpctl: fix potential deref of null pointerThomas Hindoe Paaboel Andersen1-2/+4
2014-06-26coredumpctl: remove unused variableThomas Hindoe Paaboel Andersen1-2/+1
2014-06-26coredumpctl: fix HAVE_XZ checkDaniel Mack1-1/+1
2014-06-26coredumpctl: fix build with !HAVE_XZDaniel Mack1-0/+6
2014-06-26coredump+coredumpctl: add COREDUMP_FILENAME, use in coredumpctlZbigniew Jędrzejewski-Szmek1-162/+139
2014-06-23coredump: never write more than the configured processing size limit to diskLennart Poettering1-1/+1
2014-06-23coredumpctl: show comm name next to PIDLennart Poettering1-7/+10
2014-06-23coredumpctl: include timestamp information in "coredumpctl info" outputLennart Poettering1-1/+19
2014-06-23coredump: also escape spaces in comm fields when formatting file namesLennart Poettering1-1/+1
2014-06-19coredumpctl: add missing entries to --helpLennart Poettering1-6/+7
2014-06-19coredumpctl: fix columns sizing for timestampLennart Poettering1-3/+3
2014-06-19coredumpctl: introduce new -1 switch for showing a single, most recent entry ...Lennart Poettering1-32/+50
2014-06-19coredump: include stacktrace of coredumps in the log messageLennart Poettering1-2/+12
2014-06-19coredump: add 3 more metadata fields to coredump entriesLennart Poettering1-8/+62
2014-06-19coredump: add new "info" verb to coredumpctl showing detailed information abo...Lennart Poettering1-57/+144
2014-06-19coredump: make sure coredumpctl can handle externally stored coredumpsLennart Poettering1-73/+182
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering1-2/+1
2014-01-28always use the same code for creating temporary filesLennart Poettering1-1/+1
2014-01-15Revert "Revert "coredumpctl: in case of error free pattern after print""Lukas Nykryn1-1/+2
2014-01-14Revert "coredumpctl: in case of error free pattern after print"Zbigniew Jędrzejewski-Szmek1-2/+1
2014-01-14coredumpctl: in case of error free pattern after printLukas Nykryn1-1/+2
2013-12-24log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering1-1/+1
2013-12-03trivial coding style clean upsThomas Hindoe Paaboel Andersen1-1/+1
2013-11-26tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch1-1/+1
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering1-6/+5
2013-08-02coredumpctl: add more debug outputZbigniew Jędrzejewski-Szmek1-1/+8
2013-05-21man: Document missing optionsJan Janssen1-0/+1
2013-04-24Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek1-7/+5