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