]> git.ipfire.org Git - thirdparty/systemd.git/history - udev_utils.c
volume_id: fix Makefile for parallel make
[thirdparty/systemd.git] / udev_utils.c
2007-04-24  Kay Sieversunset variable with ENV{VAR}=""
2006-12-08  Kay Sieversrename config "filename" to "dir"
2006-09-16  Miles Laneclarify "specified user/group unknown" error
2006-08-27  Kay Sieversupdate source file headers
2006-08-20  Kay Sieversremove built-in /etc/passwd /etc/group parser
2006-04-15  Kay Sieversapply format char to variables exported by ENV
2006-01-09  Kay Sieversreplace libsysfs
2005-11-07  Marco d'Itrimove some logging from dbg() to info()
2005-11-07  Marco d'Itriadd strerror() to error logs
2005-10-29  Kay Sieversremove no longer needed waiting for "dev" file
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-10  Kay Sieverssplit udev_util in several files
2005-08-02  Greg Kroah-HartmanMerge gregkh@ehlo.org:/home/kay/public_html/pub/scm...
2005-08-02  Kay Sieversupdate release notes for next version
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-27  Kay Sieversadd ID_TYPE to the id probers
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/pub/scm...
2005-06-15  Kay Sieversudevd: control log-priority of the running daemon with...
2005-06-05  Kay Sieversudev: clear lists if a new value is assigned
2005-06-05  Kay Sieversudev: move dev.d/ handling to external helper
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...