summaryrefslogtreecommitdiff
path: root/src/coredump
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-145-17/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-147-14/+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
* coredumpctl: always output proper english sentenceLennart Poettering2018-05-221-2/+2
* coredump: properly treat Storage=none as disabled storageZbigniew Jędrzejewski-Szmek2018-05-171-3/+14
* coredumpctl: Add debug as a gdb alias, and add lldb support (closes #8722) (#...Ryan Gonzalez2018-04-181-23/+44
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-068-104/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-053-18/+8
* coccinelle: run safe_fclose.cocci againLennart Poettering2018-03-231-2/+1
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-223-6/+3
* coredumpctl: drop unnecessary NULL initialization, and use const where possib...Lennart Poettering2018-03-211-2/+2
* tree-wide: voidify pager_open()Yu Watanabe2018-03-191-1/+1
* coredumpctl: use dispatch_verb()Yu Watanabe2018-03-191-105/+95
* coredump: do not leak memory (#8352)Yu Watanabe2018-03-051-4/+1
* tree-wide: reopen log when we need to log in FORK_CLOSE_ALL_FDS childrenLennart Poettering2018-02-221-0/+1
* journalctl: improve hint about lack of access for --user-unit=...Zbigniew Jędrzejewski-Szmek2018-02-201-1/+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
* coredump,journal: when vacuuming use new unlinkat_deallocate() callsLennart Poettering2018-02-121-7/+7
* 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