Kay Sievers
705a165d4d
enforce valid TAG+= names
2011-07-07 20:02:41 +02:00
Harald Hoyer
d971228752
udev/udevadm-monitor.c: fixed misplaced brace
2011-06-30 15:19:38 +02:00
Harald Hoyer
e261c5f619
udevadm-*.c: return != 0, if unknown option given
2011-06-30 15:17:09 +02:00
Kay Sievers
c112873b5b
rules: static_node - use 0660 if group is given to get the cigar
...
>> On Tue, May 24, 2011 at 15:33, Tom Gundersen <teg@jklm.no> wrote:
>
> Close, but no cigar. Looks like the static nodes are not assigned
> permissions 0660 even if a gid is set (the nodes have perms 0600).
>
> Cheers,
>
> Tom
2011-05-30 02:12:02 +02:00
Kay Sievers
1eb037a7bf
rules: support substitutions in TAG=
2011-05-26 14:46:12 +02:00
Kay Sievers
7df0ed83c1
rules: implement TAGS== match
2011-05-25 21:08:52 +02:00
Kay Sievers
38932b9fba
rules: fix whitespace
2011-05-25 20:07:34 +02:00
Kay Sievers
2661ff2117
release 169
2011-05-18 19:05:06 +02:00
Kay Sievers
bd8e0e387d
udevadm: settle: wake up more often if --seq-start= or --exit-if-exists= is used
2011-05-18 18:58:04 +02:00
Kay Sievers
cbfad6af1f
Merge branch 'docs/udev.xml' of git://github.com/mfwitten/udev
2011-05-18 00:59:37 +02:00
Kay Sievers
3cf1a8e36e
libudev: device - use DEVMODE from kernel as the default mode
2011-05-16 22:04:02 +02:00
Kay Sievers
4b718be86d
libudev: queue - always rebuild queue file when nothing is queued anymore
2011-05-16 19:13:42 +02:00
Kay Sievers
f0fa13d7f7
udevd: remove left-over SIGALRM
2011-05-16 13:18:28 +02:00
Kay Sievers
2738ec2cf7
udevd: create queue file before daemonizing to reliably block 'settle'
2011-05-16 13:17:48 +02:00
Kay Sievers
829f6902fe
udevd: improve error message in case exec() fails
2011-04-28 14:58:06 +02:00
Kay Sievers
d2f4a3464d
set event timeout to 60 sec and settle timeout to 120
2011-04-28 00:04:17 +02:00
Kay Sievers
8958da13c7
libudev: list - use bit flags for 'sort' and 'unique'
2011-04-24 00:22:23 +02:00
Kay Sievers
c7c32e9c98
simplify rules file overwrite logic
...
The udev list already provides all we need, if we use the basename
as the key, and request sorting and uniqueness.
2011-04-23 23:33:11 +02:00
Kay Sievers
a95f038521
udevd, udev-event: sync waitpid() error handling
2011-04-21 14:05:34 +02:00
Harald Hoyer
b466e9ab39
udevd: clarify worker exit status
2011-04-21 10:09:41 +02:00
Kay Sievers
c7be212dbd
udevd: log signal number when spawned processes fail
2011-04-20 18:36:01 +02:00
Kay Sievers
a178e7fe90
udevd: rules files - accept empty or /dev/null links
2011-04-20 17:58:58 +02:00
Kay Sievers
dff107dc1a
udevd: always use udevd[] log prefix
2011-04-20 17:39:44 +02:00
Kay Sievers
5e8176e156
udevd: netif rename - use ifindex for temporary name
2011-04-20 17:30:30 +02:00
Kay Sievers
ead7c62ab7
udevadm: settle - kill alarm()
2011-04-20 02:18:22 +02:00
Kay Sievers
2181d30a34
timeout handling without alarm()
2011-04-20 01:54:38 +02:00
Kay Sievers
82063a88d1
udevd: ppoll() -> epoll + signalfd
2011-04-18 02:14:24 +02:00
Kay Sievers
13052c0285
use 'else if' in epoll event array loop
2011-04-17 22:10:18 +02:00
Kay Sievers
372b9bffa7
udevadm: test - use printf() instead of info() for non-debug output
2011-04-17 22:09:08 +02:00
Kay Sievers
578cd5101d
udevadm: monitor - use epoll
2011-04-15 11:58:17 +02:00
Kay Sievers
7459bcdc8d
udevd: get netlink socket from systemd
2011-04-14 23:46:44 +02:00
Kay Sievers
7f2d3a3fc8
require explicit "db_persist" to exclude device info from --db-cleanup
2011-04-14 14:44:56 +02:00
Kay Sievers
8b4631362f
udevd: move OOM disable into --daemon option
2011-04-14 14:43:22 +02:00
Kay Sievers
d3990a576a
"db_persist=" -> "db_persist"
2011-04-14 12:42:59 +02:00
Kay Sievers
02bf3e13e0
udevd: do not nice processes
2011-04-14 12:25:19 +02:00
Kay Sievers
9ead662791
udevadm: info --cleanup-db
...
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 22:33:01 +02:00
Kay Sievers
a3eca08b19
udevadm: settle - watch queue file
2011-04-13 18:44:28 +02:00
Kay Sievers
2903820a62
udevd: log warning if /run is not writable
2011-04-13 15:01:00 +02:00
Kay Sievers
e48e291202
trivial cleanups
2011-04-13 01:47:56 +02:00
Kay Sievers
ff2c503df0
udevadm: control - add --exit
2011-04-13 01:17:09 +02:00
Michael Witten
620da34de2
Docs: udev.xml: Fix dangling modifier
2011-04-11 05:49:41 +00:00
Michael Witten
d0878effb9
Docs: udev.xml: Improved word order
2011-04-11 05:49:41 +00:00
Michael Witten
2d74bc7579
Docs: udev.xml: Clarify through a change in word ordering
2011-04-11 05:49:41 +00:00
Michael Witten
e8b5e4e590
Docs: udev.xml: `comma-separated' is a better description
2011-04-11 05:49:40 +00:00
Michael Witten
509c02f160
Docs: udev.xml: char' ->
character'
2011-04-11 05:49:40 +00:00
Michael Witten
21188522ae
Docs: udev.xml: Add comma
2011-04-11 05:49:40 +00:00
Michael Witten
f61501b0f8
Docs: udev.xml: Actually make a separate paragraph
2011-04-11 05:49:40 +00:00
Michael Witten
f2db23cd0d
Docs: udev.xml: Use normal sentence structure
2011-04-11 05:49:39 +00:00
Michael Witten
57e804843b
Docs: udev.xml: Clean up introduction to substitutions.
...
For one thing, they are not at all like printf conversion specifications.
2011-04-11 05:49:39 +00:00
Michael Witten
0fbda083a2
Docs: udev.xml: a' ->
the'
2011-04-11 05:49:39 +00:00