Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |