Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-12-12 | udevd: switch to common id_filename functions | Kay Sievers | |
2010-12-11 | udevd: simplify udev database and fix DEVNAME handling | Kay Sievers | |
2010-12-10 | udevd: always create /dev/{char,block}/$major:$minor | Kay Sievers | |
2010-12-10 | udevd: use dev_t or netif ifindex as database key | Kay Sievers | |
We need to preserve the database of network interfaces while we rename them. Use the kernel's numbers wherever possible, instead of the device names. Fix wrong database filenames which contain a '/', translated from '!' in the kernel name. Fix segfault for kobject pathes where the subsystem can not be determined from sysfs. | |||
2010-12-10 | udevadm: info - honor --export, --export-prefix= | Kay Sievers | |
2010-12-10 | udevadm: info - honor --export and --export-prefix for property query | Kay Sievers | |
The output will always be quoted: $ udevadm info --export --export-prefix=MY_ --query=property --name=sda MY_UDEV_LOG='3' MY_DEVPATH='/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda' MY_MAJOR='259' MY_MINOR='0' MY_DEVNAME='sda' MY_DEVTYPE='disk' MY_SUBSYSTEM='block' | |||
2010-11-22 | udevd: create static nodes before /dev/null is needed | Michal Soltys | |
2010-11-12 | udev-rules.c: change import property buffer to 16384 bytes | Harald Hoyer | |
import_program_into_properties() should have the same line length as import_file_into_properties() see also https://bugzilla.redhat.com/show_bug.cgi?id=652318 |