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
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: more log_*_errno() conversions, multiline calls
Michal Schmidt
2014-11-28
40
-278
/
+232
*
hostnamectl: Exit with zero on success
Martin Pitt
2014-11-28
1
-1
/
+1
*
udev,update-done: more log_xyz_errno() conversions
Lennart Poettering
2014-11-28
3
-36
/
+20
*
sd-bus: make sure %m resolves to the specified error in bus_error_set_errnofv()
Lennart Poettering
2014-11-28
1
-1
/
+3
*
bus-proxy: automatically detect scope of bus and derive which XML snippets to...
Lennart Poettering
2014-11-28
1
-25
/
+36
*
sd-bus: rename default bus address constants, they aren't "paths" but "addres...
Lennart Poettering
2014-11-28
6
-18
/
+17
*
sd-bus: add new call sd_bus_get_scope() for querying whether one is connected...
Lennart Poettering
2014-11-28
6
-4
/
+98
*
sd-bus: rework credential query logic
Lennart Poettering
2014-11-28
4
-73
/
+98
*
treewide: more log_*_errno() conversions
Michal Schmidt
2014-11-28
7
-15
/
+15
*
treewide: drop unnecessary trailing \n in log_*() calls
Michal Schmidt
2014-11-28
12
-56
/
+56
*
core: two more log_unit_*_errno() conversions
Michal Schmidt
2014-11-28
2
-2
/
+5
*
core: convert log_unit_*() to log_unit_*_errno()
Michal Schmidt
2014-11-28
9
-45
/
+45
*
core: add log_unit_*_errno() macros
Michal Schmidt
2014-11-28
1
-0
/
+7
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
174
-1002
/
+1002
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
173
-1001
/
+1001
*
shared: fix log_emergency_errno macro
Michal Schmidt
2014-11-28
1
-1
/
+1
*
kdbus: when running in a container, don't complain that we cannot write to /sys
Lennart Poettering
2014-11-28
1
-8
/
+6
*
log: change log_xyz_errno() calls to always return the negative error
Lennart Poettering
2014-11-28
2
-69
/
+69
*
log: make socket address structs static const
Lennart Poettering
2014-11-28
1
-7
/
+11
*
log: also set errno to the passed error code before processing format string ...
Lennart Poettering
2014-11-28
1
-0
/
+6
*
core: only override kdbus attach mask when running as PID 1
Lennart Poettering
2014-11-28
1
-1
/
+2
*
sd-bus: the attach_mask kernel module parameter is 64bit now, hence initializ...
Lennart Poettering
2014-11-28
1
-1
/
+6
*
log: allow negative errno values
Lennart Poettering
2014-11-28
2
-3
/
+9
*
log: fix order of log_unit_struct() to match other logging calls
Lennart Poettering
2014-11-28
17
-144
/
+153
*
networkd: update logging macros for parameter order, and errno, to match rest...
Lennart Poettering
2014-11-28
3
-57
/
+31
*
networkd: remove duplicate macro definitions
Lennart Poettering
2014-11-28
1
-17
/
+0
*
sysv-generator: advertise the man page
Zbigniew Jędrzejewski-Szmek
2014-11-27
1
-0
/
+1
*
fix build with --enable-terminal
Thomas Hindoe Paaboel Andersen
2014-11-27
1
-1
/
+1
*
kmod-setup: simplify kernel command line parsing
Lennart Poettering
2014-11-27
1
-19
/
+1
*
kdbus: set kernel attach mask before creating the first bus
Lennart Poettering
2014-11-27
6
-29
/
+103
*
selinux: log selinux log messages with LOG_AUTH facility
Lennart Poettering
2014-11-27
1
-1
/
+1
*
log: rearrange log function naming
Lennart Poettering
2014-11-27
51
-665
/
+671
*
log: be a bit less wasteful when allocating buffers
Lennart Poettering
2014-11-27
1
-2
/
+2
*
log: add an "error" parameter to all low-level logging calls and intrdouce lo...
Lennart Poettering
2014-11-27
21
-153
/
+209
*
sd-bus: set creds info for "org.freedesktop.DBus.Local" generated messages, too
Lennart Poettering
2014-11-27
3
-2
/
+22
*
sd-bus: when we get the list of well-known names back from kdbus we shouldn't...
Lennart Poettering
2014-11-27
2
-0
/
+15
*
sd-bus: deal with whitespace in matches
Lennart Poettering
2014-11-27
1
-0
/
+3
*
sd-bus: unify logic how we patch the message source of driver messages
Lennart Poettering
2014-11-27
1
-11
/
+14
*
sd-bus: fake valid well-known-names metadata for faked bus messages
Lennart Poettering
2014-11-27
3
-2
/
+21
*
sd-bus: optimize how we generate the well-known-names lists in messages from ...
Lennart Poettering
2014-11-27
2
-5
/
+29
*
sd-bus: be stricter with mismatches between dbus1 and kdbus message headers
Lennart Poettering
2014-11-27
2
-5
/
+35
*
bus-proxy: beef up policy enforcement
Lennart Poettering
2014-11-27
4
-284
/
+452
*
bus-proxy: check passed parameter signature of all driver method calls
Lennart Poettering
2014-11-27
3
-8
/
+59
*
networkd: fix kernel rtnl receive buffer overrun error
Alin Rauta
2014-11-27
3
-0
/
+12
*
resolve: reject empty TXT records
Stanisław Pitucha
2014-11-27
1
-0
/
+7
*
resolve: set error code on failure
Stanisław Pitucha
2014-11-27
1
-1
/
+3
*
resolve: fix redirection loops in compressed RR
Stanisław Pitucha
2014-11-27
1
-2
/
+5
*
core: fix transaction destructiveness check once more
Michal Schmidt
2014-11-27
1
-1
/
+1
*
resolve: fix NULL deref on strv comparison
David Herrmann
2014-11-27
3
-8
/
+15
*
bus: prefix custom endpoints with "$UID-"
David Herrmann
2014-11-27
1
-10
/
+10
[next]