aboutsummaryrefslogtreecommitdiffstats
path: root/udev_utils.h
AgeCommit message (Expand)AuthorFilesLines
2005-08-28rename ...trailing_char() to ...trailing_chars()Kay Sievers1-1/+1
2005-08-28use WRITE_END/READ_END for the pipe indexKay Sievers1-0/+4
2005-08-28start to enforce plain ascii or valid utf8Kay Sievers1-1/+1
2005-08-28add uft8 validation for safe volume label exportingKay Sievers1-11/+18
2005-08-27add and use name_list_cleanup() for cleaning up the string listsKay Sievers1-0/+1
2005-08-11allow logging of all output from executed toolsKay Sievers1-2/+4
2005-08-01allow RUN to send the environment to a local socketKay Sievers1-0/+1
2005-07-22move code to its own filesKay Sievers1-8/+6
2005-06-26store the imported device information in the udevdbKay Sievers1-0/+1
2005-06-25unify execute_command() and execute_program()Kay Sievers1-1/+2
2005-06-24allow rules to be compiled to one binary fileKay Sievers1-1/+1
2005-06-05udev: move dev.d/ handling to external helperKay Sievers1-0/+2
2005-04-26[PATCH] move execute_program to utils + add action to init_devicekay.sievers@vrfy.org1-1/+2
2005-04-26[PATCH] remove untrusted chars read from sysfs-values or returned by PROGRAMkay.sievers@vrfy.org1-1/+2
2005-04-26[PATCH] change call_foreach_file to return a listkay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()kay.sievers@vrfy.org1-35/+1
2005-04-26[PATCH] replace weird defines by real codekay.sievers@vrfy.org1-19/+1
2005-04-26[PATCH] allow unlimitied count of symlinkskay.sievers@vrfy.org1-0/+2
2005-04-26[PATCH] remove typedef for call_foreach_file() handler functionkay.sievers@vrfy.org1-4/+8
2005-04-26[PATCH] move kernel name/number evaluation into udev_init_device()kay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] provide temporary device node for callouts to access the devicekay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] trivial: fix signednessmbuesch@freenet.de1-1/+1
2005-04-26[PATCH] allow multiline rules by backslash at the end of the linekay.sievers@vrfy.org1-1/+2
2005-04-26[PATCH] remove unused variableskay.sievers@vrfy.org1-2/+1
2005-04-26[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplexkay.sievers@vrfy.org1-0/+91