Age | Commit message (Expand) | Author |
2005-08-10 | split udev_util in several files | Kay Sievers |
2005-08-02 | update release notes for next version | Kay Sievers |
2005-08-01 | allow RUN to send the environment to a local socket | Kay Sievers |
2005-07-22 | move code to its own files | Kay Sievers |
2005-06-27 | add ID_TYPE to the id probers | Kay Sievers |
2005-06-26 | store the imported device information in the udevdb | Kay Sievers |
2005-06-25 | unify execute_command() and execute_program() | Kay Sievers |
2005-06-24 | allow rules to be compiled to one binary file | Kay Sievers |
2005-06-16 | udevd: control log-priority of the running daemon with udevcontrol | Kay Sievers |
2005-06-05 | udev: clear lists if a new value is assigned | Kay Sievers |
2005-06-05 | udev: move dev.d/ handling to external helper | Kay Sievers |
2005-04-26 | [PATCH] apply default permissions only for devices that will need it | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] add RUN key to be able to run rule based notification | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] move execute_program to utils + add action to init_device | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove untrusted chars read from sysfs-values or returned by PROGRAM | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] change call_foreach_file to return a list | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] support =, ==, !=, += for the key match and assignment | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] correct enum device_type | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] don't lookup "root" in the userdb | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] replace strncpy()/strncat() by strlcpy()/strlcat() | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] use numeric owner/group as default values to avoid parsing userdb | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] allow unlimitied count of symlinks | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove typedef for call_foreach_file() handler function | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] correct udev_init_device | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] determine device type in udev_init_device() | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] move kernel name/number evaluation into udev_init_device() | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] switch device type to enum | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] udev_volume_id: remove __packed__ from dasd structure as it does not ... | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] provide temporary device node for callouts to access the device | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] trivial: remove _all_ trailing slashes with no_trailing_slash() | mbuesch@freenet.de |
2005-04-26 | [PATCH] trivial: fix signedness | mbuesch@freenet.de |
2005-04-26 | [PATCH] remove default_* permissions from udev.conf file | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] allow multiline rules by backslash at the end of the line | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] simplify permission application | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove unused variables | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplex | kay.sievers@vrfy.org |