Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-19 | libudev-enumerate.c:udev_enumerate_get_list_entry() fixed possible stale pointer | Harald Hoyer | |
If a realloc() happens in syspath_add(), the move_later pointer could point to an invalid memory region. Let move_later store the array index, instead of the pointer to the entry. | |||
2013-08-15 | typo fixes in man and comments | Thomas Hindoe Paaboel Andersen | |
2013-08-15 | libudev: fix hwdb validation to look for the *new* file | Kay Sievers | |
2013-07-01 | hwdb: add --device=<device-id> and --filter=<key name glob> | Kay Sievers | |
2013-07-01 | hwdb: remove support for (not fully implemented) conditional properties | Kay Sievers | |
2013-06-10 | Use stdint.h macros instead of casts to print uint64_t values | Zbigniew Jędrzejewski-Szmek | |
Casts are visually heavy, and can obscure unwanted truncations. | |||
2013-04-16 | libudev: remove udev_monitor_new_from_socket() symbol | Michael Biebl | |
This function was removed in v183, so drop it from the symbols versioning file. | |||
2013-04-09 | libudev: Move -lrt to Libs.private | Michael Biebl | |
It's only needed for static linking. https://bugs.freedesktop.org/show_bug.cgi?id=63309 | |||
2013-03-31 | Remove some dead code | Zbigniew Jędrzejewski-Szmek | |
Based on coverity report. | |||
2013-03-20 | libudev: avoid potential misaligned accesses | Jan Engelhardt | |
clang reports: src/libudev/libudev-util.c:665:35: warning: cast from "const unsigned char *" to "unsigned int *" increases required alignment from 1 to 4 [-Wcast-align] | |||
2013-03-20 | libude: remove special handling of "device" link, it should not be used | Kay Sievers | |
2013-03-13 | libudev: implement udev_device_set_attribute_value() | Hannes Reinecke | |
2013-02-13 | use streq instead of strcmp | Thomas Hindoe Paaboel Andersen | |
2013-02-13 | use strneq instead of strncmp | Thomas Hindoe Paaboel Andersen | |
2013-02-07 | udev: remove HWDB_BIN | Kay Sievers | |
2013-01-09 | udev: move string copy functions to shared/ | Kay Sievers | |
2013-01-04 | udev: net_id - append "dev_id" value if needed | Kay Sievers | |
2012-12-31 | udev: in addition to DEVMODE, honor DEVUID, DEVGID from the uevent | Kay Sievers | |
2012-12-17 | Fix "attribute 'packed' is ignored" warnings when using Clang | Richard Yao | |
Clang 3.1 warned that "attribute 'packed' is ignored". This stems from placing "__attribute__ ((packed))" at the start of structure declarations when common practice is to place it at the end. Signed-off-by: Richard Yao <ryao@gentoo.org> | |||
2012-12-14 | libudev: validate 'udev' argument to udev_enumerate_new() | Michael Terry | |
https://bugs.freedesktop.org/show_bug.cgi?id=58289 | |||
2012-12-11 | libudev: hwdb: add missing endianess conversion | Eric Benoit | |
https://bugs.freedesktop.org/show_bug.cgi?id=58067 | |||
2012-11-20 | libudev: do not resolve $attr{device} symlinks | Kay Sievers | |
2012-11-16 | hwdb: use $(localstatedir)/lib/udev/hwdb.bin for the binary database | Zbigniew Jędrzejewski-Szmek | |
It's not configuration, so it doesn't belong in udev. Also, remove the catalog when uninstalling udev. | |||
2012-11-15 | udev: hwdb - properly handle a missing database | Kay Sievers | |
On Thu, Nov 15, 2012 at 5:05 PM, Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> wrote: > Something like this appeared with latest git: > > Nov 15 16:55:46 fedora-15 systemd-udevd[334]: worker [364] terminated by signal 11 (Segmentation fault) > Nov 15 16:55:46 fedora-15 [387]: Process 364 (systemd-udevd) dumped core. > Nov 15 16:55:46 fedora-15 systemd-udevd[334]: worker [364] failed while handling '/devices/virtual/net/lo' > Nov 15 16:55:46 fedora-15 systemd-udevd[334]: worker [360] terminated by signal 11 (Segmentation fault) > Nov 15 16:55:46 fedora-15 systemd-udevd[334]: worker [360] failed while handling '/devices/pci0000:00/0000:00:03.0/virtio0/net > Nov 15 16:55:46 fedora-15 [389]: Process 360 (systemd-udevd) dumped core. > > Core was generated by usr/lib/systemd/systemd-udevd'. > Program terminated with signal 11, Segmentation fault. > #0 0x0000000000423c87 in udev_hwdb_get_properties_list_entry (hwdb=0x0, modalias=0x7fffbcd155f0 | |||
2012-11-13 | libudev: avoid leak during realloc failure | Mauro Dreissig | |
2012-11-12 | libudev: update copyright headers | Kay Sievers | |
2012-11-12 | udev: use usec_t and now() | Kay Sievers | |
2012-10-28 | libudev: hwdb - cleanup list before getting new properties | Kay Sievers | |
2012-10-28 | udev: get rid of SYSCONFDIR | Kay Sievers | |
2012-10-28 | Tweak TODO | Zbigniew Jędrzejewski-Szmek | |
2012-10-27 | libudev: import hwdb and export lookup interface | Kay Sievers | |
2012-10-08 | udev: remove SYMLINK "unique" option | Kay Sievers | |
2012-09-23 | libudev: check return value of rename | Václav Pavlín | |
2012-09-19 | libudev: remove dead code | Kay Sievers | |
2012-09-17 | build-sys: __secure_getenv lost dunder in libc 2.17 | Zbigniew Jędrzejewski-Szmek | |
2012-09-13 | man: fix a bunch of typos in docs | Thomas Hindoe Paaboel Andersen | |
https://bugs.freedesktop.org/show_bug.cgi?id=54501 | |||
2012-09-03 | shared: in code that might get called from suid programs use ↵ | Lennart Poettering | |
__secure_getenv() rather than getenv() It's better to be safe than sorry. | |||
2012-08-10 | udev: export udev_device_new_from_device_id() | Kay Sievers | |
2012-08-08 | fix a couple of issues found with llvm-analyze | Lennart Poettering | |
2012-07-31 | libudev-queue.c: simplified open_queue_file | Arvydas Sidorenko | |
There is no apparent justification for using util_strscpyl on the filename since it's a plain hardcoded path. Older versions used: util_strscpyl(filename, sizeof(filename), SOME_DIR, "/queue.bin", NULL); and when changed nobody bothered to simplify it. | |||
2012-07-15 | udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /run | Kay Sievers | |
2012-07-14 | udev: avoid creating /dev/kmsg with fopen() to support CONFIG_PRINTK=n | Kay Sievers | |
2012-07-05 | udev: add some O_CLOEXEC | Kay Sievers | |
2012-06-18 | libudev: clarify that udev_monitor_receive_device() is non-blocking | Kay Sievers | |
Based on a patch from: Sam Thursfield <ssssam@gmail.com> https://bugs.freedesktop.org/show_bug.cgi?id=51202 | |||
2012-06-05 | udev: remove remaining selinux labeling for file in /run | Kay Sievers | |
2012-05-31 | mkdir: append _label to all mkdir() calls that explicitly set the selinux ↵ | Kay Sievers | |
context | |||
2012-05-25 | udev: silent gcc warnings | Kay Sievers | |
2012-05-15 | udev: update docs, NEWS | Kay Sievers | |
2012-05-15 | udev: libudev - bump soname, remove deprecated functions, introduce symbol ↵ | Kay Sievers | |
versions | |||
2012-04-29 | udev: use container_of() macro | Lucas De Marchi | |