chiark / gitweb /
add .gitignore
[elogind.git] / udev_utils.h
2005-10-29 Kay Sieversremove no longer needed waiting for "dev" file
2005-08-28 Kay Sieversrename ...trailing_char() to ...trailing_chars()
2005-08-28 Kay Sieversuse WRITE_END/READ_END for the pipe index
2005-08-28 Kay Sieversstart to enforce plain ascii or valid utf8
2005-08-28 Kay Sieversadd uft8 validation for safe volume label exporting
2005-08-27 Kay Sieversadd and use name_list_cleanup() for cleaning up the...
2005-08-11 Kay Sieversallow logging of all output from executed tools
2005-08-01 Kay Sieversallow RUN to send the environment to a local socket
2005-07-22 Kay Sieversmove code to its own files
2005-06-26 Kay Sieversstore the imported device information in the udevdb
2005-06-25 Kay Sieversunify execute_command() and execute_program()
2005-06-24 Kay Sieversallow rules to be compiled to one binary file
2005-06-21 Greg KHMerge gregkh@ehlo.org:/home/kay/public_html/linux/hotpl...
2005-06-05 Kay Sieversudev: move dev.d/ handling to external helper
2005-04-27 kay.sievers@vrfy.org[PATCH] move execute_program to utils + add action...
2005-04-27 kay.sievers@vrfy.org[PATCH] remove untrusted chars read from sysfs-values...
2005-04-27 kay.sievers@vrfy.org[PATCH] change call_foreach_file to return a list
2005-04-27 kay.sievers@vrfy.org[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
2005-04-27 kay.sievers@vrfy.org[PATCH] replace weird defines by real code
2005-04-27 kay.sievers@vrfy.org[PATCH] allow unlimitied count of symlinks
2005-04-27 kay.sievers@vrfy.org[PATCH] remove typedef for call_foreach_file() handler...
2005-04-27 kay.sievers@vrfy.org[PATCH] move kernel name/number evaluation into udev_in...
2005-04-27 kay.sievers@vrfy.org[PATCH] provide temporary device node for callouts...
2005-04-27 mbuesch@freenet.de[PATCH] trivial: fix signedness
2005-04-27 kay.sievers@vrfy.org[PATCH] allow multiline rules by backslash at the end...
2005-04-27 kay.sievers@vrfy.org[PATCH] remove unused variables
2005-04-27 kay.sievers@vrfy.org[PATCH] rename udev_lib to udev_utils and dev_d to...