Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] overall whitespace + debug text conditioning | kay.sievers@vrfy.org | |
01-overall-whitespace+debug-text-conditioning.diff o cleanup whitespace o clarify a few comments o enclose all printed debug string values in '' | |||
2005-04-26 | [PATCH] added ability to put format specifiers in the CALLOUT program string. | greg@kroah.com | |
2005-04-26 | [PATCH] more robust config file parsing in namedev.c | arnd@arndb.de | |
After getting a number of different crashes for udev reading broken udev.config files, I decided to try to make the parser a little more robust. The behaviour is changed to stop reading the configuration file and logging the broken entry instead of silently ignoring it (is that good? It's easy to just print and continue). All strcpy()'s to a fixed length string are now implicitly limited to the bounds of the target string. I kept the -ENODEV return code for now, not sure if there should be different ones. | |||
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] rename namedev.permissions and namedev.config to udev.permissions ↵ | greg@kroah.com | |
and udev.config the namedev name didn't really make much sense anymore... | |||
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] major database cleanups | greg@kroah.com | |
Now we standardise on a struct udevice to pass around, and store in the database. This cleaned up the database code a lot. | |||
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] put config files and database in /etc/udev by default | greg@kroah.com | |
Can be overridden on the makefile line. | |||
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] cleanup the mknod code a bit. | greg@kroah.com | |
2005-04-26 | [PATCH] removed unneeded stuff from udev.h | greg@kroah.com | |
2005-04-26 | [PATCH] split udev main logic into udev-add and udev-remove. | greg@kroah.com | |
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] make log_message spit out warnings so I don't have | greg@kroah.com | |
2005-04-26 | [PATCH] Initial namedev parsing of config files | greg@kroah.com | |
.permission parsing works, .config needs more work. | |||
2005-04-26 | [PATCH] pick a better default UDEV_ROOT | greg@kroah.com | |
2005-04-26 | [PATCH] Creating nodes actually works. | greg@kroah.com | |
2005-04-26 | [PATCH] enabled debugging. | greg@kroah.com | |
2005-04-26 | added initial files. | Greg KH | |