Age | Commit message (Expand) | Author |
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 |