summaryrefslogtreecommitdiff
path: root/udev
AgeCommit message (Expand)Author
2008-12-29libudev: enumerate - add lookup by propertyKay Sievers
2008-12-29require non-SYSFS_DEPRECATED 2.6.20+ kernelKay Sievers
2008-12-28if needed, store database entries also for devices which do not have a device...Kay Sievers
2008-12-20"'/sbin/modprobe abnormal' exit" - also print program optionsKay Sievers
2008-12-16libudev: include <sys/types.h>Kay Sievers
2008-12-08udevadm: settle - allow --timeout=0 and --quietKay Sievers
2008-12-06make: do not delete autotools generated file with distcleanKay Sievers
2008-12-02fix network interface name swappingKay Sievers
2008-11-24silence PHYSDEV* warning for WAIT_FOR* rulesKay Sievers
2008-11-24fix handling of swapping node name with symlink nameKay Sievers
2008-11-21include errno.h in sysdeps.hGabor Z. Papp
2008-11-20libudev: accept NULL whitelist in util_replace_chars()Kay Sievers
2008-11-17fix $links substitution for devices without any linkKay Sievers
2008-11-17udevd: fix cleanup of /dev/.udev/uevent_seqnumKay Sievers
2008-11-17limit $attr(<symlink>) magic to well-known links onlyKay Sievers
2008-11-15udevadm: fix option parsing breakage with klibcSergey Vlasov
2008-11-14libudev: device - handle disk "device" link for partitions in deprecated sysf...Kay Sievers
2008-11-13remove len == 0 check, the index root is always '\0'Kay Sievers
2008-11-13udevadm: info - unify -V and --versionKay Sievers
2008-11-13set errno = ENOSYS in inotify stubKay Sievers
2008-11-13merge trie nodes, childs and root into a single arrayKay Sievers
2008-11-12reserve child slot 0Kay Sievers
2008-11-12string index - split nodes and childs to allow and unlimited number of childsKay Sievers
2008-11-11silence "comparison between signed and unsigned"Kay Sievers
2008-11-11udevd: de-duplicate strings in rulesAlan Jenkins
2008-11-07convert debug string arrays to functionsKay Sievers
2008-11-07fix size_t compiler warning on 32 bit platformsKay Sievers
2008-11-06udevadm: settle - exit if udevd exitsKay Sievers
2008-11-06cleanup /dev/.udev/queue on startup and exitKay Sievers
2008-11-06fix indentationKay Sievers
2008-11-05udevd: shrink struct token to 12 bytesAlan Jenkins
2008-11-05$links should be relativeKay Sievers
2008-11-05unify string replacementKay Sievers
2008-11-05do not import the "uevent" file when we only read the db to get old symlinksKay Sievers
2008-11-05fix cleanup of possible left-over symlinksKay Sievers
2008-11-05fix $links substitutionKay Sievers
2008-11-05info() PROGRAM and IMPORT executionKay Sievers
2008-11-04fix list handling in enumerate and rules file sortingKay Sievers
2008-11-01move debugging strings inside #ifdef DEBUGKay Sievers
2008-11-01move some info() to dbg()Kay Sievers
2008-11-01fix udev_node_update_old_links() logicKay Sievers
2008-11-01skip entire rule containing device naming keys, if no device can be namedKay Sievers
2008-11-01log rules file and line number when NAME, SYMLINK, OWNER, GROUP, MODE, RUN is...Kay Sievers
2008-11-01udevd: be more careful when matching against parentsAlan Jenkins
2008-11-01udevd: fix termination of rule executionAlan Jenkins
2008-10-31write trace log to stderrKay Sievers
2008-10-29ATTR{}== always fails if the attribute does not existKay Sievers
2008-10-29udevd: merge exec and run queue to minimize devpath string comparesKay Sievers
2008-10-28udevd: simplify rules execution loopAlan Jenkins
2008-10-26kerneldoc comment fixesAlan Jenkins