summaryrefslogtreecommitdiff
path: root/src/coredump
AgeCommit message (Expand)AuthorFilesLines
2019-11-18tree-wide: clean up --help texts a bitLennart Poettering1-4/+4
2019-11-04tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe1-1/+0
2019-10-31tree-wide: drop missing.hYu Watanabe1-1/+0
2019-10-18coredump: Include module offsets in stack tracesAaron Plattner1-2/+5
2019-10-08Highlight the synopsis and summary in --helpZbigniew Jędrzejewski-Szmek1-2/+4
2019-10-08Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek1-7/+7
2019-07-17Merge pull request #13092 from keszybz/coverity-fixesLennart Poettering1-17/+17
2019-07-17coredumpctl: check return valueZbigniew Jędrzejewski-Szmek1-14/+16
2019-07-17coredumpctl: use free_and_replace in one more placeZbigniew Jędrzejewski-Szmek1-3/+1
2019-07-16coredump: (void)ify all calls of iovw_put_string_field() where we ignore fail...Franck Bui1-27/+28
2019-07-16coredump: gather all process metadata in iovecs first and then cache themFranck Bui1-247/+260
2019-07-16coredump: use 'input_fd' name for the pipe fd passed by the kernel everywhereFranck Bui1-5/+5
2019-07-12tree-wide: get rid of strappend()Lennart Poettering1-1/+1
2019-06-28coredump: make use of the iovec-array helpersFranck Bui1-145/+129
2019-06-27journal-import: extract helpers for handling arrays of iovec and make them av...Franck Bui1-3/+1
2019-06-27coredump: drop 2 useless assertionsFranck Bui1-3/+0
2019-06-27coredump: slighlty simplify stack trace generation logicFranck Bui3-31/+33
2019-06-27coredump: fix the check on the number of passed args in backtrace modeFranck Bui1-2/+2
2019-06-27coredump: gather_pid_metadata() doesn't return 1 anymoreFranck Bui1-5/+1
2019-06-27coredump: rename set_iovec_field_free() into set_iovec_string_field_free()Franck Bui1-23/+15
2019-06-26coredump: rely on /proc exclusively to get the name of the crashing processFranck Bui1-28/+14
2019-06-26coredump: fix one memleak in backtrace modeFranck Bui1-1/+1
2019-06-26coredump: make use of STRINGIFYFranck Bui1-5/+2
2019-06-21tree-wide: replace strjoin() with path_join()Yu Watanabe1-1/+1
2019-05-28coredumpctl: fix --debugger optionYu Watanabe1-5/+9
2019-05-22basic/process-util: convert bool arg to flagsZbigniew Jędrzejewski-Szmek1-2/+2
2019-05-22Rework cmdline printing to use unicodeZbigniew Jędrzejewski-Szmek1-2/+2
2019-05-08Merge pull request #12411 from keszybz/pr/12394Lennart Poettering1-0/+1
2019-05-08Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek1-0/+1
2019-04-30Merge pull request #12420 from mrc0mmand/coccinelle-tweaksLennart Poettering1-4/+1
2019-04-30tree-wide: code improvements suggested by CoccinelleFrantisek Sumsal1-4/+1
2019-04-29codespell: fix spelling errorsBen Boeckel2-3/+3
2019-04-12Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek2-8/+3
2019-03-27tree-wide: (void)ify a few unlink() and rmdir()Lennart Poettering1-2/+2
2019-03-27Voidify more mkdir_p callsZbigniew Jędrzejewski-Szmek1-1/+1
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2-0/+5
2019-03-13util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2-2/+2
2019-01-15Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen1-2/+2
2019-01-09coredump: fix message when we fail to save a journald coredumpZbigniew Jędrzejewski-Szmek1-2/+2
2019-01-09journald: do not store the iovec entry for process commandline on stackZbigniew Jędrzejewski-Szmek1-20/+11
2019-01-09coredump: remove duplicate MESSAGE= prefix from messageZbigniew Jędrzejewski-Szmek1-2/+3
2018-12-12tree-wide: Remove O_CLOEXEC from fdopenChris Down1-1/+1
2018-12-06Merge pull request #10935 from poettering/rlimit-nofile-safeZbigniew Jędrzejewski-Szmek1-1/+1
2018-12-02util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2-1/+2
2018-12-01tree-wide: use FORK_RLIMIT_NOFILE_SAFE wherever possibleLennart Poettering1-1/+1
2018-11-22coccinelle: also mark previous synthetic errnos as suchZbigniew Jędrzejewski-Szmek1-1/+2
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2-37/+31
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek1-0/+1
2018-11-20coredumpctl: fix "leak" of bus connectionZbigniew Jędrzejewski-Szmek1-1/+1
2018-11-20coredumpctl: define main through macroZbigniew Jędrzejewski-Szmek1-6/+6