Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-02 | Fix the gentoo udev rules to allow the box to boot properly | Greg KH | |
2005-06-30 | Update the gentoo rule file | Greg Kroah-Hartman | |
2005-06-21 | Merge gregkh@ehlo.org:/home/kay/public_html/pub/scm/linux/hotplug/udev-kay | Greg KH | |
2005-06-16 | [PATCH] Dialout group fix for capi devices in the gentoo rules file | Stefan Schweizer | |
currently it is not possible to use the capi devices for users even when the user is in the dialout group. Please apply the attached patch and fix the issue. There is also a gentoo bug about this: http://bugs.gentoo.org/show_bug.cgi?id=92445 diff -ur udev-056.orig/etc/udev/gentoo/udev.rules udev-056/etc/udev/gentoo/udev.rules | |||
2005-06-16 | udevd: control log-priority of the running daemon with udevcontrol | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-05 | udev: move dev.d/ handling to external helper | Kay Sievers | |
Modern rules are expected to call notification and postprocessing with the RUN key. For compatibility the current behavior can be emulated with an external helper. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-05-18 | Update Red Hat default udev rules. | Greg KH | |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-04-26 | [PATCH] Fedora udev.rules update | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] update Debian rules | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] support log-priority levels in udev.conf | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix raid rules. | gregkh@suse.de | |
Thanks to Kay for pointing it out. | |||
2005-04-26 | [PATCH] added frugalware udev ruleset. | gregkh@suse.de | |
2005-04-26 | [PATCH] gentoo rule update for raid devices. | gregkh@suse.de | |
From Thierry Vignaud <tvignaud@mandrakesoft.com> | |||
2005-04-26 | [PATCH] fix gentoo fb permission issue. | gregkh@suse.de | |
2005-04-26 | [PATCH] remove gentoo permission file as it's not valid anymore. | greg@kroah.com | |
2005-04-26 | [PATCH] Add infiniband to gentoo rules. | greg@kroah.com | |
2005-04-26 | [PATCH] Another gentoo fix, adding dvb support. | greg@kroah.com | |
2005-04-26 | [PATCH] Fix gentoo bug #76056 (fb device group permissions.) | greg@kroah.com | |
2005-04-26 | [PATCH] Fix gentoo bug #81102, device nodes for the pktcdvd device. | greg@kroah.com | |
2005-04-26 | [PATCH] debian: update rules files | md@Linux.IT | |
2005-04-26 | [PATCH] gentoo/udev.rules: add default permissions for sound devices | sschweizer@gmail.com | |
2005-04-26 | [PATCH] gentoo fb permission fix. | greg@kroah.com | |
2005-04-26 | [PATCH] clean up the aoe char device rules, and delete the block one as it's ↵ | greg@kroah.com | |
not needed. | |||
2005-04-26 | [PATCH] add aoe block and char device rules to the gentoo rule file. | greg@kroah.com | |
2005-04-26 | [PATCH] remove default_* permissions from udev.conf file | kay.sievers@vrfy.org | |
With the "permissions only rules" we can just place: MODE="0660", OWNER="root", GROUP="root" at the beginning of the rules file and get exactly the same behavior. If no values are given the compiled-in defaults are used. | |||
2005-04-26 | [PATCH] update Fedora config files and add some more tests | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] add SUBSYSTEM rule to catch all block devices and apply the disk ↵ | kay.sievers@vrfy.org | |
permissions | |||
2005-04-26 | [PATCH] update Fedora config files | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] add OnStream tape drive rules | kay.sievers@vrfy.org | |
On Sun, 2004-12-19 at 17:36 +0000, Willem Riede wrote: Would you mind adding OnStream tape drives? > > KERNEL="osst*", NAME="%k", GROUP="tape", MODE="0660" > KERNEL="nosst*", NAME="%k", GROUP="tape", MODE="0660" | |||
2005-04-26 | [PATCH] simplify rules file by setting default mode to 0660 | kay.sievers@vrfy.org | |
On Sun, 2004-12-19 at 18:31 +0100, Marco d'Itri wrote: > It may be better to use default_mode="0660", I do not think that there > are any mode 600 devices. This would allow setting only the group for > most of them. | |||
2005-04-26 | [PATCH] initial merge of fedora udev.permissions into udev.rules | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix some typos in gentoo's udev.rules introduced by the merge | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] initial merge of gentoo udev.permissions into udev.rules | kay.sievers@vrfy.org | |
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 | |