Commit graph

4156 commits

Author SHA1 Message Date
Kay Sievers f34939e79b udate TODO, NEWS, INSTALL 2011-05-18 04:01:17 +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 bc71e44dbe update TODO 2011-05-17 20:28:30 +02:00
Nix 12f79fb0b9 libudev: queue - accept NULL passed into udev_queue_export_cleanup() 2011-05-16 22:51:38 +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 85e172c9bd cdrom_id: remove unused --export switch to silent gcc 2011-05-16 18:11:50 +02:00
Kay Sievers 079de71475 gudev: silent gtk-doc warnings 2011-05-16 16:24:08 +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 df2ee940d8 update TODO 2011-05-16 13:15:41 +02:00
Kay Sievers 2906cbbae4 update INSTALL, NEWS, configure comment, queue doc 2011-05-10 14:58:49 +02:00
Koen Kooi 16efbde01a configure: reintroduce introspection flags to fix crosscompilation 2011-05-10 14:52:59 +02:00
Kay Sievers ab7863f7d7 update NEWS 2011-05-05 19:47:12 +02:00
Kay Sievers 1547687a83 libudev: ctrl - log accept4() errors 2011-05-05 19:17:09 +02:00
Kay Sievers 67a77c8bf2 bump requirement to Linux kernel 2.6.32 and ARM 2.6.36 2011-05-05 18:58:58 +02:00
Kay Sievers 09d38845da update TODO/NEWS 2011-04-29 21:16:53 +02:00
Kay Sievers 07f1d2860e delete hid2hci which moved to the bluez tree 2011-04-29 14:31:53 +02:00
Kay Sievers d5d6a7f304 configure: allow to enable/disable extras individually
- remove gobject introspection switch
      - disable hid2hci by default (moved to bluez)
      - disable action-modeswitch by default (will move to usb_modeswitch)
      - disable edd_id by default (problems with disk signatures)
      - disable legacy floppy by default (no more nasty device node hacks by default)
2011-04-29 14:27:11 +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 f2f3b88072 hid2hci: prepare move to bluez package 2011-04-27 01:10:04 +02:00
Kay Sievers 88d307f64e remove dead fstab_import files 2011-04-26 23:04:44 +02:00
Kay Sievers f6577968a2 libudev: queue - _unref() should return the object 2011-04-24 00:36:22 +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 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