Age | Commit message (Expand) | Author |
2005-08-28 | rename ...trailing_char() to ...trailing_chars() | Kay Sievers |
2005-08-28 | use WRITE_END/READ_END for the pipe index | Kay Sievers |
2005-08-28 | start to enforce plain ascii or valid utf8 | 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-11 | allow logging of all output from executed tools | 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-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-05 | udev: move dev.d/ handling to external helper | Kay Sievers |
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] replace strncpy()/strncat() by strlcpy()/strlcat() | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] replace weird defines by real code | 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] move kernel name/number evaluation into udev_init_device() | 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: fix signedness | mbuesch@freenet.de |
2005-04-26 | [PATCH] allow multiline rules by backslash at the end of the line | 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 |