summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] v025 release025greg@kroah.com2005-04-273-2/+45
|
* [PATCH] make dev.d call each directory in the directory chain of the device ↵greg@kroah.com2005-04-271-6/+27
| | | | | | | | name, instead of just the whole name. This lets /etc/dev.d/sound/ work better.
* [PATCH] add devd_test script.greg@kroah.com2005-04-271-0/+39
|
* [PATCH] add more permissions based on SuSE's recommendations.greg@kroah.com2005-04-272-0/+6
|
* [PATCH] gcov for udevogasawara@osdl.org2005-04-271-18/+10
| | | | | | | | | | | | | | | | Sorry for the late email regarding the gcov code coverage information for udev. For those of you who have not yet noticed, udev can now be compiled with gcov support and provide code coverage analysis. All pertinent scripts and information can be found in the udev tree. Please refer to "README-gcov_for_udev" for detailed information on compiling gcov into udev and obtaining code coverage analysis. I've enclosed a patch that updates the README-gcov_for_udev. Also, "udev-test.pl" in udev/test/ was expanded to test symlinks, permissions, and some lack of node creation a little more thoroughly. All comments and feedback would be greatly welcomed. Also, any extra testing would be appreciated. Thanks,
* [PATCH] fix test regressionskay.sievers@vrfy.org2005-04-271-12/+11
| | | | | | | | | | | | | | | | On Sat, Apr 17, 2004 at 03:30:29AM +0200, Kay Sievers wrote: > On Sat, Apr 17, 2004 at 02:04:55AM +0200, Kay Sievers wrote: > > On Fri, Apr 16, 2004 at 04:04:42PM -0700, Greg KH wrote: > > > Oh, and if you run the latest udev_test.pl, we have a bunch more tests, > > > including a few that fail, if you were looking for something to do :) > > > > Will do it. We need to change apply_format(). I tries to expand the '%%' > > with the next iteration over the string and removes the '%'. The tests are all successful now. If this patch breaks something else, we simply have too few tests :)
* [PATCH] added rules for tun and raw devicesgreg@kroah.com2005-04-273-0/+22
|
* [PATCH] add udev conf.d file.greg@kroah.com2005-04-271-0/+11
|
* [PATCH] Switch the default config to point to a directory for the rules and ↵greg@kroah.com2005-04-271-2/+2
| | | | permission files.
* [PATCH] update the Red Hat .dev files to work on other distrosgreg@kroah.com2005-04-273-0/+12
|
* [PATCH] add dbus.dev, pam_console.dev and selinux.dev files for ↵greg@kroah.com2005-04-273-0/+39
| | | | | | | | /etc/dev.d/default/ usage Thanks to Red Hat for them.
* [PATCH] add hints for red hat users from Leann Ogasawara <ogasawara@osdl.org>greg@kroah.com2005-04-271-0/+68
|
* [PATCH] add scripts to run gcov for udev from Leann Ogasawara ↵greg@kroah.com2005-04-273-0/+209
| | | | <ogasawara@osdl.org>
* [PATCH] udev_selinux changeskay.sievers@vrfy.org2005-04-273-16/+34
| | | | | | | | | | Here is the fix for extras/seliux/* o install the binary in /sbin/ o add symlink to /etc/dev.d/ with suffix .dev o removed the undefined udev_log variable o fixed compiler warnings
* [PATCH] Update writing udev rules docsdan@reactivated.net2005-04-271-23/+46
| | | | | | | | | | | | | Here's an update for the writing udev rules document. - Minor corrections/clarifications - Added info about using NAME{all_partitions} - Added more info about udevinfo, simplifying the rule-writing process You can ignore the diff I sent you yesterday - according to the 20040415 bk snapshot on codemonkey.org, you haven't applied it yet. This patch incorporates that update, and some other changes I just made.
* [PATCH] udevd test scriptkay.sievers@vrfy.org2005-04-274-1/+847
| | | | | | | | | Thanks to Yin, Hu <hu.yin@intel.com>, who made a nice perl script to test the expected behavior of the udevd sequence number handling. The test sends different SEQNUM sequences to udevd, while analyzing the reordering and timeout handling of udevd.
* [PATCH] devfs.sh-ide-floppymd@Linux.IT2005-04-271-0/+2
|
* [PATCH] Fix build process for users who have LC_ALL set to a non-english ↵greg@kroah.com2005-04-271-1/+1
| | | | | | | | language. Many thanks to jack_mort <mort_jack@yahoo.fr> for helping track this down.
* [PATCH] Added expanded tests to the test framework from Leann Ogasawara ↵greg@kroah.com2005-04-272-119/+604
| | | | <ogasawara@osdl.org>
* [PATCH] added execelent "writing udev rules" document from Daniel Drake ↵greg@kroah.com2005-04-271-0/+408
| | | | <dan@reactivated.net>
* [PATCH] udev_dbus changeskay.sievers@vrfy.org2005-04-273-15/+63
| | | | | | | | | | | | | | | | On Sun, Apr 11, 2004 at 03:51:07AM +0200, Kay Sievers wrote: > Here we change extras/dbus/* to > o install the binary in /etc/dev.d > o append .dev to the binary > o add David's copyright > o add the listener script to watch the sent dbus messages > o removed the undefined udev_log variable > o switch printf() to dbg() Here we install the binary in /usr/sbin/ and symlink it to /etc/dev.d/ with the .dev suffix.
* [PATCH] added rule to put USB printers in their proper places.greg@kroah.com2005-04-273-0/+3
| | | | | | Thanks to Dan Weber <dan@mirrorlynx.com> for the info.
* [PATCH] added rules for CAPI devices.greg@kroah.com2005-04-272-0/+8
| | | | | | Thanks to Marcel Holtmann <marcel@holtmann.org> for the information.
* [PATCH] added a dev.d alsa script to help people out.greg@kroah.com2005-04-271-0/+2
| | | | | | Originally by Marco d'Itri <md@Linux.IT>
* [PATCH] fix devpath for netdevkay.sievers@vrfy.org2005-04-271-1/+1
| | | | | | Fix the devpath string for unhandled netdev's.
* [PATCH] DEVNODE -> DEVNAME transition fixessjoerd@spring.luon.net2005-04-275-26/+26
| | | | | | | | | It seems that the transition from DEVNODE to DEVNAME wasn't done everywhere. This broke udev_dbus for me. Attached patch does the transition in the places it wasn't done yet.
* [PATCH] v024 release024greg@kroah.com2005-04-273-2/+64
|
* [PATCH] tweak node unlink handlingkay.sievers@vrfy.org2005-04-271-33/+29
| | | | | | | | | | | | | | | | | | | | | | Based on a patch from Olaf Hering we remove the node now only if the requested dev_t is different from the already existing node, so any run of udevstart should preserve the inode number of the node file. syslog while the right node is already there: creating device node '/udev/hda' make_node: preserve file '/udev/hda', cause it has correct dev_t make_node: chmod(/udev/hda, 060600) syslog for wrong file already there: creating device node '/udev/hda' make_node: already present file '/udev/hda' unlinked make_node: chmod(/udev/hda, 060600) syslog for directory with same name already there: creating device node '/udev/hda' make_node: unlink(/udev/hda) failed with error '21'
* [PATCH] switch udevd's msg_dump() to #definekay.sievers@vrfy.org2005-04-271-8/+4
| | | | | | Here we switch the msg_dump() to #define instead of commenting it out.
* [PATCH] handle netdev in udevrulerkay.sievers@vrfy.org2005-04-271-20/+7
| | | | | | | | Here we get the netdev handling for udevruler, after all information is available now in the udev database. It also fixes the way libsysfs is used.
* [PATCH] remove compiler warning from udevd.cgreg@kroah.com2005-04-271-0/+2
|
* [PATCH] man page cleanupkay.sievers@vrfy.org2005-04-271-20/+19
| | | | | | Small cleanup of the wording in the udev. man page.
* [PATCH] put config info in db for netdevkay.sievers@vrfy.org2005-04-271-2/+2
| | | | | | | Small change, to put the config informations for handled network interfaces into the database.
* [PATCH] increase udevd event timeoutkay.sievers@vrfy.org2005-04-272-2/+2
| | | | | | | | | | | | | | | | | | | | | | I have a very slow Bluetooth adapter hotplug event call, so we need to increase the event timeout to something larger than 6 seconds. Apr 1 02:54:08 pim udevsend[12119]: main: DEVPATH = '/class/tty/ttyUB0' Apr 1 02:54:08 pim udevsend[12119]: main: SEQNUM = '340' Apr 1 02:54:08 pim udevsend[12120]: main: DEVPATH = '/devices/pci0000:00/0000:00:1d.2/usb4/4-1' Apr 1 02:54:08 pim udevsend[12120]: main: SEQNUM = '344' Apr 1 02:54:09 pim udevsend[12133]: main: DEVPATH = '/devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.1' Apr 1 02:54:09 pim udevsend[12133]: main: SEQNUM = '342' Apr 1 02:54:10 pim udevsend[12136]: main: DEVPATH = '/devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.2' Apr 1 02:54:10 pim udevsend[12136]: main: SEQNUM = '343' Apr 1 02:54:13 pim udevsend[12141]: main: DEVPATH = '/devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0' Apr 1 02:54:13 pim udevsend[12141]: main: SEQNUM = '341'
* [PATCH] udevstart fixkay.sievers@vrfy.org2005-04-271-2/+2
| | | | | | Sorry, udevstart needs a small cleanup after my recent copy/pastes.
* [PATCH] only generate udev.8 on the fly, not all other man pages.greg@kroah.com2005-04-271-2/+2
|
* [PATCH] update bk ignore list some more.greg@kroah.com2005-04-274-0/+0
|
* [PATCH] switch to generate the man pages during the normal build, not during ↵greg@kroah.com2005-04-271-2/+2
| | | | the install.
* [PATCH] convert udev.8.in to use @udevdir@ macro for make install.greg@kroah.com2005-04-271-4/+4
|
* [PATCH] first step of making man pages dynamically generated.greg@kroah.com2005-04-276-15/+25
| | | | | | Based on a an original patch from Olaf Hering <olh@suse.de>
* [PATCH] add install and uninstall the etc/dev.d/net/hotplug.dev file to the ↵greg@kroah.com2005-04-271-3/+8
| | | | Makefile
* [PATCH] tweak net_test a bit.greg@kroah.com2005-04-271-1/+1
|
* [PATCH] put netdev handling and dev.d/ in manpageskay.sievers@vrfy.org2005-04-273-17/+53
| | | | | | | Mention the recently added netdev handling and the dev.d/ directories in the man pages.
* [PATCH] fix some segfaults when running udevtest for network devices.greg@kroah.com2005-04-271-4/+4
|
* [PATCH] make a net_test test script using udevtest.greg@kroah.com2005-04-271-17/+5
|
* [PATCH] handle the subsytem if provided in udevtest.greg@kroah.com2005-04-271-1/+4
| | | | | | this is needed to test the /etc/dev.d/ stuff properly.
* [PATCH] add hotplug.dev script to handle renamed network devices.greg@kroah.com2005-04-272-0/+72
|
* [PATCH] add a bunch of network class devices to the test sysfs treegreg@kroah.com2005-04-2740-0/+40
|
* [PATCH] update RFC-dev.d docs due to DEVNODE to DEVNAME changegreg@kroah.com2005-04-271-6/+7
|
* [PATCH] DEVPATH for netdevkay.sievers@vrfy.org2005-04-277-19/+23
| | | | | | | | Here we change the DEVPATH for netdev's in the environment of the dev.d/ scripts to the name the device is renamed to. The original name doesn't exist in the kernel after rename.