chiark / gitweb /
[PATCH] add support for UDEV_NO_SLEEP env variable so Gentoo people will be happy.
[elogind.git] / namedev.c
2005-04-27 greg@kroah.com[PATCH] add support for UDEV_NO_SLEEP env variable...
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - switch callout part selector to {attribute}
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - create all partitions of blockdevice
2005-04-27 kay.sievers@vrfy.org[PATCH] Adding '%s' format specifier to NAME and SYMLINK
2005-04-27 greg@kroah.com[PATCH] Fix bug where we did not use the "converted...
2005-04-27 greg@kroah.com[PATCH] fix bug in permission handling.
2005-04-27 greg@kroah.com[PATCH] fix problem where usb devices can be either...
2005-04-27 patmans@us.ibm.com[PATCH] udev add wild card compare for ID
2005-04-27 patmans@us.ibm.com[PATCH] udev kill extra bus_id compares in match_id
2005-04-27 greg@kroah.com[PATCH] Handle the '!' character that some block device...
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - fix "ignore method"
2005-04-27 kay.sievers@vrfy.org[PATCH] fix possible buffer overflow
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - trivial style cleanup
2005-04-27 greg@kroah.com[PATCH] add support for figuring out which device on...
2005-04-27 greg@kroah.com[PATCH] misc code cleanups.
2005-04-27 kay.sievers@vrfy.org[PATCH] set default owner/group in db - update
2005-04-27 hannal@us.ibm.com[PATCH] set default owner/group in db.
2005-04-27 kay.sievers@vrfy.org[PATCH] add udev logging to info log
2005-04-27 greg@kroah.com[PATCH] remove the %D modifier as it is not longer...
2005-04-27 ananthmg@rediffmai... [PATCH] libsysfs update for refresh + namedev.c changes
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - introduce format escape char
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - CALLOUT is PROGRAM now
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - simple debug tweak
2005-04-27 greg@kroah.com[PATCH] fix a few stale comments in namedev.c
2005-04-27 greg@kroah.com[PATCH] add bus test for usb-serial bus.
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - drop all methods :)
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - make exec_callout() reusable
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - exec status fix for klibc
2005-04-27 christophe@saout.de[PATCH] add IGNORE rule type
2005-04-27 greg@kroah.com[PATCH] replace list_for_each with list_for_each_entry...
2005-04-27 azarah@nosferatu... [PATCH] Fix udev gcc-2.95.4 compat
2005-04-27 kay.sievers@vrfy.org[PATCH] fix for apply_format()
2005-04-27 kay.sievers@vrfy.org[PATCH] 'ide' missing in bus_files[]
2005-04-27 greg@kroah.com[PATCH] If a LABEL rule has a BUS id, then we must...
2005-04-27 greg@kroah.com[PATCH] If a CALLOUT rule has a BUS id, then we must...
2005-04-27 greg@kroah.com[PATCH] add pci to the bus_files list.
2005-04-27 greg@kroah.com[PATCH] fix long delay for all devices in namedev
2005-04-27 greg@kroah.com[PATCH] fix complier warning in namedev.c
2005-04-27 greg@kroah.com[PATCH] add ability to have up to 5 SYSFS_ file/value...
2005-04-27 kay.sievers@vrfy.org[PATCH] add any valid device
2005-04-27 kay.sievers@vrfy.org[PATCH] introduce format char 'k' for kernel-name
2005-04-27 greg@kroah.com[PATCH] Just live with a sleep(1) in namedev for now...
2005-04-27 greg@kroah.com[PATCH] try to wait until the proper device file shows...
2005-04-27 greg@kroah.com[PATCH] remove unneeded TODO and FIXME entry
2005-04-27 kay.sievers@vrfy.org[PATCH] get part of callout return string
2005-04-27 kay.sievers@vrfy.org[PATCH] remove '\n' from end of callout return
2005-04-27 dsteklof@us.ibm.com[PATCH] pre-libsysfs-0.4.0 patch
2005-04-27 greg@kroah.com[PATCH] change devfs disk name rule from 'disk' to...
2005-04-27 kay.sievers@vrfy.org[PATCH] experimental (very simple) SYMLINK creation
2005-04-27 kay.sievers@vrfy.org[PATCH] pattern match for label method
2005-04-27 kay.sievers@vrfy.org[PATCH] a bug in linefeed removal
2005-04-27 greg@kroah.com[PATCH] fix permission handling logic
2005-04-27 greg@kroah.com[PATCH] add support for the default_mode variable,...
2005-04-27 kay.sievers@vrfy.org[PATCH] pattern matching for namedev
2005-04-27 greg@kroah.com[PATCH] add support for a main udev config file, udev...
2005-04-27 greg@kroah.com[PATCH] split out the namedev config parsing logic...
2005-04-27 greg@kroah.com[PATCH] rename namedev's get_attr() to be main namedev_...
2005-04-27 kay.sievers@vrfy.org[PATCH] catch replace device by wildcard
2005-04-27 greg@kroah.com[PATCH] operate on the rules in the order they are...
2005-04-27 greg@kroah.com[PATCH] fix problem where we were not looking at the...
2005-04-27 arnd@arndb.de[PATCH] Add format modifier for devfs like naming
2005-04-27 azarah@nosferatu... [PATCH] more config file parsing robustness
2005-04-27 kay.sievers@vrfy.org[PATCH] namedev.c strcat tweak
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 kay.sievers@vrfy.org[PATCH] - format char for CALLOUT output
2005-04-27 kay.sievers@vrfy.org[PATCH] more namedev whitespace cleanups
2005-04-27 greg@kroah.com[PATCH] add getgrnam and getpwnam to klibc_fixups files.
2005-04-27 md@Linux.IT[PATCH] fix segfault in parsing bad udev.permissions...
2005-04-27 kay.sievers@vrfy.org[PATCH] support arguments in callout exec
2005-04-27 kay.sievers@vrfy.org[PATCH] namedev.c - change order of fields in CALLOUT
2005-04-27 kay.sievers@vrfy.org[PATCH] namedev.c whitespace + debug text cleanup
2005-04-27 greg@kroah.com[PATCH] fix namedev.c to build with older version of...
2005-04-27 kay.sievers@vrfy.org[PATCH] apply permissions.conf support for wildcard...
2005-04-27 greg@kroah.com[PATCH] turn DEBUG_PARSER off by default.
2005-04-27 arnd@arndb.de[PATCH] more robust config file parsing in namedev.c
2005-04-27 arnd@arndb.de[PATCH] add bus id modifier
2005-04-27 greg@kroah.com[PATCH] change debug level on printf values for now.
2005-04-27 greg@kroah.com[PATCH] fix up printf-like functionality due to previou...
2005-04-27 kay.sievers@vrfy.org[PATCH] implement printf-like placeholder support for...
2005-04-27 greg@kroah.com[PATCH] trailing whitespace cleanups.
2005-04-27 greg@kroah.com[PATCH] splig LABEL and NUMBER into separate functions.
2005-04-27 greg@kroah.com[PATCH] move TOPOLOGY rule to it's own function.
2005-04-27 greg@kroah.com[PATCH] fix bug where NUMBER and TOPOLOGY would not...
2005-04-27 greg@kroah.com[PATCH] clean up the way we find the sysdevice for...
2005-04-27 greg@kroah.com[PATCH] split REPLACE and CALLOUT into separate functions
2005-04-27 greg@kroah.com[PATCH] add debug line for REPLACE call.
2005-04-27 greg@kroah.com[PATCH] turn off debugging in namedev
2005-04-27 greg@kroah.com[PATCH] klibc specific tweaks
2005-04-27 greg@kroah.com[PATCH] fix LABEL bug for device files (not class files.)
2005-04-27 greg@kroah.com[PATCH] got rid of struct device_attr
2005-04-27 kay@vrfy.org[PATCH] namedev.c comments + debug patch
2005-04-27 greg@kroah.com[PATCH] fix dbg line in namedev.c
2005-04-27 greg@kroah.com[PATCH] make config files, sysfs root, and udev root...
2005-04-27 dsteklof@us.ibm.com[PATCH] new version of libsysfs patch
2005-04-27 rml@tech9.net[PATCH] udev: mode should be mode_t
2005-04-27 greg@kroah.com[PATCH] add dbg_parse() to cut down on parse file debug...
2005-04-27 patmans@us.ibm.com[PATCH] add callout config type to udev
2005-04-27 greg@kroah.com[PATCH] clean up some debugging stuff in namedev.c
2005-04-27 greg@kroah.com[PATCH] oops, everything was getting created as 000...
next