chiark / gitweb /
udev: allow final assignments :=
[elogind.git] / udev_utils.c
2005-04-27 kay.sievers@vrfy.org[PATCH] apply default permissions only for devices...
2005-04-27 kay.sievers@vrfy.org[PATCH] add RUN key to be able to run rule based notifi...
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] support =, ==, !=, += for the key match and...
2005-04-27 kay.sievers@vrfy.org[PATCH] correct enum device_type
2005-04-27 kay.sievers@vrfy.org[PATCH] don't lookup "root" in the userdb
2005-04-27 kay.sievers@vrfy.org[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
2005-04-27 kay.sievers@vrfy.org[PATCH] use numeric owner/group as default values to...
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] correct udev_init_device
2005-04-27 kay.sievers@vrfy.org[PATCH] determine device type in udev_init_device()
2005-04-27 kay.sievers@vrfy.org[PATCH] move kernel name/number evaluation into udev_in...
2005-04-27 kay.sievers@vrfy.org[PATCH] switch device type to enum
2005-04-27 kay.sievers@vrfy.org[PATCH] udev_volume_id: remove __packed__ from dasd...
2005-04-27 kay.sievers@vrfy.org[PATCH] provide temporary device node for callouts...
2005-04-27 mbuesch@freenet.de[PATCH] trivial: remove _all_ trailing slashes with...
2005-04-27 mbuesch@freenet.de[PATCH] trivial: fix signedness
2005-04-27 kay.sievers@vrfy.org[PATCH] remove default_* permissions from udev.conf...
2005-04-27 kay.sievers@vrfy.org[PATCH] allow multiline rules by backslash at the end...
2005-04-27 kay.sievers@vrfy.org[PATCH] simplify permission application
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...