Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-04-13 | libudev: ctrl - fix refcounting in connection handling | Kay Sievers | |
2011-04-13 | udevd: log warning if /run is not writable | Kay Sievers | |
2011-04-13 | trivial cleanups | Kay Sievers | |
2011-04-13 | udevadm: control - add --exit | Kay Sievers | |
2011-04-11 | Docs: README: Add a comma to offset the modifier | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: README: `set up' is the verb; `setup' is a noun | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: README: Flip sentence structure to improve wording | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: README: `does never apply' -> `never applies' | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: README: Clarify configuration of existing devices | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: README: Clean up `udev extras' requirements | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: README: Remove commas and use subjective mood | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: README: Add missing `and' | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: README: Use present tense | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: README: Clean up a sentence | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: README: `,' -> `;' | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: README: `to replace' -> `replacing' | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-08 | selinux: firmware - do not label files in runtime dir | Kay Sievers | |
2011-04-08 | selinux: do not label files in runtime dir | Kay Sievers | |
Do not label any files in the udev runtime directory, but only nodes, links and directories below /dev. In case the runtime directory falls back to /dev/.udev, label this directory once at udevd startup, but never anything below it. | |||
2011-04-05 | keymap: Support Dell Latitude XT2 tablet-mode navigation keys | Seth Forshee | |
The XT2 has a rocker (up/down/enter) and back button on the side in tablet mode, none of which work currently. Add entries for these keys. There is some overlap here with scan codes used in other Dell models, so these buttons are put in a new file specific to this model. Signed-off-by: Seth Forshee <seth.forshee@canonical.com> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2011-04-04 | Avoid spinning up CD on pressing eject button | Martin Pitt | |
When the CD tray door is locked and the hardware eject button is pressed, newer kernels (2.6.38+) will send out a change event with a DISK_EJECT_REQUEST==1 property. Do not run cdrom_id and blkid in this case, as the media state and contents does not change, and this only needlessly spins up the drive again right before ejection. |