summaryrefslogtreecommitdiff
path: root/src/journal/coredumpctl.c
Commit message (Expand)AuthorAgeFilesLines
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering2015-10-241-13/+11
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-14/+12
* cgtop: underline table headerLennart Poettering2015-09-221-3/+3
* tree-wide: make use of log_error_errno() return value in more casesLennart Poettering2015-09-091-2/+3
* tree-wide: make use of log_error_errno() return valueLennart Poettering2015-09-091-4/+3
* coredumpctl: Add --directory option for reading alternate journalStef Walter2015-08-251-5/+20
* tree-wide: introduce mfree()David Herrmann2015-07-311-2/+1
* tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering2015-06-101-0/+3
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2015-05-291-0/+1
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-131-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* tree-wide: remove unnecessary LOG_PRIZbigniew Jędrzejewski-Szmek2015-01-061-1/+1
* journalctl: static variables immediately configured via command line argument...Lennart Poettering2015-01-051-10/+9
* journal: install sigbus handler for journal tools tooLennart Poettering2015-01-051-2/+4
* treewide: another round of simplificationsMichal Schmidt2014-11-281-8/+4
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-7/+7
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-22/+11
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-281-2/+2
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-12/+12
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-12/+12
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-1/+1
* journal: do not dereference already freed patternsPhilippe De Swert2014-09-111-2/+1
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-24/+22
* Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2014-07-311-1/+1
* Small modernizationsZbigniew Jędrzejewski-Szmek2014-07-181-2/+1
* coredumpctl: show a useful error on permission problemsZbigniew Jędrzejewski-Szmek2014-07-061-2/+3
* journal: add LZ4 as optional compressorZbigniew Jędrzejewski-Szmek2014-07-061-4/+4
* coredumpctl: fix potential deref of null pointerThomas Hindoe Paaboel Andersen2014-06-271-2/+4
* coredumpctl: remove unused variableThomas Hindoe Paaboel Andersen2014-06-261-2/+1
* coredumpctl: fix HAVE_XZ checkDaniel Mack2014-06-261-1/+1
* coredumpctl: fix build with !HAVE_XZDaniel Mack2014-06-261-0/+6
* coredump+coredumpctl: add COREDUMP_FILENAME, use in coredumpctlZbigniew Jędrzejewski-Szmek2014-06-261-162/+139
* coredump: never write more than the configured processing size limit to diskLennart Poettering2014-06-231-1/+1
* coredumpctl: show comm name next to PIDLennart Poettering2014-06-231-7/+10
* coredumpctl: include timestamp information in "coredumpctl info" outputLennart Poettering2014-06-231-1/+19
* coredump: also escape spaces in comm fields when formatting file namesLennart Poettering2014-06-231-1/+1
* coredumpctl: add missing entries to --helpLennart Poettering2014-06-191-6/+7
* coredumpctl: fix columns sizing for timestampLennart Poettering2014-06-191-3/+3
* coredumpctl: introduce new -1 switch for showing a single, most recent entry ...Lennart Poettering2014-06-191-32/+50
* coredump: include stacktrace of coredumps in the log messageLennart Poettering2014-06-191-2/+12
* coredump: add 3 more metadata fields to coredump entriesLennart Poettering2014-06-191-8/+62
* coredump: add new "info" verb to coredumpctl showing detailed information abo...Lennart Poettering2014-06-191-57/+144
* coredump: make sure coredumpctl can handle externally stored coredumpsLennart Poettering2014-06-191-73/+182