Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-21 | udevd, udev-event: sync waitpid() error handling | Kay Sievers | |
2011-04-21 | udevd: clarify worker exit status | Harald Hoyer | |
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 | udevd: ppoll() -> epoll + signalfd | 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 | udevadm: monitor - use epoll | 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 | 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 | udevadm: settle - watch queue file | 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-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' |