summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-07release 132Kay Sievers
2008-11-07convert debug string arrays to functionsKay Sievers
2008-11-07fix size_t compiler warning on 32 bit platformsKay Sievers
2008-11-07release 131Kay Sievers
2008-11-06udevadm: settle - exit if udevd exitsKay Sievers
2008-11-06cleanup /dev/.udev/queue on startup and exitKay Sievers
2008-11-06rules: md - add mdadm 3 device namingKay 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-05usb_id: MassStorage SubClass 6 is "scsi" not "disk"Kay 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-05volume_id: btrfs updateKay Sievers
2008-11-04fix list handling in enumerate and rules file sortingKay Sievers
2008-11-04firmware.sh: record missing files in /dev/.udev/firmware-missing/Kay Sievers
2008-11-01move debugging strings inside #ifdef DEBUGKay Sievers
2008-11-01add "devel" and "install" switches to autogen.shKay 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-30fstab_import: add "change" event matchKay Sievers
2008-10-30edd_id: add "change" event matchKay Sievers
2008-10-30rules: remove "add" match from usb device node ruleKay Sievers
2008-10-30rules: remove SCSI timeoutsKay 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-28update NEWSKay Sievers
2008-10-26kerneldoc comment fixesAlan Jenkins
2008-10-26libudev: device - allocate envp array only onceKay Sievers
2008-10-26test: add RUN+="socket: ..." to a test to run monitor codeKay Sievers
2008-10-26libudev: device - fill envp array while composing monitor bufferKay Sievers
2008-10-26fix $attr{[<subsystem>/<sysname>]<attribute>} substitutionKay Sievers
2008-10-26do not init string arrays, just clear first byteKay Sievers
2008-10-26match_attr() - copy attr value only when neededKay Sievers
2008-10-26udevd: avoid implicit memset in match_attr()Alan Jenkins
2008-10-25udevd: use a tighter loop for compare_devpath()Alan Jenkins
2008-10-25fix handling of string_escape optionAlan Jenkins
2008-10-25match KEY="A|B" without temporary string copyKay Sievers