aboutsummaryrefslogtreecommitdiffstats
path: root/udev_add.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-15cleanup some debug output and move to info level + unify select() loopsKay Sievers1-1/+1
2005-07-22move code to its own filesKay Sievers1-3/+1
2005-07-03fake also kernel-name if we renamed a netifKay Sievers1-0/+2
2005-06-18remove device node, when type block/char has changedKay Sievers1-14/+13
2005-06-05udev: handle all events - not only class and block devicesKay Sievers1-16/+0
2005-04-26[PATCH] selinux: fix handling during creation of symlinkskay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] fix stupid all_partitions bugtklauser@access.unizh.ch1-1/+1
2005-04-26[PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org1-1/+4
2005-04-26[PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] fix bad typo that prevents the GROUP to be appliedkay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] rename namedev_dev to udev_rulekay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] correct enum device_typekay.sievers@vrfy.org1-5/+5
2005-04-26selinux merge fixups again...Greg KH1-3/+7
2005-04-26[PATCH] don't lookup "root" in the userdbkay.sievers@vrfy.org1-7/+13
2005-04-26[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()kay.sievers@vrfy.org1-17/+17
2005-04-26[PATCH] remove Makefile magic for klibc integrationkay.sievers@vrfy.org1-17/+5
2005-04-26[PATCH] replace weird defines by real codekay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] allow unlimitied count of symlinkskay.sievers@vrfy.org1-11/+8
2005-04-26more merge fixups, looks like i missed a selinux patch somewhere...Greg KH1-7/+3
2005-04-26[PATCH] udev selinux fixpebenito@gentoo.org1-3/+7
2005-04-26[PATCH] switch device type to enumkay.sievers@vrfy.org1-9/+5
2005-04-26[PATCH] switch major/minor to dev_tkay.sievers@vrfy.org1-30/+13
2005-04-26[PATCH] introduce OPTIONS=ignore_device, ignore_remove, all_partitions" keykay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] fix special file mode mask for temporary device nodekay.sievers@vrfy.org1-17/+17
2005-04-26[PATCH] create /block/*/range count of partitons for all_partitionskay.sievers@vrfy.org1-3/+15
2005-04-26[PATCH] provide temporary device node for callouts to access the devicekay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] selinux: cleanup udev integrationkay.sievers@vrfy.org1-8/+7
2005-04-26[PATCH] The attached patch fixes the code path if namedev_name_device() fails.mbuesch@freenet.de1-1/+1
2005-04-26[PATCH] handle renamed network interfaces properly if we manage hotplug.d/kay.sievers@vrfy.org1-3/+4
2005-04-26[PATCH] simplify permission applicationkay.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] rename udevdb* to udev_db*kay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] Make dev.d/ handling a separate processing stagekay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] replace tdb database by simple lockless file databasekay.sievers@vrfy.org1-38/+10
2005-04-26[PATCH] improve klibc fixup integrationkay.sievers@vrfy.org1-4/+0
2005-04-26[PATCH] $local userkay.sievers@vrfy.org1-35/+0
2005-04-26[PATCH] cleanup netif handling and netif-dev.d/ eventskay.sievers@vrfy.org1-20/+19
2005-04-26[PATCH] big cleanup of internal udev apikay.sievers@vrfy.org1-87/+53
2005-04-26[PATCH] remove sleeps from udev as it is external nowkay.sievers@vrfy.org1-54/+7
2005-04-26[PATCH] prevent deadlocks on an corrupt udev databasekay.sievers@vrfy.org1-3/+2
2005-04-26[PATCH] rename files to have '_' instead of '-' in them.greg@kroah.com1-0/+491