chiark / gitweb /
[PATCH] dump latest klibc into the udev build tree
[elogind.git] / namedev.c
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...
2005-04-27 greg@kroah.com[PATCH] start working on label support, and fix some...
2005-04-27 greg@kroah.com[PATCH] add NUMBER support (basically same logic as...
2005-04-27 greg@kroah.com[PATCH] added topology support.
2005-04-27 greg@kroah.com[PATCH] got REPLACE to work properly.
2005-04-27 greg@kroah.com[PATCH] make struct config_device contain a struct...
2005-04-27 greg@kroah.com[PATCH] Clean up the namedev interface a bit, making...
2005-04-27 greg@kroah.com[PATCH] add initial libsysfs support...
2005-04-27 greg@kroah.com[PATCH] namedev config files are fully parsed.
2005-04-27 greg@kroah.com[PATCH] Initial namedev parsing of config files