summaryrefslogtreecommitdiff
path: root/src/coredump
AgeCommit message (Expand)AuthorFilesLines
2018-08-20user-util: rework get_user_creds()Lennart Poettering1-1/+1
2018-07-23coredumpctl: info shows the last entry by defaultLion Yang1-1/+2
2018-06-20tree-wide: drop MSG_NOSIGNAL flag from recvmsg() invocationsLennart Poettering1-1/+1
2018-06-14Drop my copyright headersZbigniew Jędrzejewski-Szmek3-8/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering3-3/+3
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering5-17/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering7-14/+0
2018-06-04basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek1-2/+1
2018-05-30tree-wide: make use of memory_startswith() at various placesLennart Poettering1-7/+4
2018-05-22coredumpctl: always output proper english sentenceLennart Poettering1-2/+2
2018-05-17coredump: properly treat Storage=none as disabled storageZbigniew Jędrzejewski-Szmek1-3/+14
2018-04-18coredumpctl: Add debug as a gdb alias, and add lldb support (closes #8722) (#...Ryan Gonzalez1-23/+44
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek8-104/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe3-18/+8
2018-03-23coccinelle: run safe_fclose.cocci againLennart Poettering1-2/+1
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering3-6/+3
2018-03-21coredumpctl: drop unnecessary NULL initialization, and use const where possib...Lennart Poettering1-2/+2
2018-03-19tree-wide: voidify pager_open()Yu Watanabe1-1/+1
2018-03-19coredumpctl: use dispatch_verb()Yu Watanabe1-105/+95
2018-03-05coredump: do not leak memory (#8352)Yu Watanabe1-4/+1
2018-02-22tree-wide: reopen log when we need to log in FORK_CLOSE_ALL_FDS childrenLennart Poettering1-0/+1
2018-02-20journalctl: improve hint about lack of access for --user-unit=...Zbigniew Jędrzejewski-Szmek1-1/+1
2018-02-20tree-wide: make use of fsync_directory_of_file() all over the placeLennart Poettering1-0/+2
2018-02-15coredump: accept hostname on command line (#8033)Jakub Filak1-6/+15
2018-02-12coredump,journal: when vacuuming use new unlinkat_deallocate() callsLennart Poettering1-7/+7
2018-01-10util: minor tweaks to disable_core_dumps()Lennart Poettering1-1/+1
2018-01-10tree-wide: introduce disable_core_dumps helper and port existing usersJan Klötzke1-1/+1
2018-01-04tree-wide: make use of wait_for_terminate_and_check() at various placesLennart Poettering1-8/+1
2018-01-04process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering1-4/+2
2017-12-25tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we canLennart Poettering1-1/+1
2017-12-25tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering1-8/+4
2017-12-15tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...Lennart Poettering1-1/+1
2017-12-14tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering1-3/+3
2017-12-14tree-wide: use __fsetlocking() instead of fxyz_unlocked()Lennart Poettering2-3/+9
2017-12-11tree-wide: drop a few == NULL and != NULL comparisonLennart Poettering1-1/+1
2017-12-06journal,coredump: do not do ACL magic for "nobody" user eitherLennart Poettering1-1/+1
2017-12-06coredump,journal: do not do ACL magic for processes of dynamic UIDsLennart Poettering1-1/+1
2017-12-06user-util: add new uid_is_system() helperLennart Poettering1-1/+1
2017-11-28coredump: fix typo and use hashmap_free_with_destructorZbigniew Jędrzejewski-Szmek1-9/+4
2017-11-24Remove NULL as last parameter to strjoinDaniel Lockyer1-1/+1
2017-11-19Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek1-0/+17
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek7-0/+7
2017-11-13conf-parser: turn three bool function params into a flags fieldsLennart Poettering1-1/+1
2017-10-04build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek3-6/+6
2017-09-22io-util: add new IOVEC_INIT/IOVEC_MAKE macrosLennart Poettering1-16/+14
2017-07-21tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)Lennart Poettering2-2/+2
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2017-05-02meson: use booleans for conf.set and drop unecessary conditionalsZbigniew Jędrzejewski-Szmek1-1/+1
2017-04-23meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek1-14/+12
2017-04-23meson: define testsZbigniew Jędrzejewski-Szmek1-0/+9