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-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-03-31 | udevd: add 'N:' to optstring in getopt_long | Thomas Egerer | |
2011-03-23 | man: remove trigger --type=failed handling | Kay Sievers | |
2011-03-23 | systemd: bind udev control socket in systemd and split udev.service | Kay Sievers | |
We should bind the udev socket from systemd, so we are sure that the abstract namespace socket is always bound by a root process and there is never a window during an update where an untrusted process can steal our socket. Also split the udev.service file, so that the daemon can be updated/restarted without triggering any coldplug events. | |||
2011-03-23 | use /run/udev/ if possible and fall back to /dev/.udev/ | Kay Sievers | |
2011-03-23 | udevd: initialize fds, for proper close() on exit | Kay Sievers | |
2011-03-23 | udevd: use facility == LOG_DAEMON when writing to /dev/kmsg | Kay Sievers | |
Syslog wants to distinguish the sorce of messages. We should indicate that this is a userspace message (LOG_DAEMON) and not a kernel message (LOG_KERNEL). | |||
2011-03-23 | update sd-daemon.[ch] | Kay Sievers | |
2011-03-15 | move /dev/.udev/ to /dev/.run/udev/ and convert old udev database at udevd ↵ | Kay Sievers | |
startup | |||
2011-03-08 | udevadm: info - make attribute array static and const | Thomas Egerer | |
2011-03-04 | libudev: udev_device_get_sysattr_list_entry() update | Kay Sievers | |
2011-03-04 | libudev: use sysfs attr ilist interface for attribute walk | Thomas Egerer | |
Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com> | |||
2011-02-15 | update some comments | Kay Sievers | |
2011-02-09 | update gitignore | Kay Sievers | |
2011-01-04 | man: fix typo | Kay Sievers | |
Found by: Minh Ha-Duong. | |||
2010-12-15 | libudev: record and export "age" of device record | Kay Sievers | |
2010-12-14 | libudev: enumerate - allow to filter-out not-already-initialized devices | Kay Sievers | |
2010-12-14 | check ifindex > 0 instead of subsystem == "net" | Kay Sievers | |