index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
udev
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
udev-manager: mark old_key as unused too
David Tardon
2023-11-08
1
-2
/
+2
*
udev-manager: actually remove the property
David Tardon
2023-11-08
1
-8
/
+2
*
udev: ressize -> result_size
Luca Boccassi
2023-11-06
1
-3
/
+3
*
sd-device-monitor: unconditionally increase buffer size by sd_device_monitor_...
Yu Watanabe
2023-11-06
4
-15
/
+0
*
udevadm-trigger: extend receive buffer size
Yu Watanabe
2023-11-06
1
-0
/
+2
*
udevadm: actually set the log level
Frantisek Sumsal
2023-11-04
1
-1
/
+1
*
udevadm: make sure we don't reset max children on each invocation
Frantisek Sumsal
2023-11-04
1
-1
/
+1
*
udev-ctrl: drop the unused maybe_disconnected stuff
David Tardon
2023-11-03
1
-12
/
+3
*
udevadm-control: return early if --exit is used
David Tardon
2023-11-03
1
-25
/
+10
*
udevadm-control: parse all args in advance
David Tardon
2023-11-03
1
-61
/
+130
*
udevadm-lock: switch things over to lock_generic_with_timeout()
Lennart Poettering
2023-11-02
1
-72
/
+13
*
process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...
Lennart Poettering
2023-11-02
3
-4
/
+4
*
sort-util: make bsearch_safe() actually typesafe, by returning the right type
Lennart Poettering
2023-11-01
1
-1
/
+1
*
udev: add new builtin net_driver
Lukas Nykryn
2023-11-01
7
-7
/
+50
*
udev: update devlink with the newer device node even when priority is equivalent
Yu Watanabe
2023-11-01
1
-5
/
+5
*
udev: fix device name shown in the log message on failure
Yu Watanabe
2023-10-31
1
-4
/
+9
*
udevadm-trigger: mention --type=all in help
Yu Watanabe
2023-10-31
1
-0
/
+1
*
udev: fix typo for persistent flag
janana
2023-10-27
1
-1
/
+1
*
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
Lennart Poettering
2023-10-26
2
-2
/
+2
*
udev: strdupa() → strdupa_safe()
Frantisek Sumsal
2023-10-25
1
-1
/
+1
*
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
2
-2
/
+2
*
fuzz: unify logging setup
Frantisek Sumsal
2023-10-19
3
-8
/
+3
*
meson: add build option for install path of main config files
Franck Bui
2023-10-17
1
-2
/
+2
*
Merge pull request #29242 from fbuihuu/update-main-config-file-headers
Zbigniew Jędrzejewski-Szmek
2023-10-17
1
-2
/
+5
|
\
|
*
config files: update their header to reflect that they can be installed in /usr
Franck Bui
2023-09-21
1
-2
/
+5
*
|
udev: Enable filtering the output of udevadm info --export-db
Daan De Meyer
2023-10-16
1
-30
/
+206
*
|
Add --json switch to udevadm info
Daan De Meyer
2023-10-16
1
-4
/
+78
*
|
cgroup-util: drop "controller" argument from various cgroup helper calls
Lennart Poettering
2023-10-05
1
-1
/
+1
*
|
Merge pull request #29403 from yuwata/journal-decouple-journald-and-journal-r...
Daan De Meyer
2023-10-04
2
-3
/
+15
|
\
\
|
*
|
test: split test-tables into three
Yu Watanabe
2023-10-02
2
-3
/
+15
*
|
|
udevadm: avoid side-effect in assert()
NRK
2023-10-02
1
-2
/
+2
|
/
/
*
|
Merge pull request #29193 from keszybz/path-util-adjustment
Daan De Meyer
2023-09-29
1
-5
/
+4
|
\
\
|
*
|
tree-wide: add path_simplify_alloc() and use it
Zbigniew Jędrzejewski-Szmek
2023-09-22
1
-5
/
+4
|
|
/
*
|
udev: raise RLIMIT_NOFILE as high as we can
Lennart Poettering
2023-09-26
1
-0
/
+4
*
|
scsi_serial: convert from nanosleep() to usleep_safe()
Lennart Poettering
2023-09-20
1
-5
/
+2
|
/
*
Revert "tree-wide: Mount file descriptors via /proc/<pid>/fd"
Lennart Poettering
2023-09-08
1
-2
/
+1
*
io-util: introduce loop_write_full that takes a timeout
Mike Yuan
2023-09-07
1
-1
/
+1
*
tree-wide: Always include <net/if.h> before related linux headers
Daan De Meyer
2023-08-14
1
-1
/
+2
*
meson: drop unnecessary dependency on libidn
Yu Watanabe
2023-08-12
1
-1
/
+0
*
udev-builtin-net_id: use strjoin() if possible
Yu Watanabe
2023-08-10
1
-5
/
+6
*
udev-builtin-net_id: add more debugging logs
Yu Watanabe
2023-08-10
1
-29
/
+33
*
udev-builtin-net_id: introduce get_first_syspath_component() helper function
Yu Watanabe
2023-08-10
1
-39
/
+46
*
udev-builtin-net_id: introduce get_matching_parent() helper function
Yu Watanabe
2023-08-10
1
-71
/
+55
*
udev-builtin-net_id: fix potential invalid memory access
Yu Watanabe
2023-08-09
1
-6
/
+2
*
proc-cmdline: make proc_cmdline_get_bool() take flags
Yu Watanabe
2023-08-09
1
-1
/
+1
*
meson: use install_emptydir() and drop meson-make-symlink.sh
Yu Watanabe
2023-08-08
1
-5
/
+3
*
udev: allow to set the maximum number of worker process to 0
Yu Watanabe
2023-08-05
1
-1
/
+4
*
udev: split out manager_set_default_children_max()
Yu Watanabe
2023-08-05
2
-20
/
+29
*
meson: also merge declarations of fuzzers with other executables
Yu Watanabe
2023-08-03
1
-28
/
+20
*
meson: merge declarations of normal and test executables
Yu Watanabe
2023-08-03
1
-62
/
+53
[next]