Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-29 | fix messages (inc. debug compile failure) introduced when optimizing "goto" | Alan Jenkins | |
Signed-off-by: <alan-jenkins@tuffmail.co.uk> | |||
2008-09-29 | replace strerror() usage with threadsafe "%m" format string | Alan Jenkins | |
strerror() is not threadsafe. It uses a buffer to build messages of the form "Unknown error 387689". syslog() provides a %m format which is equivalent to strerror(errno). As a GNU extension, this is also accepted by printf and friends. At least in the current implementation, it is correctly threadsafe. Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk> | |||
2008-09-29 | test: replace last reference of "/class/*" devpath | Kay Sievers | |
2008-09-29 | gitignore: move *.8 to subdirs | Kay Sievers | |
2008-09-29 | test: add missing pci directory because of .gitignore *.7 | Kay Sievers | |
2008-09-29 | test: replace ancient sysfs tree with recent one | Kay Sievers | |
2008-09-29 | libudev: enumerate - split new() and scan() | Kay Sievers | |
2008-09-28 | libudev: enumerate - scan /sys/block/ if needed | Kay Sievers | |
2008-09-28 | libudev: enumerate "subsystem" | Kay Sievers | |
2008-09-28 | libudev: enumerate - accept list of subsystems to scan, or skip | Kay Sievers | |
2008-09-28 | avoid repeated scans for goto targets (udev_iter_find_label) | Alan Jenkins | |
The scans are now performed up-front at parse-time, instead of being repeated for each event at run-time. Cachegrind reports a 5% reduction in cpu cycles (excluding the time spent in-kernel). | |||
2008-09-28 | trivial cleanup in udev_rules_iter | Alan Jenkins | |
2008-09-28 | lubudev: accept more sys directories as devices, and parent devices | Kay Sievers | |
2008-09-28 | libudev: more list rework | Kay Sievers | |
2008-09-26 | libudev: rework list handling | Kay Sievers | |
2008-09-26 | libudev: device - read database only when needed | Kay Sievers | |
2008-09-26 | libudev: initialize selinux only when needed | Kay Sievers | |
2008-09-26 | libudev: enumerate_get_devices_list -> enumerate_get_list | Kay Sievers | |
2008-09-25 | libudev: get devnum from uevent file | Kay Sievers | |
2008-09-25 | libudev: replace awkward callback list interfaces with list iterators | Kay Sievers | |
2008-09-24 | libudev: add userdata pointer | Kay Sievers | |
2008-09-24 | libudev: also import "uevent" file when reading udev database | Kay Sievers | |
2008-09-21 | libudev: add udev_device_new_from_devnum() | Kay Sievers | |
2008-09-20 | libudev: udev_device_get_devname -> udev_device_get_devnode | Kay Sievers | |
2008-09-19 | always include config.h from Makefile | Kay Sievers | |
2008-09-19 | scsi_id: compiler warning on 32-bit | Alan Jenkins | |
The sg_io_v4 interface passes pointers as u64s. It turns out GCC disapproves of us casting a u64 straight to a 32 bit pointer. cc1: warnings being treated as errors scsi_serial.c: In function ‘sg_err_category4’: scsi_serial.c:159: warning: cast to pointer from integer of different size scsi_serial.c: In function ‘scsi_dump_v4’: scsi_serial.c:303: warning: cast to pointer from integer of different size | |||
2008-09-17 | libudev: fix "subsystem" value | Kay Sievers | |
2008-09-17 | libudev: pass udev_device in enumerate | Kay Sievers | |
2008-09-16 | fix udevadm trigger | Kay Sievers | |
2008-09-16 | udev-test.pl: set non-zero exitcode if tests fail | Alan Jenkins | |
2008-09-16 | fix broken symlink resolving | Kay Sievers | |
2008-09-16 | vol_id: fix lib logging glue | Kay Sievers | |
2008-09-15 | libudev: rename ctrl_msg to ctrl_msg_wire | Kay Sievers | |
2008-09-15 | libudev: switch API from devpath to syspath | Kay Sievers | |
2008-09-15 | udevadm: info - fix lookup-by-name | Kay Sievers | |
2008-09-15 | libudev: handle "device" link as parent, handle "class" "block" as "subsystem" | Kay Sievers | |
2008-09-13 | libudev: udev_device - add attribute cache | Kay Sievers | |
2008-09-12 | libudev: switch to "udev_device_get_parent" | Kay Sievers | |
2008-09-11 | release 128 | Kay Sievers | |
2008-09-11 | udevadm: info - use "udev_device" | Kay Sievers | |
2008-09-10 | use size definitions from libudev | Kay Sievers | |
2008-09-10 | get rid of udev_sysdeps.c | Kay Sievers | |
2008-09-10 | convert to libudev and delete udev_utils_string.c | Kay Sievers | |
2008-09-10 | extras: use libudev code | Kay Sievers | |
2008-09-10 | libudev: do not use any udev source file | Kay Sievers | |
2008-09-10 | libudev: rename libudev-utils.c libudev-util.c | Kay Sievers | |
2008-09-10 | libudev: get rid of udev_utils.c | Kay Sievers | |
2008-09-10 | libudev: get rid of udev_sysfs.c | Kay Sievers | |
2008-09-10 | libudev: do not use udev_db.c | Kay Sievers | |
2008-09-10 | libudev: udev_device - add more properties | Kay Sievers | |