index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
coredump
/
coredumpctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop my copyright headers
Zbigniew Jędrzejewski-Szmek
2018-06-14
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
coredumpctl: always output proper english sentence
Lennart Poettering
2018-05-22
1
-2
/
+2
*
coredumpctl: Add debug as a gdb alias, and add lldb support (closes #8722) (#...
Ryan Gonzalez
2018-04-18
1
-23
/
+44
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-2
/
+1
*
coccinelle: run safe_fclose.cocci again
Lennart Poettering
2018-03-23
1
-2
/
+1
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
*
coredumpctl: drop unnecessary NULL initialization, and use const where possib...
Lennart Poettering
2018-03-21
1
-2
/
+2
*
tree-wide: voidify pager_open()
Yu Watanabe
2018-03-19
1
-1
/
+1
*
coredumpctl: use dispatch_verb()
Yu Watanabe
2018-03-19
1
-105
/
+95
*
coredump: do not leak memory (#8352)
Yu Watanabe
2018-03-05
1
-4
/
+1
*
tree-wide: reopen log when we need to log in FORK_CLOSE_ALL_FDS children
Lennart Poettering
2018-02-22
1
-0
/
+1
*
journalctl: improve hint about lack of access for --user-unit=...
Zbigniew JÄdrzejewski-Szmek
2018-02-20
1
-1
/
+1
*
tree-wide: make use of wait_for_terminate_and_check() at various places
Lennart Poettering
2018-01-04
1
-8
/
+1
*
process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN logging
Lennart Poettering
2018-01-04
1
-4
/
+2
*
tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we can
Lennart Poettering
2017-12-25
1
-1
/
+1
*
tree-wide: introduce new safe_fork() helper and port everything over
Lennart Poettering
2017-12-25
1
-8
/
+4
*
tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...
Lennart Poettering
2017-12-15
1
-1
/
+1
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-3
/
+3
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-1
/
+1
*
coredump: define a macro for a "short bus call timeout"
Lennart Poettering
2017-03-01
1
-1
/
+3
*
coredump: normalize generation/parsing of COREDUMP_TRUNCATED=
Lennart Poettering
2017-03-01
1
-3
/
+5
*
coredumpctl: avoid spurious warning about systemd-coredump@0.service
Zbigniew Jędrzejewski-Szmek
2017-02-28
1
-1
/
+1
*
coredumpctl: print a hint when no journal files are found
Zbigniew Jędrzejewski-Szmek
2017-02-28
1
-4
/
+20
*
coredumpctl: use a 3s timeout for checking units
Zbigniew Jędrzejewski-Szmek
2017-02-28
1
-1
/
+1
*
coredumpctl,man: mark truncated messages as such in output
Zbigniew Jędrzejewski-Szmek
2017-02-26
1
-8
/
+26
*
coredumpctl: add debug information which services count towards the warning
Zbigniew Jędrzejewski-Szmek
2017-02-26
1
-6
/
+7
*
coredumpctl: implement --since/--until (-S/-U) for info/list verbs
Giedrius Statkevičius
2017-02-24
1
-12
/
+68
*
coredump: fix assign in while loop (#5417)
Thomas H. P. Andersen
2017-02-22
1
-1
/
+1
*
coredumpctl: print a hint if any coredumps are in flight (#5393)
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-1
/
+67
*
coredumpctl: display non-coredump coredump entries too
Zbigniew Jędrzejewski-Szmek
2017-02-15
1
-7
/
+22
*
tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_ID
Zbigniew Jędrzejewski-Szmek
2017-02-15
1
-3
/
+3
*
coredumpctl: just use argv instead of building a temporary set
Zbigniew Jędrzejewski-Szmek
2017-02-15
1
-66
/
+35
*
coredumpctl: Add -r/--reverse option
Namhyung Kim
2017-02-13
1
-5
/
+20
*
coredumpctl: Remove dubious newline in the help message
Namhyung Kim
2017-02-13
1
-1
/
+1
*
coredumpctl: let gdb handle the SIGINT signal (#4901)
Franck Bui
2016-12-17
1
-0
/
+5
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-2
/
+2
*
coredumpctl: delay the "on tty" refusal until as late as possible
Zbigniew Jędrzejewski-Szmek
2016-09-28
1
-23
/
+43
*
coredumpctl: tighten print_field() code
Zbigniew Jędrzejewski-Szmek
2016-09-28
1
-43
/
+66
*
coredumpctl: rework presence reporting
Zbigniew Jędrzejewski-Szmek
2016-09-28
1
-6
/
+17
*
coredumpctl: report corefile presence properly
Zbigniew Jędrzejewski-Szmek
2016-09-28
1
-8
/
+16
*
coredumpctl: report user unit properly
Zbigniew Jędrzejewski-Szmek
2016-09-28
1
-1
/
+1
*
coredumpctl: fix spurious "more than one entry matches" warning
Zbigniew Jędrzejewski-Szmek
2016-09-28
1
-1
/
+1
*
coredumpctl: fix handling of files written to fd
Zbigniew Jędrzejewski-Szmek
2016-09-28
1
-9
/
+9
*
coredump: remove Storage=both option
Zbigniew Jędrzejewski-Szmek
2016-09-28
1
-77
/
+69
*
fileio: simplify mkostemp_safe() (#4090)
Topi Miettinen
2016-09-13
1
-1
/
+1
*
util-lib: rework /tmp and /var/tmp handling code
Lennart Poettering
2016-08-04
1
-1
/
+8
[next]