summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-16libudev: doc - add empty libudev.typesKay Sievers
2009-06-16libudev: remove prefix from .so version variablesKay Sievers
2009-06-16TODO: updateKay Sievers
2009-06-16autogen.sh: simplifyKay Sievers
2009-06-16libudev: move .so version to libudev MakefileKay Sievers
2009-06-16libudev: doc - add namespace for indexKay Sievers
2009-06-16update TODOKay Sievers
2009-06-16rules: Gentoo updateMatthias Schwarzott
2009-06-15libudev: doc - add queueKay Sievers
2009-06-15libudev: doc - add enumerateKay Sievers
2009-06-15libudev: doc - add section headersKay Sievers
2009-06-15libudev: update documentationKay Sievers
2009-06-15libudev: add gtk-docKay Sievers
2009-06-14rules: Gentoo updateMatthias Schwarzott
2009-06-14USE_LOG -> ENABLE_LOGGING, DEBUG -> ENABLE_DEBUG, USE_SELINUX -> WITH_SELINUXKay Sievers
2009-06-11README: add INOTIFY and SIGNALFDKay Sievers
2009-06-11README: add kernel optionsKay Sievers
2009-06-10udevadm: info -revert "accept --query without argument"Kay Sievers
Getopt is too dumb, the optional argument breaks "udevadm -q symlink".
2009-06-10update NEWSKay Sievers
2009-06-10rules: remove scsi ch module loading ruleKay Sievers
2009-06-09libudev: rename private files to *-private.cKay Sievers
2009-06-09move common stuff from udev/ to private parts of libudev/Kay Sievers
2009-06-09move syslog wrapper to libudevKay Sievers
2009-06-09libudev: call log functions conditionallyKay Sievers
2009-06-09udevd: log info for created/killed workersKay Sievers
2009-06-09libudev: device_new() -> udev_device_new()Kay Sievers
2009-06-08fix libudev include in Makefile.am.inKay Sievers
2009-06-08libudev: move to top-level directoryKay Sievers
2009-06-08libudev: add comments to libudev.hKay Sievers
2009-06-08path_id: rename scsi sub-fuctionsKay Sievers
2009-06-08udevd: print error if worker dies unexpectedlyKay Sievers
2009-06-08path_id: delete old shell scriptKay Sievers
Removed with this is SAS disk support which never really worked properly, and legacy IDE disk support, which can be re-implemented if needed.
2009-06-08path_id: add iscsi supportKay Sievers
2009-06-08path_id: handle fibre channelKay Sievers
2009-06-07udevadm: monitor --environment -> --propertyKay Sievers
2009-06-07udevadm: control - --env -> --propertyKay Sievers
2009-06-07udevadm: info - accept --query without a value and print propertiesKay Sievers
2009-06-07udevadm: trigger - add --property-match=<key>:<value>Kay Sievers
2009-06-07libudev: enumerate - allow multiple keys with the same nameKay Sievers
2009-06-06fix signed/unsigned warningKay Sievers
2009-06-06path_id: add commentsKay Sievers
2009-06-06path_id: update SCSI handlingKay Sievers
2009-06-06path_id: implement in C using libudevKay Sievers
2009-06-06cleanup $attr{} substitutionKay Sievers
2009-06-06allow format substitution in path of ATTR{<path>}=="<value>"Kay Sievers
2009-06-05udevd: use enum instead of char in struct declarationKay Sievers
2009-06-05rules: make RFKILL control device world readableMarcel Holtmann
2009-06-04rules: do not call path_id for virtual devicesKay Sievers
2009-06-04udevd: close netlink socket in worker and set cloexecKay Sievers
2009-06-04udevd: convert to event worker processesKay Sievers
Event processes now get re-used after they handled an event. This reduces pressure on the CPU significantly because cloned event processes no longer cause page faults in the main daemon. After the events have settled, the no longer needed worker processes get killed.