index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
po
/
ja.po
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-05-05
hwdb: ieee1394-unit-function: add entry for AV/C device with vendor unique co...
Takashi Sakamoto
3
-5
/
+25
2021-05-05
hwdb: ieee1394-unit-function: add entry for AV/C device with generic AV/C com...
Takashi Sakamoto
3
-2
/
+56
2021-05-05
hwdb: ieee1394-unit-function: remove entry for Cool Stream iSweet
Takashi Sakamoto
1
-10
/
+0
2021-05-05
hwdb: ieee1394-unit-function: add entries for Point Grey cameras
Takashi Sakamoto
3
-3
/
+28
2021-05-05
hwdb: ieee1394-unit-function: add IIDC generic entries
Takashi Sakamoto
3
-3
/
+44
2021-05-05
hwdb: ieee1394-unit-function: add entries for Digital Everywhere FloppyDTV an...
Takashi Sakamoto
1
-0
/
+40
2021-05-05
hwdb: ieee1394-unit-function: fix indentation
Takashi Sakamoto
1
-544
/
+544
2021-05-05
hwdb: fix parser to execute test for ieee1394-unit-function with no argument
Takashi Sakamoto
1
-1
/
+1
2021-05-05
tests: use "H" as the hostname
Zbigniew Jędrzejewski-Szmek
2
-6
/
+6
2021-05-04
hostnamectl: fix hyperlink in "Operating System" field
Yu Watanabe
1
-9
/
+2
2021-05-04
tree-wide: fix typo
Yu Watanabe
2
-2
/
+2
2021-05-04
core/automount: drop unecessary cast
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2021-05-04
core/cgroup: remove some unnecessary variables
Zbigniew Jędrzejewski-Szmek
1
-10
/
+5
2021-05-04
basic/log: directly initialize iovec arrays
Zbigniew Jędrzejewski-Szmek
1
-19
/
+21
2021-05-04
basic/io-util: move iterator variable declarations into loop headers
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2021-05-04
resolved: directly initialize iovec array
Zbigniew Jędrzejewski-Szmek
1
-7
/
+6
2021-05-04
basic/io-util: invert return value from IOVEC_INCREMENT()
Zbigniew Jędrzejewski-Szmek
2
-9
/
+14
2021-05-04
core: remove spurious % in dump string
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2021-05-04
core/cgroup: use assert_se() more
Zbigniew Jędrzejewski-Szmek
1
-9
/
+4
2021-05-04
core: minor simplification
Zbigniew Jędrzejewski-Szmek
1
-3
/
+1
2021-05-04
meson: make one check shorter
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2021-05-03
Add correct rotation support for Mediacom Winpad 7.0 W700
imayoda
1
-0
/
+7
2021-05-03
hostnamectl: deprecate set-* methods and expose getters by only using nouns i...
Jakub Warczarek
4
-89
/
+96
2021-05-03
core: apply LogLevelMax to messages about units
Ryan Hendrickson
9
-138
/
+178
2021-05-03
Document the need to do journalctl --flush for persistent logging (#19481)
Luca Adrian L
2
-0
/
+10
2021-05-03
Revert "sysusers/firstboot: temporarily disable LoadCredential"
Luca Boccassi
2
-14
/
+10
2021-05-01
test: fix a yet another pipefail + pipe race
Frantisek Sumsal
1
-2
/
+2
2021-04-30
test: explicitly pull resolved/networkd in TEST-01-BASIC
Frantisek Sumsal
1
-0
/
+1
2021-04-30
Use BIOS characteristics to distinguish EC2 bare-metal from VMs
Noah Meyerhans
1
-4
/
+61
2021-04-30
machine-id-setup: generate machine-id from DMI product ID on Amazon EC2
Bertrand Jacquin
1
-4
/
+5
2021-04-30
test: don't mask "supporting" services in TEST-01-BASIC
Frantisek Sumsal
1
-6
/
+12
2021-04-30
virt: detect Amazon EC2 Nitro instance
Bertrand Jacquin
5
-4
/
+15
2021-04-30
sd-bus: fix vtable named argument logic
Yu Watanabe
3
-100
/
+132
2021-04-30
test: add a simple test for udev watch
Yu Watanabe
2
-1
/
+76
2021-04-30
test: generate debugging logs for udev tests
Yu Watanabe
4
-1
/
+8
2021-04-30
test: run udev tests after currently queued events are finished
Yu Watanabe
1
-0
/
+2
2021-04-30
udev,sd_device: also save map from device ID to watch handle in /run/udev/watch
Yu Watanabe
7
-109
/
+183
2021-04-30
udev: make udev_watch_end() noop when device does not have devname
Yu Watanabe
2
-8
/
+6
2021-04-30
sd-device: cleanup sd_device_get_subsystem()
Yu Watanabe
2
-40
/
+44
2021-04-30
sd-device: drop sysname_set flag
Yu Watanabe
2
-9
/
+5
2021-04-30
sd-device: minor optimization for sd_device_new_from_device_id()
Yu Watanabe
1
-6
/
+5
2021-04-30
sd-device: check the validity of device id
Yu Watanabe
1
-0
/
+3
2021-04-30
sd-device: rename device_get_id_filename() -> device_get_device_id()
Yu Watanabe
6
-39
/
+39
2021-04-30
udev: refuse to enable inotify watch on remove event
Yu Watanabe
3
-8
/
+35
2021-04-30
udev: also propagate error in udev_rules_apply_to_event() on remove event
Yu Watanabe
1
-6
/
+6
2021-04-30
udev: shorten code a bit
Yu Watanabe
1
-5
/
+1
2021-04-30
udev: drop unused variable
Yu Watanabe
1
-5
/
+0
2021-04-30
sd-device: drop doubled empty lines
Yu Watanabe
1
-1
/
+0
2021-04-30
udev: do not store inotify fd in a global variable
Yu Watanabe
7
-74
/
+72
2021-04-30
network: do not bring up CAN interface on configure
Yu Watanabe
1
-0
/
+4
[next]