Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-16 | udevd: remove left-over SIGALRM | Kay Sievers | |
2011-05-16 | udevd: create queue file before daemonizing to reliably block 'settle' | Kay Sievers | |
2011-05-16 | update TODO | Kay Sievers | |
2011-05-10 | update INSTALL, NEWS, configure comment, queue doc | Kay Sievers | |
2011-05-10 | configure: reintroduce introspection flags to fix crosscompilation | Koen Kooi | |
2011-05-05 | update NEWS | Kay Sievers | |
2011-05-05 | libudev: ctrl - log accept4() errors | Kay Sievers | |
2011-05-05 | bump requirement to Linux kernel 2.6.32 and ARM 2.6.36 | Kay Sievers | |
2011-04-29 | update TODO/NEWS | Kay Sievers | |
2011-04-29 | delete hid2hci which moved to the bluez tree | Kay Sievers | |
2011-04-29 | configure: allow to enable/disable extras individually | Kay Sievers | |
- remove gobject introspection switch - disable hid2hci by default (moved to bluez) - disable action-modeswitch by default (will move to usb_modeswitch) - disable edd_id by default (problems with disk signatures) - disable legacy floppy by default (no more nasty device node hacks by default) | |||
2011-04-28 | udevd: improve error message in case exec() fails | Kay Sievers | |
2011-04-28 | set event timeout to 60 sec and settle timeout to 120 | Kay Sievers | |
2011-04-27 | hid2hci: prepare move to bluez package | Kay Sievers | |
2011-04-26 | remove dead fstab_import files | Kay Sievers | |
2011-04-24 | libudev: queue - _unref() should return the object | 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 | |
The udev list already provides all we need, if we use the basename as the key, and request sorting and uniqueness. | |||
2011-04-22 | release 168 | Kay Sievers | |
2011-04-21 | udevd, udev-event: sync waitpid() error handling | Kay Sievers | |
2011-04-21 | udevd: clarify worker exit status | Harald Hoyer | |
2011-04-21 | systemd: Reqires= -> Wants=udev.socket | Kay Sievers | |
2011-04-20 | path_id: rework SAS device handling | Michael Reed | |
Lun numbers < 256 are displayed as "lun-x". Lun numbers >= 256 use the lun number format previously used in fibre channel by-path links, 0xabcd012300000000. This lun numbering scheme is implemented for sas, fibre channel, iscsi. I want it to be clearly understood that this patch changes the /dev/disk/by-path names for fc devices. Here is an example of the change: Old: pci-0000:0c:00.1-fc-0x204700a0b81130aa:0x00fa000000000000 New: pci-0000:0c:00.1-fc-0x204700a0b81130aa-lun-250 | |||
2011-04-20 | udevd: log signal number when spawned processes fail | Kay Sievers | |
2011-04-20 | udevd: rules files - accept empty or /dev/null links | Kay Sievers | |
2011-04-20 | udevd: always use udevd[] log prefix | Kay Sievers | |
2011-04-20 | udevd: netif rename - use ifindex for temporary name | Kay Sievers | |
2011-04-20 | udevadm: settle - kill alarm() | Kay Sievers | |
2011-04-20 | timeout handling without alarm() | Kay Sievers | |
2011-04-18 | keymap: Another ID for Logitech Wave keyboard | Martin Pitt | |
http://bugs.debian.org/623153 | |||
2011-04-18 | rule-generator: net - ignore Hyper-V virtual interfaces | Leonid Antonenkov | |
2011-04-18 | Merge branch 'docs/README' of git://github.com/mfwitten/udev | Kay Sievers | |
2011-04-18 | udevd: ppoll() -> epoll + signalfd | Kay Sievers | |
2011-04-18 | libudev: run_program() - select() -> epoll | Kay Sievers | |
2011-04-17 | use 'else if' in epoll event array loop | Kay Sievers | |
2011-04-17 | udevadm: test - use printf() instead of info() for non-debug output | Kay Sievers | |
2011-04-15 | libudev: test - use epoll | Kay Sievers | |
2011-04-15 | udevadm: monitor - use epoll | Kay Sievers | |
2011-04-15 | systemd: socket -> sockets | Kay Sievers | |
2011-04-15 | libudev: ctrl, monitor - use SOCK_NONBLOCK | Kay Sievers | |
2011-04-15 | fix more warnings | Kay Sievers | |
2011-04-14 | udevd: get netlink socket from systemd | Kay Sievers | |
2011-04-14 | require explicit "db_persist" to exclude device info from --db-cleanup | Kay Sievers | |
2011-04-14 | systemd: add OOMScoreAdjust=-1000 | Kay Sievers | |
2011-04-14 | udevd: move OOM disable into --daemon option | 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 | |
Most of the udev database from initramfs should be deleted before starting udev in the real root. udevadm: info --cleanup-db deletes all database entries in /run/udev. Events that processed IMPORT{db}, or mark devices explicitely as persistent, will be excluded. | |||
2011-04-13 | libudev: bump revision | Kay Sievers | |
2011-04-13 | udevadm: settle - watch queue file | Kay Sievers | |