summaryrefslogtreecommitdiff
path: root/namedev.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] restore OWNER/GROUP assignment in rule coming from RESULTkay.sievers@vrfy.org2005-04-261-2/+3
* [PATCH] remove unused timestamp fieldkay.sievers@vrfy.org2005-04-261-9/+3
* [PATCH] simplify permission handlingkay.sievers@vrfy.org2005-04-261-60/+48
* [PATCH] remove unused variableskay.sievers@vrfy.org2005-04-261-2/+0
* more fixupsGreg KH2005-04-261-5/+0
* [PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplexkay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] Allow GROUP to have modifiers in itsschweizer@gmail.com2005-04-261-0/+5
* [PATCH] add NAME{ignore_remove} attributekay.sievers@vrfy.org2005-04-261-0/+1
* [PATCH] support DRIVER as a rule keykay.sievers@vrfy.org2005-04-261-0/+11
* [PATCH] support SUBSYSTEM as a rule keykay.sievers@vrfy.org2005-04-261-1/+12
* [PATCH] rename udevdb* to udev_db*kay.sievers@vrfy.org2005-04-261-2/+2
* [PATCH] Make dev.d/ handling a separate processing stagekay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] make the udev object available to more processing stageskay.sievers@vrfy.org2005-04-261-3/+3
* [PATCH] replace tdb database by simple lockless file databasekay.sievers@vrfy.org2005-04-261-20/+20
* [PATCH] wait() for specific pid to return from fork().kay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] Apply the default permissions even if we found a entry inkay.sievers@vrfy.org2005-04-261-4/+3
* [PATCH] improve klibc fixup integrationkay.sievers@vrfy.org2005-04-261-1/+0
* [PATCH] big cleanup of internal udev apikay.sievers@vrfy.org2005-04-261-2/+3
* [PATCH] remove sleeps from udev as it is external nowkay.sievers@vrfy.org2005-04-261-172/+17
* [PATCH] Problem parsing %s in udev rulesandrew.patterson@hp.com2005-04-261-0/+11
* [PATCH] prevent deadlocks on an corrupt udev databasekay.sievers@vrfy.org2005-04-261-14/+8
* [PATCH] fix problems with dev.d and udevstartkay.sievers@vrfy.org2005-04-261-5/+0
* [PATCH] fix problems using scsi_id with udevstartkay.sievers@vrfy.org2005-04-261-11/+16
* [PATCH] PATCH udev close on execharald@redhat.com2005-04-261-4/+2
* [PATCH] udev parse bugharald@redhat.com2005-04-261-2/+2
* [PATCH] fix udevstart badly broken in udev 031kay.sievers@vrfy.org2005-04-261-3/+5
* [PATCH] compatibility symlinks for udevdavid@fubar.dk2005-04-261-0/+40
* [PATCH] clean up block whitelist search logic a bit.greg@kroah.com2005-04-261-9/+8
* [PATCH] udevstart performance increaseogasawara@osdl.org2005-04-261-3/+45
* [PATCH] catchup with recent klibckay.sievers@vrfy.org2005-04-261-2/+0
* [PATCH] fix test regressionskay.sievers@vrfy.org2005-04-261-12/+11
* [PATCH] put config info in db for netdevkay.sievers@vrfy.org2005-04-261-2/+2
* [PATCH] netdev - udevdb+dev.d changeskay.sievers@vrfy.org2005-04-261-12/+14
* [PATCH] apply all_partitions rule to main block device onlykay.sievers@vrfy.org2005-04-261-7/+9
* [PATCH] hmm, handle net devices with udev?kay.sievers@vrfy.org2005-04-261-0/+10
* [PATCH] fix build error in namedev.c caused by previous patch.greg@kroah.com2005-04-261-1/+1
* [PATCH] correct apply_format() for symlink only ruleskay.sievers@vrfy.org2005-04-261-2/+5
* [PATCH] uninitialized variable for mknod and friendolh@suse.de2005-04-261-1/+1
* [PATCH] first stupid try for a rule compose guikay.sievers@vrfy.org2005-04-261-0/+5
* [PATCH] replace fgets() with mmap() and introduce udev_lib.[hc]kay.sievers@vrfy.org2005-04-261-0/+1
* [PATCH] "symlink only" testkay.sievers@vrfy.org2005-04-261-10/+5
* [PATCH] callout part selector tweakkay.sievers@vrfy.org2005-04-261-2/+6
* [PATCH] cleanup callout forkkay.sievers@vrfy.org2005-04-261-44/+48
* [PATCH] allow to specify node permissions in the rulekay.sievers@vrfy.org2005-04-261-42/+16
* [PATCH] rename strn*() macros to strmaxkay.sievers@vrfy.org2005-04-261-12/+12
* [PATCH] conditional remove of trailing sysfs whitespacekay.sievers@vrfy.org2005-04-261-0/+14
* [PATCH] better fix for NAME="foo-%c{N}" gets a truncated namekay.sievers@vrfy.org2005-04-261-2/+3
* [PATCH] fix NAME="foo-%c{N}" gets a truncated namekay.sievers@vrfy.org2005-04-261-2/+4
* [PATCH] cleanup mult field string handlingkay.sievers@vrfy.org2005-04-261-13/+8
* [PATCH] fix stroul endptr usekay.sievers@vrfy.org2005-04-261-1/+1