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
/
journal
Commit message (
Expand
)
Author
Age
Files
Lines
*
journalctl,elsewhere: make sure --file=foo fails with sane error msg if foo i...
Lennart Poettering
2020-05-19
1
-1
/
+1
*
journal-send: Fix the limitation of LINE_MAX
Ankit Jain
2020-05-14
1
-12
/
+43
*
test-journal-send: send printing of long lines
Zbigniew Jędrzejewski-Szmek
2020-05-14
1
-2
/
+16
*
Merge pull request #15765 from benjarobin/fix_kw
Lennart Poettering
2020-05-14
1
-0
/
+1
|
\
|
*
test: Add return 0 to main() function (even it is not strictly necessary)
Benjamin Robin
2020-05-13
1
-0
/
+1
*
|
journald: rework pid change handling
Lennart Poettering
2020-05-13
1
-35
/
+68
*
|
journald: use the fact that client_context_release() returns NULL
Lennart Poettering
2020-05-13
1
-2
/
+1
*
|
journald: rework end of line marker handling to use a field table
Lennart Poettering
2020-05-13
1
-9
/
+20
*
|
journald: use log_warning_errno() where appropriate
Lennart Poettering
2020-05-13
1
-5
/
+4
*
|
journald: Increase stdout buffer size sooner, when almost full
Benjamin Robin
2020-05-13
1
-2
/
+2
|
/
*
tree-wide: make sure our control buffers are properly aligned
Lennart Poettering
2020-05-07
3
-22
/
+12
*
tree-wide: Mark as _unused_ variables that are only used in assert()
Benjamin Robin
2020-05-06
1
-1
/
+1
*
coredump: add zstandard support for coredumps
Norbert Lange
2020-05-04
3
-44
/
+294
*
test: Fix build with !HAVE_LZ4 && HAVE_XZ
Michal Koutný
2020-05-02
1
-1
/
+2
*
tests: various small fixes for strict systems
Topi Miettinen
2020-04-26
2
-12
/
+19
*
Merge pull request #15570 from poettering/cmsg-find
Zbigniew Jędrzejewski-Szmek
2020-04-24
1
-19
/
+7
|
\
|
*
socket-util: introduce type-safe, dereferencing wrapper CMSG_FIND_DATA around...
Lennart Poettering
2020-04-23
1
-19
/
+7
*
|
tree-wide: use structured initialization at various places
Lennart Poettering
2020-04-24
2
-18
/
+20
|
/
*
Merge pull request #15504 from poettering/cmsg-find-pure
Lennart Poettering
2020-04-23
2
-10
/
+17
|
\
|
*
tree-wide: use recvmsg_safe() at various places
Lennart Poettering
2020-04-23
2
-10
/
+17
*
|
Merge pull request #15472 from keszybz/dbus-api-docs
Lennart Poettering
2020-04-23
1
-1
/
+1
|
\
\
|
*
|
tree-wide: use "hostname" spelling everywhere
Zbigniew Jędrzejewski-Szmek
2020-04-21
1
-1
/
+1
*
|
|
sd-journal: don't check namespaces if we have no namespace to go by
Lennart Poettering
2020-04-23
1
-3
/
+4
|
|
/
|
/
|
*
|
tree-wide: fix spelling errors
Frantisek Sumsal
2020-04-21
1
-1
/
+1
|
/
*
errno-util: let's beef up ERRNO_IS_NOT_SUPPORTED() with socket not supported ...
Lennart Poettering
2020-04-17
1
-1
/
+2
*
journald: add configuration option for enabling/disabling audit during journa...
Lennart Poettering
2020-04-17
5
-4
/
+15
*
tree-wide: spellcheck using codespell
Zbigniew Jędrzejewski-Szmek
2020-04-16
2
-2
/
+2
*
Remove unneded {}s
Zbigniew Jędrzejewski-Szmek
2020-04-13
1
-4
/
+2
*
*: use _cleanup_close_ with fdopendir() where trivial
Vito Caputo
2020-03-31
1
-3
/
+2
*
sd-journal: remove the dead code and actually fix #14695
Michal Sekletár
2020-03-28
1
-4
/
+3
*
fix journalctl regression (#15099)
Georg Müller
2020-03-13
1
-1
/
+0
*
journalctl: show duplicate entries if they are from the same file (#14898)
Georg Müller
2020-03-11
1
-3
/
+5
*
tree-wide: use the return value from sockaddr_un_set_path()
Zbigniew Jędrzejewski-Szmek
2020-03-02
4
-18
/
+20
*
journald: fix forwarding to syslog
Zbigniew Jędrzejewski-Szmek
2020-03-02
1
-5
/
+5
*
journalctl: implement --facility=foo
Zbigniew Jędrzejewski-Szmek
2020-02-29
1
-0
/
+78
*
journal: fix log message
Yu Watanabe
2020-02-07
1
-1
/
+1
*
sd-journal: close journal files that were deleted by journald before we've se...
Michal Sekletár
2020-02-05
3
-1
/
+17
*
journal: drop unreachable path
Yu Watanabe
2020-02-03
1
-2
/
+2
*
journalctl: underline sections in --help
Lennart Poettering
2020-01-31
1
-6
/
+7
*
journald: add ability to activate by varlink socket
Lennart Poettering
2020-01-31
1
-9
/
+17
*
journald: add exit on idle
Lennart Poettering
2020-01-31
3
-2
/
+146
*
journald: use structured initialization
Lennart Poettering
2020-01-31
1
-3
/
+5
*
journald: add logging for one error we lacked logging for
Lennart Poettering
2020-01-31
1
-1
/
+3
*
journalctl: drop misplaced empty line
Lennart Poettering
2020-01-31
1
-1
/
+0
*
journalctl: add new --namespace= switch for showing logs for namespace
Lennart Poettering
2020-01-31
1
-4
/
+34
*
journal: make constant argument actually 'const'
Lennart Poettering
2020-01-31
1
-1
/
+1
*
journal: allow opening journal files specific to some namespace
Lennart Poettering
2020-01-31
2
-14
/
+93
*
journal: use structured initialization
Lennart Poettering
2020-01-31
1
-8
/
+11
*
journalctl: use an anonymous array when an array is needed
Lennart Poettering
2020-01-31
1
-4
/
+3
*
journal: properly mark two definitions that are deprecated with GCC attribute...
Lennart Poettering
2020-01-31
1
-1
/
+1
[next]