index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
udev
/
udev-event.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-05-04
docs: say that fuzzer input samples should have short names
Zbigniew Jędrzejewski-Szmek
1
-0
/
+11
2022-05-04
fuzz-network-parser: drop ".network" and shorten names
Zbigniew Jędrzejewski-Szmek
60
-2
/
+2
2022-05-04
fuzz: rename test cases for brevity and meaning
Zbigniew Jędrzejewski-Szmek
25
-0
/
+0
2022-05-04
update NEWS for 251-rc2
Lennart Poettering
1
-0
/
+27
2022-05-04
units: remove spurious empty line
Lennart Poettering
1
-1
/
+0
2022-05-04
sd-lldp: use memcpy_safe() as the buffer size may be zero
Yu Watanabe
1
-1
/
+2
2022-05-04
sd-ndisc: drop unused function
Yu Watanabe
2
-22
/
+0
2022-05-04
libsystemd-network: refuse too large raw_size
Yu Watanabe
2
-0
/
+6
2022-05-04
sd-network: Keep inotify watch if watch descriptor didn't change
Daan De Meyer
1
-17
/
+20
2022-05-03
tests: make valgrind_wrapper track file descriptors
Evgeny Vereshchagin
1
-1
/
+1
2022-05-03
tests: make it possible to install valgrind
Evgeny Vereshchagin
1
-7
/
+7
2022-05-03
Adding a description of the keyboard shortcut Fn+F12 for the HP EliteBook 845...
rodin-ia
1
-0
/
+4
2022-05-03
meson: Sort lines in tmpfiles.d/meson.build
Daan De Meyer
1
-3
/
+3
2022-05-03
tmpfiles: Split networkd entries into a separate file
Daan De Meyer
4
-6
/
+21
2022-05-03
journal: Use header macros everywhere instead of JournalFile fields
Daan De Meyer
5
-105
/
+92
2022-05-03
udev: check stats of .link files and their drop-in files
Yu Watanabe
4
-34
/
+169
2022-05-03
build(deps): bump github/super-linter from 4.9.1 to 4.9.2
dependabot[bot]
1
-1
/
+1
2022-05-03
build(deps): bump actions/checkout from 3.0.0 to 3.0.2
dependabot[bot]
6
-6
/
+6
2022-05-02
nspawn: Set LANG to C.UTF-8
Daan De Meyer
1
-0
/
+11
2022-05-02
shared/install: use correct cleanup function
Yu Watanabe
1
-1
/
+1
2022-05-02
man: document that systemd-fstab-generator actually cares about roothash=/usr...
Lennart Poettering
1
-0
/
+12
2022-05-02
boot: Mark loader.conf settings with (config)
Jan Janssen
1
-8
/
+8
2022-05-02
fix typo
Yu Watanabe
2
-3
/
+3
2022-05-02
creds: trivial coding style fixes
Lennart Poettering
1
-5
/
+5
2022-05-02
docs: typo fix
Lennart Poettering
1
-1
/
+1
2022-05-02
man: correct a major missed opportunity
Lennart Poettering
1
-5
/
+7
2022-05-02
docs: Clarify where options are read from
Daan De Meyer
1
-7
/
+8
2022-05-02
update TODO
Lennart Poettering
1
-0
/
+15
2022-05-02
Fix orientation detection for HP Pavilion X2 10-k010nr
Alice S
1
-0
/
+2
2022-05-01
Fix orientation detection for Asus Transformer T100TAF, copied T100TA rule
techtino
1
-0
/
+1
2022-05-01
analyze security: print DeviceAllow list
Luca Boccassi
2
-8
/
+24
2022-05-01
analyze: fix crash with online security check
Luca Boccassi
2
-7
/
+15
2022-05-01
stat-util: ignore hidden_or_backup_file when checking if dir is empty
Luca Boccassi
2
-2
/
+8
2022-04-29
core/device: use DEVICE_FOUND_MASK
Yu Watanabe
1
-2
/
+2
2022-04-29
core/device: minor coding style updates
Yu Watanabe
1
-4
/
+5
2022-04-29
core/device: drop unused unit name generated from path
Yu Watanabe
1
-5
/
+4
2022-04-29
core/device: device_found_node() does not accept DEVICE_FOUND_UDEV
Yu Watanabe
1
-0
/
+1
2022-04-29
core/device: use sd_device_new_from_devname() to verify the device node
Yu Watanabe
1
-30
/
+11
2022-04-29
core/device: use udev_available()
Yu Watanabe
1
-14
/
+2
2022-04-29
core/device: use device_get_property_bool()
Yu Watanabe
1
-14
/
+6
2022-04-29
sd-device: introduce device_get_property_bool()
Yu Watanabe
2
-4
/
+18
2022-04-29
core/device: use _cleanup_ attribute at one more place
Yu Watanabe
1
-20
/
+10
2022-04-29
core/device: unit_name_from_path() does not return -ENAMETOOLONG anymore
Yu Watanabe
1
-22
/
+2
2022-04-29
core/device: use strv_consume()
Yu Watanabe
1
-3
/
+1
2022-04-29
meson: also check c_args to maybe add -Wno-maybe-uninitialized
Zbigniew Jędrzejewski-Szmek
1
-2
/
+8
2022-04-29
libsystemd-network: add assert about packet length
Zbigniew Jędrzejewski-Szmek
1
-0
/
+1
2022-04-29
libsystemd-network: do not split messages in half
Zbigniew Jędrzejewski-Szmek
1
-8
/
+4
2022-04-29
core: drop non-default value for DefaultLimitMEMLOCK=
Yu Watanabe
1
-1
/
+1
2022-04-29
login: drop non-default value for RuntimeDirectoryInodesMax=
Yu Watanabe
1
-1
/
+1
2022-04-29
login: make RuntimeDirectoryInodesMax= support K, G, M suffixes
Yu Watanabe
1
-1
/
+1
[prev]
[next]