Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-11 | libudev: ctrl - return error after sending ctrl message | Kay Sievers | |
2009-03-07 | update TODO | Kay Sievers | |
2009-03-07 | udevadm: add text for new options to command and man page | Kay Sievers | |
2009-03-06 | libvolume_id: bump age | Harald Hoyer | |
Because you added the symbol volume_id_set_uuid_sub() in commit 14e18278, you have to increase the library minor version. | |||
2009-03-05 | udevd: switch watch symlinks to devpath | Kay Sievers | |
Some broken tools get confused following links to /sys, switch to link targets carrying the devpath instead of the syspath, like the queue links. | |||
2009-03-04 | udevadm: settle - add --seq-start= --seq-end= | Kay Sievers | |
It might be useful in some cases not to wait for "all" events. $ read START < /sys/kernel/uevent_seqnum $ (do something which may create uevents) $ udevadm settle --seq-start=$START | |||
2009-03-04 | libudev: queue - use lstat() to check existence of symlink | Kay Sievers | |
2009-03-04 | rules: Fedora update | Kay Sievers | |
2009-03-04 | update TODO | Kay Sievers | |
2009-03-03 | volume_id: ntfs - fix uuid setting | Kay Sievers | |
In my scenario, the ntfs prober did *not* detect the presence of a ntfs filesystem (i.e. vol_id --probe-all returned *only* ext3). However, if you examine the source of the ntfs prober, it overwrites the uuid field of the volume_id object long before it actually decides there's a valid filesystem there - this resulted in vol_id returning the rather bizarre combination of type=ext3, but a uuid populated by the ntfs prober. https://bugs.edge.launchpad.net/ubuntu/+source/udev/+bug/337015 | |||
2009-03-03 | update TODO | Kay Sievers | |
2009-03-03 | fix compile error in debug mode | Michael Prokop | |
When building with './configure --enable-debug && make' it fails with: udev-rules.c: In function ‘dump_token’: udev-rules.c:366: error: ‘struct <anonymous>’ has no member named ‘i’ Signed-off-by: Michael Prokop <mika@grml.org> | |||
2009-03-03 | version bump | Kay Sievers | |
2009-02-26 | release 139 | Kay Sievers | |
2009-02-26 | udevadm: info - export all devices with --export-db | Kay Sievers | |
2009-02-26 | usb_id: fix comment | Kay Sievers | |
2009-02-26 | usb_id: fix NULL string usage | Kay Sievers | |
2009-02-26 | usb_id: return values if called directly for an usb_device | Kay Sievers | |
2009-02-26 | usb_id: add ID_USB_INTERFACES=:0e0100:0e0200:010100:010200: | Kay Sievers | |
2009-02-26 | use AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCE | Kay Sievers | |
2009-02-26 | add m4/ subdir | Kay Sievers | |
2009-02-25 | add "nowatch" to disable a default installed watch with a later rule | Kay Sievers | |
2009-02-24 | use the event udev_device to disable the watch on "remove" | Kay Sievers | |
2009-02-24 | remove static local variable | Kay Sievers | |
2009-02-23 | version bump | Kay Sievers | |
2009-02-23 | Look at more inotify events in the buffer than just the first. | Scott James Remnant | |
2009-02-23 | lookup the old watch handle; reload only if has a path | Scott James Remnant | |
2009-02-23 | Output watch handle in udevadm info. | Scott James Remnant | |
2009-02-23 | Put a log message in a more sensible place. | Scott James Remnant | |
2009-02-23 | Use the udevdb to speed up watch clearing. | Scott James Remnant | |
Also return a udev_device when looking up by handle as well, so everything works the same way. | |||
2009-02-23 | Store watch handle in db. | Scott James Remnant | |
2009-02-23 | Allow watch handle to be stored in the udevdb. | Scott James Remnant | |
2009-02-23 | Cleanup a little. | Scott James Remnant | |
Move some of the checks into udev_watch_begin() and udev_watch_clear() so we don't have to repeat them all the time. | |||
2009-02-23 | Clear existing inotify watch before processing. | Scott James Remnant | |
Likewise when re-processing an event, we want to drop the existing inotify watch first to avoid side-effects. | |||
2009-02-23 | Don't add inotify watch until RUN rules processed. | Scott James Remnant | |
The programs we RUN can open device nodes, and thus we can end up chasing our own tail. | |||
2009-02-19 | release 138 | Kay Sievers | |
2009-02-17 | *_id: add model/vendor enc strings | David Zeuthen | |
So ID_MODEL and ID_VENDOR are pretty useful keys. However since we fix them up (removing leading/trailing whitespace, converts spaces to underscores) for use in device naming etc. we also force these fixups on the desktop shell. And this looks pretty ugly. The attached patch introduces the ID_MODEL_ENC and ID_VENDOR_ENC keys that contains the encoded version of the raw strings obtained. It's pretty similar in spirit to ID_FS_LABEL and its cousin ID_FS_LABEL_ENC. With this patch a desktop shell can fix up these strings as it sees fit. Note that some fixup is still needed though, for example # /lib/udev/ata_id --export /dev/sda |grep ID_MODEL ID_MODEL=INTEL_SSDSA2MH080G1GC ID_MODEL_ENC=INTEL\x20SSDSA2MH080G1GC\x20\x20\x20\x20\x20\x20\x20\x20 \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 Note the trailing and leading whitespace. Anyway with the attached patch the desktop shell should be able to display "INTEL SSDSA2MH080G1GC" rather than "INTEL_SSDSA2MH080G1GC" to the user. | |||
2009-02-16 | rules: include loop block devices in persistent links | Kay Sievers | |
2009-02-13 | rules: add "watch" option to dm and md rules | Kay Sievers | |
2009-02-11 | use global "reload_config" flag | Kay Sievers | |
2009-02-11 | rules: move OPTIONS to separate rule | Kay Sievers | |
A failing IMPORT+ match would prevent the OPTIONS+= action from being applied. | |||
2009-02-11 | rules: update persistent storage rules to use inotify watches | Scott James Remnant | |
2009-02-11 | udevd: optionally watch device nodes with inotify | Scott James Remnant | |
This allows you to re-process the rules if the content of the device has been changed, most useful for block subsystem to cause vol_id to be run again. | |||
2009-02-08 | fix NAME= and OPTION+="string_escape=..." logic | Kay Sievers | |
Scott discovered this silly bug. | |||
2009-02-05 | autogen.sh: add more warnings | Kay Sievers | |
2009-02-05 | rules: fix md "change"/"remove" handling | Kay Sievers | |
On Thu, Feb 5, 2009 at 08:43, Harald Hoyer <harald@redhat.com> wrote: > Radek Vykydal <rvykydal@redhat.com> encountered a problem with md devices. > If the raid is about to be removed a "change" and "remove" event is sent. | |||
2009-02-05 | test: add test for empty and non-existent ATTR | Kay Sievers | |
2009-01-30 | rules: dm - add escape for uuid links with whitespace | Kay Sievers | |
2009-01-30 | fix NAME="" logic | Kay Sievers | |
Reported-By: Soh Kam Yung <sohkamyung@gmail.com> | |||
2009-01-27 | rules: Gentoo update | Matthias Schwarzott | |