summaryrefslogtreecommitdiff
path: root/src/coredump/coredump.c
Commit message (Expand)AuthorAgeFilesLines
...
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-21/+19
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* util-lib: move main() definition macros to its own header fileLennart Poettering2018-11-191-0/+1
* coredump: define main through macroZbigniew Jędrzejewski-Szmek2018-11-171-14/+10
* fuzz: decrease DATA_SIZE_MAXYu Watanabe2018-11-121-0/+5
* coredump: update commentsYu Watanabe2018-11-121-1/+1
* coredump: include error cause in log messageYu Watanabe2018-10-201-1/+1
* coredump: FOREACH_LINE excorcismLennart Poettering2018-10-181-5/+11
* user-util: rework get_user_creds()Lennart Poettering2018-08-201-1/+1
* tree-wide: drop MSG_NOSIGNAL flag from recvmsg() invocationsLennart Poettering2018-06-201-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek2018-06-041-2/+1
* tree-wide: make use of memory_startswith() at various placesLennart Poettering2018-05-301-7/+4
* coredump: properly treat Storage=none as disabled storageZbigniew Jędrzejewski-Szmek2018-05-171-3/+14
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-14/+6
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* tree-wide: make use of fsync_directory_of_file() all over the placeLennart Poettering2018-02-201-0/+2
* coredump: accept hostname on command line (#8033)Jakub Filak2018-02-151-6/+15
* util: minor tweaks to disable_core_dumps()Lennart Poettering2018-01-101-1/+1
* tree-wide: introduce disable_core_dumps helper and port existing usersJan Klötzke2018-01-101-1/+1
* tree-wide: use __fsetlocking() instead of fxyz_unlocked()Lennart Poettering2017-12-141-2/+5
* tree-wide: drop a few == NULL and != NULL comparisonLennart Poettering2017-12-111-1/+1
* journal,coredump: do not do ACL magic for "nobody" user eitherLennart Poettering2017-12-061-1/+1
* coredump,journal: do not do ACL magic for processes of dynamic UIDsLennart Poettering2017-12-061-1/+1
* user-util: add new uid_is_system() helperLennart Poettering2017-12-061-1/+1
* Remove NULL as last parameter to strjoinDaniel Lockyer2017-11-241-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-131-1/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-4/+4
* io-util: add new IOVEC_INIT/IOVEC_MAKE macrosLennart Poettering2017-09-221-16/+14
* tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)Lennart Poettering2017-07-211-1/+1
* Merge pull request #5774 from keszybz/printf-annotationsDjalal Harouni2017-04-231-3/+2
|\
| * coredump: fix non-literal string used in printfZbigniew Jędrzejewski-Szmek2017-04-211-3/+2
* | tree-wide: fix wrong indent (#5757)Yu Watanabe2017-04-191-4/+4
|/
* coredump: fix handling of premature-eof data for --backtraceZbigniew Jędrzejewski-Szmek2017-03-051-1/+2
* coredump: introduce is_journald_crash() and is_pid1_crash() helpersLennart Poettering2017-03-011-6/+17
* coredump: normalize generation/parsing of COREDUMP_TRUNCATED=Lennart Poettering2017-03-011-1/+1
* coredump: process special crashes in an (almost) normal wayZbigniew Jędrzejewski-Szmek2017-02-281-67/+57
* coredumpctl,man: mark truncated messages as such in outputZbigniew Jędrzejewski-Szmek2017-02-261-3/+3
* coredump: when storing an incomplete coredump, add COREDUMP_TRUNCATED=yesZbigniew Jędrzejewski-Szmek2017-02-261-7/+19
* coredump: do not try to access unitialized CONTEXT_COMM fieldZbigniew Jędrzejewski-Szmek2017-02-261-37/+53
* coredump: slight simplificationZbigniew Jędrzejewski-Szmek2017-02-251-6/+2
* Merge pull request #5373 from poettering/coredump-timestamp-fixesZbigniew Jędrzejewski-Szmek2017-02-171-13/+42
|\
| * coredump: store the full coredump kernel context in xattrs on the coredump fileLennart Poettering2017-02-171-0/+1
| * coredump: when reconstructing original kernel coredump context, chop off trai...Lennart Poettering2017-02-171-1/+8
| * coredump: include signal name in journal metadataLennart Poettering2017-02-171-6/+12
| * coredump: fix handling of special crashesLennart Poettering2017-02-171-6/+21