aboutsummaryrefslogtreecommitdiffstats
path: root/udev_db.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-27don't store devpath in udevdb, we don't need itKay Sievers1-36/+27
2005-08-27change parameter order of udev_db_search_name()Kay Sievers1-1/+1
2005-08-27prepare for new HAL udevdb dumpKay Sievers1-62/+19
2005-08-26fix lookup for name in the udevdb, it should return the devpathKay Sievers1-9/+11
2005-08-15cleanup some debug output and move to info level + unify select() loopsKay Sievers1-1/+1
2005-08-13fix more compiler warnings ...Kay Sievers1-1/+1
2005-08-08switch some strlcpy's to memcpyKay Sievers1-12/+24
2005-07-22move code to its own filesKay Sievers1-2/+0
2005-07-05create udevdb files only if somehting interesting happenedKay Sievers1-4/+15
2005-06-26store the imported device information in the udevdbKay Sievers1-1/+8
2005-04-26[PATCH] fix klibc's broken strlcpy/strlcatkay.sievers@vrfy.org1-23/+23
2005-04-26[PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org1-6/+6
2005-04-26[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()kay.sievers@vrfy.org1-64/+53
2005-04-26[PATCH] udev_volume_id: version 39kay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] udevinfo -d: speed-up device dumpkay.sievers@vrfy.org1-10/+48
2005-04-26[PATCH] allow unlimitied count of symlinkskay.sievers@vrfy.org1-36/+59
2005-04-26[PATCH] unmap db-file after usekay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] udevinfo: print devpath -> node relationship for all deviceskay.sievers@vrfy.org1-0/+35
2005-04-26[PATCH] trivial rename of some variableskay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] cleanup db functionskay.sievers@vrfy.org1-14/+16
2005-04-26[PATCH] switch major/minor to dev_tkay.sievers@vrfy.org1-2/+4
2005-04-26[PATCH] remove the device node only if the major/minor number matcheskay.sievers@vrfy.org1-0/+9
2005-04-26[PATCH] fix -Wsign-compare warningskay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplexkay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] add NAME{ignore_remove} attributekay.sievers@vrfy.org1-2/+16
2005-04-26[PATCH] rename udevdb* to udev_db*kay.sievers@vrfy.org1-0/+214