summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] update changelog for 003 release003greg@kroah.com2005-04-261-7/+104
* [PATCH] update the spec file for the new version and install process.greg@kroah.com2005-04-261-4/+3
* [PATCH] fix makefile release rule to not drop tdb.h file.greg@kroah.com2005-04-261-1/+1
* [PATCH] Add FAQ for udevgreg@kroah.com2005-04-261-0/+75
* [PATCH] removed AUTHORS and INSTALL files as they were pretty pointless.greg@kroah.com2005-04-262-5/+0
* [PATCH] copyright updates.greg@kroah.com2005-04-262-2/+25
* [PATCH] Add AUTHORS and INSTALL files.greg@kroah.com2005-04-262-0/+5
* [PATCH] TODO updatesgreg@kroah.com2005-04-261-2/+4
* [PATCH] Updatd the READMEgreg@kroah.com2005-04-261-17/+32
* [PATCH] updated the TODO list.greg@kroah.com2005-04-261-3/+24
* [PATCH] add udev man page (basically just a place holder for now.)greg@kroah.com2005-04-261-0/+26
* [PATCH] added uninstall supportgreg@kroah.com2005-04-261-0/+12
* [PATCH] added install target for makefile so people don't have to do it by ha...greg@kroah.com2005-04-261-6/+29
* [PATCH] add version to debug log on startup.greg@kroah.com2005-04-261-0/+2
* [PATCH] tell the user what mknod() we are trying to do.greg@kroah.com2005-04-261-0/+1
* [PATCH] add dbg_parse() to cut down on parse file debugging statementsgreg@kroah.com2005-04-261-40/+50
* [PATCH] put config files and database in /etc/udev by defaultgreg@kroah.com2005-04-265-15/+35
* [PATCH] add callout config type to udevpatmans@us.ibm.com2005-04-264-1/+143
* [PATCH] udevdb patchdsteklof@us.ibm.com2005-04-263-145/+63
* [PATCH] clean up some debugging stuff in namedev.cgreg@kroah.com2005-04-261-1/+3
* [PATCH] do not build the tdb binary programs, only the objects.greg@kroah.com2005-04-261-1/+3
* [PATCH] print udev pidolh@suse.de2005-04-261-1/+7
* [PATCH] Fix TDB cross compilationlethal@linux-sh.org2005-04-261-1/+0
* [PATCH] merge tdb into the build process.greg@kroah.com2005-04-264-8/+17
* [PATCH] udevdb prototypedsteklof@us.ibm.com2005-04-265-1/+659
* [PATCH] Added tdb code from latest cvs version in the samba treegreg@kroah.com2005-04-2616-0/+5231
* [PATCH] added my name to the .spec file.greg@kroah.com2005-04-261-0/+1
* [PATCH] udev spec filelethal@linux-sh.org2005-04-261-0/+36
* [PATCH] udev/libsysfs cross compile fixeslethal@linux-sh.org2005-04-262-4/+4
* [PATCH] minor cleanups.greg@kroah.com2005-04-261-22/+18
* [PATCH] cleanup the mknod code a bit.greg@kroah.com2005-04-262-14/+18
* [PATCH] remove mknod calloutgreg@kroah.com2005-04-261-34/+13
* [PATCH] handle new major:minor format of dev files that showed up in 2.6.0-te...greg@kroah.com2005-04-261-12/+5
* [PATCH] oops, everything was getting created as 000 mode, try to fix this up,greg@kroah.com2005-04-261-25/+40
* [PATCH] more test stuff...greg@kroah.com2005-04-262-0/+5
* [PATCH] removed unneeded stuff from udev.hgreg@kroah.com2005-04-261-6/+0
* [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 devi...greg@kroah.com2005-04-261-5/+87
* [PATCH] test config file changes...greg@kroah.com2005-04-261-3/+4
* [PATCH] add NUMBER support (basically same logic as TOPOLOGY, perhaps we shou...greg@kroah.com2005-04-261-3/+29
* [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 dup...greg@kroah.com2005-04-262-68/+67
* [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
* [PATCH] added libsysfs to the build.greg@kroah.com2005-04-261-2/+10