1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-08 11:27:32 +03:00
Commit Graph

4131 Commits

Author SHA1 Message Date
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
c1810751a2 release 168 2011-04-22 18:29:05 +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
86d8ed2628 systemd: Reqires= -> Wants=udev.socket 2011-04-21 01:13:28 +02:00
Michael Reed
00f34bc435 path_id: rework SAS device handling
Lun numbers < 256 are displayed as "lun-x".  Lun numbers >= 256 use
the lun number format previously used in fibre channel by-path
links, 0xabcd012300000000. This lun numbering scheme is implemented
for sas, fibre channel, iscsi.

I want it to be clearly understood that this patch changes the
/dev/disk/by-path names for fc devices.  Here is an example of the
change:
  Old: pci-0000:0c:00.1-fc-0x204700a0b81130aa:0x00fa000000000000
  New: pci-0000:0c:00.1-fc-0x204700a0b81130aa-lun-250
2011-04-20 20:25:16 +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
Martin Pitt
131c9e9240 keymap: Another ID for Logitech Wave keyboard
http://bugs.debian.org/623153
2011-04-18 13:34:42 +02:00
Leonid Antonenkov
c641e4a02d rule-generator: net - ignore Hyper-V virtual interfaces 2011-04-18 05:11:53 +02:00
Kay Sievers
1e47c28bc5 Merge branch 'docs/README' of git://github.com/mfwitten/udev 2011-04-18 05:06:59 +02:00
Kay Sievers
82063a88d1 udevd: ppoll() -> epoll + signalfd 2011-04-18 02:14:24 +02:00
Kay Sievers
1d843b7d68 libudev: run_program() - select() -> epoll 2011-04-18 02:13:40 +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
f2fd4d2723 libudev: test - use epoll 2011-04-15 12:18:06 +02:00
Kay Sievers
578cd5101d udevadm: monitor - use epoll 2011-04-15 11:58:17 +02:00
Kay Sievers
29df09edd0 systemd: socket -> sockets 2011-04-15 01:43:27 +02:00
Kay Sievers
fdf52f5e2a libudev: ctrl, monitor - use SOCK_NONBLOCK 2011-04-15 01:14:10 +02:00
Kay Sievers
135f3e8d0b fix more warnings 2011-04-15 00:19:45 +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
2b4f9e67c7 systemd: add OOMScoreAdjust=-1000 2011-04-14 14:44:21 +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
09913ced8c libudev: bump revision 2011-04-13 18:46:02 +02:00
Kay Sievers
a3eca08b19 udevadm: settle - watch queue file 2011-04-13 18:44:28 +02:00
Kay Sievers
80707e9ad6 libudev: ctrl - fix refcounting in connection handling 2011-04-13 18:21:47 +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
Michael Witten
793681cb55 Docs: udev.xml: Clean up WAIT_FOR description 2011-04-11 05:49:39 +00:00
Michael Witten
ad9c70a836 Docs: udev.xml: commandline' -> command line' 2011-04-11 05:49:38 +00:00
Michael Witten
b6a49cd681 Docs: udev.xml: which' -> content of which' 2011-04-11 05:49:38 +00:00