Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] update Fedora config files | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] update Fedora config files | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] complete removal of explicit udev permissions config file | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] add more debian rules files. | greg@kroah.com | |
2005-04-26 | [PATCH] move distro specific config files into their own directories | greg@kroah.com | |
2005-04-26 | more merge fixups | Greg KH | |
2005-04-26 | [PATCH] update debian rules files. | greg@kroah.com | |
2005-04-26 | [PATCH] added asterix rules to the gentoo file. | greg@kroah.com | |
2005-04-26 | [PATCH] fix gentoo scsi cdrom rule | greg@kroah.com | |
http://bugs.gentoo.org/show_bug.cgi?id=73208 | |||
2005-04-26 | more fixups | Greg KH | |
2005-04-26 | [PATCH] Allow GROUP to have modifiers in it | sschweizer@gmail.com | |
2005-04-26 | [PATCH] replace tdb database by simple lockless file database | kay.sievers@vrfy.org | |
This makes the udev operation completely lockless by storing a file for every node in /dev/.udevdb/* This solved the problem with deadlocking concurrent udev processes waiting for each other to release the file lock under heavy load. | |||
2005-04-26 | [PATCH] Some updates for Gentoo's udev rules | azarah@nosferatu.za.org | |
Hi, Here is a few updates for the udev.rules.gentoo from udev package. I will summarise it briefly: 1) The last change you did to legacy tty's is wrong. I say this because: 1a) The original devfs rules had both master and slave in /dev/pty: nosferatu linux # grep devfs_name drivers/char/pty.c pty_driver->devfs_name = "pty/m"; pty_slave_driver->devfs_name = "pty/s"; nosferatu linux # 1b) If you refer to '2.6.8.1-mm1 Tty problems?', you will see that the /dev/tty/ directory our rules create, replaces this symlink: nosferatu portage # ls -l /dev/tty crw-rw-rw- 1 root tty 5, 0 Nov 14 17:06 /dev/tty nosferatu portage # which is used to determine the controlling tty. 2) Somebody added the /dev/cpu/microcode rule, but it was not run as there was an older rule before that placing it in /dev/misc (which is wrong). Just remove the first broken rule 3) Some form/tab cleanups. Reorder rules alphabetically according to device class to make searching/editing easier. | |||
2005-04-26 | [PATCH] add cdsymlinks.sh support to gentoo rules file. | greg@kroah.com | |
2005-04-26 | [PATCH] fix gentoo legacy tty rule | greg@kroah.com | |
I thought I had fixed this a long time ago... | |||
2005-04-26 | [PATCH] add inotify to the rules for gentoo | greg@kroah.com | |
2005-04-26 | [PATCH] fix stupid cut-and-paste error for msr devices on gentoo boxes. | greg@kroah.com | |
2005-04-26 | [PATCH] add debian config files. | greg@kroah.com | |
taken from latest udev debian package. | |||
2005-04-26 | [PATCH] respect prefix= setting in built udev.conf (updated) | kpfleming@backtobasicsmgmt.com | |
Here is a revised version of the patch. Again, it modifies the Makefile to respect the prefix= setting when putting paths to /etc/udev/{rules.s,permissions.d} into the built /etc/udev/udev.conf file. It also changes the Makefile to create this file at "make" time, not "make install" time. This allows for udevdir to be specified at "make" time (thus putting the correct path into udev.conf), but not specified at "make install" time (thus allowing the installation to proceed without trying to use the wrong directory). Submitted By: Kevin P. Fleming <kpfleming@linuxfromscratch.org> Date: 2004-09-16 Initial Package Version: 032 Origin: David Jensen Description: correct udev's Makefile and template config file to respect the "prefix=" setting supplied when it is built; also build etc/udev/udev.conf at "make" time, not "make install" time | |||
2005-04-26 | [PATCH] kdetv wants to see device nodes in /dev | greg@kroah.com | |
2005-04-26 | [PATCH] add symlink for video rule. | greg@kroah.com | |
2005-04-26 | [PATCH] Fix old-style pty breakage in rules file for tty device. | greg@kroah.com | |
Thanks to Martin Schlemmer <azarah@nosferatu.za.org> for the fix. | |||
2005-04-26 | [PATCH] add rules for i386 cpu devices. | greg@kroah.com | |
2005-04-26 | [PATCH] add permission for legotower usb devices. | greg@kroah.com | |
2005-04-26 | [PATCH] add microcode rule to permissions.gentoo file | azarah@gentoo.org | |
Add microcode rule, remove duplicate rtc and psaux rules, and order alphabetically. | |||
2005-04-26 | [PATCH] add permission rule for jogdial device. | greg@kroah.com | |
2005-04-26 | [PATCH] fix permission problem with input event and ts nodes for gentoo | greg@kroah.com | |
2005-04-26 | [PATCH] change default perms of misc/rtc to be readable by anyone. | greg@kroah.com | |
2005-04-26 | [PATCH] tweak the gentoo default permission rules as they are wrong for tty ↵ | greg@kroah.com | |
and misc devices. | |||
2005-04-26 | [PATCH] add udev.permissions.slackware file. | greg@kroah.com | |
From Lucas de Souza Santos <lucasdss@yahoo.com.br> | |||
2005-04-26 | [PATCH] add more permissions based on SuSE's recommendations. | greg@kroah.com | |
2005-04-26 | [PATCH] added rules for tun and raw devices | greg@kroah.com | |
2005-04-26 | [PATCH] Switch the default config to point to a directory for the rules and ↵ | greg@kroah.com | |
permission files. | |||
2005-04-26 | [PATCH] added rule to put USB printers in their proper places. | greg@kroah.com | |
Thanks to Dan Weber <dan@mirrorlynx.com> for the info. | |||
2005-04-26 | [PATCH] added rules for CAPI devices. | greg@kroah.com | |
Thanks to Marcel Holtmann <marcel@holtmann.org> for the information. | |||
2005-04-26 | [PATCH] add netlink rules to devfs and gentoo rules files. | greg@kroah.com | |
2005-04-26 | [PATCH] added USB device rules to rules files. | greg@kroah.com | |
2005-04-26 | [PATCH] clean up the gentoo rules file a bit more, adding dri rules. | greg@kroah.com | |
2005-04-26 | [PATCH] fix up udev.rules to handle oss rules better. | greg@kroah.com | |
Patch from Jordan <lx_xero@comcast.net> | |||
2005-04-26 | [PATCH] Added line to udev.permissions.redhat | ken@cgi101.com | |
Added this line to have xterms provide a prompt. | |||
2005-04-26 | [PATCH] Remove Debian permission files as the Debian maintainer doesn't seem ↵ | greg@kroah.com | |
to want to share :( | |||
2005-04-26 | [PATCH] update the Gentoo rules files. | greg@kroah.com | |
2005-04-26 | [PATCH] Add Red Hat rules and permissions files | greg@kroah.com | |
Taken from udev-018-2.src.rpm from Fedora Devel. | |||
2005-04-26 | [PATCH] udev - man page update | kay.sievers@vrfy.org | |
Here is a small change to the udev man page: - clarify the use of the NAME{all_partitions} syntax and add a example to udev.rules.example - mention the empty NAME field to ignore the device - prepare a SYMLINK field for the addition of Andrey's "multiple symlinks" documentation :) | |||
2005-04-26 | [PATCH] update udev.rules.gentoo with new config file format. | greg@kroah.com | |
2005-04-26 | [PATCH] Update the Gentoo udev.rules and udev.permissions files | greg@kroah.com | |
These are very good devfs-like rules for others to use if they want to. | |||
2005-04-26 | [PATCH] Create a udev.rules.examples file to hold odd udev.rules | greg@kroah.com | |
These are for examples only, not for everyone to use as they cause too many problems for different people when they are in the main udev.rules file. | |||
2005-04-26 | [PATCH] symlink dm-[0-9]* rule | ext.devoteam.varoqui@sncf.fr | |
2005-04-26 | [PATCH] udev - switch callout part selector to {attribute} | kay.sievers@vrfy.org | |
Here we change the magic callout part number selector to the new atribute syntax. The syntax to select the second part of the callout string: '%2c' is now '%c{2}' I think it's more clear and we no longer misuse the length argument. The old syntax is still supported, but we should remove it some time in the future. | |||
2005-04-26 | [PATCH] udev - switch SYSFS_file to SYSFS{file} | kay.sievers@vrfy.org | |
Here we switch the configs and man pages to the new attribute syntax. Also the 'partition trick' is mentioned in udev.8 I think it's more clear visible now, that inside the brackets are user supplied values used and not some magic keys handled: 'SYSFS_dev' is now 'SYSFS{dev}' The old syntax is still supported. |