Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-10 | libudev: udev_device - add more properties | Kay Sievers | |
2008-09-10 | update file headers | 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 | move udev_ctrl to libudev-private | Kay Sievers | |
2008-09-07 | udevadm: add --version --help options to man page, hide them as commands | Kay Sievers | |
2008-09-06 | use libudev code, unify logging, pass udev context around everywhere | Kay Sievers | |
2008-09-04 | udevadm: move init from commands to udevadm | Kay Sievers | |
2008-09-03 | udevadm: split out control functions | Kay Sievers | |
2008-09-03 | udevadm: rename internal functions to udevadm_* | Kay Sievers | |
2008-09-03 | udevadm: rename source files | Kay Sievers | |
2008-09-03 | udevadm: print warning to stderr if udevadm is called by symlink | Kay Sievers | |
2008-09-03 | udevadm: control - use getopt_long() | Kay Sievers | |
2008-09-03 | udevadm: info - fix broken --device-id-of-file= | Kay Sievers | |
2008-09-02 | remove deprecated envp[] in main() | Alan Jenkins | |
envp is not standardized, and may become invalid when environment variables are modified. Since udev never actually uses it, we can simply remove it. Should anyone miss it in future, they can use the standardized environ variable - like udev_rules.c does already. | |||
2008-09-01 | udev_device_init() remove statically allocated device support | Kay Sievers | |
2008-09-01 | do not needlessly declare some local variables in udev_rules_parse.c as static | Alan Jenkins | |
2008-09-01 | libudev: add udev_device_get_syspath() | Kay Sievers | |
2008-09-01 | libudev: fix monitor documentation | Kay Sievers | |
2008-09-01 | libudev: libudev.pc add Libs.private | Kay Sievers | |
2008-09-01 | fix uninitialized name_list error::ignore_error | Alan Jenkins | |
Running udevd under valgrind (and then udevtrigger): ==17705== Conditional jump or move depends on uninitialised value(s) ==17705== at 0x407BBB: udev_rules_run (udev_rules.c:522) ==17705== by 0x4109F0: udev_event_process (udevd.c:145) ==17705== by 0x410E2C: udev_event_run (udevd.c:251) ==17705== by 0x411A8D: msg_queue_manager (udevd.c:581) ==17705== by 0x41386B: main (udevd.c:1284) Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk> | |||
2008-09-01 | fix dangling pointer returned by attr_get_by_subsys_id() | Kay Sievers | |
Thanks to Alan Jenkins <alan-jenkins@tuffmail.co.uk> for finding this. | |||
2008-08-30 | autogen.sh: add --with-selinux | Kay Sievers | |
2008-08-30 | libudev: fix --disable-log | Kay Sievers | |
2008-08-30 | libudev: add monitor documentation | Kay Sievers | |
2008-08-29 | libudev: require LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE | Kay Sievers | |
2008-08-29 | libudev: link against selinux if needed | Kay Sievers | |
2008-08-29 | split udev_device.c to leave out rules handling from libudev | Kay Sievers | |
2008-08-28 | libudev: add udev event monitor API | Kay Sievers | |
2008-08-27 | libudev: split source files | Kay Sievers | |
2008-08-27 | libudev: add library to access udev information | Kay Sievers | |
2008-08-13 | update .gitignore | Kay Sievers | |
Based on Karel's patch. Thanks! | |||
2008-08-13 | build-sys: don't duplicate file names | Karel Zak | |
Almost all filenames in udev/Makefile.am are duplicated in {udevd,udevadm,test_udev}_SOURCE lists. Signed-off-by: Karel Zak <kzak@redhat.com> | |||
2008-08-12 | add missing includes | Kay Sievers | |