chiark / gitweb /
[PATCH] rename strn*() macros to strmax
[elogind.git] / udev-add.c
2005-04-27 kay.sievers@vrfy.org[PATCH] rename strn*() macros to strmax
2005-04-27 kay.sievers@vrfy.org[PATCH] better fix for NAME="foo-%c{N}" gets a truncate...
2005-04-27 greg@kroah.com[PATCH] fix the build for older versions of gcc
2005-04-27 kay.sievers@vrfy.org[PATCH] cleanup mult field string handling
2005-04-27 kay.sievers@vrfy.org[PATCH] bugfix for local user
2005-04-27 kay.sievers@vrfy.org[PATCH] - unlink bugfix
2005-04-27 greg@kroah.com[PATCH] unlink the file before we try to create it.
2005-04-27 kay.sievers@vrfy.org[PATCH] add $local user spport for permissions
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - safer sprintf() use
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - correct relative symlink
2005-04-27 greg@kroah.com[PATCH] Add initial SELinux support for udev
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - safer string handling all over the place
2005-04-27 greg@kroah.com[PATCH] force udev to include the internal version...
2005-04-27 patmans@us.ibm.com[PATCH] udev use new libsysfs header file location
2005-04-27 greg@kroah.com[PATCH] fix up bug created for udevtest in previous...
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - create all partitions of blockdevice
2005-04-27 greg@kroah.com[PATCH] add udevtest program to build
2005-04-27 greg@kroah.com[PATCH] remove some more KLIBC fixups that are no longe...
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - fix "ignore method"
2005-04-27 kay.sievers@vrfy.org[PATCH] set default owner/group in db - update
2005-04-27 kay.sievers@vrfy.org[PATCH] add udev logging to info log
2005-04-27 azarah@nosferatu... [PATCH] make symlink work properly if there is already...
2005-04-27 kay.sievers@vrfy.org[PATCH] check for empty symlink string
2005-04-27 dsteklof@us.ibm.com[PATCH] libsysfs 0.4.0 patch
2005-04-27 dsteklof@us.ibm.com[PATCH] pre-libsysfs-0.4.0 patch
2005-04-27 kay.sievers@vrfy.org[PATCH] allow multiple symlinks
2005-04-27 kay.sievers@vrfy.org[PATCH] cleanup man & remove symlink comment
2005-04-27 greg@kroah.com[PATCH] move all of the DBUS logic into one file and...
2005-04-27 david@fubar.dk[PATCH] D-BUS patch for udev-008
2005-04-27 kay.sievers@vrfy.org[PATCH] experimental (very simple) SYMLINK creation
2005-04-27 kay.sievers@vrfy.org[PATCH] overall whitespace + debug text conditioning
2005-04-27 greg@kroah.com[PATCH] added ability to put format specifiers in the...
2005-04-27 greg@kroah.com[PATCH] add support for string group and string user...
2005-04-27 greg@kroah.com[PATCH] fix permissions to work properly now.
2005-04-27 greg@kroah.com[PATCH] get the major/minor number before we name the...
2005-04-27 greg@kroah.com[PATCH] fix udev-add.c to build properly with older...
2005-04-27 kay.sievers@vrfy.org[PATCH] add support for subdirs
2005-04-27 kay.sievers@vrfy.org[PATCH] add uid/gid to nodes
2005-04-27 rml@tech9.net[PATCH] udev: sleep_for_dev() bits
2005-04-27 greg@kroah.com[PATCH] klibc specific tweaks
2005-04-27 greg@kroah.com[PATCH] udev-add build cleanups for other libc versions.
2005-04-27 greg@kroah.com[PATCH] got rid of struct device_attr
2005-04-27 rml@tech9.net[PATCH] udev: another canidate for static
2005-04-27 greg@kroah.com[PATCH] Fix bug causing udev to sleep forever waiting...
2005-04-27 greg@kroah.com[PATCH] make config files, sysfs root, and udev root...
2005-04-27 greg@kroah.com[PATCH] major database cleanups
2005-04-27 greg@kroah.com[PATCH] don't sleep if 'dev' file is already present...
2005-04-27 greg@kroah.com[PATCH] fix comment about how the "dev" file is made up.
2005-04-27 rml@tech9.net[PATCH] udev: mode should be mode_t
2005-04-27 rml@tech9.net[PATCH] udev: trivial trivialities
2005-04-27 greg@kroah.com[PATCH] got "remove of named devices" working.
2005-04-27 greg@kroah.com[PATCH] fix segfaults when dealing with partitions.
2005-04-27 greg@kroah.com[PATCH] tell the user what mknod() we are trying to do.
2005-04-27 greg@kroah.com[PATCH] merge tdb into the build process.
2005-04-27 dsteklof@us.ibm.com[PATCH] udevdb prototype
2005-04-27 greg@kroah.com[PATCH] minor cleanups.
2005-04-27 greg@kroah.com[PATCH] cleanup the mknod code a bit.
2005-04-27 greg@kroah.com[PATCH] remove mknod callout
2005-04-27 greg@kroah.com[PATCH] handle new major:minor format of dev files...
2005-04-27 greg@kroah.com[PATCH] split udev main logic into udev-add and udev...