Age | Commit message (Expand) | Author |
2012-01-06 | merge udev/, libudev/, systemd/ files in src/; move extras/ to src/ | Kay Sievers |
2012-01-01 | remove mknod() logic and rely on 'devtmpfs' | Kay Sievers |
2011-12-27 | move rules dirs to udev context; replace inotify with time-controlled stat() | Kay Sievers |
2011-12-25 | invalidate rules and kmod index with 'udevadm control --reload' | Kay Sievers |
2011-12-23 | builtin: apply format string | Kay Sievers |
2011-12-21 | prepare builtins for blkid and kmod | Kay Sievers |
2011-12-05 | use libexecdir, bindir, sbindir, switch to /usr/lib/udev in documentation | Kay Sievers |
2011-10-22 | ignore entire rules line if unknown keys are used | Kay Sievers |
2011-10-06 | libudev: export udev_util_encode_string() | Kay Sievers |
2011-10-06 | remove 'udevadm trigger --type=failed' and SYSFS, ID, BUS keys | Kay Sievers |
2011-08-11 | do not remove static nodes on module unload | Kay Sievers |
2011-08-05 | implement path_id, usb_id, input_id as built-in command | Kay Sievers |
2011-08-04 | libudev: list - use binary search for list lookup | Kay Sievers |
2011-07-18 | do not allow kernel properties to be set by udev rules | Kay Sievers |
2011-07-11 | udevd: fix (recently) broken static node permission setting | Kay Sievers |
2011-07-07 | enforce valid TAG+= names | Kay Sievers |
2011-05-30 | rules: static_node - use 0660 if group is given to get the cigar | Kay Sievers |
2011-05-26 | rules: support substitutions in TAG= | Kay Sievers |
2011-05-25 | rules: implement TAGS== match | Kay Sievers |
2011-05-25 | rules: fix whitespace | Kay Sievers |
2011-05-16 | libudev: device - use DEVMODE from kernel as the default mode | Kay Sievers |
2011-04-24 | libudev: list - use bit flags for 'sort' and 'unique' | Kay Sievers |
2011-04-23 | simplify rules file overwrite logic | Kay Sievers |
2011-04-20 | udevd: rules files - accept empty or /dev/null links | Kay Sievers |
2011-04-20 | timeout handling without alarm() | Kay Sievers |
2011-04-14 | require explicit "db_persist" to exclude device info from --db-cleanup | Kay Sievers |
2011-04-14 | "db_persist=" -> "db_persist" | Kay Sievers |
2011-04-14 | udevd: do not nice processes | Kay Sievers |
2011-04-13 | udevadm: info --cleanup-db | Kay Sievers |
2011-03-23 | use /run/udev/ if possible and fall back to /dev/.udev/ | Kay Sievers |
2011-03-15 | move /dev/.udev/ to /dev/.run/udev/ and convert old udev database at udevd st... | Kay Sievers |
2010-12-14 | check ifindex > 0 instead of subsystem == "net" | Kay Sievers |
2010-11-12 | udev-rules.c: change import property buffer to 16384 bytes | Harald Hoyer |
2010-08-03 | malloc()+memset() -> calloc() | Yin Kangkai |
2010-08-02 | udevd: fix some memory leaks in error path | Yin Kangkai |
2010-07-07 | allow final assignment for OPTIONS:="nowatch" | Kay Sievers |
2010-05-31 | IMPORT{cmdline}: start at first char after '=' | Kay Sievers |
2010-05-31 | add IMPORT{cmdline} | Kay Sievers |
2010-05-27 | while (1) -> for (;;) | Kay Sievers |
2010-05-25 | fix compilation with --enable-debug | Kay Sievers |
2010-05-20 | create static nodes provided by kernel modules to allow module autoloading | Kay Sievers |
2010-05-12 | reset process priority before executing RUN+= | Kay Sievers |
2010-05-07 | add info message when empty NAME is given | Kay Sievers |
2010-05-05 | warn when renaming kernel-provided nodes instead of adding symlinks | Kay Sievers |
2010-05-03 | remove debug output during rules parsing | Kay Sievers |
2010-04-22 | use the usual TAG+=, TAG= logic | Kay Sievers |
2010-04-22 | all to match against a given TAG== | Kay Sievers |
2010-04-22 | add TAG= to improve event filtering and device enumeration | Kay Sievers |
2010-04-21 | fix previous commit | Kay Sievers |
2010-04-21 | remove left-over from ignore_remove and all_partitions | Kay Sievers |