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
*
Merge pull request #4835 from poettering/unit-name-printf
Zbigniew Jędrzejewski-Szmek
2016-12-10
6
-96
/
+132
|
\
|
*
core: add a note clarifying that we should be careful when adding new specifiers
Lennart Poettering
2016-12-07
1
-0
/
+4
|
*
core: deprecate %c, %r, %R specifiers
Lennart Poettering
2016-12-07
1
-3
/
+13
|
*
tests: let's make function tables static/const
Lennart Poettering
2016-12-07
1
-4
/
+4
|
*
core: add specifier expansion to ReadOnlyPaths= and friends
Lennart Poettering
2016-12-07
1
-14
/
+20
|
*
core: add specifier expansion to RequiresMountsFor=
Lennart Poettering
2016-12-07
1
-3
/
+9
|
*
core: turn on specifier expansion for more unit file settings
Lennart Poettering
2016-12-07
1
-11
/
+11
|
*
core: use unit_full_printf() at a couple of locations we used unit_name_print...
Lennart Poettering
2016-12-07
1
-5
/
+5
|
*
core: resolve more specifiers in unit_name_printf()
Lennart Poettering
2016-12-07
1
-18
/
+29
|
*
core: move specifier expansion out of service.c/socket.c
Lennart Poettering
2016-12-07
3
-41
/
+40
*
|
Merge pull request #4795 from poettering/dissect
Zbigniew Jędrzejewski-Szmek
2016-12-10
23
-709
/
+2174
|
\
\
|
*
|
nspawn/dissect: automatically discover dm-verity verity partitions
Lennart Poettering
2016-12-07
7
-39
/
+378
|
*
|
nspawn: when generating a machine name from an image name, truncate .raw suffix
Lennart Poettering
2016-12-07
1
-2
/
+14
|
*
|
dissect: add support for encrypted images
Lennart Poettering
2016-12-07
5
-76
/
+460
|
*
|
minor code beautifications
Lennart Poettering
2016-12-07
2
-8
/
+13
|
*
|
dissect: add small "systemd-dissect" tool as wrapper around dissect-image.c
Lennart Poettering
2016-12-07
4
-3
/
+221
|
*
|
util-lib: drop unnecessary NULL check
Lennart Poettering
2016-12-07
1
-2
/
+0
|
*
|
machined: add API for querying the OS release of a machine image
Lennart Poettering
2016-12-07
7
-40
/
+261
|
*
|
util-lib: add easy helpers for temporary directories that rmdir()ed via _clea...
Lennart Poettering
2016-12-07
3
-0
/
+28
|
*
|
nspawn: port nspawn to new generalized image dissection code
Lennart Poettering
2016-12-07
1
-656
/
+38
|
*
|
util-lib: split out image dissecting code and loopback code from nspawn
Lennart Poettering
2016-12-07
5
-0
/
+876
|
*
|
libudev: set errno if udev_new() fails
Lennart Poettering
2016-12-07
1
-1
/
+3
|
|
/
*
|
nspawn: add missing -E to getopt_long (#4860)
Wim de With
2016-12-10
1
-1
/
+1
*
|
tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)
Reverend Homer
2016-12-09
19
-116
/
+46
*
|
Merge pull request #4686 from poettering/machine-id-app-specific
Zbigniew Jędrzejewski-Szmek
2016-12-08
8
-1
/
+458
|
\
\
|
*
|
sd-id128: add new sd_id128_get_machine_app_specific() API
Lennart Poettering
2016-11-29
4
-1
/
+44
|
*
|
core: add "khash" API to src/basic/ (as wrapper around kernel AF_ALG)
Lennart Poettering
2016-11-29
4
-0
/
+414
*
|
|
network: fix const qualifier (#4849)
David Michael
2016-12-07
1
-1
/
+2
*
|
|
nspawn: resolv.conf might not be created initially (#4799)
Franck Bui
2016-12-07
1
-0
/
+2
*
|
|
Merge pull request #4843 from joukewitteveen/protocol
Lennart Poettering
2016-12-07
2
-14
/
+14
|
\
\
\
|
*
|
|
service: go through stop_post on failure (#4770)
Jouke Witteveen
2016-12-06
1
-14
/
+12
|
*
|
|
man: fix $SERVICE_RESULT/$EXIT_CODE/$EXIT_STATUS documentation
Jouke Witteveen
2016-12-06
1
-0
/
+2
*
|
|
|
network: support negation in matching patterns (#4809)
David Michael
2016-12-07
1
-8
/
+25
|
|
_
|
/
|
/
|
|
*
|
|
dhcp: bind udp sockets to interfaces (#4822)
27o
2016-12-07
5
-6
/
+18
*
|
|
calendarspec: always interpret missing seconds as :00 (#4813)
Doug Christman
2016-12-06
2
-6
/
+5
|
/
/
*
|
networkd: Use dhcp correct type for IP port (#4840)
Susant Sahani
2016-12-06
2
-2
/
+2
*
|
core: introduce parse_ip_port (#4825)
Susant Sahani
2016-12-06
5
-9
/
+27
*
|
time-util: accept "µs" as time unit, in addition to "us" (#4836)
Lennart Poettering
2016-12-06
2
-0
/
+6
*
|
core: remove unused variable
Thomas Hindoe Paaboel Andersen
2016-12-06
1
-1
/
+1
*
|
udev: remove duplicate flag
Thomas Hindoe Paaboel Andersen
2016-12-06
1
-1
/
+1
*
|
nspawn: don't hide --bind=/tmp/* mounts (#4824)
Evgeny Vereshchagin
2016-12-05
1
-1
/
+1
*
|
networkd: link_enter_configured remove assert (#4800)
Susant Sahani
2016-12-05
1
-4
/
+4
*
|
journal: make sure to initially populate the space info cache (#4807)
Franck Bui
2016-12-02
1
-1
/
+1
*
|
cgroup: properly check for ignore-notfound paths (#4803)
Dave Reisner
2016-12-02
1
-2
/
+9
*
|
treewide: fix typos (#4802)
Torstein Husebø
2016-12-02
1
-1
/
+1
*
|
Merge pull request #4228 from dm0-/coreos-1554
Zbigniew Jędrzejewski-Szmek
2016-12-02
3
-0
/
+5
|
\
\
|
*
|
networkd: support marking links unmanaged
David Michael
2016-12-01
3
-0
/
+5
|
|
/
*
|
python: adjust imports, indentation, unused variables following pylint advice
Zbigniew Jędrzejewski-Szmek
2016-12-01
1
-2
/
+2
*
|
Spot inconsistent quoting (just one single quote) (#4732)
Tobias Stoeckmann
2016-12-01
2
-2
/
+2
*
|
Update boot.c (#4780)
Yassine Imounachen
2016-12-01
1
-1
/
+1
[next]