Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-05 | enable skipping of "naming-only" rules | Kay Sievers | |
2009-01-05 | update NEWS | Kay Sievers | |
2009-01-04 | update NEWS | Kay Sievers | |
2009-01-04 | rules: Ubuntu merge - s/uucp/dialout/ | Kay Sievers | |
2009-01-03 | rules: replace DVB shell script rule | Kay Sievers | |
2009-01-03 | rules: Ubuntu merge - use group "tape" | Kay Sievers | |
2009-01-03 | rules: Ubuntu merge - use group "cdrom" | Kay Sievers | |
2009-01-03 | require 2.6.22+ kernel | Kay Sievers | |
2009-01-03 | usb_id: use devtype lookup | Kay Sievers | |
2009-01-03 | libudev: bump revision | Kay Sievers | |
2009-01-03 | libudev: subsytem -> subsystem | Kay Sievers | |
2009-01-03 | libudev: device - remove udev_device_get_parent_with_subsystem | Marcel Holtmann | |
2009-01-03 | libudev: device - lookup subsystem and devtype together | Marcel Holtmann | |
2009-01-03 | libudev: device - read "uevent" only if info is not already loaded | Kay Sievers | |
2009-01-02 | man: udev - update NAME assignment | Michal Soltys | |
2009-01-02 | libudev: device - add devtype support | Marcel Holtmann | |
2009-01-02 | rules: input - make sure needed variables are set | Kay Sievers | |
2008-12-29 | libudev: enumerate - add lookup by property | Kay Sievers | |
2008-12-29 | build: default to --prefix=/usr --exec-prefix="" | Kay Sievers | |
2008-12-29 | require non-SYSFS_DEPRECATED 2.6.20+ kernel | Kay Sievers | |
2008-12-29 | usb_id: add "image" class | Kay Sievers | |
2008-12-29 | build: use autoreconf --symlink | Kay Sievers | |
2008-12-28 | if needed, store database entries also for devices which do not have a ↵ | Kay Sievers | |
device node | |||
2008-12-26 | rules: provide /dev/raw/rawctl | Kay Sievers | |
On Fri, Dec 26, 2008 at 01:26, Karel Zak <kzak@redhat.com> wrote: > On Fri, Dec 26, 2008 at 12:39:16AM +0100, Kay Sievers wrote: >> On Fri, Dec 26, 2008 at 00:26, Karel Zak <kzak@redhat.com> wrote: >> > The upstream raw(8) command supports /dev/rawctl and also >> > /dev/raw/rawctl. I think it makes more sense to use raw/rawctl when >> > you have all your raw devices in raw/ subdirectory (e.g. /dev/raw/raw<N>). >> >> The raw tool looks for /dev/rawctl first and the fallback to >> /dev/raw/rawctl is named DEVFS_*. Should we turn that order around and >> remove the devfs notion from the raw tool and let udev create a >> dev/raw/rawctl node? > > Yeah. Fixed, committed and pushed. > > $ strace -e open ./raw > open("/dev/raw/rawctl", O_RDWR) = -1 ENOENT (No such file or directory) > open("/dev/rawctl", O_RDWR) = -1 ENOENT (No such file or directory) > > I have also removed the #ifdef OLD_RAW_DEVS (/dev/raw<N>) junk. | |||
2008-12-22 | rules: isdn - remove /dev/isdn/capi20 symlink | Kay Sievers | |
2008-12-22 | rules: put alsa in group "audio" | Kay Sievers | |
2008-12-22 | rules: remove /dev/dsp /dev/audio | Kay Sievers | |
2008-12-22 | rules: second round merging with Ubuntu rules | Kay Sievers | |
2008-12-22 | rule_generator: fix enumeration for write_cd_rules | Harald Hoyer | |
quote +, as it would be taken as a part of the regexp otherwise https://bugzilla.redhat.com/show_bug.cgi?id=477535 | |||
2008-12-22 | rules: do not put raw1394 in "video" group | Kay Sievers | |
A note on /dev/raw1394's security implications: 1. You cannot access local memory through raw1394, except for ROMs and CSRs that are exposed to other nodes any way. 2. It is extremely hard to manipulate data on attached SBP-2 devices (FireWire storage devices). 3. You can disturb operation of the FireWire bus, e.g. creating a DoS situation for audio/video applications, for SBP-2 devices, or eth1394 network interfaces. 4. If another PC is attached to the FireWire bus, it may be possible to read or overwrite the entire RAM of that remote PC. This depends on the PC's configuration. Most FireWire controllers support this feature (yes, it's not a bug, or at least wasn't intended to be one...) but not all OSs enable the feature. Actually, a cheap setup to achieve #1 by #4 is to have two FireWire controllers in the PC and connect them. https://bugs.launchpad.net/ubuntu/+source/kino/+bug/6290/comments/21 | |||
2008-12-22 | rules: remove legacy symlinks | Kay Sievers | |
2008-12-21 | rules: rtc - create rtc compat link only for cmos type rtc | Kay Sievers | |
2008-12-21 | rules: remove /dev/raw/raxctl symlink, it's a devfs leftover | Kay Sievers | |
2008-12-21 | rules: more changes toward Ubuntu rules merge | Kay Sievers | |
dv1394*: no kernel name symlink lp*: no par* symlink hwrng: no kernel name symlink | |||
2008-12-21 | rules: more changes toward Ubuntu rules merge | Kay Sievers | |
specialix_rioctl: no kernel name symlink specialix_sxctl: no kernel name symlink bus/usb: 0644 -> 0664 ppdev: lp dri: 0666 -> 0660 js: no kernel name symlink | |||
2008-12-20 | "'/sbin/modprobe abnormal' exit" - also print program options | Kay Sievers | |
2008-12-19 | rules: first simple step merging with Ubuntu rules | Kay Sievers | |
2008-12-19 | rules: remove ide-scsi | Kay Sievers | |
2008-12-19 | build: just use autoreconf -i | Kay Sievers | |
Thanks to Scott for mentioning! | |||
2008-12-18 | path_id: rework SAS persistent names | Jeremy Higdon | |
2008-12-16 | build: add -lsepol | Kay Sievers | |
Harald needs it for static binaries. | |||
2008-12-16 | libudev: include <sys/types.h> | Kay Sievers | |
2008-12-09 | volume_id: support sub-uuid's and plug in btrfs device uuid | Kay Sievers | |
2008-12-09 | rules: add "do not edit header" | Kay Sievers | |
2008-12-09 | volume_id: btrfs - update format | Kay Sievers | |
2008-12-09 | rules: move aoe rules to default rules file | Kay Sievers | |
2008-12-09 | rules: add rules for AoE devices | Ryan Thomas | |
In the interest of standardizing udev rules, please consider the following patch that adds udev rules for the ATA over Ethernet character and block devices. The aoe module has been a long-time member of the kernel and needs inclusion in the standard udev rules. | |||
2008-12-08 | udevadm: settle - allow --timeout=0 and --quiet | Kay Sievers | |
2008-12-06 | make: do not delete autotools generated file with distclean | Kay Sievers | |
[...] running the command `make maintainer-clean' should not delete `configure' even if `configure' can be remade using a rule in the Makefile. More generally, `make maintainer-clean' should not delete anything that needs to exist in order to run `configure' and then begin to build the program. This is the only exception; `maintainer-clean' should delete everything else that can be rebuilt. | |||
2008-12-04 | make: install serial rules file | Kay Sievers | |