Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-07-30 | use autotools | Kay Sievers | |
2008-07-30 | delete all Makefiles and move udev source to udev/ | Kay Sievers | |
2008-07-22 | use proper directory lib/lib64 for libvolume_id | Thomas Koeller | |
2008-07-18 | release 125 | Kay Sievers | |
2008-07-18 | ignore rule with GOTO to a non-existent label | Marco d'Itri | |
2008-07-18 | move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/ | Kay Sievers | |
None of these rules is supposed to be changed by users, so move them out of /etc. Custom rules, and automatically generated rules stay in /etc. All rules are still processed in lexical order, regardless which directory they live in. | |||
2008-07-15 | rules: Debian update | Marco d'Itri | |