]> git.ipfire.org Git - thirdparty/systemd.git/history - udev_db.c
Makefile: fail, if submake fails
[thirdparty/systemd.git] / udev_db.c
2005-11-16  Kay Sieversremove "udev_db" option from config file
2005-11-07  Marco d'Itrimove some logging from dbg() to info()
2005-11-07  Marco d'Itriadd strerror() to error logs
2005-08-27  Kay Sieversdon't store devpath in udevdb, we don't need it
2005-08-27  Kay Sieverschange parameter order of udev_db_search_name()
2005-08-27  Kay Sieversprepare for new HAL udevdb dump
2005-08-26  Kay Sieversfix lookup for name in the udevdb, it should return...
2005-08-15  Kay Sieverscleanup some debug output and move to info level +...
2005-08-13  Kay SieversMerge rsync://rsync.kernel.org/pub/scm/linux/hotplug...
2005-08-12  Kay Sieversfix more compiler warnings ...
2005-08-08  Kay Sieversswitch some strlcpy's to memcpy
2005-07-22  Kay Sieversmove code to its own files
2005-07-05  Kay Sieverscreate udevdb files only if somehting interesting happened
2005-06-26  Kay Sieversstore the imported device information in the udevdb
2005-04-27  kay.sievers@vrfy.org[PATCH] fix klibc's broken strlcpy/strlcat
2005-04-27  kay.sievers@vrfy.org[PATCH] support log-priority levels in udev.conf
2005-04-27  kay.sievers@vrfy.org[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
2005-04-27  kay.sievers@vrfy.org[PATCH] udev_volume_id: version 39
2005-04-27  kay.sievers@vrfy.org[PATCH] udevinfo -d: speed-up device dump
2005-04-27  kay.sievers@vrfy.org[PATCH] allow unlimitied count of symlinks
2005-04-27  kay.sievers@vrfy.org[PATCH] unmap db-file after use
2005-04-27  kay.sievers@vrfy.org[PATCH] udevinfo: print devpath -> node relationship...
2005-04-27  kay.sievers@vrfy.org[PATCH] trivial rename of some variables
2005-04-27  kay.sievers@vrfy.org[PATCH] cleanup db functions
2005-04-27  kay.sievers@vrfy.org[PATCH] switch major/minor to dev_t
2005-04-27  kay.sievers@vrfy.org[PATCH] remove the device node only if the major/minor...
2005-04-27  kay.sievers@vrfy.org[PATCH] fix -Wsign-compare warnings
2005-04-27  kay.sievers@vrfy.org[PATCH] rename udev_lib to udev_utils and dev_d to...
2005-04-27  kay.sievers@vrfy.org[PATCH] add NAME{ignore_remove} attribute
2005-04-27  kay.sievers@vrfy.org[PATCH] rename udevdb* to udev_db*