summaryrefslogtreecommitdiff
path: root/src/coredump
Commit message (Expand)AuthorAgeFilesLines
* journalctl,elsewhere: make sure --file=foo fails with sane error msg if foo i...Lennart Poettering2020-05-191-1/+1
* tree-wide: make sure our control buffers are properly alignedLennart Poettering2020-05-071-4/+1
* coredump: add zstandard support for coredumpsNorbert Lange2020-05-042-3/+3
* 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
* coredumpctl: support --file=PATHFrantisek Sumsal2020-04-131-0/+18
* *: use _cleanup_close_ with fdopen() where trivialVito Caputo2020-03-311-5/+3
* tree-wide: clean up --help texts a bitLennart Poettering2019-11-181-4/+4
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+0
* coredump: Include module offsets in stack tracesAaron Plattner2019-10-181-2/+5
* Highlight the synopsis and summary in --helpZbigniew Jędrzejewski-Szmek2019-10-081-2/+4
* Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek2019-10-081-7/+7
* Merge pull request #13092 from keszybz/coverity-fixesLennart Poettering2019-07-171-17/+17
|\
| * coredumpctl: check return valueZbigniew Jędrzejewski-Szmek2019-07-171-14/+16
| * coredumpctl: use free_and_replace in one more placeZbigniew Jędrzejewski-Szmek2019-07-171-3/+1
* | 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-273-31/+33
* 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
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-1/+1
* coredumpctl: fix --debugger optionYu Watanabe2019-05-281-5/+9
* 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 #12411 from keszybz/pr/12394Lennart Poettering2019-05-081-0/+1
|\
| * Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-081-0/+1
* | 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-292-3/+3
|/
* Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-122-8/+3
* tree-wide: (void)ify a few unlink() and rmdir()Lennart Poettering2019-03-271-2/+2
* Voidify more mkdir_p callsZbigniew Jędrzejewski-Szmek2019-03-271-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-272-0/+5
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-132-2/+2
* 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
* Merge pull request #10935 from poettering/rlimit-nofile-safeZbigniew Jędrzejewski-Szmek2018-12-061-1/+1
|\