1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-11-01 09:21:11 +03:00
systemd-stable/udev/lib
Kay Sievers 3bc7c84cf0 udevd: remove max_childs_running logic
This was needed in the old days, where all the hotplug scripts did
nothing better than sleep for seconds to work around timing issues.
It made sure, that w continued to fork processes, while the machine
was doing nothing than sleeping, but the maximim number of childs
was already reached. This is no longer needed today, we do not run
many of these scripts anymore.
2008-09-09 15:14:38 +02:00
..
.gitignore libudev: add library to access udev information 2008-08-27 17:11:58 +02:00
exported_symbols libudev: monitor - add event properties to udev_device 2008-09-09 14:37:36 +02:00
libudev-ctrl.c udevd: remove max_childs_running logic 2008-09-09 15:14:38 +02:00
libudev-device.c libudev: monitor - add event properties to udev_device 2008-09-09 14:37:36 +02:00
libudev-enumerate.c use libudev code, unify logging, pass udev context around everywhere 2008-09-06 15:45:31 +02:00
libudev-monitor.c libudev: monitor - add event properties to udev_device 2008-09-09 14:37:36 +02:00
libudev-private.h udevd: remove max_childs_running logic 2008-09-09 15:14:38 +02:00
libudev-utils.c libudev: split source files 2008-08-27 22:02:41 +02:00
libudev.c test-udev: cleanup libudev context and overridden rules file string 2008-09-09 00:08:42 +02:00
libudev.h libudev: monitor - add event properties to udev_device 2008-09-09 14:37:36 +02:00
libudev.pc.in libudev: libudev.pc add Libs.private 2008-09-01 16:38:10 +02:00
Makefile.am move udev_ctrl to libudev-private 2008-09-08 17:59:00 +02:00
test-libudev.c move udev_ctrl to libudev-private 2008-09-08 17:59:00 +02:00