index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
create-sys-script.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-30
docs: turn LGTM URL into a markdown link
Filipe Brandenburger
1
-2
/
+2
2018-11-30
hwdb: Put Lenovo mouse under the correct category in 70-mouse.hwdb (#10995)
Claudius Ellsel
1
-7
/
+6
2018-11-30
meson.build: fix detection of -Werror=shadow
Fabrice Fontaine
1
-1
/
+1
2018-11-29
Move mount-util.c to shared/
Zbigniew Jędrzejewski-Szmek
4
-3
/
+3
2018-11-29
Split out part of mount-util.c into mountpoint-util.c
Zbigniew Jędrzejewski-Szmek
36
-713
/
+762
2018-11-29
update TODO
Lennart Poettering
1
-0
/
+23
2018-11-29
dev-setup: generalize logic we use to create "inaccessible" device nodes
Lennart Poettering
5
-14
/
+130
2018-11-29
nspawn: let's also pre-mount /dev/mqueue
Lennart Poettering
1
-0
/
+2
2018-11-29
ptyfwd: optionally override terminal width/height
Lennart Poettering
2
-2
/
+46
2018-11-29
fs-util: beef up chmod_and_chown() a bit
Lennart Poettering
1
-10
/
+40
2018-11-29
capability: add new type for maintaining all five cap sets as one
Lennart Poettering
2
-0
/
+149
2018-11-29
cgroup: use device_path_parse_major_minor() also for block device paths
Lennart Poettering
1
-5
/
+12
2018-11-29
tree-wide: port various parts of the code over to the new device_major_minor_...
Lennart Poettering
4
-50
/
+70
2018-11-29
stat-util: add new APIs device_path_make_{major_minor|canonical}() and device...
Lennart Poettering
4
-50
/
+144
2018-11-29
cgroups: beef up DeviceAllow= syntax a bit
Lennart Poettering
3
-5
/
+73
2018-11-29
core: add special handling for devices cgroup allow lists for /dev/block/* an...
Lennart Poettering
1
-18
/
+64
2018-11-29
tree-wide: port various parts of the code to use parse_dev()
Lennart Poettering
3
-24
/
+24
2018-11-29
path-util: port path_join() over to path_join_many()
Lennart Poettering
2
-15
/
+5
2018-11-29
path-util: add new path_join_many() API
Lennart Poettering
3
-0
/
+105
2018-11-29
parse-util: rework parse_dev() based on safe_atou() and DEVICE_MAJOR_VALID()/...
Lennart Poettering
2
-6
/
+22
2018-11-29
logind: validate majors/minors we receieve via the bus
Lennart Poettering
1
-0
/
+10
2018-11-29
stat-util: add macros for checking whether major and minor values are in range
Lennart Poettering
2
-0
/
+55
2018-11-29
docs: work around GitHub pages weirdness
Lennart Poettering
2
-3
/
+19
2018-11-29
man: add an extensive example to nss-mymachines(8)
Zbigniew Jędrzejewski-Szmek
1
-6
/
+78
2018-11-29
docs: fix typo
Lennart Poettering
1
-1
/
+1
2018-11-29
docs: uppercase the title of our Markdown docs
Lennart Poettering
4
-6
/
+6
2018-11-29
networkd: vxlan make use of parse_ip_port_range
Susant Sahani
1
-25
/
+4
2018-11-29
machinectl: fix printing of multiple addresses
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2018-11-29
machinectl: drop helper function
Zbigniew Jędrzejewski-Szmek
1
-18
/
+6
2018-11-29
systemctl: if service manager couldn't load unit file, don't rely on it to te...
Lennart Poettering
1
-27
/
+72
2018-11-29
systemctl: rework message suggesting how to create a new unit file
Lennart Poettering
1
-4
/
+4
2018-11-29
systemctl: shorten code a bit
Lennart Poettering
1
-4
/
+2
2018-11-29
systemctl: improve message when we skip a unit for editing a bit
Lennart Poettering
1
-4
/
+2
2018-11-29
systemctl: use _cleanup_ logic for error paths in unit_file_create_copy(), too
Lennart Poettering
1
-14
/
+9
2018-11-29
systemctl: rework error paths in unit_file_create_new()
Lennart Poettering
1
-8
/
+7
2018-11-29
systemctl: rework unit_find_template_path() to follow coding style
Lennart Poettering
1
-11
/
+24
2018-11-29
systemctl: make sure we initialize return parameters in unit_file_find_path()...
Lennart Poettering
1
-0
/
+3
2018-11-29
systemctl: rename unit_file_find_path()'s return paramete to indicate that it...
Lennart Poettering
1
-3
/
+3
2018-11-29
docs: add brief docs explaing udev's flock() block device node synchronization
Lennart Poettering
2
-0
/
+64
2018-11-29
NEWS: extend docs on RLIMIT_NOFILE
Lennart Poettering
1
-2
/
+14
2018-11-29
catalog: reject entries where the language is too short early
Evgeny Vereshchagin
2
-1
/
+3
2018-11-29
networkd: slightly rework route establishment logic
Lennart Poettering
1
-13
/
+10
2018-11-28
test-network: stop systemd-networkd.socket during testing
Yu Watanabe
1
-0
/
+6
2018-11-28
test-network: clear state file before starting networkd
Yu Watanabe
1
-1
/
+7
2018-11-28
test-network: use /run instead of legacy /var/run
Yu Watanabe
1
-5
/
+5
2018-11-28
meson: let's bump RLIMIT_NOFILE hard limit to 512K
Lennart Poettering
1
-1
/
+1
2018-11-28
sysctl.d: switch net.ipv4.conf.all.rp_filter from 1 to 2
Lubomir Rintel
2
-1
/
+10
2018-11-28
networkd: add support to configure ip rule port range and protocol.
Susant Sahani
17
-17
/
+359
2018-11-28
fix: systemd-networkd reverse route ordering
Susant Sahani
3
-9
/
+49
2018-11-28
resolved: Increase size of TCP stub replies
Victor Tapia
1
-1
/
+4
[next]