Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-11 | Docs: udev.xml: `char' -> `character' | Michael Witten | |
2011-04-11 | Docs: udev.xml: Add comma | Michael Witten | |
2011-04-11 | Docs: udev.xml: Actually make a separate paragraph | Michael Witten | |
2011-04-11 | Docs: udev.xml: Use normal sentence structure | Michael Witten | |
2011-04-11 | Docs: udev.xml: Clean up introduction to substitutions. | Michael Witten | |
For one thing, they are not at all like printf conversion specifications. | |||
2011-04-11 | Docs: udev.xml: `a' -> `the' | Michael Witten | |
2011-04-11 | Docs: udev.xml: Clean up WAIT_FOR description | Michael Witten | |
2011-04-11 | Docs: udev.xml: `commandline' -> `command line' | Michael Witten | |
2011-04-11 | Docs: udev.xml: `which' -> `content of which' | Michael Witten | |
2011-04-11 | Docs: udev.xml: Add missing `.' | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: Clean up description of LABEL assignment key | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: Clean up description of RUN assignment key | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: Clean up description of ENV assignment key | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: Clean up description of SYMLINK assignment key | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: Clean up description of NAME assignment key | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: Clean character range description | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: Clean `*' description | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: `a shell style' -> `shell-style' | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: Clarify PROGRAM key | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: Use `unless' for clarity | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: Add a few more words for context | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: Remove unnecessary repitition | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: `comma-separated' is a better description | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: Use `assignment' consistently | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: `,' -> `:' | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: `key value' -> `key-value' | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: `,' -> `;' | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: Clarification through proper wording | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: Use present tense | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: `are' -> `is'; the subject is `Access' | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: Remove commas (and unnecessary repetition) | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-04-11 | Docs: udev.xml: Offset daemon name with commas | Michael Witten | |
Signed-off-by: Michael Witten <mfwitten@gmail.com> | |||
2011-03-23 | man: remove trigger --type=failed handling | 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 ↵ | Kay Sievers | |
startup | |||
2010-11-10 | man: udev - workaraound -> workaround | Jakub Wilk | |
2010-09-21 | Clarify WAIT_FOR documentation | Martin Pitt | |
The path is relative to the sysfs device, so this provides an easy way to wait for an attribute to appear. | |||
2010-08-27 | udev(7) manpage: Fix description of $attr | Martin Pitt | |
Fix the manpage to describe the real behaviour of $attr: It doesn't search all parent devices any more, just the one selected by KERNELS etc. https://launchpad.net/bugs/348513 | |||
2010-08-20 | udev(7): Point out required extension, and remove some confusion | Martin Pitt | |
Rules files must end in .rules. Also drop the redundant and confusing sentence about "file names must be unique". What is really meant is explained in a better way in the paragraph above. https://launchpad.net/bugs/616108 | |||
2010-07-07 | allow final assignment for OPTIONS:="nowatch" | Kay Sievers | |
A final assignemnt operator will disable any device watching by inotify, and any possible later rules setting "watch" again will be ignored. | |||
2010-05-31 | add IMPORT{cmdline} | Kay Sievers | |
2010-05-28 | man: add static device nodes and udevd debug options | Kay Sievers | |
2010-05-24 | man: directly use 'refentry' | Kay Sievers | |
And make Lennart happy! :) | |||
2010-05-05 | warn when renaming kernel-provided nodes instead of adding symlinks | 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-20 | doc: add section about how *not* to rename device nodes | Kay Sievers | |
Thanks to Mario 'BitKoenig' Holbe <Mario.Holbe@tu-ilmenau.de>. | |||
2010-04-19 | doc: document the WAIT_FOR timeout | Marco d'Itri | |
2010-04-13 | remove "ignore_remove" option | Kay Sievers | |
2010-04-13 | remove "all_partitions" option | Kay Sievers | |
We can not predict the major/minor of non-existing devices: $ grep . /sys/class/block/sd*/dev /sys/class/block/sda1/dev:259:524288 /sys/class/block/sda2/dev:259:262144 /sys/class/block/sda3/dev:259:786432 /sys/class/block/sda4/dev:259:131072 /sys/class/block/sda/dev:259:0 /sys/class/block/sdb/dev:259:655360 /sys/class/block/sdc/dev:259:393216 If this functionality is still needed for some broken hardware, it needs to be solved with a tool not part of the udev package. Because such option is unreliable and unsafe to use. |