summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-27libudev: add library to access udev informationKay Sievers
2008-08-27rules: fix md rules for partitioned devicesMichal Soltys
2008-08-22rules: optical drives - probe at last session offset, do not probe for raidKay Sievers
2008-08-22vol_id: make the --offset= argument optionalKay Sievers
2008-08-13build: fix "make dist"Kay Sievers
2008-08-13add missing 'v' for "make changelog"Kay Sievers
2008-08-13update .gitignoreKay Sievers
Based on Karel's patch. Thanks!
2008-08-13build-sys: remove non-POSIX variable namesKarel 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-13build-sys: don't duplicate file namesKarel 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-12add some warningsKay Sievers
2008-08-12add missing includesKay Sievers
2008-08-11rules: Gentoo updateKay Sievers
2008-08-11rules: add isdn rulesKay Sievers
2008-08-11rules: add nvramKay Sievers
2008-08-09rules: delete all distro rules which do not use default rulesKay Sievers
2008-08-09fix .gitignoreKay Sievers
2008-08-09ignore duplicated rules file namesKay Sievers
2008-08-08udevadm: trigger - add missing attr filter to synthesized "subsystem" ↵Kay Sievers
register events
2008-08-08build: remove autopoint checkKay Sievers
2008-08-08add inotify dummy definitions if inotify is not availableKay Sievers
2008-08-02release 126Kay Sievers
2008-08-02rules: run vol_id on opticals only if media is foundKay 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-31rules: Debian updateMarco d'Itri
2008-07-30volume_id: create relative linksKay Sievers
2008-07-30volume_id: move static lib to $prefixKay Sievers
2008-07-30INSTALL: --enable-selinux not --with-selinuxKay Sievers
2008-07-30update ChangeLogKay Sievers
2008-07-30rules: update Fedora rulesKay Sievers
2008-07-30rules: mode 0660 for group "disk"Kay Sievers
2008-07-30use autotoolsKay Sievers
2008-07-30delete all Makefiles and move udev source to udev/Kay Sievers
2008-07-22use proper directory lib/lib64 for libvolume_idThomas Koeller
2008-07-18release 125Kay Sievers
2008-07-18ignore rule with GOTO to a non-existent labelMarco d'Itri
2008-07-18move 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-15rules: Debian updateMarco d'Itri
2008-07-15udevadm: info - add --export format to --device-id-of-file=Kay Sievers
$ udevadm info --export --export-prefix="ROOT_" --device-id-of-file=/ ROOT_MAJOR=8 ROOT_MINOR=5
2008-07-11rules: Debian updateMarco d'Itri
2008-07-11rules: tape rules - add nst to by-path/ linksKay Sievers
2008-07-11rules: tape rules - add nst to usb and 1394 linksJohn Huttley
2008-07-11udevadm: settle - add verbose output when running into timeoutMarco d'Itri
2008-07-10do not touch node ownership and permissions, if already correctKay Sievers
In some cases "change" events reapplied node permissions which changed applied ACL's. So, preserve permissions if already correct.
2008-07-10man: rebuild from xmlKay Sievers
2008-07-10scsi_id: the fallback fix broke error handlingKay Sievers
2008-07-10scsi_id: man page fixMarco d'Itri
minus signs need to be escaped and the program is not in the $PATH anymore
2008-07-10man: add link_priority default valueMarco d'Itri
2008-07-10scsi_id: include sys/stat.hThomas Koeller
I could not build scsi_id because of a missing #include for sys/stat.h, so I had to add that. Signed-off-by: Thomas Koeller <thomas@koeller.dyndns.org>
2008-07-09rules: use consistently OPTIONS+=Kay Sievers
Thanks to Marco for the pointer.
2008-07-07rules_generator: net rules - do not print error if file is missing and ↵Marco d'Itri
ignore commented rules Fix an error message displayed by write_net_rules when the rules file does not exist yet. (See Debian bugs #442796 and #475699.) Ignore commented rules, at least for the easy case. For clarity, use extended instead of standard regular expressions.
2008-07-07udev.conf: udevcontrol -> udevadm controlKay Sievers
Thanks to Marco for pointing that out.