index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
udev
/
udevd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: mark set-but-not-used variables as unused to make LLVM happy
Frantisek Sumsal
2021-09-15
1
-1
/
+2
*
udev: do not remove control socket on exit
Yu Watanabe
2021-09-01
1
-3
/
+0
*
udev: skip event when its dependency cannot be checked
Yu Watanabe
2021-08-10
1
-4
/
+18
*
udev: do not try to find blocker again when no blocker found previously
Yu Watanabe
2021-08-10
1
-10
/
+35
*
udev: rename is_device_busy() -> event_is_blocked()
Yu Watanabe
2021-08-10
1
-17
/
+17
*
udev: do not try to process events if there is no free worker
Yu Watanabe
2021-08-10
1
-1
/
+1
*
udev: propagate error on spawning a worker
Yu Watanabe
2021-08-10
1
-8
/
+15
*
udev: add usec_add() at one more place
Yu Watanabe
2021-08-10
1
-1
/
+1
*
udev: make event_queue_start() return negative errno on error
Yu Watanabe
2021-08-10
1
-6
/
+6
*
udev: make event_free() return NULL
Yu Watanabe
2021-08-10
1
-3
/
+3
*
udev: update log message to clarify that the error is ignored
Yu Watanabe
2021-08-10
1
-3
/
+3
*
udev: move several functions
Yu Watanabe
2021-08-10
1
-217
/
+215
*
udev: also rename struct udev_ctrl -> UdevCtrl
Yu Watanabe
2021-08-10
1
-2
/
+2
*
udev: rename type name e.g. struct worker -> Worker
Yu Watanabe
2021-08-10
1
-47
/
+50
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
udev: add basic set of user-space defined tracepoints (USDT)
Michal Sekletár
2021-06-15
1
-0
/
+6
*
tree-wide: add missing whitespace at the end of comments
Yu Watanabe
2021-06-15
1
-1
/
+1
*
udev,sd_device: also save map from device ID to watch handle in /run/udev/watch
Yu Watanabe
2021-04-30
1
-4
/
+8
*
udev: refuse to enable inotify watch on remove event
Yu Watanabe
2021-04-30
1
-8
/
+3
*
udev: do not store inotify fd in a global variable
Yu Watanabe
2021-04-30
1
-15
/
+22
*
meson: simplify the BUILD_MODE conditional
Zbigniew Jędrzejewski-Szmek
2021-04-14
1
-1
/
+1
*
udevd: don't kill worker in manager_kill_workers when it's running
gaoyi
2021-03-31
1
-7
/
+16
*
udev: use sd_device_trigger() to trigger uevent
Yu Watanabe
2021-02-21
1
-46
/
+33
*
sd-device: add sd_device_get_action() + sd_device_get_seqnum() + sd_device_ne...
Lennart Poettering
2021-02-18
1
-11
/
+7
*
tree-wide: return NULL from freeing functions
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-6
/
+6
*
tree-wide: Drop custom formatting for print() help messages
Daan De Meyer
2021-01-31
1
-4
/
+3
*
udev: stop to use LOG_REALM_UDEV
Yu Watanabe
2021-01-25
1
-4
/
+2
*
udevd: Use hashmap_ensure_put
Susant Sahani
2021-01-15
1
-5
/
+1
*
udev: drop unnecessary libudev-util.h inclusions
Yu Watanabe
2020-12-16
1
-1
/
+0
*
udev: introduce new OPTIONS="log_level=" udev rule
Yu Watanabe
2020-12-10
1
-1
/
+8
*
udev: introduce log_device_uevent() helper function
Yu Watanabe
2020-12-10
1
-30
/
+4
*
udev: drop meaningless size optimization
Yu Watanabe
2020-12-10
1
-2
/
+2
*
log: add helper set sets log level in all realms
Lennart Poettering
2020-12-09
1
-2
/
+1
*
tree-wide: unsetenv cannot fail
Zbigniew Jędrzejewski-Szmek
2020-11-10
1
-1
/
+1
*
license: GPL-2.0+ -> GPL-2.0-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
udev: make sure to install an inotify watch whenever we find a block device l...
Lennart Poettering
2020-10-09
1
-2
/
+40
*
udev: rename kernel option 'log_priority' into 'log_level'
Franck Bui
2020-09-22
1
-3
/
+4
*
udev: warn if failed to set buffer size for device monitor
Yu Watanabe
2020-09-09
1
-2
/
+5
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-4
/
+2
*
selinux: fork label-aware children with up-to-date label database
Christian Göttsche
2020-08-27
1
-0
/
+4
*
tree-wide: make use of new relative time events in sd-event.h
Lennart Poettering
2020-07-28
1
-7
/
+6
*
tree-wide: spellcheck fixes
Frantisek Sumsal
2020-06-26
1
-1
/
+1
*
Merge pull request #16257 from keszybz/two-fuzzer-issues
Lennart Poettering
2020-06-25
1
-2
/
+2
|
\
|
*
udev: split rules object creation and loading
Zbigniew Jędrzejewski-Szmek
2020-06-23
1
-2
/
+2
*
|
Make failures of mac_selinux_init() fatal
Christian Göttsche
2020-06-23
1
-1
/
+1
|
/
*
udev: set fewer process properties
Lennart Poettering
2020-06-09
1
-10
/
+0
*
udevd: use cpus_in_affinity_mask()
Lennart Poettering
2020-06-09
1
-5
/
+6
*
udev: optionally mark all block devices read-only as they pop up
Lennart Poettering
2020-06-08
1
-6
/
+80
*
udev: make signal that we use to kill workers on timeout configurable
Michal Sekletár
2020-06-05
1
-12
/
+33
*
udev: single binary replacing udevd and udevadm
Norbert Lange
2020-06-01
1
-3
/
+2
[next]