Age | Commit message (Expand) | Author |
2007-04-25 | unset variable with ENV{VAR}="" | Kay Sievers |
2006-12-08 | rename config "filename" to "dir" | Kay Sievers |
2006-09-16 | clarify "specified user/group unknown" error | Miles Lane |
2006-08-28 | update source file headers | Kay Sievers |
2006-08-20 | remove built-in /etc/passwd /etc/group parser | Kay Sievers |
2006-04-15 | apply format char to variables exported by ENV | Kay Sievers |
2006-01-09 | replace libsysfs | Kay Sievers |
2005-11-07 | move some logging from dbg() to info() | Marco d'Itri |
2005-11-07 | add strerror() to error logs | Marco d'Itri |
2005-10-29 | remove no longer needed waiting for "dev" file | Kay Sievers |
2005-08-28 | add uft8 validation for safe volume label exporting | Kay Sievers |
2005-08-27 | add and use name_list_cleanup() for cleaning up the string lists | Kay Sievers |
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 |