Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-01 | libudev: fix monitor documentation | Kay Sievers | |
2008-09-01 | remove FAQ | Kay Sievers | |
2008-09-01 | volume_id: fail on undefined __BYTE_ORDER | 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 | udev-test.pl: add --valgrind option | Kay Sievers | |
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-31 | volume_id: hfs - calculate proper uuid | Kay Sievers | |
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 | release 127 | Kay Sievers | |
2008-08-29 | libudev: require LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE | Kay Sievers | |
2008-08-29 | firmware.sh: lookup lookup kernel provided firmware directory | 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-29 | volume_id: remove left-over fd close() | Kay Sievers | |
2008-08-28 | volume_id: remove deprecated functions and bump major version | Kay Sievers | |
2008-08-28 | libudev: add udev event monitor API | Kay Sievers | |
2008-08-28 | update INSTALL | 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-27 | rules: fix md rules for partitioned devices | Michal Soltys | |
2008-08-22 | rules: optical drives - probe at last session offset, do not probe for raid | Kay Sievers | |
2008-08-22 | vol_id: make the --offset= argument optional | Kay Sievers | |
2008-08-13 | build: fix "make dist" | Kay Sievers | |
2008-08-13 | add missing 'v' for "make changelog" | Kay Sievers | |
2008-08-13 | update .gitignore | Kay Sievers | |
Based on Karel's patch. Thanks! | |||
2008-08-13 | build-sys: remove non-POSIX variable names | Karel Zak | |
Makefile.am:24: shell echo $$(( $(VERSION: non-POSIX variable name Makefile.am:24: (probably a GNU make extension) Makefile.am:26: shell echo $$(($(VERSION: non-POSIX variable name Makefile.am:26: (probably a GNU make extension) Makefile.am:29: shell echo $$(($(VERSION: non-POSIX variable name Makefile.am:29: (probably a GNU make extension) Signed-off-by: Karel Zak <kzak@redhat.com> | |||
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 some warnings | Kay Sievers | |
2008-08-12 | add missing includes | Kay Sievers | |
2008-08-11 | rules: Gentoo update | Kay Sievers | |
2008-08-11 | rules: add isdn rules | Kay Sievers | |
2008-08-11 | rules: add nvram | Kay Sievers | |
2008-08-09 | rules: delete all distro rules which do not use default rules | Kay Sievers | |
2008-08-09 | fix .gitignore | 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 | build: remove autopoint check | Kay Sievers | |
2008-08-08 | add inotify dummy definitions if inotify is not available | Kay Sievers | |
2008-08-02 | release 126 | Kay Sievers | |
2008-08-02 | rules: run vol_id on opticals only if media is found | Kay Sievers | |
Opening an optical drive device node without O_NONBLOCK autocloses the tray, we run vol_id on every media change by kernel emitted "change" events, which can make it hard to change the media when the tray closes immediatey again.:) We check for cdrom_id to indicate an existing track, if no media is found, we will not open the device with vol_id. Thanks to Christian Krause and DavidZ for debugging and testing. | |||
2008-07-31 | rules: Debian update | Marco d'Itri | |
2008-07-30 | volume_id: create relative links | Kay Sievers | |
2008-07-30 | volume_id: move static lib to $prefix | Kay Sievers | |
2008-07-30 | INSTALL: --enable-selinux not --with-selinux | Kay Sievers | |
2008-07-30 | update ChangeLog | Kay Sievers | |
2008-07-30 | rules: update Fedora rules | Kay Sievers | |
2008-07-30 | rules: mode 0660 for group "disk" | Kay Sievers | |