index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
shell-completion
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-05-14
test-conf-parser: add valid and invalid utf8 test for config_parse_path
Ronny Chevalier
1
-0
/
+2
2017-05-14
conf-parser: fix wrong argument given to log_syntax_invalid_utf8
Ronny Chevalier
2
-1
/
+3
2017-05-13
man: fix typo (`--network-zones` → `--network-zone`)
Elias Probst
1
-1
/
+1
2017-05-13
network: Implement DHCP Option 119 (Domain Search List) (#5932)
Daniel Wang
9
-7
/
+264
2017-05-12
nss-resolve: drop the internal fallback to libnss_dns (#5945)
Zbigniew Jędrzejewski-Szmek
4
-70
/
+27
2017-05-12
README: update util-linux required compilation options (#5949)
Zbigniew Jędrzejewski-Szmek
1
-1
/
+2
2017-05-12
networkd: remove unused variables (#5948)
Zbigniew Jędrzejewski-Szmek
1
-2
/
+1
2017-05-12
tests: stop creating /TEST (#5943)
Evgeny Vereshchagin
4
-4
/
+4
2017-05-12
sd-bus: fix c++ compatibility (#5941)
Matthijs van Duin
1
-0
/
+4
2017-05-11
mkosi: switch over to libidn2
Zbigniew Jędrzejewski-Szmek
3
-3
/
+3
2017-05-11
resolved: support libidn2 in addition to libidn
Zbigniew Jędrzejewski-Szmek
12
-34
/
+119
2017-05-11
networkd: pretiffy message about invalid prefix
Zbigniew Jędrzejewski-Szmek
1
-1
/
+3
2017-05-11
update-done: use newly added library function to write the file
Zbigniew Jędrzejewski-Szmek
1
-53
/
+11
2017-05-11
pid1: improve logging when failing to remount / ro (#5940)
Zbigniew Jędrzejewski-Szmek
1
-13
/
+20
2017-05-11
basic/fileio: extend atomic file writing with timestamp setting
Zbigniew Jędrzejewski-Szmek
4
-9
/
+26
2017-05-11
busctl: monitor - only start printing messages once we have become a monitor ...
Tom Gundersen
1
-0
/
+23
2017-05-11
core: fix warning about unsigned variable (#5935)
Zbigniew Jędrzejewski-Szmek
1
-1
/
+2
2017-05-11
networkd: route replace parse prefix with generic in_addr_prefix_from_string
Susant Sahani
1
-34
/
+7
2017-05-11
hwdb: add the X200/X201 to the existing X201s entry (#5934)
Peter Hutterer
1
-2
/
+3
2017-05-11
man: fix LD_LIBRARY_PATH example in environment.d (#5929)
Ray Strode
1
-1
/
+1
2017-05-10
udev: don't allow pointing stick sensitivities greater than 255 (#5927)
Peter Hutterer
1
-0
/
+3
2017-05-10
seccomp: enable RestrictAddressFamilies on ppc64, autodetect SECCOMP_RESTRICT...
Zbigniew Jędrzejewski-Szmek
3
-11
/
+12
2017-05-10
sysusers: make use of cleanup(unlink_and_freep) in write_files() and its auxi...
Franck Bui
1
-125
/
+73
2017-05-10
automount: ack automount requests even when already mounted (#5916)
Anchor Cat
1
-15
/
+18
2017-05-10
units: make descriptions of api filesystems less generic (#5914)
Zbigniew Jędrzejewski-Szmek
3
-3
/
+3
2017-05-10
test-sigbus: skip the test under valgrind
Evgeny Vereshchagin
1
-0
/
+8
2017-05-10
test-sigbus: use posix_fallocate rather than fallocate
Evgeny Vereshchagin
5
-19
/
+22
2017-05-10
sysusers: make group shadow support configurable
Franck Bui
4
-0
/
+15
2017-05-10
sysusers: split make_files()
Franck Bui
1
-272
/
+345
2017-05-09
50-udev-default.rules.in: set correct group for mediaX/cecX (#5921)
Lennart Poettering
1
-0
/
+2
2017-05-09
sd-boot: added shim signature/MOK validation (#5702)
Max Resch
5
-2
/
+311
2017-05-09
network: add support for vlan confs(MVRP, reorder header, loose binding) (#5834)
Susant Sahani
4
-0
/
+49
2017-05-09
man: Clarify Restart= exception for systemctl stop (#5891)
Ted W
1
-3
/
+4
2017-05-09
networkd: add IPv6ProxyNDP (#5913)
Hristo Venev
5
-13
/
+24
2017-05-09
networkd: add support to configure route protocol. (#5890)
Susant Sahani
4
-0
/
+48
2017-05-09
build: Add missing SECCOMP_CFLAGS to test-seccomp and test-execute targets (#...
John Paul Adrian Glaubitz
1
-0
/
+5
2017-05-09
meson: Add missing dependency on libkmod for libudev_core
John Paul Adrian Glaubitz
1
-1
/
+1
2017-05-09
meson: Add missing dependency on libseccomp for libcore
John Paul Adrian Glaubitz
1
-0
/
+1
2017-05-09
execute: Properly log errors considering socket fds (#5910)
Aggelos Avgerinos
1
-1
/
+6
2017-05-09
man: improve readability of time shorthands and their normalized forms. (#5912)
Mark Stosberg
1
-17
/
+11
2017-05-08
udev/collect: remove now-unused struct udev
Zbigniew Jędrzejewski-Szmek
1
-18
/
+5
2017-05-08
Rip out setting of the log level from udev_new and put it in a new function
Zbigniew Jędrzejewski-Szmek
11
-82
/
+82
2017-05-08
udev: use LOG_REALM_UDEV in all udev code
Zbigniew Jędrzejewski-Szmek
3
-1
/
+32
2017-05-08
basic/log: split max log level into multiple "realms"
Zbigniew Jędrzejewski-Szmek
3
-52
/
+134
2017-05-08
hwdb: add axis range for Panasonic Toughbook CF-19, CF-30 and CF31 (#5908)
Pascal S. de Kloe
1
-0
/
+9
2017-05-08
Add short-iso-precise for journalctl output (#5884)
Ian Wienand
10
-13
/
+43
2017-05-08
Mark python scripts executable
Zbigniew Jędrzejewski-Szmek
6
-0
/
+0
2017-05-08
test-af-list: drop unnecessary backslash
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2017-05-08
seccomp: assume clone() arg order is known on all architectures
Zbigniew Jędrzejewski-Szmek
3
-44
/
+2
2017-05-08
seccomp: add mmap/shmat defines for arm and arm64
Zbigniew Jędrzejewski-Szmek
2
-5
/
+14
[next]