summaryrefslogtreecommitdiff
path: root/src/journal/coredump.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-10build-sys: move coredump logic into subdir of its ownLennart Poettering1-880/+0
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-26journald: add a couple of static asserts checking logging constantsLennart Poettering1-0/+2
2016-01-25Merge pull request #2240 from hgwalles/coredump-delete-bugLennart Poettering1-9/+14
2016-01-25coredump: fix bug that loses core dump files when core dumps are compressed a...Hayden Walles1-9/+14
2016-01-13tree-wide: check if errno is greater than zero (2)Zbigniew Jędrzejewski-Szmek1-1/+1
2015-11-10defs: rework CONF_DIRS_NULSTR() macroLennart Poettering1-2/+2
2015-11-05treewide: use the negative error codes returned by our functionsMichal Schmidt1-5/+7
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27io-util.h: move iovec stuff from macro.h to io-util.hLennart Poettering1-0/+1
2015-10-27src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering1-1/+1
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering1-0/+1
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-0/+1
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-0/+1
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering1-13/+15
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering1-17/+17
2015-09-09util: introduce safe_fclose() and port everything over to itLennart Poettering1-2/+1
2015-06-15util: when creating temporary file names, allow including extra id string in itLennart Poettering1-2/+2
2015-04-10shared: add process-util.[ch]Ronny Chevalier1-0/+1
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer1-2/+2
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-2/+0
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-15/+15
2015-01-29coredump: drop caps while we are processing the coredumpLennart Poettering1-10/+11
2015-01-22tmpfiles: add 'a' type to set ACLsZbigniew Jędrzejewski-Szmek1-5/+1
2014-12-12copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering1-1/+1
2014-12-12util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering1-6/+6
2014-11-29coredump: Support coredump.conf.d directories in the usual search pathsJosh Triplett1-4/+5
2014-11-28coredump: simplify a few things by allocating small fields on the stack rathe...Lennart Poettering1-46/+46
2014-11-28coredump: rework compose_open_fds()Lennart Poettering1-15/+24
2014-11-28treewide: another round of simplificationsMichal Schmidt1-28/+14
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-13/+13
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt1-8/+4
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-6/+6
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-6/+6
2014-11-27coredump: use openatZbigniew Jędrzejewski-Szmek1-19/+18
2014-11-27coredump: collect all /proc data useful for bug reportingJakub Filak1-2/+150
2014-11-07copy: change error code when hitting copy limit to EFBIGLennart Poettering1-1/+1
2014-11-06s/commandline/command line/gHarald Hoyer1-1/+1
2014-10-24journald: removed gendered pronouns in commentKlaus Purer1-3/+3
2014-08-15coredump: display libdw fail string on stack trace failUmut Tezduyar Lindskog1-0/+7
2014-07-31Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek1-2/+2
2014-07-26Always check asprintf return codeKarel Zak1-3/+3
2014-07-16Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek1-10/+4
2014-07-15Clear up confusion wrt. ENTRY_SIZE_MAX and DATA_SIZE_MAXZbigniew Jędrzejewski-Szmek1-2/+2
2014-07-15Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek1-1/+1
2014-07-11Fix build without any compression enabledZbigniew Jędrzejewski-Szmek1-1/+1