summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] added 0.2 change log info.002greg@kroah.com2005-04-264-6/+13
|
* [PATCH] start working on label support, and fix some segfaults for block ↵greg@kroah.com2005-04-261-5/+87
| | | | devices.
* [PATCH] test config file changes...greg@kroah.com2005-04-261-3/+4
|
* [PATCH] add NUMBER support (basically same logic as TOPOLOGY, perhaps we ↵greg@kroah.com2005-04-261-3/+29
| | | | should merge this...)
* [PATCH] added topology support.greg@kroah.com2005-04-261-4/+31
|
* [PATCH] got REPLACE to work properly.greg@kroah.com2005-04-262-6/+34
|
* [PATCH] make struct config_device contain a struct device_attr instead of ↵greg@kroah.com2005-04-262-68/+67
| | | | duplicating the mess.
* [PATCH] block testgreg@kroah.com2005-04-261-3/+1
|
* [PATCH] split the tests up into different files.greg@kroah.com2005-04-262-0/+10
|
* [PATCH] split udev main logic into udev-add and udev-remove.greg@kroah.com2005-04-265-220/+306
|
* [PATCH] Clean up the namedev interface a bit, making the code smaller...greg@kroah.com2005-04-264-150/+99
|
* [PATCH] update the tests to handle block devices too.greg@kroah.com2005-04-262-2/+4
|
* [PATCH] add initial libsysfs support...greg@kroah.com2005-04-264-15/+129
| | | | | | needs lots more cleanup, but is much nicer than doing this by hand...
* [PATCH] added libsysfs to the build.greg@kroah.com2005-04-261-2/+10
|
* [PATCH] added libsysfs code from sysutils-0.1.1-071803 releasegreg@kroah.com2005-04-2610-0/+2210
|
* [PATCH] namedev config files are fully parsed.greg@kroah.com2005-04-261-16/+136
| | | | | | now to do something with the data...
* [PATCH] more permission testsgreg@kroah.com2005-04-261-0/+2
|
* [PATCH] make log_message spit out warnings so I don't havegreg@kroah.com2005-04-261-1/+2
|
* [PATCH] added klibc makefilegreg@kroah.com2005-04-261-0/+158
|
* [PATCH] Initial namedev parsing of config filesgreg@kroah.com2005-04-268-3/+853
| | | | | | .permission parsing works, .config needs more work.
* [PATCH] sleep for 2 seconds to give the kernel a chance to actually create ↵greg@kroah.com2005-04-261-0/+5
| | | | the files we need.
* [PATCH] pick a better default UDEV_ROOTgreg@kroah.com2005-04-261-1/+1
|
* [PATCH] fix up the test to actually work...greg@kroah.com2005-04-261-2/+4
|
* [PATCH] added more documentation in README and TODO files.greg@kroah.com2005-04-264-2/+48
|
* [PATCH] updated the documentation.greg@kroah.com2005-04-261-93/+66
|
* [PATCH] cleaned up the makefile a bit.greg@kroah.com2005-04-261-2/+1
|
* [PATCH] remove now works!greg@kroah.com2005-04-262-7/+35
|
* [PATCH] restructure code to be able to actually get remove_node() to work.greg@kroah.com2005-04-261-38/+39
|
* [PATCH] Creating nodes actually works.greg@kroah.com2005-04-262-10/+208
|
* [PATCH] added stupid test script for debugging.greg@kroah.com2005-04-261-0/+5
|
* [PATCH] added initial documentation and gpl license001greg@kroah.com2005-04-263-0/+464
|
* [PATCH] enabled debugging.greg@kroah.com2005-04-262-2/+8
|
* added initial files.Greg KH2005-04-265-0/+331