summaryrefslogtreecommitdiff
path: root/udev-add.c
AgeCommit message (Expand)Author
2005-04-26[PATCH] fix devpath for netdevkay.sievers@vrfy.org
2005-04-26[PATCH] tweak node unlink handlingkay.sievers@vrfy.org
2005-04-26[PATCH] fix some segfaults when running udevtest for network devices.greg@kroah.com
2005-04-26[PATCH] DEVPATH for netdevkay.sievers@vrfy.org
2005-04-26[PATCH] netdev - udevdb+dev.d changeskay.sievers@vrfy.org
2005-04-26[PATCH] dev_d.c file sorting and cleanupkay.sievers@vrfy.org
2005-04-26[PATCH] hmm, handle net devices with udev?kay.sievers@vrfy.org
2005-04-26[PATCH] remove selinux support from udev core as it's no longer needed.greg@kroah.com
2005-04-26[PATCH] remove dbus code from core udev code as it's no longer needed to be t...greg@kroah.com
2005-04-26[PATCH] add /etc/dev.d/ support for udev add and remove events.greg@kroah.com
2005-04-26[PATCH] replace fgets() with mmap() and introduce udev_lib.[hc]kay.sievers@vrfy.org
2005-04-26[PATCH] rename strn*() macros to strmaxkay.sievers@vrfy.org
2005-04-26[PATCH] better fix for NAME="foo-%c{N}" gets a truncated namekay.sievers@vrfy.org
2005-04-26[PATCH] fix the build for older versions of gccgreg@kroah.com
2005-04-26[PATCH] cleanup mult field string handlingkay.sievers@vrfy.org
2005-04-26[PATCH] bugfix for local userkay.sievers@vrfy.org
2005-04-26[PATCH] - unlink bugfixkay.sievers@vrfy.org
2005-04-26[PATCH] unlink the file before we try to create it.greg@kroah.com
2005-04-26[PATCH] add $local user spport for permissionskay.sievers@vrfy.org
2005-04-26[PATCH] udev - safer sprintf() usekay.sievers@vrfy.org
2005-04-26[PATCH] udev - correct relative symlinkkay.sievers@vrfy.org
2005-04-26[PATCH] Add initial SELinux support for udevgreg@kroah.com
2005-04-26[PATCH] udev - safer string handling all over the placekay.sievers@vrfy.org
2005-04-26[PATCH] force udev to include the internal version of libsysfs and never the ...greg@kroah.com
2005-04-26[PATCH] udev use new libsysfs header file locationpatmans@us.ibm.com
2005-04-26[PATCH] fix up bug created for udevtest in previous partition creation patch.greg@kroah.com
2005-04-26[PATCH] udev - create all partitions of blockdevicekay.sievers@vrfy.org
2005-04-26[PATCH] add udevtest program to buildgreg@kroah.com
2005-04-26[PATCH] remove some more KLIBC fixups that are no longer needed.greg@kroah.com
2005-04-26[PATCH] udev - fix "ignore method"kay.sievers@vrfy.org
2005-04-26[PATCH] set default owner/group in db - updatekay.sievers@vrfy.org
2005-04-26[PATCH] add udev logging to info logkay.sievers@vrfy.org
2005-04-26[PATCH] make symlink work properly if there is already a file in its placeazarah@nosferatu.za.org
2005-04-26[PATCH] check for empty symlink stringkay.sievers@vrfy.org
2005-04-26[PATCH] libsysfs 0.4.0 patchdsteklof@us.ibm.com
2005-04-26[PATCH] pre-libsysfs-0.4.0 patchdsteklof@us.ibm.com
2005-04-26[PATCH] allow multiple symlinkskay.sievers@vrfy.org
2005-04-26[PATCH] cleanup man & remove symlink commentkay.sievers@vrfy.org
2005-04-26[PATCH] move all of the DBUS logic into one file and remove all of the #ifdef...greg@kroah.com
2005-04-26[PATCH] D-BUS patch for udev-008david@fubar.dk
2005-04-26[PATCH] experimental (very simple) SYMLINK creationkay.sievers@vrfy.org
2005-04-26[PATCH] overall whitespace + debug text conditioningkay.sievers@vrfy.org
2005-04-26[PATCH] added ability to put format specifiers in the CALLOUT program string.greg@kroah.com
2005-04-26[PATCH] add support for string group and string user names in udev.permissions.greg@kroah.com
2005-04-26[PATCH] fix permissions to work properly now.greg@kroah.com
2005-04-26[PATCH] get the major/minor number before we name the device.greg@kroah.com
2005-04-26[PATCH] fix udev-add.c to build properly with older versions of gcc.greg@kroah.com
2005-04-26[PATCH] add support for subdirskay.sievers@vrfy.org
2005-04-26[PATCH] add uid/gid to nodeskay.sievers@vrfy.org
2005-04-26[PATCH] udev: sleep_for_dev() bitsrml@tech9.net