summaryrefslogtreecommitdiff
path: root/src/coredump/coredump.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-2/+2
* coredump: indent commentZbigniew Jędrzejewski-Szmek2021-03-011-5/+5
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* treewide: tighten variable scope in loops (#18372)Susant Sahani2021-01-271-13/+10
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-2/+1
* coredump: use uid_is_system() when appropriateZbigniew Jędrzejewski-Szmek2020-09-251-1/+1
* Move {uid,gid}_is_*() from basic to sharedZbigniew Jędrzejewski-Szmek2020-09-251-0/+1
* coredump: don't convert s → µs twiceLennart Poettering2020-09-021-4/+10
* Merge pull request #16841 from keszybz/acl-util-bitmaskLennart Poettering2020-08-311-2/+2
|\
| * shared/acl-util: convert rd,wr,ex to a bitmaskZbigniew Jędrzejewski-Szmek2020-08-271-2/+2
* | tree-wide: drop pointless zero initialization (#16884)fangxiuning2020-08-281-1/+1
|/
* acl-util: beef up add_acls_for_user()Lennart Poettering2020-08-251-1/+1
* coredump: port to use common add_acls_for_user()Lennart Poettering2020-07-211-24/+4
* tree-wide: add new HAVE_COMPRESSION compile time flagLennart Poettering2020-06-251-1/+1
* conf-parser: return mtime in config_parse() and friendsLennart Poettering2020-06-021-5/+8
* tree-wide: make sure our control buffers are properly alignedLennart Poettering2020-05-071-4/+1
* coredump: add zstandard support for coredumpsNorbert Lange2020-05-041-1/+1
* tree-wide: use cmsg_find() helper at various places where appropriateLennart Poettering2020-04-231-10/+2
* tree-wide: use recvmsg_safe() at various placesLennart Poettering2020-04-231-7/+7
* *: use _cleanup_close_ with fdopen() where trivialVito Caputo2020-03-311-5/+3
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+0
* coredump: (void)ify all calls of iovw_put_string_field() where we ignore fail...Franck Bui2019-07-161-27/+28
* coredump: gather all process metadata in iovecs first and then cache themFranck Bui2019-07-161-247/+260
* coredump: use 'input_fd' name for the pipe fd passed by the kernel everywhereFranck Bui2019-07-161-5/+5
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* coredump: make use of the iovec-array helpersFranck Bui2019-06-281-145/+129
* journal-import: extract helpers for handling arrays of iovec and make them av...Franck Bui2019-06-271-3/+1
* coredump: drop 2 useless assertionsFranck Bui2019-06-271-3/+0
* coredump: slighlty simplify stack trace generation logicFranck Bui2019-06-271-29/+21
* coredump: fix the check on the number of passed args in backtrace modeFranck Bui2019-06-271-2/+2
* coredump: gather_pid_metadata() doesn't return 1 anymoreFranck Bui2019-06-271-5/+1
* coredump: rename set_iovec_field_free() into set_iovec_string_field_free()Franck Bui2019-06-271-23/+15
* coredump: rely on /proc exclusively to get the name of the crashing processFranck Bui2019-06-261-28/+14
* coredump: fix one memleak in backtrace modeFranck Bui2019-06-261-1/+1
* coredump: make use of STRINGIFYFranck Bui2019-06-261-5/+2
* basic/process-util: convert bool arg to flagsZbigniew Jędrzejewski-Szmek2019-05-221-2/+2
* Rework cmdline printing to use unicodeZbigniew Jędrzejewski-Szmek2019-05-221-2/+2
* Merge pull request #12420 from mrc0mmand/coccinelle-tweaksLennart Poettering2019-04-301-4/+1
|\
| * tree-wide: code improvements suggested by CoccinelleFrantisek Sumsal2019-04-301-4/+1
* | codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
|/
* Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-121-4/+1
* Voidify more mkdir_p callsZbigniew Jędrzejewski-Szmek2019-03-271-1/+1
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-1/+1
* Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen2019-01-151-2/+2
* coredump: fix message when we fail to save a journald coredumpZbigniew Jędrzejewski-Szmek2019-01-091-2/+2
* journald: do not store the iovec entry for process commandline on stackZbigniew Jędrzejewski-Szmek2019-01-091-20/+11
* coredump: remove duplicate MESSAGE= prefix from messageZbigniew Jędrzejewski-Szmek2019-01-091-2/+3
* tree-wide: Remove O_CLOEXEC from fdopenChris Down2018-12-121-1/+1