Age | Commit message (Expand) | Author |
2006-08-28 | update source file headers | Kay Sievers |
2006-08-24 | rename major/minor variable to maj/min to avoid warning | Kay Sievers |
2006-08-24 | udev_db.c: include <sys/stat.h> | Kay Sievers |
2006-08-21 | db: don't create a db file for only a node name to store | Kay Sievers |
2006-08-19 | consistent key naming to match only the event device or include all parent de... | Kay Sievers |
2006-08-18 | db: store devpath - node relationship for all devices | Kay Sievers |
2006-01-09 | replace libsysfs | Kay Sievers |
2005-12-20 | don't log error if database does not exist | Kay Sievers |
2005-11-24 | merge two consecutive static strlcat's | Kay Sievers |
2005-11-16 | remove "udev_db" option from config file | Kay Sievers |
2005-11-07 | move some logging from dbg() to info() | Marco d'Itri |
2005-11-07 | add strerror() to error logs | Marco d'Itri |
2005-08-27 | don't store devpath in udevdb, we don't need it | Kay Sievers |
2005-08-27 | change parameter order of udev_db_search_name() | Kay Sievers |
2005-08-27 | prepare for new HAL udevdb dump | Kay Sievers |
2005-08-26 | fix lookup for name in the udevdb, it should return the devpath | Kay Sievers |
2005-08-15 | cleanup some debug output and move to info level + unify select() loops | Kay Sievers |
2005-08-13 | fix more compiler warnings ... | Kay Sievers |
2005-08-08 | switch some strlcpy's to memcpy | Kay Sievers |
2005-07-22 | move code to its own files | Kay Sievers |
2005-07-05 | create udevdb files only if somehting interesting happened | Kay Sievers |
2005-06-26 | store the imported device information in the udevdb | Kay Sievers |
2005-04-26 | [PATCH] fix klibc's broken strlcpy/strlcat | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] support log-priority levels in udev.conf | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] replace strncpy()/strncat() by strlcpy()/strlcat() | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] udev_volume_id: version 39 | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] udevinfo -d: speed-up device dump | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] allow unlimitied count of symlinks | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] unmap db-file after use | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] udevinfo: print devpath -> node relationship for all devices | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] trivial rename of some variables | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] cleanup db functions | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] switch major/minor to dev_t | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove the device node only if the major/minor number matches | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] fix -Wsign-compare warnings | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplex | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] add NAME{ignore_remove} attribute | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] rename udevdb* to udev_db* | kay.sievers@vrfy.org |