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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
8
-104
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
3
-18
/
+8
*
coccinelle: run safe_fclose.cocci again
Lennart Poettering
2018-03-23
1
-2
/
+1
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
3
-6
/
+3
*
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 fsync_directory_of_file() all over the place
Lennart Poettering
2018-02-20
1
-0
/
+2
*
coredump: accept hostname on command line (#8033)
Jakub Filak
2018-02-15
1
-6
/
+15
*
coredump,journal: when vacuuming use new unlinkat_deallocate() calls
Lennart Poettering
2018-02-12
1
-7
/
+7
*
util: minor tweaks to disable_core_dumps()
Lennart Poettering
2018-01-10
1
-1
/
+1
*
tree-wide: introduce disable_core_dumps helper and port existing users
Jan Klötzke
2018-01-10
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
*
tree-wide: use __fsetlocking() instead of fxyz_unlocked()
Lennart Poettering
2017-12-14
2
-3
/
+9
*
tree-wide: drop a few == NULL and != NULL comparison
Lennart Poettering
2017-12-11
1
-1
/
+1
*
journal,coredump: do not do ACL magic for "nobody" user either
Lennart Poettering
2017-12-06
1
-1
/
+1
*
coredump,journal: do not do ACL magic for processes of dynamic UIDs
Lennart Poettering
2017-12-06
1
-1
/
+1
*
user-util: add new uid_is_system() helper
Lennart Poettering
2017-12-06
1
-1
/
+1
*
coredump: fix typo and use hashmap_free_with_destructor
Zbigniew Jędrzejewski-Szmek
2017-11-28
1
-9
/
+4
*
Remove NULL as last parameter to strjoin
Daniel Lockyer
2017-11-24
1
-1
/
+1
*
Add license headers and SPDX identifiers to meson.build files
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+17
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
7
-0
/
+7
*
conf-parser: turn three bool function params into a flags fields
Lennart Poettering
2017-11-13
1
-1
/
+1
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
3
-6
/
+6
*
io-util: add new IOVEC_INIT/IOVEC_MAKE macros
Lennart Poettering
2017-09-22
1
-16
/
+14
*
tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)
Lennart Poettering
2017-07-21
2
-2
/
+2
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
meson: use booleans for conf.set and drop unecessary conditionals
Zbigniew Jędrzejewski-Szmek
2017-05-02
1
-1
/
+1
*
meson: reindent all files with 8 spaces
Zbigniew Jędrzejewski-Szmek
2017-04-23
1
-14
/
+12
*
meson: define tests
Zbigniew Jędrzejewski-Szmek
2017-04-23
1
-0
/
+9
*
meson: build systemd using meson
Zbigniew Jędrzejewski-Szmek
2017-04-23
1
-0
/
+17
*
Merge pull request #5774 from keszybz/printf-annotations
Djalal Harouni
2017-04-23
1
-3
/
+2
|
\
|
*
coredump: fix non-literal string used in printf
Zbigniew Jędrzejewski-Szmek
2017-04-21
1
-3
/
+2
*
|
tree-wide: fix wrong indent (#5757)
Yu Watanabe
2017-04-19
1
-4
/
+4
|
/
*
coredump: fix handling of premature-eof data for --backtrace
Zbigniew Jędrzejewski-Szmek
2017-03-05
1
-1
/
+2
*
coredump: define a macro for a "short bus call timeout"
Lennart Poettering
2017-03-01
1
-1
/
+3
*
coredump: introduce is_journald_crash() and is_pid1_crash() helpers
Lennart Poettering
2017-03-01
1
-6
/
+17
*
coredump: normalize generation/parsing of COREDUMP_TRUNCATED=
Lennart Poettering
2017-03-01
2
-4
/
+6
*
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
*
coredump: process special crashes in an (almost) normal way
Zbigniew Jędrzejewski-Szmek
2017-02-28
1
-67
/
+57
[next]