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
Commit message (
Expand
)
Author
Age
Files
Lines
*
coding style: reduce text width to 109 characters
Zbigniew Jędrzejewski-Szmek
2018-12-08
4
-8
/
+8
*
Merge pull request #11055 from poettering/resolved-close-fix
Lennart Poettering
2018-12-08
7
-89
/
+163
|
\
|
*
resolved: drop unused field structure
Lennart Poettering
2018-12-07
1
-1
/
+0
|
*
resolved: implicitly disconnect a stream from its server when a stream is closed
Lennart Poettering
2018-12-07
2
-5
/
+3
|
*
resolved: add new helper for carefully detach a stream from any server
Lennart Poettering
2018-12-07
2
-3
/
+17
|
*
resolved: pin stream while calling callbacks for it
Lennart Poettering
2018-12-07
1
-1
/
+3
|
*
resolved: take particular care when detaching DnsServer from its default stream
Lennart Poettering
2018-12-07
3
-2
/
+24
|
*
resolved: before assuming we have a server, check we are talking DNS and not ...
Lennart Poettering
2018-12-07
1
-1
/
+3
|
*
resolved: comment headers better
Lennart Poettering
2018-12-07
2
-1
/
+3
|
*
resolved: add small helper to pick DNS port number
Lennart Poettering
2018-12-07
1
-1
/
+5
|
*
resolved: rename dns_stream_on_packet() → on_stream_packet()
Lennart Poettering
2018-12-07
1
-2
/
+2
|
*
resolved: use structured initialization for DnsServer allocation
Lennart Poettering
2018-12-07
1
-7
/
+9
|
*
resolved: exit early on failure
Lennart Poettering
2018-12-07
1
-1
/
+1
|
*
resolved: don't read packet from DnsStream on on_stream_complete() of DnsTran...
Lennart Poettering
2018-12-07
1
-8
/
+8
|
*
resolved: add new accessor dns_stream_take_read_packet() for taking read pack...
Lennart Poettering
2018-12-07
5
-21
/
+44
|
*
resolved: remove redundant code
Lennart Poettering
2018-12-07
1
-3
/
+0
|
*
resolved: add some assert()s
Lennart Poettering
2018-12-07
1
-0
/
+2
|
*
resolved: be more careful with types in dns_stream_writev()
Lennart Poettering
2018-12-07
1
-16
/
+16
|
*
resolved: line split dns_stream_new() function signature
Lennart Poettering
2018-12-07
1
-1
/
+7
|
*
resolved: reorder things, to place registration of DnsStream in Manager close...
Lennart Poettering
2018-12-07
1
-2
/
+3
|
*
resolved: ensure DnsStream.fd is initialized before first error path
Lennart Poettering
2018-12-07
1
-5
/
+7
|
*
resolved: simplify on_stream_io() a bit
Lennart Poettering
2018-12-07
1
-8
/
+6
*
|
Merge pull request #10980 from poettering/mount-no-extras
Lennart Poettering
2018-12-08
3
-241
/
+277
|
\
\
|
|
/
|
/
|
|
*
swap: always add in extras when we load a swap unit
Lennart Poettering
2018-12-07
1
-9
/
+11
|
*
swap: drop return value
Lennart Poettering
2018-12-07
1
-1
/
+1
|
*
swap: don't propagate issues with processing /proc/swaps
Lennart Poettering
2018-12-07
1
-5
/
+2
|
*
swap: when loading a unit from /proc/swaps, mark its load state as good
Lennart Poettering
2018-12-07
1
-1
/
+7
|
*
swap: split out code adding in additional unit props into a function of its own
Lennart Poettering
2018-12-07
1
-50
/
+63
|
*
swap: fix misplaced comment
Lennart Poettering
2018-12-07
1
-1
/
+1
|
*
swap: flush out state when activating a unit, not when deactivating it
Lennart Poettering
2018-12-07
1
-6
/
+11
|
*
mount: flush out cycle state on DEAD→MOUNTED only, not the other way round
Lennart Poettering
2018-12-07
1
-11
/
+16
|
*
mount: replace three closely related mount flags into a proper flags enum
Lennart Poettering
2018-12-07
2
-41
/
+33
|
*
mount: strdup() device paths we collect
Lennart Poettering
2018-12-07
1
-3
/
+4
|
*
mount: when the kernel reports a mount to be established reset all kinds of l...
Lennart Poettering
2018-12-07
1
-1
/
+3
|
*
mount: regenerate all deps whenever a mount's parameters changes
Lennart Poettering
2018-12-07
1
-24
/
+10
|
*
mount: when allocating a Mount object based on /proc/self/mountinfo mark it so
Lennart Poettering
2018-12-07
1
-0
/
+7
|
*
mount: let mount_add_extras() take care of remote-fs.target deps
Lennart Poettering
2018-12-07
1
-16
/
+1
|
*
mount: use free_and_strdup() over plain strdup()
Lennart Poettering
2018-12-07
1
-6
/
+6
|
*
mount: generate error message matching the error location
Lennart Poettering
2018-12-07
1
-4
/
+2
|
*
mount: move allocation of Unit object into mount_setup_new_unit()
Lennart Poettering
2018-12-07
1
-16
/
+18
|
*
mount: add a common helper for filling in info from /proc/self/mountinfo
Lennart Poettering
2018-12-07
1
-19
/
+41
|
*
mount: don't propagate errors from mount_setup_unit() further up
Lennart Poettering
2018-12-07
1
-6
/
+3
|
*
mount: simplify de-serialization of control PID a bit
Lennart Poettering
2018-12-07
1
-4
/
+2
|
*
mount: serialize umount retry counter across reloads/reexec
Lennart Poettering
2018-12-07
1
-1
/
+9
|
*
mount: make sure mount_add_extras() is always invoked when we load a mount unit
Lennart Poettering
2018-12-07
1
-12
/
+17
|
*
mount: document that mount_add_extras() must work with active units, too
Lennart Poettering
2018-12-07
1
-0
/
+4
|
*
mount: set up local-fs.target/remote-fs.target deps in mount_add_default_depe...
Lennart Poettering
2018-12-07
1
-3
/
+10
|
*
mount: remove unnecessary initialization of device_wants_mount and 'if'
Lennart Poettering
2018-12-07
1
-3
/
+3
|
*
mount: use mfree() where appropriate
Lennart Poettering
2018-12-07
1
-5
/
+3
|
*
mount: rename needs_quota() → mount_needs_quota()
Lennart Poettering
2018-12-07
1
-4
/
+4
[next]