index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
user-util.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-04
meson: escape dots in man/man helper
Zbigniew Jędrzejewski-Szmek
1
-1
/
+2
2019-06-04
bash-completion: support "networkctl delete"
Yu Watanabe
1
-1
/
+1
2019-06-04
test-cpu-set-util: fix allocation size check on i386
Zbigniew Jędrzejewski-Szmek
1
-1
/
+3
2019-06-04
test-cpu-set-util: fix comparison for allocation size
Zbigniew Jędrzejewski-Szmek
1
-11
/
+11
2019-06-04
network: fix UBSAN issue
Yu Watanabe
1
-1
/
+1
2019-06-04
networkctl: re-cast value stored in Set with INT_TO_PTR()
Yu Watanabe
1
-2
/
+3
2019-06-04
shared/generator: voidify mkdir_parents() call
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2019-06-04
busctl: always prefix bus error message with local string
Zbigniew Jędrzejewski-Szmek
1
-6
/
+17
2019-06-04
sd-bus: improve bus error message for uknown properties
Zbigniew Jędrzejewski-Szmek
1
-4
/
+10
2019-06-04
networkctl: log quietly if we fail to get bit rates
Zbigniew Jędrzejewski-Szmek
1
-3
/
+5
2019-06-03
cpu-set-util: use %d-%d format in cpu_set_to_range_string() only for actual ...
Michal Sekletar
2
-9
/
+11
2019-06-03
test-sleep: also print parsed modes and states
Zbigniew Jędrzejewski-Szmek
1
-1
/
+20
2019-06-03
test-network: disable SystemCallFilter= when *SAN is enabled
Yu Watanabe
1
-0
/
+2
2019-06-03
test-network: add test for MTU field of 'networkctl status'
Yu Watanabe
2
-0
/
+14
2019-06-03
test-network: add tests for "networkctl delete"
Yu Watanabe
1
-0
/
+12
2019-06-03
test-network: move networkctl related tests to NetworkctlTests class
Yu Watanabe
1
-26
/
+81
2019-06-03
udevadm: add --wait-for-initialization option to "udevadm info"
Yu Watanabe
3
-14
/
+42
2019-06-03
util: make device_wait_for_initialization() optionally takes timeout value
Yu Watanabe
4
-6
/
+19
2019-06-03
util: make argument "subsystem" in device_wait_for_initialization() optional
Yu Watanabe
1
-4
/
+12
2019-06-03
sd-boot: Remove unnecessary call to GetEventLog
Joe Richey
1
-54
/
+11
2019-06-03
execute: dump CPUAffinity as a range string instead of a list of CPUs
Michal Sekletar
1
-5
/
+4
2019-06-03
networkctl: drop unnecessary use of table_add_cell_full()
Yu Watanabe
1
-39
/
+41
2019-06-03
udev: check formatting of attribute or value earlier
Yu Watanabe
4
-14
/
+106
2019-06-03
udev: evaluate formatting in RUN= key earlier
Yu Watanabe
2
-6
/
+5
2019-06-03
udev: use delete_trailing_chars() at one more place
Yu Watanabe
1
-4
/
+1
2019-06-03
udev: replace xsprintf() + strpcpy() by strpcpyf()
Yu Watanabe
1
-4
/
+2
2019-06-03
udev: make parser for attribute of $result harder
Yu Watanabe
1
-29
/
+57
2019-06-03
udev: split udev_event_apply_format() into small pieces
Yu Watanabe
1
-99
/
+101
2019-06-02
udev: comment that $tempnode and $sysfs formats are deprecated
Yu Watanabe
1
-2
/
+2
2019-06-02
udev: pass format type to udev_event_subst_format()
Yu Watanabe
1
-8
/
+9
2019-06-02
udev: rename enum subst_type -> FormatSubstitutionType
Yu Watanabe
1
-56
/
+58
2019-06-02
udev: modernize udev-rules.c
Yu Watanabe
24
-2302
/
+1986
2019-06-01
networkctl: show link bit rates
Yu Watanabe
1
-6
/
+117
2019-06-01
network: monitor link bit rates
Yu Watanabe
12
-8
/
+230
2019-06-01
bash-completion: support --stats/-s option of networkctl
Yu Watanabe
1
-1
/
+1
2019-06-01
networkctl: optionally show link statistics
Yu Watanabe
2
-3
/
+73
2019-06-01
netlink: set attribute size of IFLA_STATS and IFLA_STATS64
Yu Watanabe
1
-2
/
+6
2019-06-01
networkctl: shorten Minimum/Maximum to min/max
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2019-05-31
dbus-execute: make transfer of CPUAffinity endian safe (#12711)
Michal Sekletar
1
-1
/
+4
2019-05-31
coredump: fixed bug - some coredump temp files could be lost
Krayushkin Konstantin
1
-0
/
+5
2019-05-31
networkctl: do not show zero maximum MTU
Yu Watanabe
1
-12
/
+18
2019-05-31
test-network: show systemd-networkd.service
Yu Watanabe
1
-4
/
+3
2019-05-31
test-network: stop service before editing unit file
Yu Watanabe
1
-1
/
+4
2019-05-31
test-network: add --lsan-options option
Yu Watanabe
1
-1
/
+8
2019-05-30
sd-journal: voidify call
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2019-05-30
networkd: shorter two error statements a bit
Zbigniew Jędrzejewski-Szmek
1
-7
/
+5
2019-05-30
basic/memory-util: do not "return" anything from memzero() macro
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2019-05-30
systemctl: process all units matched by a glob in the cat verb by default
Frantisek Sumsal
1
-0
/
+5
2019-05-30
shared/varlink: add missing va_end()
Zbigniew Jędrzejewski-Szmek
1
-3
/
+4
2019-05-30
Revert "varlink: initialize Varlink with 0"
Zbigniew Jędrzejewski-Szmek
1
-2
/
+1
[next]