summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-04-26[PATCH] update changelog for 003 release003greg@kroah.com1-7/+104
2005-04-26[PATCH] update the spec file for the new version and install process.greg@kroah.com1-4/+3
2005-04-26[PATCH] fix makefile release rule to not drop tdb.h file.greg@kroah.com1-1/+1
2005-04-26[PATCH] Add FAQ for udevgreg@kroah.com1-0/+75
2005-04-26[PATCH] removed AUTHORS and INSTALL files as they were pretty pointless.greg@kroah.com2-5/+0
2005-04-26[PATCH] copyright updates.greg@kroah.com2-2/+25
2005-04-26[PATCH] Add AUTHORS and INSTALL files.greg@kroah.com2-0/+5
2005-04-26[PATCH] TODO updatesgreg@kroah.com1-2/+4
2005-04-26[PATCH] Updatd the READMEgreg@kroah.com1-17/+32
2005-04-26[PATCH] updated the TODO list.greg@kroah.com1-3/+24
2005-04-26[PATCH] add udev man page (basically just a place holder for now.)greg@kroah.com1-0/+26
2005-04-26[PATCH] added uninstall supportgreg@kroah.com1-0/+12
2005-04-26[PATCH] added install target for makefile so people don't have to do it by ha...greg@kroah.com1-6/+29
2005-04-26[PATCH] add version to debug log on startup.greg@kroah.com1-0/+2
2005-04-26[PATCH] tell the user what mknod() we are trying to do.greg@kroah.com1-0/+1
2005-04-26[PATCH] add dbg_parse() to cut down on parse file debugging statementsgreg@kroah.com1-40/+50
2005-04-26[PATCH] put config files and database in /etc/udev by defaultgreg@kroah.com5-15/+35
2005-04-26[PATCH] add callout config type to udevpatmans@us.ibm.com4-1/+143
2005-04-26[PATCH] udevdb patchdsteklof@us.ibm.com3-145/+63
2005-04-26[PATCH] clean up some debugging stuff in namedev.cgreg@kroah.com1-1/+3
2005-04-26[PATCH] do not build the tdb binary programs, only the objects.greg@kroah.com1-1/+3
2005-04-26[PATCH] print udev pidolh@suse.de1-1/+7
2005-04-26[PATCH] Fix TDB cross compilationlethal@linux-sh.org1-1/+0
2005-04-26[PATCH] merge tdb into the build process.greg@kroah.com4-8/+17
2005-04-26[PATCH] udevdb prototypedsteklof@us.ibm.com5-1/+659
2005-04-26[PATCH] Added tdb code from latest cvs version in the samba treegreg@kroah.com16-0/+5231
2005-04-26[PATCH] added my name to the .spec file.greg@kroah.com1-0/+1
2005-04-26[PATCH] udev spec filelethal@linux-sh.org1-0/+36
2005-04-26[PATCH] udev/libsysfs cross compile fixeslethal@linux-sh.org2-4/+4
2005-04-26[PATCH] minor cleanups.greg@kroah.com1-22/+18
2005-04-26[PATCH] cleanup the mknod code a bit.greg@kroah.com2-14/+18
2005-04-26[PATCH] remove mknod calloutgreg@kroah.com1-34/+13
2005-04-26[PATCH] handle new major:minor format of dev files that showed up in 2.6.0-te...greg@kroah.com1-12/+5
2005-04-26[PATCH] oops, everything was getting created as 000 mode, try to fix this up,greg@kroah.com1-25/+40
2005-04-26[PATCH] more test stuff...greg@kroah.com2-0/+5
2005-04-26[PATCH] removed unneeded stuff from udev.hgreg@kroah.com1-6/+0
2005-04-26[PATCH] added 0.2 change log info.002greg@kroah.com4-6/+13
2005-04-26[PATCH] start working on label support, and fix some segfaults for block devi...greg@kroah.com1-5/+87
2005-04-26[PATCH] test config file changes...greg@kroah.com1-3/+4
2005-04-26[PATCH] add NUMBER support (basically same logic as TOPOLOGY, perhaps we shou...greg@kroah.com1-3/+29
2005-04-26[PATCH] added topology support.greg@kroah.com1-4/+31
2005-04-26[PATCH] got REPLACE to work properly.greg@kroah.com2-6/+34
2005-04-26[PATCH] make struct config_device contain a struct device_attr instead of dup...greg@kroah.com2-68/+67
2005-04-26[PATCH] block testgreg@kroah.com1-3/+1
2005-04-26[PATCH] split the tests up into different files.greg@kroah.com2-0/+10
2005-04-26[PATCH] split udev main logic into udev-add and udev-remove.greg@kroah.com5-220/+306
2005-04-26[PATCH] Clean up the namedev interface a bit, making the code smaller...greg@kroah.com4-150/+99
2005-04-26[PATCH] update the tests to handle block devices too.greg@kroah.com2-2/+4
2005-04-26[PATCH] add initial libsysfs support...greg@kroah.com4-15/+129
2005-04-26[PATCH] added libsysfs to the build.greg@kroah.com1-2/+10
2005-04-26[PATCH] added libsysfs code from sysutils-0.1.1-071803 releasegreg@kroah.com10-0/+2210
2005-04-26[PATCH] namedev config files are fully parsed.greg@kroah.com1-16/+136
2005-04-26[PATCH] more permission testsgreg@kroah.com1-0/+2
2005-04-26[PATCH] make log_message spit out warnings so I don't havegreg@kroah.com1-1/+2
2005-04-26[PATCH] added klibc makefilegreg@kroah.com1-0/+158
2005-04-26[PATCH] Initial namedev parsing of config filesgreg@kroah.com8-3/+853
2005-04-26[PATCH] sleep for 2 seconds to give the kernel a chance to actually create th...greg@kroah.com1-0/+5
2005-04-26[PATCH] pick a better default UDEV_ROOTgreg@kroah.com1-1/+1
2005-04-26[PATCH] fix up the test to actually work...greg@kroah.com1-2/+4
2005-04-26[PATCH] added more documentation in README and TODO files.greg@kroah.com4-2/+48
2005-04-26[PATCH] updated the documentation.greg@kroah.com1-93/+66
2005-04-26[PATCH] cleaned up the makefile a bit.greg@kroah.com1-2/+1
2005-04-26[PATCH] remove now works!greg@kroah.com2-7/+35
2005-04-26[PATCH] restructure code to be able to actually get remove_node() to work.greg@kroah.com1-38/+39
2005-04-26[PATCH] Creating nodes actually works.greg@kroah.com2-10/+208
2005-04-26[PATCH] added stupid test script for debugging.greg@kroah.com1-0/+5
2005-04-26[PATCH] added initial documentation and gpl license001greg@kroah.com3-0/+464
2005-04-26[PATCH] enabled debugging.greg@kroah.com2-2/+8
2005-04-26added initial files.Greg KH5-0/+331