Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-08-09 | ignore duplicated rules file names | Kay Sievers | |
2008-08-08 | udevadm: trigger - add missing attr filter to synthesized "subsystem" ↵ | Kay Sievers | |
register events | |||
2008-08-08 | add inotify dummy definitions if inotify is not available | Kay Sievers | |
2008-07-30 | use autotools | Kay Sievers | |
2008-07-30 | delete all Makefiles and move udev source to udev/ | Kay Sievers | |