summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-20use openat(), unlinkat(), fstatat()Kay Sievers
2009-05-20edd_id: use openat()Kay Sievers
2009-05-20use more efficient string copyingKay Sievers
2009-05-20udevadm: settle - fix timeoutAlan Jenkins
The timeout wasn't working when settle was run as root: # udevadm control --stop-exec-queue # udevadm trigger # udevadm settle --timeout=1 ... (hangs) Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
2009-05-19remove format char string truncation syntaxKay Sievers
2009-05-14OWNER/GROUP: fix if logicScott James Remnant
The introduction of the --resolve-names=early/never code introduced a bug to the OWNER/GROUP lookup. Previously if the name had contained $, lookup would have been performed later; after the patch, the key ended up being ignored!
2009-05-14rule-generator: cd - skip by-path links if we create by-id linksKay Sievers
2009-05-14Revert "rules: v4l do not mix vbi and video nodes"Kay Sievers
This reverts commit 6205f1186e4980544ea425d31770358d1b2579e4.
2009-05-13fix possible endless loop for GOTO to non-existent LABELKay Sievers
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526365
2009-05-13rules: v4l do not mix vbi and video nodesKay Sievers
2009-05-13version bumpKay Sievers
2009-05-13release 142Kay Sievers
2009-05-12delete libvolume_idKay Sievers
2009-05-11delete vol_id and require util-linux-ng's blkidKay Sievers
2009-05-11update TODOKay Sievers
2009-05-07add "static" back to the inline functionsKay Sievers
<Keybuk> kay: udev git head ftbfs <Keybuk> udev-watch.o: In function `udev_selinux_init': <Keybuk> /../udev/udev.h:130: multiple definition of `udev_selinux_init'
2009-05-05rules: fix ieee1394 rulesKay Sievers
2009-05-05remove asmlinkageKay Sievers
2009-05-04remove all PHYSDEVPATH handling and warning aboutKay Sievers
2009-05-04oops, removed ppp entry from rules got committedKay Sievers
2009-05-04handle devtmpfs nodesKay Sievers
UDev follows the kernel given name, and re-uses the kernel created device node. If the kernel and spcecified udev rules disagree, the udev specified node node is created and the kernel-created on is deleted.
2009-05-03rule-generator: net - whitelist NICs that violate MAC local schemeLubomir Rintel
According to list of assigned ethernet codes [1] referred to by IANA [2] certain global addresses do not follow the assignement scheme and use numbers reserved for local use. Several such adapters are quite widely used, generate rules for them. [1] http://www.cavebear.com/archive/cavebear/Ethernet/vendor.html [2] http://www.iana.org/assignments/ethernet-numbers
2009-05-03rules: remove initramfs commentKay Sievers
2009-05-02udevd: revert initial device node creationKay Sievers
2009-05-01rules: add "event*" matchKay Sievers
2009-05-01build: use AC_MSG_RESULTKay Sievers
2009-04-29update TODOKay Sievers
2009-04-28accept DEVNAME from the kernel as a hint for the node nameKay Sievers
2009-04-28rules: add rfcomm* to group dialoutKay Sievers
https://bugs.launchpad.net/bugs/368109
2009-04-27rules: input - fix commentsKay Sievers
2009-04-27rules: input - add links for USB/platform non-kbd/mouse devicesKay Sievers
2009-04-26rule_generator: net - fix usb comment generationKay Sievers
On Sat, Apr 4, 2009 at 22:17, Omair Eshkenazi <stimpson@phys.huji.ac.il> wrote: > I noticed that in (70-)persistent-net.rules, the comments for USB devices > are missing the device/vendor id's. Example: > # USB device 0x:0x (rt73usb)
2009-04-26drop "extern" keyword from non-static functionKay Sievers
2009-04-24update NEWSKay Sievers
2009-04-24rules: create /dev/cpu/<n>/cpuid world readableAndre Przywara
I don't see any security implications, to be actually useful, /dev/cpu/<n>/cpuid should be world readable. The cpuid instruction can be called from userspace anyway, so there is nothing to hide. The device does not support any write operation, so 0444 should suffice. Signed-off-by: Andre Przywara <andre.przywara@amd.com>
2009-04-23libudev: monitor - export filter_update()Kay Sievers
2009-04-23libudev: queue - clarify commentsKay Sievers
2009-04-23cdrom_id: skip media tests if CDROM_DRIVE_STATUS != CDS_DISC_OKKay Sievers
2009-04-23libudev: queue - fix get_seqnum_is_finished()Kay Sievers
On Thu, Apr 23, 2009 at 11:39, Alan Jenkins <alan-jenkins@tuffmail.co.uk> wrote: > I'm puzzled by this function: > > /* if we have not seen this seqnum, check if it is/was already queued */ > if (seqnum < udev_queue->last_seen_udev_seqnum) { > udev_queue_get_udev_seqnum(udev_queue); > if (seqnum < udev_queue->last_seen_udev_seqnum) > > Shouldn't the test be (seqnum > udev_queue->last_seen_udev_seqnum) ?
2009-04-23libudev: monitor - add udev_monitor_filter_removeKay Sievers
2009-04-23udevadm: monitor - add <subsytem>:<devtype> supportKay Sievers
2009-04-23libudev: monitor - do not filter messages with wrong magicKay Sievers
2009-04-23libudev: monitor - switch to filter_add_match_subsystem_devtype()Kay Sievers
2009-04-22libudev: monitor - use simpler hashKay Sievers
2009-04-22edd_id: add cciss devicesJohn Wright
Since cciss devices can be BIOS boot devices just as well as sd* and hd*, the edd_id program should be run on them so that the later /dev/disk/by-id/edd-* rules will work.
2009-04-22udevadm monitor - add --subsystem-match=Kay Sievers
2009-04-22update TODOKay Sievers
2009-04-22udevadm: monitor - print error if we can not bind to socketKay Sievers
2009-04-22libudev: monitor - add client socket filter for subsystem valueKay Sievers
Messages send back by the udev daemon to the netlink socket are multiplexed by the kernel and delivered to multiple clients. The clients can upload a socket filter to let the kernel drop messages not belonging to a certain subsystem. This prevent needless wakeups and message processing for users who are only interested in a subset of available events. Recent kernels allow untrusted users to listen to the netlink messages. The messages send by the udev daemon are versioned, to prevent any custom software reading them without libudev. The message wire format may change with any udev version update.
2009-04-21cdrom_id: add and use ID_CDROM_MEDIA to decide if we run vol_idKay Sievers
Some broken mobile phones offer a faked cdrom drive with a media without any tracks.