index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-device
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
socket-util: make recvmsg_safe() handle MSG_TRUNC too
Mike Yuan
2024-09-04
1
-8
/
+7
*
Merge pull request #34123 from yuwata/sd-device
Yu Watanabe
2024-08-28
4
-54
/
+121
|
\
|
*
sd-device: make sd_device_new_from_subsystem_sysname() stricter
Yu Watanabe
2024-08-27
2
-39
/
+89
|
*
sd-device: make device_get_device_id() public
Yu Watanabe
2024-08-27
4
-8
/
+7
|
*
sd-device: introduce sd_device_get_driver_subsystem()
Yu Watanabe
2024-08-27
2
-3
/
+19
|
*
sd-device: refuse earlier when too long ifname is passed to sd_device_new_fro...
Yu Watanabe
2024-08-27
1
-3
/
+5
|
*
sd-device: make sd_device_get_devtype() return 0 on success again
Yu Watanabe
2024-08-27
1
-1
/
+1
*
|
sd-device-monitor: introduce sd_device_monitor_get_events() and _get_timeout()
Yu Watanabe
2024-08-27
2
-1
/
+26
*
|
test: use more suitable assertions
Yu Watanabe
2024-08-27
1
-8
/
+8
|
/
*
test: add test case for restarting device monitor
Yu Watanabe
2024-08-02
1
-0
/
+37
*
sd-device-monitor: rename device_monitor_send_device() -> device_monitor_send()
Yu Watanabe
2024-08-02
3
-14
/
+14
*
sd-device-monitor: expose low-level functions
Yu Watanabe
2024-08-02
3
-8
/
+39
*
sd-device-monitor: make device_monitor_receive_device() always initialize ret...
Yu Watanabe
2024-08-02
1
-2
/
+3
*
sd-device-monitor: remove device_monitor_disconnect()
Yu Watanabe
2024-08-02
2
-9
/
+1
*
udev: manage only socket address of device monitor
Yu Watanabe
2024-08-02
3
-26
/
+34
*
sd-device-monitor: introduce device_monitor_get_address()
Yu Watanabe
2024-08-02
2
-3
/
+12
*
sd-device: allow to restart device monitor
Yu Watanabe
2024-08-02
1
-7
/
+74
*
sd-device-monitor: introduce sd_device_monitor_is_running()
Yu Watanabe
2024-08-02
2
-0
/
+20
*
sd-device-monitor: bind socket in device_monitor_new_full()
Yu Watanabe
2024-08-02
2
-39
/
+16
*
sd-device-monitor: replace -1 with -EBADF
Yu Watanabe
2024-08-02
1
-2
/
+2
*
test: modernize test-sd-device-monitor.c
Yu Watanabe
2024-08-02
1
-217
/
+190
*
sd-device: remove debug log message when dirs are missing
Lennart Poettering
2024-07-17
1
-21
/
+13
*
various: move const ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-1
/
+1
*
tree-wise: several cleanups for logging
Yu Watanabe
2024-04-30
1
-1
/
+1
*
sd-device: introduce device_get_sysattr_unsigned_full()
Yu Watanabe
2024-04-18
2
-3
/
+6
*
uid-range: place 'ret' param at last
Mike Yuan
2024-04-08
1
-1
/
+1
*
uid-range: optionally load outside view of UID range from uid_map procfs file
Lennart Poettering
2024-04-06
1
-1
/
+1
*
sd-device: use strdup_to() and rename output param
Zbigniew Jędrzejewski-Szmek
2024-03-20
2
-16
/
+7
*
env-util: rename getenv_bool_secure() → secure_getenv_bool()
Lennart Poettering
2024-02-28
1
-1
/
+1
*
mountpoint-util: introduce path_is_mount_point_full
Mike Yuan
2024-02-06
3
-3
/
+3
*
sd-device: use new interface name resolvers
Yu Watanabe
2024-01-30
1
-13
/
+8
*
sd-device: introduce device_get_sysattr_u32()
Yu Watanabe
2024-01-19
2
-0
/
+20
*
udev: split out check that udev property can be updated
Yu Watanabe
2024-01-09
1
-0
/
+8
*
src/basic: "UidRange" → "UIDRange"
Zbigniew Jędrzejewski-Szmek
2024-01-09
1
-1
/
+1
*
Merge pull request #30591 from yuwata/device-util
Luca Boccassi
2024-01-01
6
-57
/
+118
|
\
|
*
tree-wide: use device_in_subsystem() and device_is_devtype()
Yu Watanabe
2023-12-22
3
-52
/
+24
|
*
device-util: introduce device_in_subsystem() and device_is_devtype() helper f...
Yu Watanabe
2023-12-22
3
-5
/
+94
*
|
Merge pull request #30622 from yuwata/space
Mike Yuan
2023-12-25
1
-1
/
+1
|
\
\
|
*
|
tree-wide: drop space between variable and an increment/decrement
Yu Watanabe
2023-12-24
1
-1
/
+1
*
|
|
sd-device: shorten code a big
Yu Watanabe
2023-12-24
1
-3
/
+1
|
/
/
*
|
sd-device: introduce device_has_db() helper function
Yu Watanabe
2023-12-22
2
-0
/
+14
*
|
sd-device: modernize device_update_db() and friends
Yu Watanabe
2023-12-22
3
-55
/
+76
|
/
*
test: Skip various tests when /sys is not mounted
Daan De Meyer
2023-12-19
3
-1
/
+16
*
sd-device: do not trigger assertion by a bad udev rules
Yu Watanabe
2023-11-15
1
-2
/
+7
*
sd-device-monitor: unconditionally increase buffer size by sd_device_monitor_...
Yu Watanabe
2023-11-06
1
-0
/
+9
*
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
1
-1
/
+1
*
sd-device: Support matching all properties
Daan De Meyer
2023-10-11
2
-8
/
+64
*
Merge pull request #29193 from keszybz/path-util-adjustment
Daan De Meyer
2023-09-29
1
-5
/
+3
|
\
|
*
tree-wide: add path_simplify_alloc() and use it
Zbigniew Jędrzejewski-Szmek
2023-09-22
1
-5
/
+3
*
|
sd-device: include missing alloc-util.h
Yu Watanabe
2023-09-21
1
-0
/
+1
[next]