Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-20 | logging: add trailing newline to all strings | Kay Sievers | |
2008-04-17 | selinux: more context settings | Harald Hoyer | |
Signed-off-by: Harald Hoyer <harald@redhat.com> | |||
2008-04-10 | udevd: at startup write message including version number to kernel log | Kay Sievers | |
2008-04-02 | also accept real socket files for RUN+="socket:<path>" | Kay Sievers | |
2008-04-02 | udevd: serialize events if they refer to the same major:minor number | Michael Kralka | |
2007-11-08 | udevadm: merge all udev tools into a single binary | Kay Sievers | |
2007-09-20 | use SEQNUM in /dev/.udev/queue/ instead of devpath | Kay Sievers | |
2007-08-29 | add $name substitution | Kay Sievers | |
2007-08-26 | track "move" events to rename database and failed files | Kay Sievers | |
2007-07-26 | fix inotify to work not only once | Matthias Schwarzott | |
2007-07-15 | handle dynamic rules created in /dev/.udev/rules.d/ | Kay Sievers | |
2007-07-14 | add udev_rules_run() to handle RUN list | Kay Sievers | |
2007-07-14 | use global udev_log variable instead of parameter in run_program | Kay Sievers | |
2007-07-14 | add option to RUN key to ignore the return value of the program | Kay Sievers | |
2007-06-23 | udevd: do not use syslog if --verbose (debugging) is used | Kay Sievers | |
2007-06-23 | no newline in log messages | Kay Sievers | |
2007-05-11 | udevd: close /proc/meminfo after reading | Kay Sievers | |
2007-05-03 | udevd: use fgets() to read /proc files | Kay Sievers | |
Based on a patch by: George Beshers <gbeshers@sgi.com> | |||
2007-04-26 | udevcontrol: allow to set global variables in udevd | Harald Hoyer | |
The initial patch is from Harald, possible new bugs are from me. | |||
2007-04-19 | udevd: fix serialization of events | Kay Sievers | |
We see sequences like: UEVENT[1176966403.907336] add@/block/dasda UDEV [1176966403.920359] add@/block/dasda UEVENT[1176966403.964379] add@/block/dasda/dasda1 UEVENT[1176966403.964438] add@/block/dasda/dasda2 UEVENT[1176966403.964483] online@/block/dasda UEVENT[1176966403.964519] online@/block/dasda/dasda1 UEVENT[1176966403.964555] online@/block/dasda/dasda2 UDEV [1176966403.967413] add@/block/dasda/dasda1 UDEV [1176966403.968719] add@/block/dasda/dasda2 UDEV [1176966403.974750] online@/block/dasda/dasda1 UDEV [1176966403.982241] online@/block/dasda/dasda2 UDEV [1176966403.999847] online@/block/dasda where the event for the disk (last event) should come before the events for the partitons. We skipped events for dependency reasons, but the dependency check for later events did not see the skipped events. | |||
2007-03-17 | read list of devices from index, make index private to database | Kay Sievers | |
2007-03-16 | selinux: move selinux_exit() to the main programs | Kay Sievers | |
2007-03-16 | store devpath with the usual leading slash | Kay Sievers | |
2007-03-15 | increase /proc/stat buffer | Kay Sievers | |
2007-03-14 | encode db-file names, instead of just replacing '/' | Kay Sievers | |
2007-03-13 | udevd: cleanup std{in,our,err} on startup | Matthias Schwarzott | |
It occurs, when root-partition has no /dev/console, meaning that kernel could not open it, and such udevd is started without open filedescriptors 0 1 2. In that case udevd openes its sockets (netlink and control). They get fds between 0 and 2. Later duping /dev/null to 0 1 2 closes the sockets and replaces them with /dev/null. The error condition can also be reproduced by starting udevd with this command-line: udevd --daemon <&- >&- 2>&- | |||
2007-02-24 | add option --version to udevd | Matthias Schwarzott | |
2007-01-21 | udevd: init signal pipe before daemonizing | Sergey Vlasov | |
2006-12-08 | rename config "filename" to "dir" | Kay Sievers | |
2006-09-08 | udevd: add --debug-trace option | Kay Sievers | |
2006-09-08 | udevd: add --verbose option to log also to stdout | Kay Sievers | |
2006-09-08 | udevd: use getopt_long() | Kay Sievers | |
2006-09-03 | udevd: use files instead of symlinks for /dev/.udev/queue,failed | Kay Sievers | |
2006-09-03 | udevtrigger: options to filter by subsystem and sysfs attribute | Kay Sievers | |
2006-08-28 | update source file headers | Kay Sievers | |
2006-08-24 | rename major/minor variable to maj/min to avoid warning | Kay Sievers | |
2006-08-22 | fix rc when using udev --daemon | Marco d'Itri | |
2006-08-21 | cleanup commandline argument handling | Kay Sievers | |
Print and log failure, but don't fail for tools which are usually not used iteractively. Add '--help' to all tools. | |||
2006-08-20 | export DRIVER for older kernels as a replacement for PHYSDEVDRIVER | Kay Sievers | |
2006-08-18 | selinux: init once in the daemon, not in every event process | Harald Hoyer | |
2006-08-15 | udevd: remove huge socket buffer on the control socket | Kay Sievers | |
2006-08-13 | udevd: read DRIVER from the environment | Kay Sievers | |
2006-08-10 | udevd: autotune max_childs/max_childs_running | Kay Sievers | |
2006-08-05 | udevd: remove useless udevinitsend parameter | Kay Sievers | |
2006-08-05 | initialize unused sockets to -1 | Kay Sievers | |
2006-08-05 | rename udevcontrol message types and variables | Kay Sievers | |
2006-07-25 | remove 'static' from local variable | Kay Sievers | |
2006-07-21 | increase /proc/stat read buffer | Kay Sievers | |
2006-07-21 | switch uevent netlink socket to group 1 only | Kay Sievers | |
2006-05-27 | remove udevsend | Kay Sievers | |