summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: mark set-but-not-used variables as unused to make LLVM happyFrantisek Sumsal2021-09-151-1/+2
* udev: do not remove control socket on exitYu Watanabe2021-09-011-3/+0
* udev: skip event when its dependency cannot be checkedYu Watanabe2021-08-101-4/+18
* udev: do not try to find blocker again when no blocker found previouslyYu Watanabe2021-08-101-10/+35
* udev: rename is_device_busy() -> event_is_blocked()Yu Watanabe2021-08-101-17/+17
* udev: do not try to process events if there is no free workerYu Watanabe2021-08-101-1/+1
* udev: propagate error on spawning a workerYu Watanabe2021-08-101-8/+15
* udev: add usec_add() at one more placeYu Watanabe2021-08-101-1/+1
* udev: make event_queue_start() return negative errno on errorYu Watanabe2021-08-101-6/+6
* udev: make event_free() return NULLYu Watanabe2021-08-101-3/+3
* udev: update log message to clarify that the error is ignoredYu Watanabe2021-08-101-3/+3
* udev: move several functionsYu Watanabe2021-08-101-217/+215
* udev: also rename struct udev_ctrl -> UdevCtrlYu Watanabe2021-08-101-2/+2
* udev: rename type name e.g. struct worker -> WorkerYu Watanabe2021-08-101-47/+50
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* udev: add basic set of user-space defined tracepoints (USDT)Michal Sekletár2021-06-151-0/+6
* tree-wide: add missing whitespace at the end of commentsYu Watanabe2021-06-151-1/+1
* udev,sd_device: also save map from device ID to watch handle in /run/udev/watchYu Watanabe2021-04-301-4/+8
* udev: refuse to enable inotify watch on remove eventYu Watanabe2021-04-301-8/+3
* udev: do not store inotify fd in a global variableYu Watanabe2021-04-301-15/+22
* meson: simplify the BUILD_MODE conditionalZbigniew Jędrzejewski-Szmek2021-04-141-1/+1
* udevd: don't kill worker in manager_kill_workers when it's runninggaoyi2021-03-311-7/+16
* udev: use sd_device_trigger() to trigger ueventYu Watanabe2021-02-211-46/+33
* sd-device: add sd_device_get_action() + sd_device_get_seqnum() + sd_device_ne...Lennart Poettering2021-02-181-11/+7
* tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-161-6/+6
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-4/+3
* udev: stop to use LOG_REALM_UDEVYu Watanabe2021-01-251-4/+2
* udevd: Use hashmap_ensure_putSusant Sahani2021-01-151-5/+1
* udev: drop unnecessary libudev-util.h inclusionsYu Watanabe2020-12-161-1/+0
* udev: introduce new OPTIONS="log_level=" udev ruleYu Watanabe2020-12-101-1/+8
* udev: introduce log_device_uevent() helper functionYu Watanabe2020-12-101-30/+4
* udev: drop meaningless size optimizationYu Watanabe2020-12-101-2/+2
* log: add helper set sets log level in all realmsLennart Poettering2020-12-091-2/+1
* tree-wide: unsetenv cannot failZbigniew Jędrzejewski-Szmek2020-11-101-1/+1
* license: GPL-2.0+ -> GPL-2.0-or-laterYu Watanabe2020-11-091-1/+1
* udev: make sure to install an inotify watch whenever we find a block device l...Lennart Poettering2020-10-091-2/+40
* udev: rename kernel option 'log_priority' into 'log_level'Franck Bui2020-09-221-3/+4
* udev: warn if failed to set buffer size for device monitorYu Watanabe2020-09-091-2/+5
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-4/+2
* selinux: fork label-aware children with up-to-date label databaseChristian Göttsche2020-08-271-0/+4
* tree-wide: make use of new relative time events in sd-event.hLennart Poettering2020-07-281-7/+6
* tree-wide: spellcheck fixesFrantisek Sumsal2020-06-261-1/+1
* Merge pull request #16257 from keszybz/two-fuzzer-issuesLennart Poettering2020-06-251-2/+2
|\
| * udev: split rules object creation and loadingZbigniew Jędrzejewski-Szmek2020-06-231-2/+2
* | Make failures of mac_selinux_init() fatalChristian Göttsche2020-06-231-1/+1
|/
* udev: set fewer process propertiesLennart Poettering2020-06-091-10/+0
* udevd: use cpus_in_affinity_mask()Lennart Poettering2020-06-091-5/+6
* udev: optionally mark all block devices read-only as they pop upLennart Poettering2020-06-081-6/+80
* udev: make signal that we use to kill workers on timeout configurableMichal Sekletár2020-06-051-12/+33
* udev: single binary replacing udevd and udevadmNorbert Lange2020-06-011-3/+2