summaryrefslogtreecommitdiff
path: root/src/coredump
Commit message (Expand)AuthorAgeFilesLines
* 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: make use of wait_for_terminate_and_check() at various placesLennart Poettering2018-01-041-8/+1
* process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering2018-01-041-4/+2
* tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we canLennart Poettering2017-12-251-1/+1
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-8/+4
* tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...Lennart Poettering2017-12-151-1/+1
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-3/+3
* tree-wide: use __fsetlocking() instead of fxyz_unlocked()Lennart Poettering2017-12-142-3/+9
* 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
* coredump: fix typo and use hashmap_free_with_destructorZbigniew Jędrzejewski-Szmek2017-11-281-9/+4
* Remove NULL as last parameter to strjoinDaniel Lockyer2017-11-241-1/+1
* Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+17
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-197-0/+7
* 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-043-6/+6
* 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-212-2/+2
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* meson: use booleans for conf.set and drop unecessary conditionalsZbigniew Jędrzejewski-Szmek2017-05-021-1/+1
* meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-231-14/+12
* meson: define testsZbigniew Jędrzejewski-Szmek2017-04-231-0/+9
* meson: build systemd using mesonZbigniew Jędrzejewski-Szmek2017-04-231-0/+17
* 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: define a macro for a "short bus call timeout"Lennart Poettering2017-03-011-1/+3
* 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-012-4/+6
* coredumpctl: avoid spurious warning about systemd-coredump@0.serviceZbigniew Jędrzejewski-Szmek2017-02-281-1/+1
* coredumpctl: print a hint when no journal files are foundZbigniew Jędrzejewski-Szmek2017-02-281-4/+20
* coredumpctl: use a 3s timeout for checking unitsZbigniew Jędrzejewski-Szmek2017-02-281-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-262-11/+29
* coredumpctl: add debug information which services count towards the warningZbigniew Jędrzejewski-Szmek2017-02-261-6/+7
* 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
* coredumpctl: implement --since/--until (-S/-U) for info/list verbsGiedrius Statkevičius2017-02-241-12/+68
* coredump: fix assign in while loop (#5417)Thomas H. P. Andersen2017-02-221-1/+1
* coredumpctl: print a hint if any coredumps are in flight (#5393)Zbigniew Jędrzejewski-Szmek2017-02-211-1/+67
* 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