aboutsummaryrefslogtreecommitdiffstats
path: root/udevinfo.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-31udevinfo: restore -d optionKay Sievers1-1/+1
2005-08-30udevinfo: rename dump() to export()Kay Sievers1-9/+8
2005-08-29udevinfo: add database exportKay Sievers1-72/+84
2005-08-27don't store devpath in udevdb, we don't need itKay Sievers1-1/+1
2005-08-27add and use name_list_cleanup() for cleaning up the string listsKay Sievers1-5/+3
2005-08-27change parameter order of udev_db_search_name()Kay Sievers1-1/+1
2005-08-27print persistent data with "udevinfo -q all"Kay Sievers1-1/+3
2005-08-27prepare for new HAL udevdb dumpKay Sievers1-4/+17
2005-08-10fix udevinfo outputThierry Vignaud1-2/+2
2005-07-22move code to its own filesKay Sievers1-1/+1
2005-06-26store the imported device information in the udevdbKay Sievers1-18/+27
2005-06-06Fix udevinfo for empty sysfs directoriesGreg KH1-8/+5
2005-04-26[PATCH] move execute_program to utils + add action to init_devicekay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] udevinfo: print SYSFS attribute the same way we match itkay.sievers@vrfy.org1-28/+23
2005-04-26[PATCH] udevinfo: print errors to stderr instead of stdoutkay.sievers@vrfy.org1-14/+14
2005-04-26[PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org1-2/+5
2005-04-26[PATCH] remove unneeded includekay.sievers@vrfy.org1-1/+0
2005-04-26[PATCH] udevinfo -d: use '=' as separator, cause ':' may be a part of the dev...kay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()kay.sievers@vrfy.org1-15/+14
2005-04-26[PATCH] rename LOG to USE_LOG in all placeskay.sievers@vrfy.org1-2/+1
2005-04-26[PATCH] udevinfo -d: speed-up device dumpkay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] allow unlimitied count of symlinkskay.sievers@vrfy.org1-69/+53
2005-04-26[PATCH] udevinfo: print devpath -> node relationship for all deviceskay.sievers@vrfy.org1-2/+12
2005-04-26[PATCH] trivial rename of some variableskay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] big libsysfs diet (pre 2.0 version)kay.sievers@vrfy.org1-83/+16
2005-04-26[PATCH] cleanup db functionskay.sievers@vrfy.org1-2/+1
2005-04-26[PATCH] udevinfo: print SUBSYSTEM and DRIVERkay.sievers@vrfy.org1-0/+2
2005-04-26[PATCH] This fixes a silly mistake in how udevinfo prints the major and minorroland@digitalvampire.org1-2/+2
2005-04-26[PATCH] klibc supports LOG_PID now, so remove our own implementationkay.sievers@vrfy.org1-1/+0
2005-04-26bleah, more merge fixes...Greg KH1-1/+1
2005-04-26[PATCH] remove leftover from udevinfo's -d optionazarah@nosferatu.za.org1-2/+2
2005-04-26[PATCH] update the man pages and correct Usage: hintskay.sievers@vrfy.org1-1/+1
2005-04-26fixups to get back to proper patch orderGreg KH1-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] fix udevinfo '-q path' option as it was not workinggreg@kroah.com1-1/+1
2005-04-26[PATCH] Don't try to print major/minor for devices without a dev file.kay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] remove get_device_type and merge that into udev_set_values()kay.sievers@vrfy.org1-13/+3
2005-04-26[PATCH] change key names in udevinfo sysfs walk to match the kernelkay.sievers@vrfy.org1-11/+7
2005-04-26[PATCH] rename udevdb* to udev_db*kay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] make the udev object available to more processing stageskay.sievers@vrfy.org1-11/+5
2005-04-26[PATCH] make udevinfo's -r option also workimg for symlink querieskay.sievers@vrfy.org1-2/+15
2005-04-26[PATCH] improve udevinfo sysfs info walkkay.sievers@vrfy.org1-10/+12
2005-04-26[PATCH] add sysfs info walk to udevinfokay.sievers@vrfy.org1-1/+64
2005-04-26[PATCH] replace tdb database by simple lockless file databasekay.sievers@vrfy.org1-73/+25
2005-04-26[PATCH] big cleanup of internal udev apikay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] close the syslogkay.sievers@vrfy.org1-6/+6
2005-04-26[PATCH] netdev - udevdb+dev.d changeskay.sievers@vrfy.org1-1/+2
2005-04-26[PATCH] hmm, handle net devices with udev?kay.sievers@vrfy.org1-9/+15
2005-04-26[PATCH] udevinfo patchdsteklof@us.ibm.com1-9/+6
2005-04-26[PATCH] first stupid try for a rule compose guikay.sievers@vrfy.org1-0/+3
2005-04-26[PATCH] replace fgets() with mmap() and introduce udev_lib.[hc]kay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] clarify udevinfo textkay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] overall trivial trivial cleanupkay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] clarify udevinfo device walkkay.sievers@vrfy.org1-1/+8
2005-04-26[PATCH] udevinfo symlink reverse querykay.sievers@vrfy.org1-2/+14
2005-04-26[PATCH] udev - safer string handling all over the placekay.sievers@vrfy.org1-5/+5
2005-04-26[PATCH] force udev to include the internal version of libsysfs and never the ...greg@kroah.com1-1/+2
2005-04-26[PATCH] udev use new libsysfs header file locationpatmans@us.ibm.com1-1/+1
2005-04-26[PATCH] udev - switch SYSFS_file to SYSFS{file}kay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] more logging.h cleanups to be a bit more flexible.greg@kroah.com1-3/+9
2005-04-26[PATCH] fix log option code so that it actually works for all udev programs.greg@kroah.com1-0/+5
2005-04-26[PATCH] rework the logging code so that each program logs with the proper nam...greg@kroah.com1-0/+3
2005-04-26[PATCH] udev - trivial style cleanupkay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] udevinfo doesn't need to declare main_envpgreg@kroah.com1-2/+0
2005-04-26[PATCH] move udevinfo into the main build and clean up the main Makefile a bit.greg@kroah.com1-0/+424