chiark / gitweb /
Fix the gentoo udev rules to allow the box to boot properly
[elogind.git] / udev_db.c
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*