summaryrefslogtreecommitdiff
path: root/udev_utils.c
AgeCommit message (Expand)Author
2007-07-15name_list: rename loop_name -> name_loopKay Sievers
2007-07-14add option to RUN key to ignore the return value of the programKay Sievers
2007-04-25unset variable with ENV{VAR}=""Kay Sievers
2006-12-08rename config "filename" to "dir"Kay Sievers
2006-09-16clarify "specified user/group unknown" errorMiles Lane
2006-08-28update source file headersKay Sievers
2006-08-20remove built-in /etc/passwd /etc/group parserKay Sievers
2006-04-15apply format char to variables exported by ENVKay Sievers
2006-01-09replace libsysfsKay Sievers
2005-11-07move some logging from dbg() to info()Marco d'Itri
2005-11-07add strerror() to error logsMarco d'Itri
2005-10-29remove no longer needed waiting for "dev" fileKay Sievers
2005-08-28add uft8 validation for safe volume label exportingKay Sievers
2005-08-27add and use name_list_cleanup() for cleaning up the string listsKay Sievers
2005-08-10split udev_util in several filesKay Sievers
2005-08-02update release notes for next versionKay Sievers
2005-08-01allow RUN to send the environment to a local socketKay Sievers
2005-07-22move code to its own filesKay Sievers
2005-06-27add ID_TYPE to the id probersKay Sievers
2005-06-26store the imported device information in the udevdbKay Sievers
2005-06-25unify execute_command() and execute_program()Kay Sievers
2005-06-24allow rules to be compiled to one binary fileKay Sievers
2005-06-16udevd: control log-priority of the running daemon with udevcontrolKay Sievers
2005-06-05udev: clear lists if a new value is assignedKay Sievers
2005-06-05udev: move dev.d/ handling to external helperKay Sievers
2005-04-26[PATCH] apply default permissions only for devices that will need itkay.sievers@vrfy.org
2005-04-26[PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org
2005-04-26[PATCH] move execute_program to utils + add action to init_devicekay.sievers@vrfy.org
2005-04-26[PATCH] remove untrusted chars read from sysfs-values or returned by PROGRAMkay.sievers@vrfy.org
2005-04-26[PATCH] change call_foreach_file to return a listkay.sievers@vrfy.org
2005-04-26[PATCH] support =, ==, !=, += for the key match and assignmentkay.sievers@vrfy.org
2005-04-26[PATCH] correct enum device_typekay.sievers@vrfy.org
2005-04-26[PATCH] don't lookup "root" in the userdbkay.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 userdbkay.sievers@vrfy.org
2005-04-26[PATCH] allow unlimitied count of symlinkskay.sievers@vrfy.org
2005-04-26[PATCH] remove typedef for call_foreach_file() handler functionkay.sievers@vrfy.org
2005-04-26[PATCH] correct udev_init_devicekay.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 enumkay.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 devicekay.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 signednessmbuesch@freenet.de
2005-04-26[PATCH] remove default_* permissions from udev.conf filekay.sievers@vrfy.org
2005-04-26[PATCH] allow multiline rules by backslash at the end of the linekay.sievers@vrfy.org
2005-04-26[PATCH] simplify permission applicationkay.sievers@vrfy.org
2005-04-26[PATCH] remove unused variableskay.sievers@vrfy.org
2005-04-26[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplexkay.sievers@vrfy.org