Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-O0
[pid 693] mknod("udev-root/sda", 034101566300) = -1 EINVAL (Invalid argument)
-O1
[pid 8087] mknod("udev-root/sda", S_IFBLK, makedev(8, 0)) = 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getline() takes care of extending the buffer as needed, so no point in
constantly freeing it before every call.
|
|
|
|
|
|
|
|
|
|
http://thread.gmane.org/gmane.linux.hotplug.devel/17206/focus=17211
|
|
|
|
|
|
<falconindy> kay: udev no longer makes /run/udev on its own?
<kay> falconindy: added back!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- rename --reload-rules to --reload
- invalidate rules and databases only, delay parsing to the next event
- enable debug output for test-builtin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|