Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-27 | childs -> children | Kay Sievers | |
2010-05-27 | while (1) -> for (;;) | Kay Sievers | |
2010-05-25 | fix compilation with --enable-debug | Kay Sievers | |
2010-05-25 | udevd: fix typo /proc/fd -> /proc/self/fd | Bryan Kadzban | |
2010-05-24 | man: directly use 'refentry' | Kay Sievers | |
And make Lennart happy! :) | |||
2010-05-20 | create static nodes provided by kernel modules to allow module autoloading | Kay Sievers | |
2010-05-20 | fix tests and allow MODE=000 | Kay Sievers | |
2010-05-20 | udevd: create standard symlinks and handle /lib/udev/devices | Kay Sievers | |
2010-05-20 | use default mode of 0600 for nodes if gid == 0 | Kay Sievers | |
2010-05-12 | reset process priority before executing RUN+= | Kay Sievers | |
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581235 | |||
2010-05-11 | udevd: reload config only for *.rules files | Kay Sievers | |
2010-05-07 | add info message when empty NAME is given | Kay Sievers | |
2010-05-05 | man: udevadm trigger - the default is "change" not "add" | Kay Sievers | |
2010-05-05 | warn when renaming kernel-provided nodes instead of adding symlinks | Kay Sievers | |
2010-05-03 | remove debug output during rules parsing | Kay Sievers | |
2010-05-03 | remove unused parameter from udev_node_mknod() | Kay Sievers | |
2010-05-01 | fix device node deletion | Michael Thayer | |
Signed-off-by: Michael Thayer <michael.thayer@sun.com> | |||
2010-04-26 | udevd: always try to find an idle worker instead of forking a new one | Kay Sievers | |
We special-handle events with a TIMEOUT= set, so they don't get queued or wait for parent events to finish, to make sure we can handle them as fast as possible. With this change we first try to find an idle worker process before forking a new one. | |||
2010-04-23 | delete old tags when configuration changes | Kay Sievers | |
2010-04-22 | use the usual TAG+=, TAG= logic | Kay Sievers | |
2010-04-22 | all to match against a given TAG== | Kay Sievers | |
2010-04-22 | add TAG= to improve event filtering and device enumeration | Kay Sievers | |
2010-04-22 | udevadm: info --export-db -- remove watch handle export | Kay Sievers | |
2010-04-21 | fix previous commit | Kay Sievers | |
2010-04-21 | remove left-over from ignore_remove and all_partitions | Kay Sievers | |
2010-04-21 | more readlink buffer size handling | Kay Sievers | |
2010-04-21 | remove buffer-overrun risk in readlink call | Mathias Nyman | |
readlink does not write a nul character to the end of the string it returns. Therefore ask for one fewer character than the buffer size so there's always room for an extra \0. Signed-off-by: Mathias Nyman <mathias.nyman@nokia.com> Signed-off-by: Phil Carmody <ext-phil.2.carmody@nokia.com> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2010-04-20 | doc: add section about how *not* to rename device nodes | Kay Sievers | |
Thanks to Mario 'BitKoenig' Holbe <Mario.Holbe@tu-ilmenau.de>. | |||
2010-04-19 | delete only device nodes, not symlinks when deleting a devtmpfs node | Kay Sievers | |
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550152 | |||
2010-04-19 | add O_NOFOLLOW when creating files in link stack | Kay Sievers | |
2010-04-19 | doc: document the WAIT_FOR timeout | Marco d'Itri | |
2010-04-13 | remove "ignore_remove" option | Kay Sievers | |
2010-04-13 | remove "all_partitions" option | Kay Sievers | |
We can not predict the major/minor of non-existing devices: $ grep . /sys/class/block/sd*/dev /sys/class/block/sda1/dev:259:524288 /sys/class/block/sda2/dev:259:262144 /sys/class/block/sda3/dev:259:786432 /sys/class/block/sda4/dev:259:131072 /sys/class/block/sda/dev:259:0 /sys/class/block/sdb/dev:259:655360 /sys/class/block/sdc/dev:259:393216 If this functionality is still needed for some broken hardware, it needs to be solved with a tool not part of the udev package. Because such option is unreliable and unsafe to use. | |||
2010-04-12 | udevadm: trigger - switch default action from "add" to "change" | Kay Sievers | |
2010-04-12 | log info only if we actually delete the node | Kay Sievers | |
2010-04-12 | replace "add|change" with "!remove" | Kay Sievers | |
2010-04-12 | allow IMPORT{db}="KEY" | Kay Sievers | |
2010-04-12 | unify/cleanup event handling | Kay Sievers | |
2010-03-17 | do not reset SELinux context when the node was not touched | Kay Sievers | |
2010-03-10 | use major:minor as entries in watch directory | Kay Sievers | |
2010-03-10 | use major:minor as entries in symlink stack instead of devpath | Kay Sievers | |
2010-03-10 | udevadm: monitor - use / as separator in --subsystem-match=subsystem[/devtype] | Kay Sievers | |
2010-03-10 | libbudev-private: rename udev_list_entry_get_flag() | Kay Sievers | |
2010-03-10 | replace utimes() with utimensat() | Kay Sievers | |
2010-02-18 | udevadm: fix untested and broken commit to set buffer size | Kay Sievers | |
2010-02-17 | udevadm monitor: increase netlink buffer size | Scott James Remnant | |
A common use (e.g. in Ubuntu) for udevadm monitor is to log the events received by udev during boot; events can be lost of the buffer size isn't increased as udevd does. Signed-off-by: Scott James Remnant <scott@ubuntu.com> | |||
2010-01-15 | clarify message about not removed device node | Kay Sievers | |
2010-01-13 | do not remove device nodes of active kernel devices | Kay Sievers | |
We do no longer delete the primary device node while handling "remove" events if the same kernel device is already re-created in the meantime. This prevents the asynchronously running udev from removing and re-creating primary device nodes for active devices. | |||
2010-01-13 | udevd: inotify - do not parse rules at create but at close | Kay Sievers | |
We do not need to get notified about created files, only about moved ones or files closed-after-writing. | |||
2009-12-25 | udevadm: logging - copy va_list and do not use it twice | Kay Sievers | |