Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] turn off debugging in namedev | greg@kroah.com | |
2005-04-26 | [PATCH] klibc specific tweaks | greg@kroah.com | |
2005-04-26 | [PATCH] fix LABEL bug for device files (not class files.) | greg@kroah.com | |
2005-04-26 | [PATCH] got rid of struct device_attr | greg@kroah.com | |
namedev.c is still a mess, that's up next after testing... | |||
2005-04-26 | [PATCH] namedev.c comments + debug patch | kay@vrfy.org | |
and a patch for namdev.c comments + debug o correct 'device device' o correct permission file to config file | |||
2005-04-26 | [PATCH] fix dbg line in namedev.c | greg@kroah.com | |
Thanks to Kay Sievers <kay@vrfy.org> for pointing this out. | |||
2005-04-26 | [PATCH] make config files, sysfs root, and udev root configurable from ↵ | greg@kroah.com | |
config variables This will make running tests a lot simpler. | |||
2005-04-26 | [PATCH] new version of libsysfs patch | dsteklof@us.ibm.com | |
Here's the patch applying the latest libsysfs. - adds the latest libsysfs code to udev * new code includes dlist implementation, a generic linked list implementation. Needed our own because LGPL * rearranged structures * provided more functions for accessing directory and attributes - gets rid of ->directory->path references in namedev.c - replaces sysfs_get_value_from_attributes with sysfs_get_classdev_attr | |||
2005-04-26 | [PATCH] udev: mode should be mode_t | rml@tech9.net | |
Unix file modes should be stored in a mode_t, not a standard type. At the moment it is actually unsigned, in fact, not a signed integer. Attached patch does an s/int mode/mode_t mode/ and cleans up the results. | |||
2005-04-26 | [PATCH] add dbg_parse() to cut down on parse file debugging statements | greg@kroah.com | |
Can be turned on by hand in the namedev.c file. | |||
2005-04-26 | [PATCH] add callout config type to udev | patmans@us.ibm.com | |
This patch adds a callout config type to udev, so external programs can be called to get serial numbers or id's that are not available as a sysfs attribute. | |||
2005-04-26 | [PATCH] clean up some debugging stuff in namedev.c | greg@kroah.com | |
2005-04-26 | [PATCH] oops, everything was getting created as 000 mode, try to fix this up, | greg@kroah.com | |
2005-04-26 | [PATCH] start working on label support, and fix some segfaults for block ↵ | greg@kroah.com | |
devices. | |||
2005-04-26 | [PATCH] add NUMBER support (basically same logic as TOPOLOGY, perhaps we ↵ | greg@kroah.com | |
should merge this...) | |||
2005-04-26 | [PATCH] added topology support. | greg@kroah.com | |
2005-04-26 | [PATCH] got REPLACE to work properly. | greg@kroah.com | |
2005-04-26 | [PATCH] make struct config_device contain a struct device_attr instead of ↵ | greg@kroah.com | |
duplicating the mess. | |||
2005-04-26 | [PATCH] Clean up the namedev interface a bit, making the code smaller... | greg@kroah.com | |
2005-04-26 | [PATCH] add initial libsysfs support... | greg@kroah.com | |
needs lots more cleanup, but is much nicer than doing this by hand... | |||
2005-04-26 | [PATCH] namedev config files are fully parsed. | greg@kroah.com | |
now to do something with the data... | |||
2005-04-26 | [PATCH] Initial namedev parsing of config files | greg@kroah.com | |
.permission parsing works, .config needs more work. |