Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-09-10 | update file headers | Kay Sievers | |
2008-09-10 | volume_id: merge util.h in libvolume_id-private.h | Kay Sievers | |
2008-09-10 | libudev: initialize selinux after logging | Kay Sievers | |
2008-09-10 | libudev: add selinux | Kay Sievers | |
2008-09-09 | libudev: rename enumerate function | Kay Sievers | |
2008-09-09 | libudev: udev_device - read "driver" value | Kay Sievers | |
2008-09-09 | udevadm: monitor - use libudev code to retrieve device data | Kay Sievers | |
2008-09-09 | libudev: monitor- add netlink uevent support | Kay Sievers | |
2008-09-09 | udevd: remove max_childs_running logic | Kay Sievers | |
This was needed in the old days, where all the hotplug scripts did nothing better than sleep for seconds to work around timing issues. It made sure, that w continued to fork processes, while the machine was doing nothing than sleeping, but the maximim number of childs was already reached. This is no longer needed today, we do not run many of these scripts anymore. | |||
2008-09-09 | udevadm: log message if udevadm link is used | Kay Sievers | |
2008-09-09 | libudev: monitor - add event properties to udev_device | Kay Sievers | |
2008-09-09 | udevadm: monitor - use libudev for udev monitor | Kay Sievers | |
2008-09-09 | add a bunch of private device properties to udev_device | Kay Sievers | |
2008-09-09 | fix off-by-one in pass_env_to_socket() | Alan Jenkins | |
2008-09-09 | test-udev: remove unused var | Kay Sievers | |
2008-09-09 | threadsafe rules iteration | Alan Jenkins | |
Move ->current out of "struct udev_rules" and into a new "struct udev_rules_iter". Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk> | |||
2008-09-09 | test-udev: cleanup libudev context and overridden rules file string | Kay Sievers | |
2008-09-08 | remove redundant "remove trailing newlines" in udevadm info | Alan Jenkins | |
2008-09-08 | remove redundant string copy in udev_rules_apply_format() | Alan Jenkins | |
2008-09-08 | fix name compare bug name_list_key_add() | Alan Jenkins | |
The search for an existing key e.g. FOO would match longer keys e.g. FOOBAR. Reuse the correct code from name_list_remove(). | |||
2008-09-08 | udev-test.pl: set udev_log="err" | Kay Sievers | |
2008-09-08 | move udev_ctrl to libudev-private | Kay Sievers | |