summaryrefslogtreecommitdiff
path: root/namedev.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] udev - introduce format escape charkay.sievers@vrfy.org2005-04-261-7/+12
* [PATCH] udev - CALLOUT is PROGRAM nowkay.sievers@vrfy.org2005-04-261-2/+2
* [PATCH] udev - simple debug tweakkay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] fix a few stale comments in namedev.cgreg@kroah.com2005-04-261-2/+2
* [PATCH] add bus test for usb-serial bus.greg@kroah.com2005-04-261-0/+1
* [PATCH] udev - drop all methods :)kay.sievers@vrfy.org2005-04-261-209/+152
* [PATCH] udev - make exec_callout() reusablekay.sievers@vrfy.org2005-04-261-6/+6
* [PATCH] udev - exec status fix for klibckay.sievers@vrfy.org2005-04-261-2/+0
* [PATCH] add IGNORE rule typechristophe@saout.de2005-04-261-0/+27
* [PATCH] replace list_for_each with list_for_each_entry, saving a few lines of...greg@kroah.com2005-04-261-22/+9
* [PATCH] Fix udev gcc-2.95.4 compatazarah@nosferatu.za.org2005-04-261-1/+1
* [PATCH] fix for apply_format()kay.sievers@vrfy.org2005-04-261-3/+6
* [PATCH] 'ide' missing in bus_files[]kay.sievers@vrfy.org2005-04-261-0/+1
* [PATCH] If a LABEL rule has a BUS id, then we must check to see if the device...greg@kroah.com2005-04-261-1/+4
* [PATCH] If a CALLOUT rule has a BUS id, then we must check to see if the devi...greg@kroah.com2005-04-261-1/+4
* [PATCH] add pci to the bus_files list.greg@kroah.com2005-04-261-0/+1
* [PATCH] fix long delay for all devices in namedevgreg@kroah.com2005-04-261-59/+53
* [PATCH] fix complier warning in namedev.cgreg@kroah.com2005-04-261-1/+0
* [PATCH] add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule.greg@kroah.com2005-04-261-38/+53
* [PATCH] add any valid devicekay.sievers@vrfy.org2005-04-261-22/+1
* [PATCH] introduce format char 'k' for kernel-namekay.sievers@vrfy.org2005-04-261-12/+15
* [PATCH] Just live with a sleep(1) in namedev for now until libsysfs is fixed up.greg@kroah.com2005-04-261-36/+22
* [PATCH] try to wait until the proper device file shows up in sysfs.greg@kroah.com2005-04-261-12/+147
* [PATCH] remove unneeded TODO and FIXME entrygreg@kroah.com2005-04-261-1/+0
* [PATCH] get part of callout return stringkay.sievers@vrfy.org2005-04-261-5/+36
* [PATCH] remove '\n' from end of callout returnkay.sievers@vrfy.org2005-04-261-4/+7
* [PATCH] pre-libsysfs-0.4.0 patchdsteklof@us.ibm.com2005-04-261-18/+7
* [PATCH] change devfs disk name rule from 'disk' to 'disc'greg@kroah.com2005-04-261-1/+1
* [PATCH] experimental (very simple) SYMLINK creationkay.sievers@vrfy.org2005-04-261-1/+8
* [PATCH] pattern match for label methodkay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] a bug in linefeed removalkay.sievers@vrfy.org2005-04-261-3/+6
* [PATCH] fix permission handling logicgreg@kroah.com2005-04-261-67/+62
* [PATCH] add support for the default_mode variable, as it is documented...greg@kroah.com2005-04-261-2/+6
* [PATCH] pattern matching for namedevkay.sievers@vrfy.org2005-04-261-14/+53
* [PATCH] add support for a main udev config file, udev.conf.greg@kroah.com2005-04-261-1/+1
* [PATCH] split out the namedev config parsing logic to namedev_parse.cgreg@kroah.com2005-04-261-432/+41
* [PATCH] rename namedev's get_attr() to be main namedev_name_device() as that'...greg@kroah.com2005-04-261-13/+1
* [PATCH] catch replace device by wildcardkay.sievers@vrfy.org2005-04-261-2/+2
* [PATCH] operate on the rules in the order they are in the config file (within...greg@kroah.com2005-04-261-1/+1
* [PATCH] fix problem where we were not looking at the BUS value.greg@kroah.com2005-04-261-4/+28
* [PATCH] Add format modifier for devfs like namingarnd@arndb.de2005-04-261-0/+9
* [PATCH] more config file parsing robustnessazarah@nosferatu.za.org2005-04-261-0/+4
* [PATCH] namedev.c strcat tweakkay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] overall whitespace + debug text conditioningkay.sievers@vrfy.org2005-04-261-15/+15
* [PATCH] added ability to put format specifiers in the CALLOUT program string.greg@kroah.com2005-04-261-47/+71
* [PATCH] - format char for CALLOUT outputkay.sievers@vrfy.org2005-04-261-25/+28
* [PATCH] more namedev whitespace cleanupskay.sievers@vrfy.org2005-04-261-10/+7
* [PATCH] add getgrnam and getpwnam to klibc_fixups files.greg@kroah.com2005-04-261-0/+1
* [PATCH] fix segfault in parsing bad udev.permissions filemd@Linux.IT2005-04-261-0/+12
* [PATCH] support arguments in callout execkay.sievers@vrfy.org2005-04-261-1/+21