chiark / gitweb /
d62ecbd76e9a4ae686070be79c2183a4c20e388c
[elogind.git] / ChangeLog
1 Summary of changes from v166 to v167
2 ============================================
3
4 Andrey Borzenkov (1):
5       udev-acl: add /dev/sgX nodes for CD-ROM
6
7 David Zeuthen (1):
8       cdrom_id: Don't ignore profiles when there is no media available
9
10 Harald Hoyer (2):
11       cdrom_id: cd_media_toc() extend toc size to 65536
12       udev-acl/70-acl.rules: tag ID_REMOTE_CONTROL with acl
13
14 Kay Sievers (29):
15       version bump
16       Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udev
17       v4l_id: kill the v4l1 ioctl
18       v4l_id: remove left-over variable
19       update some comments
20       test-libudev: add short options
21       libudev: udev_device_get_sysattr_list_entry() update
22       libudev: resolve ifindex in udev_device_new_from_id_filename()
23       libudev: bump minor version
24       udev-acl: move sg rule to optical drive rule
25       move /dev/.udev/ to /dev/.run/udev/ and convert old udev database at udevd startup
26       NEWS: clarify /dev/.run/ requirements
27       input_id: silent gcc warnings
28       fstab_import: disable build
29       systemd: remove deprecated udev-retry.service
30       fstab_import: remove from configure
31       update sd-daemon.[ch]
32       udevd: use facility == LOG_DAEMON when writing to /dev/kmsg
33       udevd: initialize fds, for proper close() on exit
34       use /run/udev/ if possible and fall back to /dev/.udev/
35       rules: run ata_id only on SPC-3 or later optical drives
36       systemd: bind udev control socket in systemd and split udev.service
37       systemd: use sockets.target not socket.target
38       man: remove trigger --type=failed handling
39       libudev: export udev_get_run_path()
40       libudev: docs - add udev_get_run_path()
41       libudev: make valgrind happy
42       systemd: do not enable udev-settle.service by default
43       systemd: udev.socket - disable implicit dependencies
44
45 Kei Tokunaga (1):
46       udevadm: enumerate - update prev pointer properly
47
48 Lee, Chun-Yi (2):
49       Remap Acer WMI touchpad toggle key to F21 used by X
50       Remap MSI Laptop touchpad on/off key to F22 and F23
51
52 Martin Pitt (12):
53       60-persistent-input.rules: Support multiple interfaces
54       Only build v4l_id if V4L1 header file is available
55       60-persistent-input.rules: Do not create duplicate links
56       Fix building with --disable-extras
57       Do not build extras with --disable-extras
58       v4l_id: Drop videodev.h check again
59       keymap: Fix Acer Aspire 5920G media key
60       input_id: Consistently use tabs for indentation
61       input_id: Add some debugging output
62       input_id: Avoid memory overflow with too long capability masks
63       input_id: Cover key devices which only have KEY_* > 255
64       input_id: Rewrite debug logging to use standard udev info()
65
66 Seth Forshee (1):
67       keymap: continue reading keymap after invalid scancodes
68
69 Thomas Egerer (3):
70       libudev: allow to get list of all available sysfs attrs for a device
71       libudev: use sysfs attr ilist interface for attribute walk
72       udevadm: info - make attribute array static and const
73
74
75 Summary of changes from v165 to v166
76 ============================================
77
78 Chris Bagwell (1):
79       Remap Eee PC touchpad toggle key to F21 used by X
80
81 Gerd Hoffmann (1):
82       extras: add rules for qemu guests
83
84 Jürgen Kaiser (1):
85       keymap: Add Acer Aspire 8930
86
87 Kay Sievers (7):
88       version bump
89       man: generate html pages for www.kernel.org
90       man: fix typo
91       make: fix qemu rules file name
92       extras: qemu - fix typo
93       ata_id: do not print empty serial numbers to avoid unwanted trailing '_'
94       update gitignore
95
96 Martin Pitt (6):
97       keymap: Add Acer TravelMate C310
98       keymap: Update README.keymap.txt
99       keymap: Add Lenovo ThinkPad X201 tablet
100       keymap: Move reading of event in separate function
101       keymap: More robust state machine
102       keymap: Explain how to end the program
103
104 Matthew Garrett (1):
105       keymap: Remove wlan from Dell
106
107
108 Summary of changes from v164 to v165
109 ============================================
110
111 Andy Whitcroft (1):
112       keymap: Add release quirks for two Zepto Znote models and AMILO Xi 2428
113
114 Bastien Nocera (2):
115       keymap: Add force release for HP touchpad off
116       extras/keymap: Make touchpad buttons consistent
117
118 David Henningsson (1):
119       Add ACLs for FFADO supported sound cards
120
121 David Zeuthen (6):
122       ata_id: Support SG_IO version 4 interface
123       Run scsi_id and ata_id on the scsi_device object
124       Use ata_id, not scsi_id, on ATAPI devices
125       Add GUdevEnumerator type and Device.get_tags() method
126       Add g_udev_device_get_is_initialized() method
127       gudev: Add Device.get_usec_since_initialized
128
129 Harald Hoyer (2):
130       udev-rules.c: change import property buffer to 16384 bytes
131       70-acl.rules: add ACLs for ID_PDA devices
132
133 Jakub Wilk (1):
134       man: udev - workaraound -> workaround
135
136 Jan Drzewiecki (1):
137       cdrom_id: Fix media state for unreadable DVDs
138
139 Kay Sievers (19):
140       version bump
141       rules: 78-sound-card - remove specific hardware matches, they do not belong here
142       rules: drop OSS audio rule
143       rules: drop alsa jack-plug input devices
144       rules: revert bsg use until the event ordering problem is sorted out
145       libudev: do not overwrite path with readlink() call
146       udevadm: info - honor --export and --export-prefix for property query
147       udevadm: info - honor --export, --export-prefix=
148       udevd: use dev_t or netif ifindex as database key
149       udevd: always create /dev/{char,block}/$major:$minor
150       udevd: simplify udev database and fix DEVNAME handling
151       udevd: switch to common id_filename functions
152       udevd: write full database file for (unsupported) renamed device nodes
153       check ifindex > 0 instead of subsystem == "net"
154       libudev: enumerate - allow to filter-out not-already-initialized devices
155       libudev: fix renamed device nodes detection logic
156       libudev: record and export "age" of device record
157       gudev: bump minor version
158       update NEWS
159
160 Martin Pitt (5):
161       keymap: Add Sony Vaio VGN71
162       keymap: Add some more Sony Vaio VGN-* models
163       Add ACL for media player USB devices
164       keymap: Fix struck Touchpad key on Dell Latitude E series
165       keymap: Fix struck Touchpad key on Dell Precision M series
166
167 Michal Soltys (1):
168       udevd: create static nodes before /dev/null is needed
169
170
171 Summary of changes from v163 to v164
172 ============================================
173
174 David Zeuthen (1):
175       Install libgudev-1.0.so in prefix / instead of prefix /usr
176
177 Harald Hoyer (1):
178       cdrom_id: request the drive profile features with a dynamic length
179
180 Kay Sievers (4):
181       version bump
182       udevd: do not wrongly delay events for devices with swapped names
183       return proper error code in rename_netif()
184       libudev: return kernel provided devnode when asked before we handled any rules
185
186 Martin Pitt (2):
187       keymap: Apply force-release rules to all Samsung models.
188       keymap: Add Toshiba Satellite U500
189
190
191 Summary of changes from v162 to v163
192 ============================================
193
194 David Zeuthen (2):
195       gudev: Deliver ::uevent signal in the thread-default main loop
196       Bump required GLib version to 2.22
197
198 Hannes Reinecke (1):
199       scsi_id: export target port group
200
201 Kay Sievers (5):
202       version bump
203       scsi_id: fix compiler warnings
204       systemd: hook into basic.target instead of sysinit.target
205       systemd: sort before basic.target
206       udevd: add sd-daemon.c
207
208 Lee, Chun-Yi (1):
209       keymap: Add alternate MSI vendor name
210
211 Martin Pitt (8):
212       keymap: Add Lenovo Y550
213       Clarify WAIT_FOR documentation
214       fix various syntax errors in rules
215       Add automatic rules syntax check
216       cdrom_id: Try reading the medium if all MMC commands fail
217       Revert "cdrom_id: Try reading the medium if all MMC commands fail"
218       cdrom_id: Fall back to CDROM_DRIVE_STATUS if all MMC commands fail
219       cdrom_id: Don't read beyond "last track" in TOC
220
221 Torsten Schoenfeld (1):
222       gudev: add a few annotations that newer gobject-introspection versions demand
223
224
225 Summary of changes from v161 to v162
226 ============================================
227
228 David Woodhouse (1):
229       Add keymap for Lenovo IdeaPad S10-3
230
231 Jan Drzewiecki (2):
232       cdrom_id: Drop MEDIA_SESSION_NEXT for DVD-RW-RO
233       cdrom_id: Fix DVD blank detection for sloppy firmware
234
235 Kay Sievers (10):
236       init: update systemd service files
237       init: update systemd service files
238       init: add 'udev -' to description in systemd service files
239       udevd: add pid to kmsg logs
240       init: edit systemd service descriptions
241       version bump
242       udevd: remove unneeded credential passing from init_notify()
243       set SELinux context on 'add' but not on 'change' events
244       systemd: enable all udev services unconditionally
245       Revert "Add alternative KVM MAC address blacklist"
246
247 Luca Tettamanti (1):
248       Add support for oom_score_adj
249
250 Marco d'Itri (2):
251       udev-acl: do not mistake all SCSI "processor" devices for scanner
252       do not create persistent name rules for KVM network interfaces
253
254 Martin Pitt (12):
255       cdrom_id: Add media status debugging
256       udev(7): Point out required extension, and remove some confusion
257       keymap: Add Onkyo PC
258       keymap: Add HP G60
259       keymap: Fix Sony VAIO VGN-SZ2HP/B
260       udev(7) manpage: Fix description of $attr
261       gudev: fix crash if netlink is not available
262       keymap: Fix Acer TravelMate 4720
263       cdrom_id: Fix DVD-RW media detection
264       Fix KVM MAC address range
265       do not create persistent name rules for VMWare network interfaces
266       Add alternative KVM MAC address blacklist
267
268 Michael Forney (1):
269       Don't install systemd scripts with --without-systemdsystemunitdir
270
271 Michal Soltys (1):
272       ChangeLog fix
273
274
275 Summary of changes from v160 to v161
276 ============================================
277
278 Fortunato Ventre (1):
279       keymap: Add force-release quirks for a lot more Samsung models
280
281 Harald Hoyer (3):
282       udev-event.c: rename interface to <src>-<dest>, if <dest> taken
283       rule_generator/write_net_rules: prevent interface to be named "eth"
284       cdrom_id: READ TOC before READ DISC INFORMATION fixes qemu
285
286 Jan Drzewiecki (5):
287       cdrom_id: Fix detection of reblanked DVD+RW and DVD-RAM
288       cdrom_id: Handle pre-MMC2 drives
289       cdrom_id: Also apply format check to DVD-RW
290       cdrom_id: No "next session" for "other" media state
291       cdrom_id: Fix state for fresh DVD-RW
292
293 Jerone Young (1):
294       Fix volume keys not releasing on Mivvy G310
295
296 Kay Sievers (12):
297       version bump
298       rules: remove firewire rules for deprecated drivers
299       udev-acl: update firewire matches to recent rule changes
300       libudev: bump minor so version after adding symbols
301       call util_delete_path() only when we actually deleted stuff
302       udev-acl: properly handle CK change events for root user
303       udev-acl: remove specific device matches from the rules file
304       fix broken "compile warning fix"
305       always log error when renaming a network interface fails
306       do not rename the database on device rename
307       cdrom_id: whitespace fix
308       cdrom_id: do not bail out when we can not read the TOC like for empty CDRW
309
310 Marco d'Itri (3):
311       hid2hci: fix Logitech diNovo, MX5500 and other keyboards
312       log an error when a message from the wrong version of udevadm is ignored
313       hid2hci: fix for Logitech diNovo Edge keyboard
314
315 Martin Pitt (1):
316       keymap: Generalize Samsung keymaps
317
318 Michal Schmidt (1):
319       udev-acl: really fix ACL assignment in CK events
320
321 Richard Hughes (1):
322       udev-acl: add DDC_DEVICE to the types that are managed
323
324 Stefan Richter (1):
325       rules: add more FireWire IDs: Point Grey IIDC; AV/C + vendor unique
326
327 Yin Kangkai (7):
328       udevadm: fix short options in getopt()
329       udevd: fix some memory leaks in error path
330       malloc()+memset() -> calloc()
331       udevd: fix short options in getopt()
332       udevd: fix unref'ing of device in error path
333       udevd: create static device links only when the target exists
334       udev: fix compile warning
335
336
337 Summary of changes from v159 to v160
338 ============================================
339
340 Harald Hoyer (2):
341       60-persistent-storage-tape: s/path_id.sh/path_id/
342       60-persistent-storage-tape.rules: make own by-path symlink for nst tapes
343
344 Kay Sievers (4):
345       version bump
346       rules: tape - remove WAIT_FOR instruction and don't export BSG_DEV
347       allow final assignment for OPTIONS:="nowatch"
348       udevd: init_notify() fix abstract namespace name handling
349
350 Lennart Poettering (1):
351       systemd: make service files readable by GKeyFile
352
353 Martin Pitt (2):
354       keymap: Find alternate Lenovo module
355       keymap: Add Lenovo ThinkPad SL Series extra buttons
356
357
358 Summary of changes from v158 to v159
359 ============================================
360
361 Jerone Young (1):
362       Fix stuck volume key presses for Toshiba Satellite U300 & U305models
363
364 Kay Sievers (5):
365       version bump
366       add systemd service files
367       make: pre-process and install systemd service files when needed
368       make: fix 'make distcheck'
369       switch a few left-over from GPLv2 to GPLv2 or later
370
371 Lennart Poettering (1):
372       systemd: update service files for newly introduced DefaultDependencies= option
373
374 Martin Pitt (1):
375       keymap: Add Logitech Cordless Wave Pro
376
377 Matthew Garrett (1):
378       keymap: Add support for IBM-branded USB devices
379
380 Michael Meeks (1):
381       gudev: respect possibly given LD_LIBRARY_PATH
382
383 Ryan Harper (2):
384       Add virtio-blk support to path_id
385       Add virtio-blk by-id rules based on 'serial' attribute
386
387
388 Summary of changes from v157 to v158
389 ============================================
390
391 Harald Hoyer (1):
392       extras/keymap: add Samsung N210 to keymap rules
393
394 Kay Sievers (7):
395       version bump
396       libudev: fix fd leak in udev_enumerate_scan_devices() when tags are searched
397       udevd: in case we don't daemonize, send READY message to /sbin/init
398       delete last distro specific rules
399       remove a few comments in file headers
400       mtd_probe: add needed include, modprobe blacklist flag, and change some whitespace
401       rules: remove unused subdir
402
403 Martin Pitt (4):
404       Fix hid2hci rules harder
405       add Vala vapi for gudev-1.0
406       Revert "add Vala vapi for gudev-1.0"
407       Fix usb printer rule for multiple USB interfaces
408
409 Maxim Levitsky (1):
410       mtd_probe: add autodetection for xD cards
411
412 Paul Bender (1):
413       configure.ac: fix cross compilation
414
415
416 Summary of changes from v156 to v157
417 ============================================
418
419 Harald Hoyer (1):
420       40-redhat.rules: removed file
421
422 Jerone Young (3):
423       Fix wlan key on Inspirion 1210
424       Fix wlan key on Inspiron 910
425       Fix wlan key on Inspiron 1010 & 1110
426
427 Kay Sievers (25):
428       configure.ac: version bump
429       Makefile.am: silent build mkdir
430       rules: mount fuse control filesystem
431       fix compilation with --enable-debug
432       while (1) -> for (;;)
433       childs -> children
434       udevd: replace --debug-trace with --children-max
435       udevd: fix comments
436       rules: add -v to modprobe calls to be able see what will be loaded
437       udevd:  read debug settings from kernel commandline
438       update NEWS
439       rules: delete pilot rules and remove redhat directory
440       man: add static device nodes and udevd debug options
441       man: add kernel command line parameters
442       man: udevd - update intro
443       rules: rename packages -> arch
444       rules: SUSE - move last distro rule to package
445       rules: add misc/30-kernel-compat.rules
446       make: mkdir /lib/udev/devices/
447       make: fix rules/ subdir names
448       udevd: set umask before creating files/directories
449       add IMPORT{cmdline}
450       IMPORT{cmdline}: start at first char after '='
451       libudev: doc - fix typo
452       update NEWS
453
454
455 Summary of changes from v155 to v156
456 ============================================
457
458 Bryan Kadzban (1):
459       udevd: fix typo /proc/fd -> /proc/self/fd
460
461 Kay Sievers (4):
462       configure.ac: version bump
463       cdrom_id: do not export ID_CDROM_MEDIA_SESSION_LAST_OFFSET= for single session media
464       rules: optical drives - use ID_CDROM_MEDIA_TRACK_COUNT_DATA
465       libudev: fix udev_queue_get_seqnum_sequence_is_finished() with empty queue file
466
467
468 Summary of changes from v154 to v155
469 ============================================
470
471 Kay Sievers (11):
472       reset process priority before executing RUN+=
473       configure.ac: version bump
474       rules: SUSE - delete device-mapper rules
475       libudev: add O_CLOEXEC
476       use default mode of 0600 for nodes if gid == 0
477       udevd: create standard symlinks and handle /lib/udev/devices
478       update NEWS README
479       fix tests and allow MODE=000
480       create static nodes provided by kernel modules to allow module autoloading
481       update NEWS
482       man: directly use 'refentry'
483
484
485 Summary of changes from v153 to v154
486 ============================================
487
488 Harald Hoyer (2):
489       Makefile.am: add LGPL COPYING file to EXTRA_DIST
490       cdrom_id: only mark sr[0-9]* as ID_CDROM
491
492 Jerone Young (1):
493       Fix volume keys not releasing for Pegatron platform
494
495 Kay Sievers (23):
496       configure.ac: version bump
497       more readlink buffer size handling
498       remove left-over from ignore_remove and all_partitions
499       fix previous commit
500       udevadm: info --export-db -- remove watch handle export
501       add TAG= to improve event filtering and device enumeration
502       all to match against a given TAG==
503       udev-acl: use a tag instead of a property to mark devices
504       fix logic on-demand loading logic for db and uevent
505       use the usual TAG+=, TAG= logic
506       delete old tags when configuration changes
507       libudev: accept NULL in udev_device_get_tags_list_entry()
508       export tag functions
509       export udev_device_get_tags_list_entry()
510       udevd: always try to find an idle worker instead of forking a new one
511       remove unused parameter from udev_node_mknod()
512       remove debug output during rules parsing
513       warn when renaming kernel-provided nodes instead of adding symlinks
514       man: udevadm trigger - the default is "change" not "add"
515       update README regarding kernel version and default rules
516       add info message when empty NAME is given
517       libudev: add documentation for recently added functions
518       udevd: reload config only for *.rules files
519
520 Martin Pitt (1):
521       keymap: Fix Bluetooth key on Acer TravelMate 4720
522
523 Mathias Nyman (1):
524       remove buffer-overrun risk in readlink call
525
526 Matthias Schwarzott (1):
527       rules: Gentoo - remove old devfs compat rules
528
529 Michael Thayer (1):
530       fix device node deletion
531
532 Robby Workman (1):
533       configure.ac: move firmware-path setting out of extras section
534
535 Yin Kangkai (2):
536       keymap: Add keymap and force-release quirk for Samsung N128
537       keymap: Add keymap quirk of WebCam key for MSI netbooks.
538
539
540 Summary of changes from v152 to v153
541 ============================================
542
543 Kay Sievers (1):
544       configure.ac: version bump
545
546 Robby Workman (1):
547       configure.ac: fix broken firmware search path in configure.ac
548
549
550 Summary of changes from v151 to v152
551 ============================================
552
553 Adrian Bunk (1):
554       udev needs automake 1.10
555
556 Amit Shah (2):
557       Fix virtio-ports rule to use $attr instead of $ATTR
558       rules: virtio - fix is to check if the 'name' attribute is present
559
560 Andy Whitcroft (2):
561       keymap: Add Samsung Q210/P210 force-release quirk
562       keymap: Add Fujitsu Amilo 1848+u  force-release quirk
563
564 Dan Williams (1):
565       modeswitch: morph into tool that only switches Mobile Action cables
566
567 David Zeuthen (3):
568       Decrease buffer size when advancing past NUL byte
569       Use UTIL_LINE_SIZE, not UTIL_PATH_SIZE to truncate properties
570       Increase UTIL_LINE_SIZE from 2048 to 16384
571
572 Harald Hoyer (1):
573       cdrom_id: remove debugging code
574
575 Jerone Young (6):
576       Force key release for volume keys on Dell Studio 1557
577       Fix Keymapping for upcoming Dell Laptops
578       Add new Dell touchpad keycode
579       Revert special casing 0xD8 to latitude XT only
580       Fix Dell Studio 1558 volume keys not releasing
581       Add support for another Dell touchpad toggle key
582
583 Kamal Mostafa (3):
584       keymap: Unite laptop models needing common volume-key release quirk
585       keymap: Add force-release quirk for Coolbox QBook 270-02
586       keymap: Add force-release quirk for Mitac 8050QDA
587
588 Kay Sievers (43):
589       libudev: bump minor version
590       udevadm: fix untested and broken commit to set buffer size
591       configure.ac: version bump
592       udev-acl: no not encourage use of ACL_MANAGE outside of rules file
593       replace utimes() with utimensat()
594       libbudev-private: rename udev_list_entry_get_flag()
595       udevadm: monitor - use / as separator in --subsystem-match=subsystem[/devtype]
596       use major:minor as entries in symlink stack instead of devpath
597       use major:minor as entries in watch directory
598       libudev: docs - .gitignore backup files
599       firmware: fix possible segfault when firmware device goes away while loading
600       do not reset SELinux context when the node was not touched
601       libudev: add udev_device_new_from_environment()
602       add LGPL COPYING to libudev and GUdev
603       cdrom_id: open non-mounted optical media with O_EXCL
604       libudev: update documentation
605       extras: mobile-action-modeswitch - update gitignore
606       scsi_id: add rand() in retry loop
607       cdrom_id: retry to open the device, if EBUSY
608       cdrom_id: check mount state in retry loop
609       cdrom_id: always set ID_CDROM regardless if we can run cdrom_id
610       rules: delete outdated packagees rules
611       rules: we do not have static devices which are renamed
612       unify/cleanup event handling
613       allow IMPORT{db}="KEY"
614       usb-db: remove double '/'
615       replace "add|change" with "!remove"
616       update NEWS
617       log info only if we actually delete the node
618       udevadm: trigger - switch default action from "add" to "change"
619       remove "all_partitions" option
620       rules: call modprobe on all events but "remove"
621       remove "ignore_remove" option
622       update NEWS
623       cdrom_id: rework feature/profiles buffer parsing
624       cdrom_id: print more debug messages
625       cdrom_id: debug - print feature values in hex
626       cdrom_id: debug - print feature values in hex
627       cdrom_id: set ID_CDROM_MEDIA=1 only for known media
628       Revert "Fix switching Logitech bluetooth adapters into hci mode."
629       add O_NOFOLLOW when creating files in link stack
630       delete only device nodes, not symlinks when deleting a devtmpfs node
631       doc: add section about how *not* to rename device nodes
632
633 Marco d'Itri (3):
634       rules: input - create by-path/ links for pci devices
635       Fix switching Logitech bluetooth adapters into hci mode.
636       doc: document the WAIT_FOR timeout
637
638 Martin Pitt (12):
639       keymap: Add Dell Inspiron 1011 (Mini 10)
640       Fix brightness keys on MSI Wind U-100
641       keymap: Fix LG X110
642       keymap: Add Toshiba Satellite M30X
643       udev-acl: Correctly handle ENV{ACL_MANAGE}==0
644       input_id: Fix linking
645       keymap: Add Acer TravelMate 6593G and Acer Aspire 1640
646       keymap: Fix another key for Acer TravelMate 6593
647       cdrom_id: Fix uninitialized variables
648       cdrom_id: Fix uninitialized buffers
649       cdrom_id: Do not ignore errors from scsi_cmd_run()
650       cdrom_id: Swap media state and TOC info probing
651
652 Mike Brudevold (1):
653       cdrom_id: add missing profiles to feature_profiles
654
655 Robert Hooker (1):
656       keymap: Add support for Gateway AOA110/AOA150 clones.
657
658 Scott James Remnant (2):
659       libudev: export udev_monitor_set_receive_buffer_size()
660       udevadm monitor: increase netlink buffer size
661
662 Thomas Bächler (1):
663       firmware: fix error reporting on missing firmware files
664
665 Yury G. Kudryashov (3):
666       configure.ac - fix typo in --with-pci-ids-path option
667       hid2hci: include linux/types.h for __u32
668       configure.ac: ddd --with-firmware-path option
669
670
671 Summary of changes from v150 to v151
672 ============================================
673
674 Amit Shah (1):
675       rules: Add symlink rule for virtio ports
676
677 Bryan Kadzban (1):
678       Fix reverted floppy-device permissions
679
680 Egbert Eich (1):
681       rulews: suse - add do-not-load-KMS-modules rules
682
683 Frederic Crozat (1):
684       rules: acl - add COLOR_MEASUREMENT_DEVICE match
685
686 Kay Sievers (11):
687       configure.ac: version bump
688       udevd: inotify - do not parse rules at create but at close
689       do not remove device nodes of active kernel devices
690       libudev: device - create db file atomically
691       clarify message about not removed device node
692       input_id: include limits.h
693       keymap: include linux/limits.h
694       keymap: linux/input.h - get absolute include path from gcc
695       delete outdated and unmaintained writing_udev_rules
696       update README and NEWS
697       update tests
698
699 Marco d'Itri (2):
700       writing_udev_rules: update rules files names
701       keymap: support for the Samsung N140 keyboard
702
703 Martin Pitt (4):
704       add ACL rule for Garmin GPSMap 60
705       keymap: move force-release directory
706       extras/keymap/check-keymaps.sh: Ignore comment-only lines
707       keymap: Fix invalid map line
708
709
710 Summary of changes from v149 to v150
711 ============================================
712
713 Clemens Buchacher (2):
714       add Samsung R70/R71 keymap
715       keymap: Samsung R70/R71 force-release quirk
716
717 Daniel Drake (2):
718       keymap: Add OLPC XO key mappings
719       keymap: Fix typo in compal rules
720
721 Daniel Elstner (1):
722       libudev: wrap in extern "C" block for C++
723
724 David Zeuthen (1):
725       Export ID_WWN_VENDOR_EXTENSION and ID_WWN_WITH_EXTENSION
726
727 Jerone Young (1):
728       keymap: Lenovo Thinkpad USB Keyboard with Tracepoint
729
730 Johannes Stezenbach (2):
731       keymap: add Samsung N130
732       keymap: handle atkbd force_release quirk
733
734 Kay Sievers (15):
735       util_unlink_secure(): chmod() before chown()
736       floppy: fix rule to create additional floppy device nodes
737       configure.ac: version bump
738       remove remaining support for CONFIG_SYSFS_DEPRECATED
739       cdrom_id: remove deprecated device matches
740       rules: add "block" match to floppy rule
741       update mtime of nodes and links when we re-use them
742       udevadm: info - fix info --root --query=name --path= for device without a device node
743       remove remaining support for CONFIG_SYSFS_DEPRECATED
744       fix typo in log message priority handling
745       remove UDEV_RUN environment variable
746       udevadm: logging - copy va_list and do not use it twice
747       libudev: doc - add symbols to sections.txt
748       work around gtk-doc which breaks distcheck
749       gobject-introspection: use $datadir instead of $prefix
750
751 Marco d'Itri (2):
752       build: keymap - create subdir
753       rules: udev-acl - add firewire video devices
754
755 Martin Pitt (12):
756       keymap: Add Acer Aspire 1810T
757       95-keymap.rules: Run on change events, too
758       keymap: fix findkeyboards
759       Speed up udev_enumerate_scan_*
760       keymap: Add hotkey quirk for Acer Aspire One (AO531h/AO751h)
761       Clarify RUN/IMPORT documentation
762       keymap: Add Logitech S510 USB keyboard
763       keymap: add Acer TravelMate 8471
764       keymap: Add Acer Aspire 1810TZ
765       keymap: Add LG X110
766       keymap: Add Fujitsu Amilo Li 1718
767       keymap: Document force-release
768
769 Piter PUNK (1):
770       firmware: convert shell script to C
771
772 Scott James Remnant (1):
773       70-acl.rules: ACL manage Android G1 dev phones
774
775 Thomas de Grenier de Latour (1):
776       libudev: enumerate - fix move_later logic
777
778
779 Summary of changes from v148 to v149
780 ============================================
781
782 Daniel Elstner (1):
783       really fix both in-tree and out-of-tree builds
784
785 Dmitry Torokhov (1):
786       input-id: identify touchscreens
787
788 Kay Sievers (4):
789       libudev: doc - use #NULL
790       configure.ac: version bump
791       really really fix both in-tree and out-of-tree builds
792       fix both in-tree and out-of-tree builds
793
794 Martin Pitt (6):
795       input_id: Fix endless loop for non-input devices
796       input_id: Do not tag non-input devices with ID_INPUT
797       input_id: small optimization
798       input_id: check event mask
799       input_id: Check mouse button for ID_INPUT_MOUSE
800       udev_device_get_parent_with_subsystem_devtype(): Clarify documentation
801
802
803 Summary of changes from v147 to v148
804 ============================================
805
806 Dan Williams (3):
807       Revert "modem-modeswitch: add a device"
808       Revert "extras/modem-modeswitch: Add Huawei E1550 GSM modem"
809       modem-modeswitch: 61-option-modem-modeswitch.rules is only for Option NV devices
810
811 Daniel Mierswa (1):
812       Fix typo in NEWS, ConsoleKit-0.4.11 -> 0.4.1
813
814 David Zeuthen (4):
815       cdrom_id: Still check profiles even if there is no media
816       scsi_id: Export WWN and Unit Serial Number
817       Create /dev/disk/by-id/wwn-0x... symlinks
818       Also create /dev/disk/by-id/wwn-0x..-part%n symlinks for partitions
819
820 Dmitry Torokhov (1):
821       extras/input_id: Correctly identify touchpads
822
823 Harald Hoyer (1):
824       modem-modeswitch: add a device
825
826 Kay Sievers (8):
827       rules: set mode of floppy device nodes to 0660
828       remove "ignore_device"
829       print warning for BUS=, SYSFS{}=, ID=
830       test-udev: remove "ignore_device" code
831       udev-test.pl: catch-up with recent changes
832       rules: remove support for IDE (hd*) devices
833       ata_id: skip ATA commands if we find an optical drive
834       Revert "Fix out-of-tree builds"
835
836 Martin Pitt (5):
837       README.keymap.txt: small clarification
838       extras: Add input_id
839       70-acl.rules: Use new-style input properties
840       input: Deprecate ENV{ID_CLASS}
841       input_id: code cleanup
842
843 Scott James Remnant (1):
844       Fix out-of-tree builds
845
846
847 Summary of changes from v146 to v147
848 ============================================
849
850 Alan Jenkins (1):
851       udevd: queue-export - remove retry loop
852
853 Andrew Church (1):
854       fix wrong parameter size on ioctl FIONREAD
855
856 Daniel Mierswa (2):
857       don't compare a non-existing function with NULL
858       use nanosleep() instead of usleep()
859
860 David Zeuthen (4):
861       gudev: remove G_UDEV_API_IS_SUBJECT_TO_CHANGE since API is now stable
862       ata_id: export more advanced ATA features
863       gudev: Fix up GUdevDeviceNumber
864       gudev: Remove LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE from priv header
865
866 Florian Zumbiehl (10):
867       util_delete_path(): use util_strscpy()
868       util_lookup_group(): fix memory leak if realloc() fails
869       util_delete_path(): handle multiple leading slashes
870       util_create_path(): fix possible out of bounds array access
871       ude_rules.c: fix possible NULL pointer dereference in get_key()
872       util_resolve_sys_link(): fix possible buffer overflow
873       udev_util_encode_string(): fix possible buffer overflow
874       udev-rules.c: parse_file() - fix possible buffer overflow
875       udev_queue_get_seqnum_sequence_is_finished(): fix possible file handle leak
876       util_run_program(): fix possible buffer overflow #2
877
878 Harald Hoyer (2):
879       scsi_id: prevent buffer overflow in check_fill_0x83_prespc3()
880       rename interfaces to <iface>_rename if rename fails
881
882 Jeremy Kerr (1):
883       util_run_program: restore signal mask before executing event RUN commands
884
885 Kay Sievers (45):
886       make: sort Makefile.am per target/extra
887       configure.ac: version bump
888       udev-acl: allow to skip ACL handling
889       rules: rfkill has no group, so use 0644
890       rule_generator: net - fix MATCHDEVID
891       make: add comment
892       update NEWS
893       print warning for NAME="%k" - it breaks the kernel supplied DEVNAME
894       warn about non-readable or empty rules file
895       change database file names
896       assign errno for getgrnam_r()/getpwnam_r()
897       doc: udevadm test *does* create nodes and links these days
898       util_unlink_secure(): chmod() before chown()
899       util_create_path(): fix errno usage
900       inotify_add_watch(): do not store watch, if it failed
901       update TODO
902       update README
903       rules: suse - use NAME for mapper/control
904       libudev-util.c: get_sys_link() - return error for empty link target
905       udev-rules.c: remove 'first_token' variable
906       Revert "udev-rules.c: remove 'first_token' variable"
907       test: catch possible bug in GOTO resolving
908       udevadm: remove symlink support for old commands
909       util_run_program(): skip multiple spaces in argv creation
910       fix whitespace
911       require 2.6.27 for proper signalfd handling
912       fix randonm findings from llvm-clang-analyzer
913       simplify "symlink name stack"
914       reorder create_path() and node/link creation to be called in a direct sequence
915       put util_create_path() and file creastion in a retry loop
916       udevadm: control - remove compat code
917       scsi_id: delete copy of bsg.h
918       fix SYMLINK{} option parsing
919       rules: remove remaining NAME="%k"
920       rules: drop almost all NAME= keys
921       update TODO, NEWS
922       udevd: serialize events for with the same major/minor
923       break loops if util_create_path() returns error
924       remove "last_rule" option
925       use CLOEXEC flags instead of fcntl()
926       unblock signals we might want to handle
927       udevd: create /dev/.udev/rules.d/ before watching it wit inotify
928       gudev: fix pkg-config call to work with "make distcheck"
929       update NEWS
930       Revert "gudev: fix out-of-tree build"
931
932 Lennart Poettering (5):
933       pci-db: make sure we actually read the pci.ids file instead of usb.ids
934       sound: recognize saa7134 TV card sound devices as TV cards
935       sound: include ALSA sound card id in ID_ID property
936       sound: include ALSA sound card id in /dev/snd/by-id/ links
937       Revert "sound: include ALSA sound card id in /dev/snd/by-id/ links"
938
939 Marco d'Itri (6):
940       doc: writing_udev_rules updated for the new command names
941       rules: sound - do not use /usr/bin/env
942       udevadm: print all messages to stderr with priority higher or equal than LOG_ERR
943       udevadmi: control = exit with rc=2 if there is some system error
944       gudev: gir-scanner workaround for out of tree builds
945       gudev: fix out-of-tree build
946
947 Mario Limonciello (1):
948       hid2hci: remove superfluous bmAttributes match
949
950 Martin Pitt (24):
951       extras/keymap: Add Acer Aspire 6920
952       extras/modem-modeswitch: eject ZTE MF6xx fake CD-ROMs
953       extras/keymap: Fix hold key on Acer Aspire 6920
954       extras/keymap: Fix case matching for Micro-Star
955       Revert "extras/keymap: Fix case matching for Micro-Star"
956       make raw USB printer devices accessible for lp
957       modem-modeswitch rules: Match more devices
958       extras/keymap: fix hash table collisions
959       extras/keymap: Rename KEY_COFFEE to KEY_SCREENLOCK
960       fix single-session CD detection
961       fix previous commit for CD detection
962       make raw USB printer devices world-readable again
963       50-udev-default.rules: fix printer MODE
964       keymap: Add Logitech Wave USB
965       keymap: add missing map file
966       keymap: fix usb_id invocation
967       keymap: make USB keyboards really work
968       keymap: Add Logitech Wave cordless
969       keymap: add HP Pavillion dv6315ea
970       keymap: add HP 2230s
971       Makefile.am: fix build with mawk
972       extras/keymap/README.keymap.txt: Fix bug report link
973       fix major fd leak in link handling
974       modem-modeswitch: fix ZTE MF6xx rule
975
976 Matthias Schwarzott (2):
977       rules: Gentoo update
978       rules: Gentoo update
979
980 Maxim Levitsky (1):
981       keymap for Acer Aspire 5720
982
983 Peter Rajnoha (1):
984       libudev: allow to store negative values in the udev database
985
986 Scott James Remnant (1):
987       util_run_program: *really* restore signal mask before executing event RUN commands
988
989 William Jon McCann (1):
990       udev-acl: catch up with ConsoleKit 0.4.1
991
992
993 Summary of changes from v145 to v146
994 ============================================
995
996 Alan Jenkins (3):
997       man: fix unused, inaccurate metadata
998       man: SYMLINK can be matched as well as assigned
999       fix spelling
1000
1001 Anssi Hannula (2):
1002       rules: exclude digitizers from joystick class
1003       udev-acl: add joystick devices
1004
1005 Diego Elio 'Flameeyes' Pettenò (21):
1006       Merge libudev, udev, and the unconditional extras in a single Makefile.am.
1007       Replace the custom test-run target with the standard make check.
1008       Also merge into the top-level Makefile.am the simpler extras.
1009       Change hook handling to be more portable.
1010       Merge keymap building in the top-level Makefile.am.
1011       Make keymap generation rules be silent (backward-compatible).
1012       Move pkg-config docs and man pages before conditionals.
1013       Finally, also merge gudev into the top-level Makefile.am.
1014       Make sure to clean up all the built sources.
1015       Make sure to use dependency/target variables.
1016       Add silent-rule support for the gudev rules.
1017       Fix building of introspection library on top-level Makefile.am.
1018       Fix another relative path for the new working directory.
1019       Include the correct directory for out-of-source builds.
1020       Add tests to the distribution; this fixes "make distcheck".
1021       Ask gperf to use ANSI-C for generation.
1022       Merge in Makefile.am.inc into Makefile.am
1023       Use the keymap check during “make distcheck” rather than “check”.
1024       Fix building of documentation when doing out-of-source builds.
1025       Fix “make distcheck” run outside of the source directory.
1026       Use LT_INIT to explicit that udev needs libtool series 2.
1027
1028 Eric W. Biederman (1):
1029       fix util_lookup_group to handle large groups
1030
1031 Erik Forsberg (1):
1032       extras/modem-modeswitch: Add Huawei E1550 GSM modem
1033
1034 Kay Sievers (18):
1035       udevd: add timestamp to --debug output
1036       v4l_id: exit with 0 when --help is given
1037       configure.ac: version bump
1038       hid2hci: remove hid structures and include kernel header
1039       path_id: make global variable static
1040       udevadm: trigger - add --sysname-match=
1041       rules: serial - fix path_id call
1042       path_id: fix typo in comment
1043       format names are not case insensitive
1044       hid2hci: rewrite (and break) rules and device handling
1045       make: build internal tools against libudev-private.la
1046       update a few years of copyright
1047       libudev: silent gcc warning: may be used uninitialized in this function
1048       make: suppress enter/leaving directory messages
1049       re-enable failed event tracking
1050       "record_failed" -> "fail_event_on_error"
1051       udevd: block for 15 seconds after error when too old kernel is detected
1052       make: fix issues from non-recursive conversion
1053
1054 Lennart Poettering (1):
1055       enumeration: move ALSA control devices to the end of the enumerated devices of each card
1056
1057 Mario Limonciello (2):
1058       hid2hci: support to hid2hci for recovering Dell BT devices after S3
1059       hid2hci: install re-trigger for hid device when recovering from S3
1060
1061 Martin Pitt (17):
1062       add keymap for Clevo D410J laptop
1063       extras/keymap: add Zepto ZNote
1064       extras/keymap: add Everex Stepnote XT5000T
1065       extras/keymap: add Compal Hel80i
1066       keymap tool: improve help
1067       keymap tool: support scancode/keycode pair arguments
1068       keymap: inline one-line key maps
1069       extras/keymap: fix check-keymaps.sh for inline mappings
1070       extras/keymap: add recently added keymap files to Makefile.am
1071       extras/keymap: Add HP Presario 2100
1072       extras/keymap: cover more Compaq Evo models
1073       extras/keymap: Add Fujitsu Amilo M
1074       extras/keymap: teach findkeyboards about USB keyboards
1075       extras/keymap: Add Samsung SX22S
1076       extras/keymap: Fix crash for unknown keys
1077       extras/keymap: Add Samsung NC20
1078       extras/keymap: Fix Bluetooth key on Acer Aspire 6920
1079
1080
1081 Summary of changes from v144 to v145
1082 ============================================
1083
1084 Ian Campbell (1):
1085       scsi_id: correct error handling in prepend_vendor_model
1086
1087 Kay Sievers (10):
1088       README: add CONFIG_BLK_DEV_BSG
1089       use MIN() MAX() from param.h
1090       configure.ac: version bump
1091       libudev: device - free values before updating them
1092       libudev: enumerate - sort with qsort()
1093       udevd: detach event from worker if we kill a worker
1094       udevadm: info - add space after R:, A:, W: on database export
1095       udevd: make sure a worker finishes event handling before exiting
1096       udevd: handle SIGCHLD before the worker event message
1097       udevd: use bool
1098
1099
1100 Summary of changes from v143 to v144
1101 ============================================
1102
1103 Jon Masters (1):
1104       firmware: search for third party or sysadmin supplied firmware updates
1105
1106 Kay Sievers (19):
1107       configure.ac: add AM_SILENT_RULES
1108       configure.ac: version bump
1109       TODO: add cleanup of ATA_COMPAT
1110       libudev: queue - add comments for queue format
1111       udev/.gitignore: add udev.pc
1112       configure.ac: version bump
1113       do not exports properties starting with a '.'
1114       scsi_id: --reformat_serial - use udev_util_replace_whitespace()
1115       ata_id: sync ID_SERIAL(_SHORT) with other *_id tools
1116       rules: make ata_id properties the default for all ATA block devices
1117       scsi_id: delete no longer needed config file
1118       update NEWS
1119       man: udev - add private properties like ENV{.FOO}="bar"
1120       Merge branch 'firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/jcm/udev-jcm
1121       udevadm: test - print list of properties
1122       build: do not delete .la files
1123       libudev: monitor - handle kernel supplied DEVNAME properly
1124       update NEWS
1125       build: add *exec* to the internal rootlibdir name
1126
1127 Martin Pitt (2):
1128       hid2hci: narrow matches to real HCI devices
1129       extras/udev-acl: add smartcard readers
1130
1131 Stefan Richter (1):
1132       rules: set group ownership of new firewire driver device files
1133
1134
1135 Summary of changes from v142 to v143
1136 ============================================
1137
1138 Alan Jenkins (5):
1139       udevadm: settle - fix timeout
1140       udevd: remove tiny bit of dead code
1141       udevd: implement a more efficient queue file format
1142       udev-selinux.c: remove libudev header
1143       udevd: queue-export - fix crash
1144
1145 Benjamin Gilbert (1):
1146       test: check string substitutions in OWNER and GROUP
1147
1148 Dan Williams (2):
1149       rules: tty/net - move from udev-extras
1150       extras/modem-modeswitch: move from udev-extras
1151
1152 David Zeuthen (1):
1153       gudev: move from udev-extras
1154
1155 Kay Sievers (95):
1156       version bump
1157       rules: v4l do not mix vbi and video nodes
1158       fix possible endless loop for GOTO to non-existent LABEL
1159       Revert "rules: v4l do not mix vbi and video nodes"
1160       rule-generator: cd - skip by-path links if we create by-id links
1161       remove format char string truncation syntax
1162       use more efficient string copying
1163       edd_id: use openat()
1164       use openat(), unlinkat(), fstatat()
1165       update TODO
1166       remove unused GL_FORMAT from rules parser
1167       require key names in uppercase
1168       keep the ifdef'd udevd testing/profiling hack
1169       fix location of database files
1170       udevadm: settle - make --timeout=0 working
1171       update NEWS
1172       rules: add SUBSYSTEM match to scsi rules
1173       cdrom_id: suppress ID_CDROM_MEDIA_STATE=blank for plain non-writable CDROM media
1174       udevadm: control - add comment to man page about --reload-rules
1175       cdrom_id: add error message if open() fails
1176       udevadm: settle - add --exit-if-exists=<file>
1177       udevd: remove check for dev_t, DEVPATH_OLD takes care of that
1178       str[sp]cpyl: add __attribute__ ((sentinel))
1179       udevd: convert to event worker processes
1180       udevd: close netlink socket in worker and set cloexec
1181       rules: do not call path_id for virtual devices
1182       udevd: use enum instead of char in struct declaration
1183       allow format substitution in path of ATTR{<path>}=="<value>"
1184       cleanup $attr{} substitution
1185       path_id: implement in C using libudev
1186       path_id: update SCSI handling
1187       path_id: add comments
1188       fix signed/unsigned warning
1189       libudev: enumerate - allow multiple keys with the same name
1190       udevadm: trigger - add --property-match=<key>:<value>
1191       udevadm: info - accept --query without a value and print properties
1192       udevadm: control - --env -> --property
1193       udevadm: monitor --environment -> --property
1194       path_id: handle fibre channel
1195       path_id: add iscsi support
1196       path_id: delete old shell script
1197       udevd: print error if worker dies unexpectedly
1198       path_id: rename scsi sub-fuctions
1199       libudev: add comments to libudev.h
1200       libudev: move to top-level directory
1201       fix libudev include in Makefile.am.in
1202       libudev: device_new() -> udev_device_new()
1203       udevd: log info for created/killed workers
1204       libudev: call log functions conditionally
1205       move syslog wrapper to libudev
1206       move common stuff from udev/ to private parts of libudev/
1207       libudev: rename private files to *-private.c
1208       rules: remove scsi ch module loading rule
1209       update NEWS
1210       udevadm: info -revert "accept --query without argument"
1211       README: add kernel options
1212       README: add INOTIFY and SIGNALFD
1213       USE_LOG -> ENABLE_LOGGING, DEBUG -> ENABLE_DEBUG, USE_SELINUX -> WITH_SELINUX
1214       libudev: add gtk-doc
1215       libudev: update documentation
1216       libudev: doc - add section headers
1217       libudev: doc - add enumerate
1218       libudev: doc - add queue
1219       update TODO
1220       libudev: doc - add namespace for index
1221       libudev: move .so version to libudev Makefile
1222       autogen.sh: simplify
1223       TODO: update
1224       libudev: remove prefix from .so version variables
1225       libudev: doc - add empty libudev.types
1226       udev-acl: move from udev-extras
1227       INSTALL: add --enable-extras
1228       udev-acl: handle missing action when called in CK mode
1229       v4l_id: move from udev-extras
1230       libudev: doc - libudev-docs.sgml -> libudev-doc.xml
1231       gudev: fix typo in configure option
1232       v4l_id: 70-v4l.rules -> 60-persistent-v4l.rules
1233       configure: enable all extras by default, provide --disable-extras
1234       autogen.sh: make "CFLAGS=-O0 ./autogen.sh" working
1235       NEWS: add --disable-extras
1236       cleanup ./configure installation directory options
1237       rules: remove MMC rule, 2.6.30 has the modalias
1238       configure.ac: print error if gperf is missing
1239       libudev: install in $libdir and move later to $rootlibdir
1240       extras/keymap: use LIBEXECDIR instead /lib/udev
1241       README: add /lib/udev/ is private
1242       rules: do not install usb-id/pci-id rules when --disable-extras is used
1243       extras: delete man pages for private udev tools
1244       README: update
1245       extras/keymap: install findkeyboards in /lib/udev
1246       INSTALL: use /sbin instead of %{sbindir}
1247       NEWS: update
1248       udev.pc: add
1249       Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udev
1250       docs: install writing_udev_rules
1251
1252 Lennart Poettering (2):
1253       rules: sound - move from udev-extra
1254       usb-db: move from udev-extras
1255
1256 Marcel Holtmann (1):
1257       rules: make RFKILL control device world readable
1258
1259 Mario Limonciello (1):
1260       hid2hci: move from udev-extras
1261
1262 Martin Pitt (5):
1263       keymap: move from udev-extras
1264       extras/keymap: Fix WLAN button on ThinkPads
1265       keymap: Update findkeyboard path in docs
1266       udev-acl: Manage hplip device permissions
1267       extras/keymap: Update findkeyboards location
1268
1269 Matthias Schwarzott (3):
1270       rules: Gentoo update
1271       rules: Gentoo update
1272       rules: Gentoo update
1273
1274 Scott James Remnant (1):
1275       OWNER/GROUP: fix if logic
1276
1277
1278 Summary of changes from v141 to v142
1279 ============================================
1280
1281 Andre Przywara (1):
1282       rules: create /dev/cpu/<n>/cpuid world readable
1283
1284 Ian Campbell (1):
1285       path_id: support identification of Xen virtual block devices
1286
1287 John Wright (1):
1288       edd_id: add cciss devices
1289
1290 Kay Sievers (46):
1291       version bump
1292       libudev: path_encode - always return 0 if encoded string does not fit into size
1293       libudev: monitor - clarify socket handling documentation
1294       udevd: log error for too old kernels or CONFIG_SYSFS_DEPRECATED
1295       rules: remove DVB shell script
1296       update NEWS
1297       cdrom_id: add Xen cdrom support
1298       test-libudev: update monitor source
1299       TODO: add packet filter
1300       update NEWS
1301       cdrom_id: add and use ID_CDROM_MEDIA to decide if we run vol_id
1302       libudev: monitor - add client socket filter for subsystem value
1303       udevadm: monitor - print error if we can not bind to socket
1304       update TODO
1305       udevadm monitor - add --subsystem-match=
1306       libudev: monitor - use simpler hash
1307       libudev: monitor - switch to filter_add_match_subsystem_devtype()
1308       libudev: monitor - do not filter messages with wrong magic
1309       udevadm: monitor - add <subsytem>:<devtype> support
1310       libudev: monitor - add udev_monitor_filter_remove
1311       libudev: queue - fix get_seqnum_is_finished()
1312       cdrom_id: skip media tests if CDROM_DRIVE_STATUS != CDS_DISC_OK
1313       libudev: queue - clarify comments
1314       libudev: monitor - export filter_update()
1315       update NEWS
1316       drop "extern" keyword from non-static function
1317       rule_generator: net - fix usb comment generation
1318       rules: input - add links for USB/platform non-kbd/mouse devices
1319       rules: input - fix comments
1320       rules: add rfcomm* to group dialout
1321       accept DEVNAME from the kernel as a hint for the node name
1322       update TODO
1323       build: use AC_MSG_RESULT
1324       rules: add "event*" match
1325       udevd: revert initial device node creation
1326       rules: remove initramfs comment
1327       handle devtmpfs nodes
1328       oops, removed ppp entry from rules got committed
1329       remove all PHYSDEVPATH handling and warning about
1330       remove asmlinkage
1331       rules: fix ieee1394 rules
1332       add "static" back to the inline functions
1333       update TODO
1334       delete vol_id and require util-linux-ng's blkid
1335       delete libvolume_id
1336
1337 Lubomir Rintel (1):
1338       rule-generator: net - whitelist NICs that violate MAC local scheme
1339
1340
1341 Summary of changes from v140 to v141
1342 ============================================
1343
1344 Adam Buchbinder (4):
1345       usb_id: add manpage
1346       cdrom_id: update manpage
1347       create_floppy_devices: expand manpage
1348       vol_id: fix language in manpage
1349
1350 Alan Jenkins (1):
1351       avoid leaking netlink socket fd to external programs
1352
1353 Borislav Petkov (1):
1354       rules: rename ide-floppy to ide-gd
1355
1356 David Brownell (1):
1357       rules: exclude mtd* from persistent disk links
1358
1359 Kay Sievers (15):
1360       rules: fix extra quote in 50-udev-default.rules
1361       version bump
1362       udevadm: test - handling trailing '/' in devpath
1363       udevadm: monitor - clarify printed header
1364       rules: remove ram* from persisten disk links blacklist
1365       rules: serial - support ttyACM devices
1366       rules: replace IDE driver with media match
1367       usb_id: add ID_VENDOR_ID, ID_MODEL_ID, ID_USB_INTERFACE_NUM, ID_USB_DRIVER
1368       libudev: GPL -> LGPL
1369       usb_id: remove unused variable
1370       send monitor events back to netlink socket
1371       "UDEV_MONITOR_KERNEL/UDEV" -> "kernel/udev"
1372       IMPORT: 2048 -> 4096 bytes buffer
1373       path_encode: fix max length calculation
1374       libudev: monitor - unify socket message handling
1375
1376 Michal Soltys (1):
1377       rules: md-raid.rules fix
1378
1379 Robby Workman (1):
1380       udevadm: trigger - add "--action" to --help
1381
1382 Scott James Remnant (1):
1383       libudev: monitor - ignore messages from unusual sources
1384
1385
1386 Summary of changes from v139 to v140
1387 ============================================
1388
1389 Harald Hoyer (1):
1390       libvolume_id: bump age
1391
1392 Kay Sievers (12):
1393       version bump
1394       update TODO
1395       volume_id: ntfs - fix uuid setting
1396       update TODO
1397       rules: Fedora update
1398       libudev: queue - use lstat() to check existence of symlink
1399       udevadm: settle - add --seq-start= --seq-end=
1400       udevd: switch watch symlinks to devpath
1401       udevadm: add text for new options to command and man page
1402       update TODO
1403       libudev: ctrl - return error after sending ctrl message
1404       udevadm: settle - use timeout signal, instead of loop counter
1405
1406 Michael Prokop (1):
1407       fix compile error in debug mode
1408
1409 Scott James Remnant (1):
1410       udevadm: settle - synchronise with the udev daemon
1411
1412
1413 Summary of changes from v138 to v139
1414 ============================================
1415
1416 Kay Sievers (11):
1417       version bump
1418       remove static local variable
1419       use the event udev_device to disable the watch on "remove"
1420       add "nowatch" to disable a default installed watch with a later rule
1421       add m4/ subdir
1422       use AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCE
1423       usb_id: add ID_USB_INTERFACES=:0e0100:0e0200:010100:010200:
1424       usb_id: return values if called directly for an usb_device
1425       usb_id: fix NULL string usage
1426       usb_id: fix comment
1427       udevadm: info - export all devices with --export-db
1428
1429 Scott James Remnant (10):
1430       Don't add inotify watch until RUN rules processed.
1431       Clear existing inotify watch before processing.
1432       Cleanup a little.
1433       Allow watch handle to be stored in the udevdb.
1434       Store watch handle in db.
1435       Use the udevdb to speed up watch clearing.
1436       Put a log message in a more sensible place.
1437       Output watch handle in udevadm info.
1438       lookup the old watch handle; reload only if has a path
1439       Look at more inotify events in the buffer than just the first.
1440
1441
1442 Summary of changes from v137 to v138
1443 ============================================
1444
1445 David Zeuthen (1):
1446       *_id: add model/vendor enc strings
1447
1448 Karel Zak (2):
1449       vol_id: fix ddf version string
1450       vol_id: add missing id->type to swap0
1451
1452 Kay Sievers (13):
1453       man: fix grammar
1454       version bump
1455       fix NAME="" logic
1456       rules: dm - add escape for uuid links with whitespace
1457       test: add test for empty and non-existent ATTR
1458       rules: fix md "change"/"remove" handling
1459       autogen.sh: add more warnings
1460       fix NAME= and OPTION+="string_escape=..." logic
1461       rules: move OPTIONS to separate rule
1462       use global "reload_config" flag
1463       rules: add "watch" option to dm and md rules
1464       rules: include loop block devices in persistent links
1465       release 138
1466
1467 Matthias Schwarzott (1):
1468       rules: Gentoo update
1469
1470 Miklos Vajna (1):
1471       doc: writing udev rules - refer to 'udevadm info' instead of 'udevinfo'
1472
1473 Scott James Remnant (2):
1474       udevd: optionally watch device nodes with inotify
1475       rules: update persistent storage rules to use inotify watches
1476
1477
1478 Summary of changes from v136 to v137
1479 ============================================
1480
1481 Alan Jenkins (2):
1482       man: typo fixes
1483       remove stray initializer
1484
1485 Kay Sievers (17):
1486       version bump
1487       rules: fix typo in ide cd rule
1488       libudev: use 4096 bytes buffer for attribute reading
1489       rules: add drm devices to group "video"
1490       do not complain about a missing /etc/udev/rules.d/
1491       udevadm: test - remove --force option
1492       update NEWS
1493       remove name from index if the node name has changed
1494       cleanup old names before creating the new names
1495       open-code pollfd setup
1496       increase netif renaming timeout from 30 to 90 seconds
1497       Merge commit '5f03ed8a56d308af72db8a48ab66ed68667af2c6'
1498       Merge commit '9032f119f07ad3b5116b3d4858816d851d4127de'
1499       split up long line
1500       udevd: add back SA_RESTART
1501       usb_id: handle ATAPI devices like SCSI devices
1502       udevadm: settle - fix typo
1503
1504 Lennart Poettering (1):
1505       fix naming for tape nst devices in /dev/tape/by-path/
1506
1507 Olaf Kirch (2):
1508       udevd: use ppoll instead of signal pipes
1509       reap children faster
1510
1511 Scott James Remnant (2):
1512       Allow user and group lookup to be disabled.
1513       Expose delayed name resolution
1514
1515 Sven Jost (1):
1516       volume_id: support via raid version 2
1517
1518
1519 Summary of changes from v135 to v136
1520 ============================================
1521
1522 Adam Buchbinder (1):
1523       extras: fix mis-spelling of "environment"
1524
1525 Harald Hoyer (1):
1526       rule_generator: fix enumeration for write_cd_rules
1527
1528 Jeremy Higdon (1):
1529       path_id: rework SAS persistent names
1530
1531 Karel Zak (1):
1532       volume_id: HPFS code clean up
1533
1534 Kay Sievers (54):
1535       rules: ATA_COMPAT do not try to match on sr*, it will never have vendor ATA
1536       scsi_id: do not fail if no serial is found like for optical drives
1537       update configure and NEWS
1538       rules: fix isdn rules
1539       rules: add persistent /dev/serial/{by-id,by-path} rules
1540       make: install serial rules file
1541       make: do not delete autotools generated file with distclean
1542       udevadm: settle - allow --timeout=0 and --quiet
1543       rules: move aoe rules to default rules file
1544       volume_id: btrfs - update format
1545       rules: add "do not edit header"
1546       volume_id: support sub-uuid's and plug in btrfs device uuid
1547       libudev: include <sys/types.h>
1548       build: add -lsepol
1549       build: just use autoreconf -i
1550       rules: remove ide-scsi
1551       rules: first simple step merging with Ubuntu rules
1552       "'/sbin/modprobe abnormal' exit" - also print program options
1553       rules: more changes toward Ubuntu rules merge
1554       rules: more changes toward Ubuntu rules merge
1555       rules: remove /dev/raw/raxctl symlink, it's a devfs leftover
1556       rules: rtc - create rtc compat link only for cmos type rtc
1557       rules: remove legacy symlinks
1558       rules: do not put raw1394 in "video" group
1559       rules: second round merging with Ubuntu rules
1560       rules: remove /dev/dsp /dev/audio
1561       rules: put alsa in group "audio"
1562       rules: isdn - remove /dev/isdn/capi20 symlink
1563       rules: provide /dev/raw/rawctl
1564       if needed, store database entries also for devices which do not have a device node
1565       build: use autoreconf --symlink
1566       usb_id: add "image" class
1567       require non-SYSFS_DEPRECATED 2.6.20+ kernel
1568       build: default to --prefix=/usr --exec-prefix=""
1569       libudev: enumerate - add lookup by property
1570       rules: input - make sure needed variables are set
1571       libudev: device - read "uevent" only if info is not already loaded
1572       libudev: subsytem -> subsystem
1573       libudev: bump revision
1574       usb_id: use devtype lookup
1575       require 2.6.22+ kernel
1576       rules: Ubuntu merge - use group "cdrom"
1577       rules: Ubuntu merge - use group "tape"
1578       rules: replace DVB shell script rule
1579       rules: Ubuntu merge - s/uucp/dialout/
1580       update NEWS
1581       update NEWS
1582       enable skipping of "naming-only" rules
1583       usb_id: s/image/media/
1584       udevadm: s/udevinfo/udevadm info/
1585       rules: reorder block rules
1586       rules: zaptel - add "dialout" group
1587       libudev: device - add udev_device_get_property_value()
1588       libudev: test - add udev_device_get_property_value()
1589
1590 Marcel Holtmann (3):
1591       libudev: device - add devtype support
1592       libudev: device - lookup subsystem and devtype together
1593       libudev: device - remove udev_device_get_parent_with_subsystem
1594
1595 Michal Soltys (1):
1596       man: udev - update NAME assignment
1597
1598 Ryan Thomas (1):
1599       rules: add rules for AoE devices
1600
1601
1602 Summary of changes from v134 to v135
1603 ============================================
1604
1605 Kay Sievers (6):
1606       usb_id: add "break" to currently unused case labels
1607       rules: fix cciss disk/by-id/ links
1608       rules: add infiniband rules
1609       rules: infiniband.rules -> 40-infiniband.rules
1610       fix network interface name swapping
1611       update configure and NEWS
1612
1613 Marcel Holtmann (1):
1614       usb_id: fix switch statement for video type
1615
1616 Piter PUNK (2):
1617       rules: /dev/null -> X0R
1618       rules: add usb device nodes
1619
1620
1621 Summary of changes from v133 to v134
1622 ============================================
1623
1624 Gabor Z. Papp (1):
1625       include errno.h in sysdeps.h
1626
1627 Harald Hoyer (1):
1628       rules: add persistent rules for memory stick block devices
1629
1630 Kay Sievers (19):
1631       autogen.sh: fix -print-multi-os-directory usage
1632       volume_id: update btrfs magic
1633       bump version
1634       rules: merge group "video" into default rules
1635       rules: v4l - add by-id/ links for USB devices
1636       libudev: accept NULL whitelist in util_replace_chars()
1637       usb_id: replace chars in returned strings
1638       ata_id: make sure, we do not have slashes in values
1639       scsi_id: make sure, we do not have slashes in values
1640       volume_id: remove unused usage types
1641       vol_id: if regular files are probed, use stat() for the size value
1642       volume_id: update btrfs
1643       volume_id: clear probing result before probing and do not probe a second time, if not needed
1644       path_id: fix fibre channel handling
1645       update NEWS TODO
1646       floppy: use ARRAY_SIZE()
1647       fix handling of swapping node name with symlink name
1648       silence PHYSDEV* warning for WAIT_FOR* rules
1649       rules: exclude "btibm" devices from vol_id calls
1650
1651 Matthias Schwarzott (1):
1652       rules: Gentoo update
1653
1654 Peter Breitenlohner (2):
1655       man: fix typos
1656       floppy: fix array bounds check and minor calculation
1657
1658
1659 Summary of changes from v132 to v133
1660 ============================================
1661
1662 Alan Jenkins (2):
1663       udevd: de-duplicate strings in rules
1664       scsi_id: we don't use DEVPATH env var anymore, update man page
1665
1666 Karel Zak (1):
1667       volume_id: fat - move check for msdos signature (0x55 0xaa)
1668
1669 Kay Sievers (22):
1670       silence "comparison between signed and unsigned"
1671       string index - split nodes and childs to allow and unlimited number of childs
1672       reserve child slot 0
1673       merge trie nodes, childs and root into a single array
1674       set errno = ENOSYS in inotify stub
1675       udevadm: info - unify -V and --version
1676       rules: remove DEVTYPE disk/partition
1677       rules: remove pnp shell script, acpi loads these modules properly
1678       update NEWS
1679       configure: add linux-hotplug mail address
1680       remove len == 0 check, the index root is always '\0'
1681       volume_id: bump revision
1682       volume_id: always check for all filesystem types and skip conflicting results
1683       volume_id: fat - accept empty FAT32 fsinfo signature
1684       fix spelling in comment
1685       volume_id: ntfs - mark as no other fs must match
1686       vol_id: clarify error message
1687       libudev: device - handle disk "device" link for partitions in deprecated sysfs layout
1688       limit $attr(<symlink>) magic to well-known links only
1689       udevd: fix cleanup of /dev/.udev/uevent_seqnum
1690       fix $links substitution for devices without any link
1691       update NEWS
1692
1693 Sergey Vlasov (1):
1694       udevadm: fix option parsing breakage with klibc
1695
1696
1697 Summary of changes from v131 to v132
1698 ============================================
1699
1700 Kay Sievers (2):
1701       fix size_t compiler warning on 32 bit platforms
1702       convert debug string arrays to functions
1703
1704
1705 Summary of changes from v130 to v131
1706 ============================================
1707
1708 Alan Jenkins (17):
1709       libudev: fix sysnum logic for digit-only device names
1710       udevd: avoid overhead of calling rmdir on non-empty directories
1711       use more appropriate alternatives to malloc()
1712       libudev: util - optimize path_encode()
1713       libudev: allocate udev_device->envp[] dynamically
1714       replace strncpy() with strlcpy()
1715       use re-entrant variants of getpwnam and getgrnam
1716       udevd: fix memory leak
1717       udevd: fix WAIT_FOR_SYSFS execution order
1718       fix handling of string_escape option
1719       udevd: use a tighter loop for compare_devpath()
1720       udevd: avoid implicit memset in match_attr()
1721       kerneldoc comment fixes
1722       udevd: simplify rules execution loop
1723       udevd: fix termination of rule execution
1724       udevd: be more careful when matching against parents
1725       udevd: shrink struct token to 12 bytes
1726
1727 Kay Sievers (113):
1728       remove outdated docs/README-gcov_for_udev
1729       libudev: device - add device lookup by subsystem:sysname
1730       libudev: also prefix non-exported functions with udev_*
1731       libudev: add udev_monitor_send_device()
1732       libudev: list - add flag
1733       libudev: device - generate DEVNAME and DEVLINKS properties
1734       vol_id: update README
1735       libudev: handle ! in sysname, add sysnum, return allocated list_entry on add
1736       delete simple-build-check.sh
1737       test: move global ENV{ENV_KEY_TEST}="test" to local rule
1738       libudev: monitor - fix send_device() property copying
1739       libudev: device - add get_envp() to construct envp from property list
1740       libudev: do not include ctrl in libudev.so
1741       libudev: monitor - do not mangle DEVLINKS property
1742       libudev: update DEVLINKS property when properties are read
1743       libudev: device - lookup "subsystem" and "driver" only once
1744       libudev: device - export properties when values are set
1745       libudev: list - handle update of key with NULL value
1746       libudev: ctrl - fix typo in set_env()
1747       libudev: add global property list
1748       libudev: device - copy global properties, unset empty properties
1749       volume_id: btrfs - update magic to latest disk format
1750       udevd: use libudev
1751       move udev_device_db to libudev
1752       rename udev source files
1753       libudev: always add UDEV_LOG
1754       libudev: monitor - export MAJOR/MINOR only if available
1755       udev-node: name_list -> udev_list
1756       udev-rules-parse: name_list -> udev_list
1757       delete name_list, move common file functions
1758       fix sorting of rules files
1759       run_program: prevent empty last argv entry
1760       update IMPORT= file/stdout property parsing
1761       update rules file parsing
1762       delete udev-util-file.c
1763       libudev: list - prepend udev_* to all functions
1764       libudev: add sysnum to test program
1765       test: fix a few unintentially wrongly written rules which cause parse errors
1766       libudev: monitor - add set_receive_buffer_size()
1767       libudev: ctrl - change magic to integer
1768       libudev: make list_node functions available
1769       udevd: use udev_list_node
1770       collect: use udev_list
1771       delete list.h
1772       merge udev-rules.c and udev-rules-parse.c
1773       make struct udev_rules opaque
1774       move run_program to util
1775       udev_event_run() -> udev_event_execute_rules()
1776       udev_rules_run() -> udev_event_execute_run();
1777       move udev_rules_apply_format() to udev-event.c
1778       udev_list_cleanup() -> udev_list_cleanup_entries()
1779       selinux_init(udev) -> udev_selinux_init(udev)
1780       prefix udev-util.c functions with util_*
1781       pass make distcheck
1782       libudev: device - get_attr_value() -> get_sysattr_value()
1783       cdrom_id: remove ARRAY_SIZE() declaration
1784       replace missing get_attr_value() -> get_sysattr_value()
1785       add "root" == 0 shortcuts to lookup_user/group()
1786       do not use the new work-in-progress parser rule matcher
1787       libudev: device - 128 -> ENVP_SIZE
1788       add util_resolve_subsys_kernel()
1789       handle numerical owner/group string in lookup_user/group()
1790       replace in-memory rules array with match/action token list
1791       do not create temporary node ($tempnode) if node already exists
1792       shrink struct udev_event
1793       shrink struct udev_event
1794       rule_generator: fix netif NAME= value extraction regex
1795       skip SYMLINK rules for devices without a device node
1796       rules: let empty strings added to buffer always return offset 0
1797       fix uninitialized variable warnings
1798       cache uid/gid during rule parsing
1799       distinguish "match" from "assign" by (op < OP_MATCH_MAX)
1800       determine at rule parse time if we need to call fnmatch()
1801       special-case "?*" match to skip fnmatch()
1802       libudev: monitor - replace far too expensive snprintf() with strlcpy()
1803       libudev: monitor - cache result of monitor send buffer
1804       fix "unused" warnings
1805       remove debug printf
1806       match KEY="A|B" without temporary string copy
1807       match_attr() - copy attr value only when needed
1808       do not init string arrays, just clear first byte
1809       fix $attr{[<subsystem>/<sysname>]<attribute>} substitution
1810       libudev: device - fill envp array while composing monitor buffer
1811       test: add RUN+="socket: ..." to a test to run monitor code
1812       libudev: device - allocate envp array only once
1813       update NEWS
1814       udevd: merge exec and run queue to minimize devpath string compares
1815       ATTR{}== always fails if the attribute does not exist
1816       rules: remove SCSI timeouts
1817       rules: remove "add" match from usb device node rule
1818       edd_id: add "change" event match
1819       fstab_import: add "change" event match
1820       write trace log to stderr
1821       log rules file and line number when NAME, SYMLINK, OWNER, GROUP, MODE, RUN is applied
1822       skip entire rule containing device naming keys, if no device can be named
1823       fix udev_node_update_old_links() logic
1824       move some info() to dbg()
1825       add "devel" and "install" switches to autogen.sh
1826       move debugging strings inside #ifdef DEBUG
1827       firmware.sh: record missing files in /dev/.udev/firmware-missing/
1828       fix list handling in enumerate and rules file sorting
1829       volume_id: btrfs update
1830       info() PROGRAM and IMPORT execution
1831       fix $links substitution
1832       fix cleanup of possible left-over symlinks
1833       do not import the "uevent" file when we only read the db to get old symlinks
1834       usb_id: MassStorage SubClass 6 is "scsi" not "disk"
1835       unify string replacement
1836       $links should be relative
1837       fix indentation
1838       rules: md - add mdadm 3 device naming
1839       cleanup /dev/.udev/queue on startup and exit
1840       udevadm: settle - exit if udevd exits
1841
1842 Matthias Koenig (1):
1843       volume_id: swap - larger PAGE_SIZE support
1844
1845 Steven Whitehouse (1):
1846       volume_id: support for GFS2 UUIDs
1847
1848
1849 Summary of changes from v129 to v130
1850 ============================================
1851
1852 Kay Sievers (26):
1853       fix compile error with --disable-logging
1854       libudev: enumerate - add_device() -> add_syspath()
1855       volume_id: hpfs - read label and uuid
1856       use no_argument, required_argument, optional_argument in longopts
1857       libudev: get rid of selinux
1858       libudev: device - add get_parent_with_subsystem()
1859       usb_id: use libudev
1860       udevadm: info - fix --query=all for devices without a device node
1861       vol_id: add size= option
1862       move selinux noops to udev.h
1863       volume_id: add dbg() as noop to check for compile errors
1864       vol_id: fix logging glue
1865       vol_id: always use the safe string versions for unencoded label and uuid
1866       volume_id: better DDF raid detection
1867       volume_id: add btrfs
1868       volume_id: use PRIu64i, PRIx64 macros
1869       udevd: clarify deprecated sysfs layout warning
1870       libudev: fix --enable-debug
1871       don not print error if GOTO jumps just to next rule
1872       volume_id: add more vfat debugging information
1873       libudev: libudev.pc remove selinux
1874       store node name and symlinks into db symlink target if they are small enough
1875       volume_id: more fat debugging
1876       libudev: fix typo in "multiple entries in symlink" handling
1877       connect /sys and /dev with /sys/dev/{block,char}/<maj>:<min> and /dev/{block,char}/<maj>:<min>
1878       replace spaces in dm and md name symlinks
1879
1880
1881 Summary of changes from v128 to v129
1882 ============================================
1883
1884 Alan Jenkins (7):
1885       udev-test.pl: set non-zero exitcode if tests fail
1886       scsi_id: compiler warning on 32-bit
1887       trivial cleanup in udev_rules_iter
1888       avoid repeated scans for goto targets (udev_iter_find_label)
1889       replace strerror() usage with threadsafe "%m" format string
1890       fix messages (inc. debug compile failure) introduced when optimizing "goto"
1891       allow compiler to check dbg() arguments on non-debug builds
1892
1893 Kay Sievers (46):
1894       libudev: switch to "udev_device_get_parent"
1895       libudev: udev_device - add attribute cache
1896       libudev: handle "device" link as parent, handle "class" "block" as "subsystem"
1897       udevadm: info - fix lookup-by-name
1898       libudev: switch API from devpath to syspath
1899       libudev: rename ctrl_msg to ctrl_msg_wire
1900       vol_id: fix lib logging glue
1901       fix broken symlink resolving
1902       fix udevadm trigger
1903       libudev: pass udev_device in enumerate
1904       libudev: fix "subsystem" value
1905       always include config.h from Makefile
1906       libudev: udev_device_get_devname -> udev_device_get_devnode
1907       libudev: add udev_device_new_from_devnum()
1908       libudev: also import "uevent" file when reading udev database
1909       libudev: add userdata pointer
1910       libudev: replace awkward callback list interfaces with list iterators
1911       libudev: get devnum from uevent file
1912       libudev: enumerate_get_devices_list -> enumerate_get_list
1913       libudev: initialize selinux only when needed
1914       libudev: device - read database only when needed
1915       libudev: rework list handling
1916       libudev: more list rework
1917       lubudev: accept more sys directories as devices, and parent devices
1918       libudev: enumerate - accept list of subsystems to scan, or skip
1919       libudev: enumerate "subsystem"
1920       libudev: enumerate - scan /sys/block/ if needed
1921       libudev: enumerate - split new() and scan()
1922       test: replace ancient sysfs tree with recent one
1923       test: add missing pci directory because of .gitignore *.7
1924       gitignore: move *.8 to subdirs
1925       test: replace last reference of "/class/*" devpath
1926       fix dbg() callers
1927       libudev: enumerate - scan devices and subsystems, add subsystem and attribute filter
1928       udevadm: trigger: use libudev
1929       fix segfault caused by wrong pointer used in dbg()
1930       libudev: device_init() -> device_new()
1931       udevadm: trigger fix long option --type=
1932       libudev: add queue interface
1933       udevadm: settle - use libudev queue
1934       libudev: device - handle /sys/block/<disk-device-link>/<partition>
1935       libudev: enumerate - ignore regular files while scanning
1936       udevadm: trigger --type=failed - use libudev queue
1937       rules: ieee1394 - create both, by-id/scsi-* and by-id/ieee-* links
1938       build: include Makefile.am.inc in all Makefile.am
1939       udevd: print warning if CONFIG_SYSFS_DEPRECATED is used
1940
1941
1942 Summary of changes from v127 to v128
1943 ============================================
1944
1945 Alan Jenkins (8):
1946       fix uninitialized name_list error::ignore_error
1947       do not needlessly declare some local variables in udev_rules_parse.c as static
1948       remove deprecated envp[] in main()
1949       fix name compare bug name_list_key_add()
1950       remove redundant string copy in udev_rules_apply_format()
1951       remove redundant "remove trailing newlines" in udevadm info
1952       threadsafe rules iteration
1953       fix off-by-one in pass_env_to_socket()
1954
1955 Kay Sievers (53):
1956       libudev: add monitor documentation
1957       libudev: fix --disable-log
1958       autogen.sh: add --with-selinux
1959       volume_id: hfs - calculate proper uuid
1960       fix dangling pointer returned by attr_get_by_subsys_id()
1961       udev-test.pl: add --valgrind option
1962       libudev: libudev.pc add Libs.private
1963       volume_id: fail on undefined __BYTE_ORDER
1964       remove FAQ
1965       libudev: fix monitor documentation
1966       libudev: add udev_device_get_syspath()
1967       udev_device_init() remove statically allocated device support
1968       udevadm: info - fix broken --device-id-of-file=
1969       udevadm: control - use getopt_long()
1970       udevadm: print warning to stderr if udevadm is called by symlink
1971       udev-test.pl: remove left-over comment from --valgrind option
1972       udevadm: rename source files
1973       udevadm: rename internal functions to udevadm_*
1974       udevadm: split out control functions
1975       udevadm: move init from commands to udevadm
1976       autogen.sh: add debug
1977       use libudev code, unify logging, pass udev context around everywhere
1978       volume_id: linux_raid - fix logic for volumes with size == 0
1979       vol_id: add --debug option
1980       udevadm: add --version --help options to man page, hide them as commands
1981       move udev_ctrl to libudev-private
1982       udev-test.pl: set udev_log="err"
1983       test-udev: cleanup libudev context and overridden rules file string
1984       test-udev: remove unused var
1985       add a bunch of private device properties to udev_device
1986       udevadm: monitor - use libudev for udev monitor
1987       libudev: monitor - add event properties to udev_device
1988       udevadm: log message if udevadm link is used
1989       udevd: remove max_childs_running logic
1990       libudev: monitor- add netlink uevent support
1991       udevadm: monitor - use libudev code to retrieve device data
1992       libudev: udev_device - read "driver" value
1993       libudev: rename enumerate function
1994       libudev: add selinux
1995       libudev: initialize selinux after logging
1996       volume_id: merge util.h in libvolume_id-private.h
1997       update file headers
1998       libudev: udev_device - add more properties
1999       libudev: do not use udev_db.c
2000       libudev: get rid of udev_sysfs.c
2001       libudev: get rid of udev_utils.c
2002       libudev: rename libudev-utils.c libudev-util.c
2003       libudev: do not use any udev source file
2004       extras: use libudev code
2005       convert to libudev and delete udev_utils_string.c
2006       get rid of udev_sysdeps.c
2007       use size definitions from libudev
2008       udevadm: info - use "udev_device"
2009
2010
2011 Summary of changes from v126 to v127
2012 ============================================
2013
2014 Karel Zak (2):
2015       build-sys: don't duplicate file names
2016       build-sys: remove non-POSIX variable names
2017
2018 Kay Sievers (26):
2019       add inotify dummy definitions if inotify is not available
2020       build: remove autopoint check
2021       udevadm: trigger - add missing attr filter to synthesized "subsystem" register events
2022       ignore duplicated rules file names
2023       fix .gitignore
2024       rules: delete all distro rules which do not use default rules
2025       rules: add nvram
2026       rules: add isdn rules
2027       rules: Gentoo update
2028       add missing includes
2029       add some warnings
2030       update .gitignore
2031       add missing 'v' for "make changelog"
2032       build: fix "make dist"
2033       vol_id: make the --offset= argument optional
2034       rules: optical drives - probe at last session offset, do not probe for raid
2035       libudev: add library to access udev information
2036       libudev: split source files
2037       update INSTALL
2038       libudev: add udev event monitor API
2039       volume_id: remove deprecated functions and bump major version
2040       volume_id: remove left-over fd close()
2041       split udev_device.c to leave out rules handling from libudev
2042       libudev: link against selinux if needed
2043       firmware.sh: lookup lookup kernel provided firmware directory
2044       libudev: require LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE
2045
2046 Michal Soltys (1):
2047       rules: fix md rules for partitioned devices
2048
2049
2050 Summary of changes from v125 to v126
2051 ============================================
2052
2053 Kay Sievers (9):
2054       delete all Makefiles and move udev source to udev/
2055       use autotools
2056       rules: mode 0660 for group "disk"
2057       rules: update Fedora rules
2058       update ChangeLog
2059       INSTALL: --enable-selinux not --with-selinux
2060       volume_id: move static lib to $prefix
2061       volume_id: create relative links
2062       rules: run vol_id on opticals only if media is found
2063
2064 Marco d'Itri (1):
2065       rules: Debian update
2066
2067 Thomas Koeller (1):
2068       use proper directory lib/lib64 for libvolume_id
2069
2070
2071 Summary of changes from v124 to v125
2072 ============================================
2073
2074 John Huttley (1):
2075       rules: tape rules - add nst to usb and 1394 links
2076
2077 Karl O. Pinc (1):
2078       man: clarify $attr{} parent searching
2079
2080 Kay Sievers (14):
2081       collect: fix size_t printf
2082       path_id: suppress trailing '-' like 'ID_PATH=pci-0000:05:01.0-'
2083       rules: add v4l persistent links
2084       docs: update some docs and delete outdated stuff
2085       scsi_id: fix fallback to sg v3 for sg nodes
2086       rules: fix cciss rules for partition numbers > 9
2087       udev.conf: udevcontrol -> udevadm control
2088       rules: use consistently OPTIONS+=
2089       scsi_id: the fallback fix broke error handling
2090       man: rebuild from xml
2091       do not touch node ownership and permissions, if already correct
2092       rules: tape rules - add nst to by-path/ links
2093       udevadm: info - add --export format to --device-id-of-file=
2094       move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/
2095
2096 Marco d'Itri (7):
2097       rules_generator: net rules - do not print error if file is missing and ignore commented rules
2098       man: add link_priority default value
2099       scsi_id: man page fix
2100       udevadm: settle - add verbose output when running into timeout
2101       rules: Debian update
2102       rules: Debian update
2103       ignore rule with GOTO to a non-existent label
2104
2105 Thomas Koeller (1):
2106       scsi_id: include sys/stat.h
2107
2108 Tobias Klauser (1):
2109       collect: check realloc return value
2110
2111
2112 Summary of changes from v123 to v124
2113 ============================================
2114
2115 Kay Sievers (1):
2116       cdrom_id: fix recognition of blank media
2117
2118
2119 Summary of changes from v122 to v123
2120 ============================================
2121
2122 Erik van Konijnenburg (3):
2123       add substitution in MODE= field
2124       Makefile: use udevdir in "make install"
2125       volume_id: support for oracleasm
2126
2127 Harald Hoyer (1):
2128       scsi_id: retry open() on -EBUSY
2129
2130 Karel Zak (2):
2131       volume_id: remove unnecessary global variable
2132       volume_id: enable GFS probing code, add LABEL support
2133
2134 Kay Sievers (5):
2135       edd_id: call it only for sd* and hd*
2136       rename WAIT_FOR_SYSFS to WAIT_FOR and accept an absolute path
2137       rules: tape rules - use bsg device nodes for SG_IO
2138       rules: persistent net - handle "locally administered" ibmveth MAC addresses
2139       cdrom_id: export ID_CDROM_MEDIA_TRACK_COUNT_AUDIO=, ID_CDROM_MEDIA_TRACK_COUNT_DATA=
2140
2141 Michal Soltys (1):
2142       man: add NAME== match entry
2143
2144 Xinwei Hu (2):
2145       collect: realloc buffer, if needed
2146       udevd: export .udev/queue/$seqnum before .udev/uevent_seqnum
2147
2148
2149 Summary of changes from v121 to v122
2150 ============================================
2151
2152 Hannes Reinecke (2):
2153       scsi_id: remove all sysfs dependencies
2154       scsi_id: add SGv4 support
2155
2156 Karel Zak (1):
2157       volume_id: clean up linux_raid code
2158
2159 Kay Sievers (8):
2160       scsi_id:  update man page
2161       scsi_id: remove bus_id option
2162       scsi_id: add --sg-version= option
2163       rules: adapt to new scsi_id
2164       rules: adapt tape rules to new scsi_id
2165       scsi_id: add bsg.h
2166       volume_id: bump version
2167       Makefile: do not create udevcontrol, udevtrigger symlinks
2168
2169 MUNEDA Takahiro (2):
2170       man: udevd- fix udev(8) reference
2171       man: scsi_id
2172
2173 Matthias Schwarzott (1):
2174       cdrom_id: fix segfault
2175
2176
2177 Summary of changes from v120 to v121
2178 ============================================
2179
2180 Damjan Georgievski (1):
2181       libvolume_id: recognize swap partitions with a tuxonice hibernate image
2182
2183 Daniel Drake (1):
2184       writing udev rules: fix rule typos
2185
2186 David Woodhouse (1):
2187       rules_generator: net rules - add "dev_id" value to generated rules
2188
2189 Harald Hoyer (1):
2190       selinux: more context settings
2191
2192 Kay Sievers (21):
2193       udevinfo: do not replace chars when printing ATTR== matches
2194       vol_id: add --offset option
2195       cdrom_id: replace with version which also exports media properties
2196       udevd: at startup write message including version number to kernel log
2197       rules_generator: net rules - always add KERNEL== match to generated rules
2198       selinux: fix missing includes
2199       allow setting of MODE="0000"
2200       path_id: remove subsystem whitelist
2201       logging: add trailing newline to all strings
2202       scsi_id: initialize serial strings
2203       persistent device naming: also read unpartitioned media
2204       cdrom_id: add more help text
2205       add $links substitution
2206       fstab_import: add program to IMPORT matching fstab entry
2207       add OPTIONS+="event_timeout=<seconds>"
2208       write "event_timeout" to db
2209       udevadm: trigger - add --env= option
2210       udevadm: control - fix --env key to accept --env=<KEY>=<value>
2211       udevadm: info - do not print ATTR{dev}==
2212       persistent device naming: update tape rules
2213       rules: update md rules
2214
2215
2216 Summary of changes from v119 to v120
2217 ============================================
2218
2219 Kay Sievers (9):
2220       test: remove duplicated EXTRA entry
2221       rules: remove last WAIT_FOR_SYSFS, load ppdev, switch scsi_device
2222       udevadm: trigger - option to synthesize events and pass them to a socket
2223       udevadm: info - resolve devpath if symlink is given
2224       udevadm: remove old man page links and compat links for debugging tools
2225       udevadm: trigger - fix broken socket option check
2226       udevadm: trigger - fix --socket== + --verbose
2227       also accept real socket files for RUN+="socket:<path>"
2228       persistent device naming: cleanup storage rules
2229
2230 Michael Kralka (1):
2231       udevd: serialize events if they refer to the same major:minor number
2232
2233
2234 Summary of changes from v118 to v119
2235 ============================================
2236
2237 Anthony L. Awtrey (1):
2238       do not skip RUN execution if device node removal fails
2239
2240 Harald Hoyer (2):
2241       rules: Fedora update
2242       rules: do not set GROUP="disk" for scanners
2243
2244 Jiri Slaby (1):
2245       rules_generator: add missing write_net_rules unlock
2246
2247 Karel Zak (2):
2248       volume_id: fix UUID raw buffer usage
2249       volume_id: fix typo in function documentation
2250
2251 Kay Sievers (10):
2252       switch mailing lists to linux-hotplug@vger.kernel.org
2253       rules: remove tty rule which can never run because of an earlier "last_rule"
2254       volume_id: update ext detection
2255       selinux: set context for real file name not the temp name
2256       hack to allow ATTR{block/*/uevent}="change"
2257       rules_generator: add KERNEL=="<netifname>*" to generated rules
2258       persistent device naming: also run on "change" event
2259       test: add "subsystem" links to all devices
2260       sysfs: depend on "subsystem" link
2261       extend hack to allow TEST=="*/start"
2262
2263 Matthias Schwarzott (1):
2264       volume_id: respect LDFLAGS
2265
2266 Neil Williams (1):
2267       volume_id: add prefix=, exec_prefix=
2268
2269 Roy Marples (1):
2270       Makefile: do not require GNU install
2271
2272
2273 Summary of changes from v117 to v118
2274 ============================================
2275
2276 Daniel Drake (1):
2277       doc: update "writing udev rules"
2278
2279 Hannes Reinecke (1):
2280       volume_id: LVM - add uuid
2281
2282 Kay Sievers (9):
2283       remove udevstart
2284       rules_generator: do not create rules with insufficient matches
2285       man: udevadm settle - mention 180 seconds default timeout
2286       libvolume_id: squashfs - add endianess support for LZMA compression
2287       rules: add AOE rule
2288       volume_id: md - add metadata minor version
2289       volume_id: run only once into a timeout for unreadable devices
2290       create_floppy_devices: fix logic for more than one floppy device
2291       volume_id: also add readable check to probe_all()
2292
2293 Matthias Schwarzott (1):
2294       rules: Gentoo update
2295
2296 Michael Prokop (1):
2297       libvolume_id: squashfs+LZMA compression detection
2298
2299
2300 Summary of changes from v116 to v117
2301 ============================================
2302
2303 Dan Nicholson (2):
2304       extras: ignore built and generated files
2305       volume_id: create relative symlink when $(libdir) = $(usrlibdir)
2306
2307 Kay Sievers (15):
2308       usb_id: fail if vendor/product can not be retrieved
2309       rules: SUSE update
2310       firmware: do not print error if logger is missing
2311       volume_id: vfat - allow all possible sector sizes
2312       volume_id: LUKS - export version
2313       volume_id: ntfs - rely on valid master file table
2314       volume_id: bump version
2315       udevinfo: exclude "uevent" file from --attribute-walk
2316       udevadm: merge all udev tools into a single binary
2317       udevadm: accept command as option, like --help, --version
2318       udevadm: add info option --device-id-of-file=<file>
2319       Makefile: fix bogus version number than got committed
2320       udevadm: also return major==0 results for --device-id-of-file
2321       man: udevd.8 - remove udevcontrol section
2322       udevadm: control - allow command to be passed as option
2323
2324 MUNEDA Takahiro (1):
2325       man: fix udevadm.8 typo
2326
2327 Matthias Schwarzott (2):
2328       firmware: remove hardcoded path to logger
2329       rules: Gentoo update
2330
2331 VMiklos (1):
2332       rules: Frugalware update
2333
2334
2335 Summary of changes from v115 to v116
2336 ============================================
2337
2338 Bryan Kadzban (1):
2339       rules: fix typos
2340
2341 Harald Hoyer (3):
2342       check line length after comment check and whitespace strip
2343       only install *.rules
2344       remove extra space from udevinfo symlink output
2345
2346 Kay Sievers (29):
2347       rules: fix two trivial typos
2348       rules: random and urandom are 0666
2349       rules: add REMOVE_CMD rule
2350       track "move" events to rename database and failed files
2351       rules: Gentoo update
2352       rules: add i2o driver rule
2353       man: recreate man pages
2354       volume_id: fix linux_raid metadata version 1.0 detection
2355       add $name substitution
2356       do not delete the device node with ignore_remove, but handle the event
2357       print warning for invalid TEST operations
2358       rules: do not delete /lib/udev/devices/ nodes on "remove"
2359       rules: remove broken nvram group assignment without any permission
2360       add /dev/rtc symlink if new rtc drivers are used
2361       increase WAIT_FOR_SYSFS timeout to 10 seconds
2362       rules: put bsd nodes in /dev/bsd/ directory
2363       path_id: fix for stacked class devices
2364       ignore device node names while restoring symlinks from the stack
2365       use SEQNUM in /dev/.udev/queue/ instead of devpath
2366       rules: add memstick module loading
2367       udevinfo: simplify symlink printing logic
2368       prevent wrong symlink creation if database disagress with current rules
2369       fix wrong variable used in logged string
2370       update README
2371       rule_generator: move all policy from write_net_rules to the rules file
2372       rules: call usb_id only for SUBSYSTEMS=="usb"
2373       rules: split out and fix persistent tape rules
2374       fix debug output string
2375       rule_generator: always match netif type in generated rule
2376
2377 Matthias Schwarzott (3):
2378       rules: Gentoo update
2379       rules: Gentoo update
2380       rules: Gentoo update
2381
2382 Michael Morony (1):
2383       set buffer size if strlcpy/strlcat indicate truncation
2384
2385 maximilian attems (1):
2386       correct includes in udev_selinux.c
2387
2388
2389 Summary of changes from v114 to v115
2390 ============================================
2391
2392 Harald Hoyer (1):
2393       rules: fix typo in 80-drivers.rules
2394
2395 Kay Sievers (15):
2396       rules: add default rules
2397       rules: update SUSE rules
2398       rules: add packages rules
2399       rules: add ia64 rules
2400       rules: move md-raid rules to packages dir
2401       rules: run vol_id only for partitions
2402       rules: update Fedora rules
2403       edd_id: move persistent rules to its own file
2404       accept relative path for TEST
2405       rules: add iowarrior rule
2406       volume_id: fix sqashfs detection
2407       do not ignore dynamic rule if it is the last one in the list
2408       rule_generator: fix wrong DRIVERS!= logic
2409       rules: update Fedora
2410       Makefile: install default rules
2411
2412 Marco d'Itri (3):
2413       rules_generator: remove policy from write_cd_rules
2414       rules_generator: fix write_cd_rules when similar names exist in the root directory
2415       rules: Debian update
2416
2417
2418 Summary of changes from v113 to v114
2419 ============================================
2420
2421 Hannes Reinecke (3):
2422       collect: extra to synchronize actions across events
2423       add $driver subtitution
2424       rules_generator: add S/390 persistent network support
2425
2426 Kay Sievers (24):
2427       rules_generator: remove executable flag from include file
2428       always unlink temporary file before creating new one
2429       rules: SUSE update
2430       volume_id: ext4 detection
2431       udevtrigger: allow to specify action string
2432       add option to RUN key to ignore the return value of the program
2433       use global udev_log variable instead of parameter in run_program
2434       add udev_rules_run() to handle RUN list
2435       move udev_utils_run.c into udev_rules.c
2436       rules: SUSE update
2437       name_list: rename loop_name -> name_loop
2438       handle dynamic rules created in /dev/.udev/rules.d/
2439       allow SYMLINK== match
2440       libvolume_id: use /usr/$libdir in pc file
2441       Makefile: add --as-needed flag to ld
2442       restore behavior of NAME==
2443       rules_generator: remove "installation" function
2444       udevtrigger: trigger "driver" events
2445       rules: update SUSE
2446       rules: Fedora update
2447       rules: add "do not edit" comment
2448       rules: Fedora update
2449       rules_generator: skip random MAC addresses
2450       write changed network interface names to the kernel log
2451
2452 Matthias Schwarzott (3):
2453       rules: Gentoo update
2454       fix inotify to work not only once
2455       rules: Gentoo update
2456
2457 Richard Hughes (1):
2458       Makefile: add "make dist" for nightly snapshots
2459
2460
2461 Summary of changes from v112 to v113
2462 ============================================
2463
2464 David Zeuthen (1):
2465       vol_id: do not fail if unable to drop privileges
2466
2467 Kay Sievers (12):
2468       add missing ChangeLog
2469       make ATTR{[$SUBSYSTEM/$KERNEL]<attr>}="<value>" working
2470       rules: recognize partitions and disk devices properly
2471       rules: SUSE update
2472       atomically replace existing nodes and symlinks
2473       do not try to create existing file
2474       info() for ignore_remove
2475       rules: SUSE update
2476       Makefile: check for missing ChangeLog or RELEASE-NOTES at release
2477       allow to disable the replacement of unusual characters
2478       no newline in log messages
2479       udevd: do not use syslog if --verbose (debugging) is used
2480
2481 Tobias Klauser (1):
2482       fix typo in udev_utils_run.c
2483
2484
2485 Summary of changes from v111 to v112
2486 ============================================
2487
2488 Fabio Massimo Di Nitto (1):
2489       rules: ignore partitons that span the entire disk
2490
2491 Hannes Reinecke (1):
2492       cciss device support
2493
2494 Kay Sievers (34):
2495       udevd: close /proc/meminfo after reading
2496       create_floppy_devices: remove dead "unlink" code
2497       volume_id: add function documentation
2498       udev_db: escape path names with \x00 instead of %00
2499       udevsettle: use long options
2500       replace_chars: replace spaces in node name
2501       volume_id: add and export string encoding function
2502       vol_id: export encoded strings
2503       rules: use encoded strings instead of skipping characters
2504       udevtest: print message before log output
2505       volume_id: escape % character
2506       replace_chars: replace % character
2507       IMPORT: do not mangle whitespace
2508       scsi_id: do not install symlink in /sbin
2509       rules: SUSE update
2510       volume_id: terminate overlong label strings
2511       scsi_id: add long options
2512       rules: use long options for scsi_id
2513       path_id: skip subsystem directory
2514       rules: fix cciss rule
2515       rules: SUSE update
2516       scsi_id: fix typo in help text
2517       fix "do not access parent" warning for ATTR{}
2518       sysfs: add device lookup by $SUBSYSYTEM:$KERNEL
2519       events for "bus" and "class" registration must be matched as "subsystem"
2520       udevtest: add --subsystem option
2521       sysfs: change order of subsystem lookup
2522       add $sys substitution
2523       add TEST=="<file>" key
2524       add "[$SUBSYSTEM/$KERNEL]<attribute>" lookup
2525       sysfs: handle bus/class top-level directories
2526       sysfs: skip unknown sysfs directories
2527       rules: SUSE update
2528       release 112
2529
2530 Miklos Vajna (2):
2531       create_floppy_devices: add man page
2532       path_id: remove on make uninstall
2533
2534 Ryan Lortie (1):
2535       volume_id: support for long-filename based labels
2536
2537 Scott James Remnant (2):
2538       replace_untrusted_chars: replace all whitespace with space
2539       run_program: log "info" not "error" if program is missing
2540
2541
2542 Summary of changes from v110 to v111
2543 ============================================
2544
2545 Kay Sievers (19):
2546       rules: SUSE update
2547       rules: Fedora update
2548       volume_id: use md native uuid format
2549       vol_id: use long options
2550       volume_id: add volume_id_get_* functions
2551       vol_id: use volume_id_get_*
2552       udevd: use fgets() to read /proc files
2553       volume_id: add internal UUID_STRING
2554       volume_id: add DDF support
2555       vol_id: README update
2556       volume_id: rename UUID_64BIT_LE/BE
2557       vol_id: add ID_FS_UUID_SAFE
2558       rules: use ID_FS_UUID_SAFE
2559       rules: SUSE update
2560       volume_id: give access to list of all available probers
2561       vol_id: use libvolume_id prober list for --probe-all
2562       volume_id: add remaining names for prober lookup by type
2563       rules: SUSE update
2564       volume_id: vol_id depends on libvolume_id
2565
2566 Matthias Schwarzott (2):
2567       volume_id: fix Makefile for parallel make
2568       rules: Gentoo update
2569
2570
2571 Summary of changes from v109 to v110
2572 ============================================
2573
2574 Harald Hoyer (1):
2575       udevcontrol: allow to set global variables in udevd
2576
2577 Kay Sievers (13):
2578       remove eventrecorder.sh
2579       update SUSE rules
2580       volume_id: add md metadata 1.0, 1.1, 1.2 support
2581       unset variable with ENV{VAR}=""
2582       delete copies of default rules in SUSE rules
2583       volume_id: ext - fix endianess in version number
2584       rules: Fedora update
2585       volume_id: old md metadata has only 32 bit for the uuid
2586       volume_id: minix version 3 support
2587       don't create $tempnode for devices without major
2588       usb_id: add <devpath> to help text
2589       ata_id: use getopt_long()
2590       rules: SUSE update
2591
2592 Matthias Schwarzott (3):
2593       Makefile: respect CFLAGS/LDFLAGS
2594       rules: Gentoo update
2595       ata_id: don't log error for libata devices on older kernels
2596
2597
2598 Summary of changes from v108 to v109
2599 ============================================
2600
2601 Harald Hoyer (1):
2602       create_floppy_devices: create nodes with correct selinux context
2603
2604 Kay Sievers (11):
2605       udevtest: export ACTION string if given as option
2606       update SUSE rules
2607       make ACTION!="add|change" working
2608       udevtest: import uevent variables if possible
2609       udevinfo: export all information stored in database
2610       default rules: add libata compat links
2611       create_path: don't fail if something else created the directory
2612       udevd: fix serialization of events
2613       path_id: remove broken example
2614       libvolume_id: do not install static library
2615       update SUSE rules
2616
2617 Matthias Schwarzott (2):
2618       update Gentoo rules
2619       persistent device naming: add joystick links
2620
2621 VMiklos (1):
2622       path_id: add man page
2623
2624
2625 Summary of changes from v107 to v108
2626 ============================================
2627
2628 Kay Sievers (3):
2629       udevinfo: relax check for the correct device if looked up by name
2630       don't write to sysfs files during test run
2631       finally remove the directory event-multiplexer crap
2632
2633 Matthias Schwarzott (2):
2634       write_cd_rules: set default link type to "by-id" for usb and ieee1394 devices
2635       update Gentoo rules
2636
2637 Pozsar Balazs (1):
2638       udevsettle: read udev not kernel seqnum first
2639
2640
2641 Summary of changes from v106 to v107
2642 ============================================
2643
2644 Jean Tourrilhes (1):
2645       udevtest: export UDEV_LOG if we changed it
2646
2647 Kay Sievers (33):
2648       man: add missing options to various man pages
2649       man: fix typo
2650       create_floppy_devices: apply specified mode without umask
2651       man: spelling fixes
2652       udevmonitor: add switch for kernel and udev events
2653       default rules: wait for 0:0:0:0 scsi devices only
2654       update Fedora rules
2655       delete dasd_id, it moved to s390-tools
2656       update Gentoo rules
2657       encode db-file names, instead of just replacing '/'
2658       update internal variables if we see $DEVPATH during IMPORT
2659       increase /proc/stat buffer
2660       maintain index over device-names to devpath relation
2661       restore overwritten symlinks when the device goes away
2662       store devpath with the usual leading slash
2663       add link_priority to rule options, and store it in database
2664       pick actual valid device in udev_db_lookup_name
2665       cleanup already existing db-entries and db-index on device update
2666       selinux: move selinux_exit() to the main programs
2667       remove old error message
2668       read list of devices from index, make index private to database
2669       priority based symlink handling
2670       volume_id: get rid of compiler warning
2671       udevinfo: remove -d option
2672       update %n on netif name change
2673       if a node goes away, possibly restore a waiting symlink
2674       update TODO
2675       man: add "link_priority" option
2676       update SUSE rules
2677       udevtest: add --force mode
2678       udevinfo: print link priority
2679       usb_id: append target:lun to storage device serial
2680       run_directory: add final warning before removal
2681
2682 Marco d'Itri (1):
2683       update Debian rules
2684
2685 Matthias Schwarzott (2):
2686       udevd: cleanup std{in,our,err} on startup
2687       udevmonitor: fix swapped event switch descriptions
2688
2689
2690 Summary of changes from v105 to v106
2691 ============================================
2692
2693 A. Costa (1):
2694       man: fix typos in scsi_id and udevd
2695
2696 Andrey Borzenkov (2):
2697       vol_id: add -L to print raw partition label
2698       vol_id: document -L
2699
2700 Jamie Wellnitz (1):
2701       persistent device naming: tape devices and medium changers
2702
2703 Kay Sievers (15):
2704       exclude parent devices from DRIVER== match
2705       volume_id: really fix endianess bug in linux_raid detection
2706       release 105
2707       man: correct udevinfo --export-db
2708       path_id: append LUN to iSCSI path
2709       create_floppy_devices: add option for owner/group
2710       update example rules
2711       apply format chars to ATTR before writing to sysfs
2712       add (subsystem) to udevmonitor output
2713       update DRIVER== changes
2714       remove --version from the udevinfo man page
2715       add test for an attribute which contains an operator char
2716       man: add note about parent matching behavior
2717       scsi_id: accept tabs in /etc/scsi_id.conf
2718       remove dead rule in persistent tape rules
2719
2720 Matthias Schwarzott (4):
2721       correct typo in extras/scsi_id/scsi_id.conf
2722       fix retry-loop in netif-rename code
2723       add option --version to udevd
2724       rule_generator: fix for creating rules on read-only filesystem
2725
2726 Peter Breitenlohner (1):
2727       fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
2728
2729 Sergey Vlasov (3):
2730       udevd: init signal pipe before daemonizing
2731       unlink old database file before creating a new one
2732       fix %c $string substitution
2733
2734 Theodoros V. Kalamatianos (1):
2735       fix udev attribute names with a colon
2736
2737
2738 Summary of changes from v104 to v105
2739 ============================================
2740
2741 A. Costa (1):
2742       man: fix typos in scsi_id and udevd
2743
2744 Andrey Borzenkov (2):
2745       vol_id: add -L to print raw partition label
2746       vol_id: document -L
2747
2748 Kay Sievers (2):
2749       exclude parent devices from DRIVER== match
2750       volume_id: really fix endianess bug in linux_raid detection
2751
2752 Matthias Schwarzott (2):
2753       correct typo in extras/scsi_id/scsi_id.conf
2754       fix retry-loop in netif-rename code
2755
2756 Peter Breitenlohner (1):
2757       fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
2758
2759 Sergey Vlasov (3):
2760       udevd: init signal pipe before daemonizing
2761       unlink old database file before creating a new one
2762       fix %c $string substitution
2763
2764
2765 Summary of changes from v103 to v104
2766 ============================================
2767
2768 Kay Sievers (12):
2769       update Fedora rules
2770       update example rules
2771       update SUSE rules
2772       update SUSE rules
2773       volume_id: fix endianess bug in linux_raid detection
2774       man: fix udevmonitor text
2775       man: recreate from xml
2776       rename config "filename" to "dir"
2777       remove outdated documentation
2778       rename "udev.c" to "test-udev.c" - it is only for testing
2779       update Fedora rules
2780       use git-archive instead of git-tar-tree
2781
2782 Kazuhiro Inaoka (1):
2783       inotify syscall definitions for M32R
2784
2785 Marco d'Itri (2):
2786       write_cd_rules: identity-based persistence
2787       scsi_id: remove trailing garbage from ID_SERIAL_SHORT
2788
2789 Russell Coker (1):
2790       SELinux: label created symlink instead of node
2791
2792
2793 Summary of changes from v102 to v103
2794 ============================================
2795
2796 Kay Sievers:
2797       persistent storage rules: skip gnbd devices
2798       volume_id: add checksum check to via_raid
2799       volume_id: add comment about hfs uuid conversion
2800       update SUSE rules
2801       update Fedora rules
2802
2803
2804 Summary of changes from v101 to v102
2805 ============================================
2806
2807 Daniel Drake:
2808       writing_udev_rules: fix typo in example rule
2809
2810 Kay Sievers:
2811       create missing ChangeLog for version 101
2812       update SUSE rules
2813       update default rules
2814       first try "subsystem" link at a parent device, before guessing
2815       if /sys/subsystem exists, skip class, bus, block scanning
2816       scsi_id: export ID_SERIAL_SHORT without vendor/product
2817       update SUSE rules
2818
2819 MUNEDA Takahiro:
2820       path_id: fix SAS disk handling
2821
2822
2823 Summary of changes from v100 to v101
2824 ============================================
2825
2826 Arjan Opmeer:
2827       fix udevinfo help text typo
2828
2829 Bryan Kadzban:
2830       cleanup default rules
2831       add IMPORT operations to the udev man page
2832
2833 Kay Sievers:
2834       remove Makefile magic for leading '0' in version
2835       udevd: use getopt_long()
2836       udevd: add --verbose option to log also to stdout
2837       udevd: add --debug-trace option
2838       rule_generator: improve net rule comment generation
2839       volume_id: correct iso9660 high sierra header
2840       warn if a PHYSEDV* key, the "device" link, or a parent attribute is used
2841       don't print PHYSDEV* warnings for old WAIT_FOR_SYSFS rules
2842       udevinfo: print error in --attribute-walk
2843       udev_sysfs: unify symlink resolving
2844       udevtrigger: trigger devices sorted by their dependency
2845       fix spelling in deprecation warning
2846       release 101
2847
2848 Michał Bartoszkiewicz:
2849       udevtrigger: fix typo that prevents partition events
2850
2851 Miles Lane:
2852       clarify "specified user/group unknown" error
2853
2854 Piter PUNK:
2855       update slackware rules
2856
2857 VMiklos:
2858       update Frugalware rules
2859
2860
2861 Summary of changes from v099 to v100
2862 ============================================
2863
2864 Kay Sievers:
2865       update SUSE rules
2866       fix messed up ChangeLog from release 099
2867       man: add $attr{} section about symlinks
2868       revert persistent-storage ata-serial '_' '-' replacement
2869
2870
2871 Summary of changes from v098 to v099
2872 ============================================
2873
2874 Greg KH:
2875       update Gentoo rules
2876
2877 Kay Sievers:
2878       udev_db.c: include <sys/stat.h>
2879       use fnmatch() instead of our own pattern match code
2880       rename major/minor variable to maj/min to avoid warning
2881       update source file headers
2882       udevtest: print header that ENV{} can't work
2883       update TODO
2884       udevtrigger: options to filter by subsystem and sysfs attribute
2885       udevtrigger: remove unused longindex
2886       udevinfo: use long options
2887       udevd: use files instead of symlinks for /dev/.udev/queue,failed
2888       udevtrigger: fix pattern match
2889       reorder options in udevinfo man page
2890       udevinfo: fix SUBSYTEMS spelling error
2891       fix ENV{TEST}="Test: $env{TEST}"
2892       let $attr{symlink} return the last element of the path
2893       cdrom_id: add rules file to call cdrom_id
2894       udevinfo: do not show symlinks as attributes in --attribute-walk
2895       remove broken name_cdrom.pl
2896
2897 Marco d'Itri:
2898       update Debian rules
2899       run_program: close pipe fd's which are connected to child process
2900       add persistent rules generator for net devices and optical drives
2901
2902 MUNEDA Takahiro:
2903       changes rules for ata disk from '_' to '-'
2904
2905 Sergey Vlasov:
2906       make struct option arrays static const
2907       fix "subsytem" typo
2908
2909
2910 Summary of changes from v097 to v098
2911 ============================================
2912
2913 Alex Merry:
2914       udevtest: allow /sys in the devpath paramter
2915
2916 Harald Hoyer:
2917       selinux: init once in the daemon, not in every event process
2918
2919 Kay Sievers:
2920       udevd: remove huge socket buffer on the control socket
2921       man page: fix typo
2922       rename udev_libc_wrapper -> udev_sysdeps
2923       db: store devpath - node relationship for all devices
2924       udevinfo: allow -a -n <node>
2925       udevinfo, udevtest: simplify '/sys' stripping from devpath argument
2926       lookup_user, lookup_group: report "unknown user" and "lookup failed"
2927       consistent key naming to match only the event device or include all parent devices
2928       skip rule, if too may keys of the same type are used
2929       introduce ATTR{file}="value" to set sysfs attributes
2930       update SUSE rules
2931       update default rules
2932       export DRIVER for older kernels as a replacement for PHYSDEVDRIVER
2933       fix typo in SUBSYSTEMS key parsing
2934       udevtrigger: add --retry-failed
2935       volume_id: add suspend partition detection
2936       vol_id: use primary group of 'nobody' instead of 'nogroup'
2937       remove built-in /etc/passwd /etc/group parser
2938       always expect KEY{value} on ATTR, ATTRS, ENV keys
2939       use new key names in test programs
2940       cleanup commandline argument handling
2941       db: don't create a db file for only a node name to store
2942       man: add ATTR{file}="value" assignment
2943
2944 Lennart Poettering:
2945       volume_id: fix fat32 cluster chain traversal
2946
2947 Marco d'Itri:
2948       fix 'unknow user' error from getpwnam/getgrnam
2949       fix rc when using udev --daemon
2950       update Debian rules
2951
2952 Michał Bartoszkiewicz:
2953       man pages: fix typos
2954
2955
2956 Summary of changes from v096 to v097
2957 ============================================
2958
2959 Anssi Hannula:
2960       add joystick support to persistent input rules
2961
2962 Kay Sievers:
2963       firmware.sh: remove needless '/'
2964       vol_id: add --skip-raid and --probe-all option
2965       switch uevent netlink socket to group 1 only
2966       increase /proc/stat read buffer
2967       use "change" instead of "online" events
2968       remove 'static' from local variable
2969       libvolume_id: add parameter 'size' to all probe functions
2970       man pages: replace 'device-path' by 'devpath'
2971       man pages: work around xmlto which tries to be smart
2972       refresh vol_id man page
2973       udevinfo: add DRIVER==
2974       Makefile: fix dependency
2975       libvolume_id: read ufs2 label
2976       switch ifdef __KLIBC__ to ifndef __GLIBC__
2977       report failing getpwnam/getgrnam as error
2978       rename udevcontrol message types and variables
2979       initialize unused sockets to -1
2980       udevd: remove useless udevinitsend parameter
2981       update README
2982       udevd: autotune max_childs/max_childs_running
2983       update frugalware rules
2984       update SUSE rules
2985       move default rules to etc/udev/rules.d/
2986       add 'crypto' devices to persistent storage rules
2987       add late.rules to default rules
2988       update Fedora rules
2989       don't report an error on overlong comment lines
2990       update SUSE rules
2991       udevd: read DRIVER from the environment
2992
2993 Marco d'Itri:
2994       make rename_netif() error messages useful
2995       path_id: fix an harmless syntax error
2996
2997 Piter PUNK:
2998       update slackware rules
2999
3000 Richard Purdie:
3001       Fix inotify syscalls on ARM
3002
3003
3004 Summary of changes from v095 to v096
3005 ============================================
3006
3007 Kay Sievers:
3008       Makefiles: fix .PHONY for man page target
3009       allow longer devpath values
3010       path_id: prepare for new sysfs layout
3011
3012
3013 Summary of changes from v094 to v095
3014 ============================================
3015
3016 Kay Sievers:
3017       update SUSE rules
3018       don't remove symlinks if they are already there
3019       allow "online" events to create/update symlinks
3020       udevinfo: clarify parent device attribute use
3021       update SUSE rules
3022       netif rename: optimistic loop for the name to become free
3023       remove broken %e enumeration
3024
3025 Tobias Klauser:
3026       print usage of udevcontrol when no or invalid command is given
3027
3028
3029 Summary of changes from v093 to v094
3030 ============================================
3031
3032 Daniel Drake:
3033       update "writing udev rules"
3034
3035 Kay Sievers:
3036       libvolume_id: gfs + gfs2 support
3037       remove MODALIAS key and substitution
3038       add persistent-input.rules
3039
3040 Marco d'Itri:
3041       update Debian rules
3042
3043
3044 Summary of changes from v092 to v093
3045 ============================================
3046
3047 Hannes Reinecke:
3048       path_id: add support for iSCSI devices
3049
3050 Kay Sievers:
3051       libvolume_id: fat - check for signature at end of sector
3052       libvolume_id: add more software raid signatures
3053       update Fedora rules
3054       path_id: prevent endless loop for SAS devices on older kernels
3055       remove udevsend
3056       replace binary firmware helper with shell script
3057       skip device mapper devices for persistent links
3058
3059
3060 Summary of changes from v091 to v092
3061 ============================================
3062
3063 Kay Sievers:
3064       don't include stropts.h, some libc's don't like it
3065       udevd: create leading directories for /dev/.udev/uevent_seqnum
3066       vol_id: fix logging from libvolume_id's log function
3067       update SUSE rules
3068       update SUSE rules
3069       add more warnings for invalid key operations
3070       fix offsetof() build issue with recent glibc
3071       selinux: fix typo in block device node selection
3072       vol_id: add NetWare volume detection
3073       edd_id: fix "(null)" output if "mbr_signature" does not exist
3074       update Fedora rules
3075       libvolume_id: nss - use different uuid
3076
3077 Libor Klepac:
3078       path_id: add platform and serio support
3079
3080 Marco d'Itri:
3081       update Debian rules
3082       path_id: fix bashism
3083
3084
3085 Summary of changes from v090 to v091
3086 ============================================
3087
3088 Hannes Reinecke:
3089       path_id: fix SAS device path generation
3090
3091 Kay Sievers:
3092       udevtest: don't try to delete symlinks
3093       persistent rules: fix typo in dm rule
3094       allow NAME=="value" to check for already assigned value
3095       udevd: export initial sequence number on startup
3096
3097
3098 Summary of changes from v089 to v090
3099 ============================================
3100
3101 Kay Sievers:
3102       udevd: export current seqnum and add udevsettle
3103       volume_id: fix endianess conversion typo for FAT32
3104       merge device event handling and make database content available on "remove"
3105       set default udevsettle timeout to 3 minutes
3106       export INTERFACE_OLD if we renamed a netif
3107       let udevmonitor show the possibly renamed devpath
3108       volume_id: move some debug to info level
3109       udevtrigger: fix event order
3110       usb_id: remove uneeded code
3111       remove old symlinks before creating current ones
3112       path_id: fix loop for SAS devices
3113       apply format char to variables exported by ENV
3114
3115 Marco d'Itri:
3116       add inotify support for hppa and MIPS and log if inotify is not available
3117
3118 Matt Kraai:
3119       fix typo in error message
3120
3121
3122 Summary of changes from v088 to v089
3123 ============================================
3124
3125 Hannes Reinecke:
3126       path_id: add bus to USB path
3127
3128 Kay Sievers:
3129       change rule to skip removable IDE devices
3130       don't create uuid/label links for raid members
3131       volume_id: provide library
3132       fix rule order for persistent tape links
3133       update man page
3134       volume_id: provide a custom debug function
3135       volume_id: rename subdirectory
3136       volume_id: use shared library by default
3137       because is better than cause
3138       volume_id: remove some global symbols
3139       volume_id: define exported symbols
3140       remove all stripping code
3141       man pages: mention udev(7) not udev(8)
3142       update Debian rules
3143       move all *_id programs to /lib/udev/
3144       update Red Hat rules
3145       update SUSE rules
3146       pass CROSS_COMPILE to AR and RANLIB down to extras/
3147       volume_id: update README
3148       volume_id: generate man page from xml source
3149       update README
3150       fix symlink targets in Makefiles
3151
3152
3153 Summary of changes from v087 to v088
3154 ============================================
3155
3156 Hannes Reinecke:
3157       persistent links: add scsi tape links and usb path support
3158
3159 Kay Sievers:
3160       volume_id: add squashfs detection
3161       reset signal handler in event process
3162       correct use of fcntl()
3163       add udevtrigger to request events for coldplug
3164       add ',' to trusted chars
3165       volume_id: remove partition table parsing code
3166       volume_id: remove all partition table support
3167       fix spelling error in debug string
3168       rename "persistent disk" to "persistent storage"
3169       fix output for USB path
3170
3171
3172 Summary of changes from v086 to v087
3173 ============================================
3174
3175 Hannes Reinecke:
3176       path_id: support SAS devices
3177
3178 Kay Sievers:
3179       fix persistent disk rules to exclude removable IDE drives
3180       warn about %e, MODALIAS, $modalias
3181       remove devfs rules and scripts
3182
3183 Masatake YAMATO:
3184       typo in debug text in udev_run_hotplugd.c
3185
3186
3187 Summary of changes from v085 to v086
3188 ============================================
3189
3190 Kay Sievers:
3191       volume_id: replace __packed__ by PACKED macro
3192       volume_id: split raid and filesystem detection
3193       volume_id: add missing return
3194       udevd: fix queue export for multiple events for the same device
3195
3196 Kyle McMartin:
3197       workaround missing kernel headers for some architectures
3198
3199 Nix:
3200       update to udev-084/doc/writing_udev_rules
3201
3202
3203 Summary of changes from v084 to v085
3204 ============================================
3205
3206 Andrey Borzenkov:
3207       Fix trivial spelling errors in RELEASE-NOTES
3208
3209 Jeroen Roovers:
3210       fix typo in parisc support to path_id
3211
3212 Kay Sievers:
3213       make WAIT_FOR_SYSFS usable in non "wait-only" rules
3214       fix typo in man page
3215       include sys/socket.h for klibc build
3216       cramfs detection for bigendian
3217       exit WAIT_FOR_SYSFS if the whole device goes away
3218       update SUSE rules
3219       update Red Hat rules
3220       update Gentoo rules
3221       include errno.h in udev_libc_wrapper.c
3222
3223
3224 Summary of changes from v083 to v084
3225 ============================================
3226
3227 Kay Sievers:
3228       update SUSE rules
3229       switch CROSS to CROSS_COMPILE
3230       replace fancy silent build program by simple kernel build like logic
3231       move manpages to top level
3232       remove UDEVD_UEVENT_INITSEND
3233       whitespace fixes
3234       scsi_id: remove dead files
3235       optimize sysfs device and attribute cache
3236       let SYSFS{} look at the device, not only the parent device
3237       add debug output to sysfs operations
3238
3239
3240 Summary of changes from v082 to v083
3241 ============================================
3242
3243 Andrey Borzenkov:
3244       man page: document when substitutions are applied for RUN and other keys
3245       check for ignore_device in loop looks redundant
3246
3247 Kay Sievers:
3248       udevstart: fix NAME="" which prevents RUN from being executed
3249       find programs in /lib/udev for IMPORT if {program} is not given
3250       don't add $SUBSYSTEM automatically as $1 to programs
3251       remove redundant substitution of RUN key
3252
3253
3254 Summary of changes from v081 to v082
3255 ============================================
3256
3257 Andrey Borzenkov:
3258       substitute format chars in RUN after rule matching
3259
3260 Kay Sievers:
3261       scsi_id, usb_id: request device parent by subsystem
3262       path_id: work with "all devices in /sys/devices"
3263       ignore all messages with missing devpath or action
3264       Makefile: remove dynamic config file generation
3265       path_id: handle fiber channel (Hannes Reinecke <hare@suse.de>)
3266       usb_id: don't fail on other subsytems than "scsi"
3267       don't do RUN if "ignore_device" is given
3268       increase kernel uevent buffer size
3269       move udev(8) manpage to udev(7)
3270       recreate man pages from xml source
3271       remove udev, udevstart, udevsend from the default installation
3272       update SUSE rules
3273       rename apply_format() cause it is public now
3274       udevtest: add udev_rules_apply_format() to RUN keys
3275       let "ignore_device" always return the event successfully
3276
3277 Olivier Blin:
3278       fixes udev build with -fpie
3279
3280
3281 Summary of changes from v080 to v081
3282 ============================================
3283
3284 Kay Sievers:
3285       add DEVLINKS to "remove" event
3286       better log text and comments
3287       vol_id: probe volume as user nobody
3288       fix BUS, ID, $id usage
3289       prepare moving of /sys/class devices to /sys/devices
3290
3291
3292 Summary of changes from v079 to v080
3293 ============================================
3294
3295 Brent Cook:
3296       fix dependency for make -j2
3297
3298 coly:
3299       fix man page typos
3300
3301 Kay Sievers:
3302       update RELEASE-NOTES + TODO
3303       fix typo in man page
3304       update TODO
3305       update SUSE rules
3306       path_id: fix invalid character class
3307       replace libsysfs
3308
3309 Marco d'Itri:
3310       udev_selinux.c: include udev.h
3311
3312
3313 Summary of changes from v078 to v079
3314 ============================================
3315
3316 Kay Sievers:
3317       don't log error if database does not exist
3318       use udev_root instead of "/dev"in selinux matchpathcon_init_prefix()
3319       scsi_id: read page 0x80 with libata drives
3320       update SUSE rules
3321       remove %e from man page
3322
3323
3324 Summary of changes from v077 to v078
3325 ============================================
3326
3327 Greg Kroah-Hartman:
3328       Update Gentoo udev main rule file.
3329       add parisc support to path_id
3330
3331 Hannes Reinecke:
3332       scsi_id: -u fold multiple consecutive whitespace chars into single '_'
3333
3334 Harald Hoyer:
3335       optimize SELinux path match
3336
3337 Kay Sievers:
3338       update README
3339       allow C99 statements
3340       fix segfaulting create_floppy_devices
3341       update SUSE rules
3342       remove unused variables
3343       remove default settings in udev.conf
3344       clearenv() is now part of klibc
3345       add DEVLINKS to the event environment
3346
3347 Kurt Garloff:
3348       scsi_id: support pre-SPC3 page 83 format
3349
3350
3351 Summary of changes from v076 to v077
3352 ============================================
3353
3354 Kay Sievers:
3355       merge two consecutive static strlcat's
3356       don't return an error, if "ignore_device" is used
3357       remove outdated and misleading stuff
3358       move SEQNUM event skipping to udevsend
3359       update RELEASE-NOTES
3360       update SUSE rules
3361       allow programs in /lib/udev called without the path
3362       update SUSE rules
3363       add target to to generate ChangeLog section
3364       update Red Hat rules
3365
3366 Marco d'Itri:
3367       allow to overwrite the configured udev_root by exporting UDEV_ROOT
3368       let udevsend ignore events with SEQNUM set
3369       update Debian rules
3370
3371
3372 Summary of changes from v75 to v076
3373 ============================================
3374
3375 Kay Sievers:
3376       fix typo in eventrecorder
3377       volume_id: include stddef.h header
3378       remove misleading install instructions
3379       remove all built-in wait_for_sysfs logic
3380       add linux/types.h back, old glibc-kernel-headers want it
3381       volume_id: use glibc's byteswap
3382       udevd: ignore all messages without DEVPATH
3383       udevd: track exit status of event process
3384       udevd: export event queue and event state
3385       remove "udev_db" option from config file
3386       Makefile: remove exec_prefix and srcdir
3387       update README and RELEASE-NOTES
3388       udevd: track killed event processes as failed
3389       update README
3390       don't start udevd from udevsend
3391       udevd: add a missing return
3392       libvolume_id: fix weird fat volume recognition
3393       move some helpers from extras to /lib/udev
3394
3395 Scott James Remnant:
3396       move delete_path() to utils
3397       clean-up empty queue directories
3398       Makefile: fail, if submake fails
3399
3400
3401 Summary of changes from v74 to v075
3402 ============================================
3403
3404 Greg Kroah-Hartman:
3405       Make run_directory.c stat the place it is going to try to run.
3406
3407 Kay Sievers:
3408       forgot the ChangeLog for 074
3409       volume_id: provide libvolume_id.a file
3410       remove our own copy of klibc
3411       remove outdated HOWTO
3412       update TODO
3413       update SUSE rules
3414       remove completely useless start script
3415       fix tests and remove no longer useful stuff
3416       replace udeveventrecorder by a shell script
3417
3418
3419 Summary of changes from v73 to v074
3420 ============================================
3421
3422 Kay Sievers:
3423       never queue events with TIMEOUT set
3424       let NAME="" supress node creation, but do RUN keys
3425       remove udevinitsend
3426       update .gitignore
3427
3428 Marco d'Itri:
3429       add strerror() to error logs
3430       move some logging from dbg() to info()
3431
3432
3433 Summary of changes from v72 to v073
3434 ============================================
3435
3436 Kay Sievers:
3437       udevd: depend on netlink and remove all sequence reorder logic
3438       print useconds in udevmonitor
3439       add RELEASE-NOTES, update TODO
3440
3441
3442 Summary of changes from v71 to v072
3443 ============================================
3444
3445 Ananth N Mavinakayanahalli:
3446   libsysfs: translate devpath of the symlinked class devices to its real path
3447
3448 Jan Luebbe:
3449   add man pages for *_id programs
3450
3451 Kay Sievers:
3452   volume_id: add OCFS Version 1
3453   volume_id: add Veritas fs
3454   volume_id: check ext fs for valid blocksize, cause magic is only 2 bytes
3455   volume_id: move blocksize validation to fix jbd recognition
3456   volume_id: fix typo in ocfs
3457   volume_id: add vxfs include
3458   volume_id: make FAT32 recognition more robust
3459   volume_id: Version 051
3460   volume_id: fix typo in ext blocksize check
3461   volume_id: Version 052
3462   FAQ: remove confusing statement about module loading
3463   cleanup compiler/linker flags
3464   use DESTDIR on uninstall, no need to pass prefix to submake
3465   allow to pass STRIPCMD, to skip stripping of binaries
3466   cleanup make release
3467   fix the new warnings I asked for
3468   move rules parsing into daemon
3469   "make STRIPCMD=" will disable the stripping of binaries
3470   remove no longer working udevd-test program
3471   "STRIPCMD=" for the EXTRAS
3472   add dummy inotify syscalls on unsupported architecture
3473   remove no longer needed waiting for "dev" file
3474   revert the "read symlink as device patch"
3475   use libsysfs to translate the class linke to the device path
3476   libsysfs: remove brute-force "bus", "driver" searching for old kernels
3477   test: add "driver" and "bus" links to test sysfs tree
3478   update RELEASE-NOTES
3479   udevd: don't daemonize before initialization
3480   log to console if syslog is not available
3481   udevd: disable OOM
3482   remove precompiled rules option
3483   export DEVNAME on "remove" only if we really got a node to remove
3484   fix typo in umask()
3485
3486
3487 Summary of changes from v70 to v071
3488 ============================================
3489
3490 Greg Kroah-Hartman:
3491       Remove the udev.spec file as no one uses it anymore
3492
3493 John Hull:
3494       edd_id: check that EDD id is unique
3495
3496 Kay Sievers:
3497       ata_id: open volume O_NONBLOCK
3498       add "Persistent Device Naming" rules file for disks
3499       scsi_id: switch temporary node creation to /dev
3500       volume_id: set reiser instead of reiserfs for filesystem type
3501       update devfs rules header
3502       update Debian rules
3503       update Fedora rules
3504       update Debian rules
3505       remove no longer needed includes
3506       switch tools and volume_id from LGPL to GPLv2
3507       add edd-*-part%n to the persistent.rules
3508       update Debian persistent rules
3509       clarify README
3510       udevd: fix initial timeout handling
3511       force event socket buffer size to 16MB
3512       udevd: move logging from err to info for non-hotplug uevent
3513       fix selinux compilation
3514       libsysfs: accept sysmlinks to directories instead of real directories
3515
3516 Marco d'Itri:
3517       run_directory: fix typo in "make install"
3518
3519
3520 Summary of changes from v069 to v070
3521 ============================================
3522
3523 Amir Shalem:
3524   udevd: fix udevd read() calls to leave room for null byte
3525
3526 Edward Goggin:
3527   scsi_id: derive a UID for a SCSI-2 not compliant with the page 83
3528
3529 Greg Kroah-Hartman:
3530   fix nbd error messages with a gentoo rule hack
3531   fix scsi_id rule in gentoo config file
3532
3533 Jürg Billeter:
3534   EXTRAS/Makefile: fix install targets to match main Makefile
3535
3536 Kay Sievers:
3537   volume_id: fix error handling with failing read()
3538   EXTRAS: cleanup and sync all Makefiles
3539   add install test to 'make buildtest'
3540   update RELEASE-NOTES
3541
3542 Olivier Blin:
3543   fix a debug text typo in udev_rules.c
3544
3545
3546 Summary of changes from v068 to v069
3547 ============================================
3548
3549 Amir Shalem:
3550   fix typo in firmware_helper
3551
3552 Duncan Sands:
3553   firmware_helper: fix write count
3554
3555 Kay Sievers:
3556   *_id: fix zero length in set_str()
3557   add program name to logged error
3558   fix exit code of udevinitsend and udevmonitor
3559   udevd: keep the right order for messages without SEQNUM
3560   volume_id: don't probe for mac_partition_maps
3561   udevmonitor: cleanup on exit
3562   path_id: remove SUSE specific PATH
3563   update SUSE rules
3564   add pci_express to bus list
3565   update SUSE rules
3566   store ENV{key}="value" exported keys in the database
3567   fix lookup for name in the udevdb, it should return the devpath
3568   prepare for new HAL udevdb dump
3569   print persistent data with "udevinfo -q all"
3570   change parameter order of udev_db_search_name()
3571   add and use name_list_cleanup() for cleaning up the string lists
3572   don't store devpath in udevdb, we don't need it
3573   add uft8 validation for safe volume label exporting
3574   start to enforce plain ascii or valid utf8
3575   use WRITE_END/READ_END for the pipe index
3576   remove not needed sig_flag for state of signal_pipe
3577   don't reenter get_udevd_msg() if message is ignored
3578   rename ...trailing_char() to ...trailing_chars()
3579   vol_id: ID_LABEL_SAFE will no longer contain fancy characters
3580   udevd: move some logging to "info" and "err"
3581   remove special TIMEOUT handling from incoming queue
3582   udev_test.pl: we replace untrusted chars with '_'
3583   check the udevdb before assigning a new %e
3584   update RELEASE-NOTES
3585   udevinfo: add database export
3586   write man page masters in DocBook XML
3587   udevinfo: rename dump() to export()
3588   test the automatic man page rebuild and checkin
3589   Makefile: remove all the duplicated rules
3590   all man pages rewritten to use DocBook XML
3591   add missing udevsend man page
3592   also forgot udevmonitor.8
3593   udevinfo: restore -d option
3594   scsi_id: rename SYSFS to LIBSYSFS
3595   add edd_id tool to match BIOS EDD disk information
3596   move and update libsysfs.txt
3597   klibc: update to version 1.1.1
3598   delete cdromsymlinks* - obsoleted by cdrom_id and IMPORT rules
3599   delete docs/persistent_naming - obsoleted by persistent disk names
3600   delete old Fedora html page
3601   add "totally outdated" header to docs/overview :)
3602   update SUSE rules
3603   fix useless but funny name_cdrom.pl script to work again
3604   update TODO
3605   Makefile: fix prerequisits for $(PROGRAMS)
3606   Makefile: cleanup install targets
3607   remove chassis_id program
3608   fic gcov use and move it into the Makefile
3609   FAQ: update things that have changed
3610
3611 Thierry Vignaud:
3612   switch to '==' in raid-devfs.sh
3613
3614
3615 Summary of changes from v067 to v068
3616 ============================================
3617
3618 Greg Kroah-Hartman:
3619   add EXTRAS documentation to the README file.
3620   Always open the cdrom drive in non-blocking mode in cdrom_id
3621   cdrom_id: change err() to info() to help with debugging problems
3622
3623 Kay Sievers:
3624   cleanup some debug output and move to info level + unify select() loops
3625   move udevmonitor to /usr/sbin
3626   ENV{TEST}=="1" compares and ENV{TEST}="1" sets the environment
3627   vol_id: fix sloppy error handling
3628   fix typo in cdrom_id syslog
3629   bring std(in|out|err) fd's in a sane state
3630   fix printed udevmonitor header
3631
3632
3633 Summary of changes from v066 to v067
3634 ============================================
3635
3636 Greg Kroah-Hartman:
3637   added the cdrom.h #defines directly into the cdrom_id.c file
3638
3639 Kay Sievers:
3640   update SUSE rules
3641   fix make install, as we don't provide a default rule set anymore
3642   fix more compiler warnings ...
3643   fix udevstart event ordering, we want /dev/null very early
3644   don't fail too bad, if /dev/null does not exist
3645
3646
3647 Summary of changes from v065 to v066
3648 ============================================
3649
3650 Greg Kroah-Hartman:
3651   update gentoo rule file.
3652   Created cdrom_id program to make it easier to determine cdrom types
3653   added cdrom_id to the build check
3654   updated gentoo rule file to handle removable ide devices.
3655   changed cdrom_id exports to be easier to understand and consistant with other _id programs.
3656   fix klibc build issue in cdrom_id.c
3657   Change the gentoo rules to use cdrom_id instead of cdsymlink.sh
3658   changed location of gentoo helper apps to be /sbin instead of in scripts dir
3659   tweak the gentoo rules some more.
3660
3661 Kay Sievers:
3662   add NETLINK define for the lazy distros
3663   read sysfs attribute also from parent class device
3664   switch some strlcpy's to memcpy
3665   allow clean shutdown of udevd
3666   add flag for reading of precompiled rules
3667   update distro rules files
3668   add SUSE rules
3669   update SUSE rules
3670   add firmware_helper to load firmware
3671   more distro rules updates
3672   update README
3673   remove example rules and put the dev.d stuff into the run_directory folder
3674   trivial text cleanups
3675   update SUSE rules
3676   split udev_util in several files
3677   update SUSE rules
3678   allow logging of all output from executed tools
3679   add Usage: to udevmonitor and udevcontrol
3680   move some logging to the info level
3681
3682 Thierry Vignaud:
3683   fix udevinfo output
3684
3685
3686 Summary of changes from v064 to v065
3687 ============================================
3688
3689 Greg Kroah-Hartman:
3690   Added persistent name rules for block devices to gentoo rule file.
3691   Added horrible (but fun) path_id script to extras.
3692   Update gentoo rules file.
3693
3694 Kay Sievers:
3695   update release notes for next version
3696   add udevmonitor, to debug netlink+udev events at the same time
3697   allow RUN to send the environment to a local socket
3698   fix GGC signed pointer warnings and switch volume_id to stdint
3699
3700
3701 Summary of changes from v063 to v064
3702 ============================================
3703
3704 Andre Masella:
3705   volume_id: add OCFS (Oracle Cluster File System) support
3706
3707 Hannes Reinecke:
3708   usb_id: fix typo
3709   add ID_BUS to *_id programs
3710   create_floppy_devices: add tool to create floppy nodes based on sysfs info
3711
3712 Kay Sievers:
3713   move code to its own files
3714   make SYSFS{} usable for all devices
3715   add padding to rules structure
3716   allow rules to have labels and skip to next label
3717   thread unknown ENV{key} match as empty value
3718
3719
3720 Summary of changes from v062 to v063
3721 ============================================
3722
3723 Anton Farygin:
3724   fix typo in GROUP value application
3725
3726 Greg Kroah-Hartman:
3727   add 'make tests' as I'm always typing that one wrong...
3728   Really commit the udev_run_devd changes...
3729   Fixed udev_run_devd to run the /etc/dev.d/DEVNAME/ files too
3730   fix position of raw rules in gentoo config file
3731
3732 Hannes Reinecke:
3733   dasd_id: add s390 disk-label prober
3734   fix usb_id and let scsi_id ignore "illegal request"
3735
3736 Kay Sievers:
3737   volume_id: remove s390 dasd handling, it is dasd_id now
3738   trivial fixes for *_id programs
3739   IMPORT: add {parent} to import the persistent data of the parent device
3740   allow multiple values to be matched with KEY=="value1|value2"
3741   udevd: set incoming socket buffer SO_RCVBUF to maximum
3742   remember mapped rules state
3743   ata_id: check for empty serial number
3744   compile dasd only on s390
3745
3746 Ville Skyttä:
3747   correct default mode documentation in udev
3748
3749
3750 Summary of changes from v061 to v062
3751 ============================================
3752
3753 Kay Sievers:
3754   fix symlink values separated by multiple spaces
3755   update RELEASE-NOTES
3756   fix typo in group assignment
3757   fix default-name handling and NAME="" rules
3758   add WAIT_FOR_SYSFS key to loop until a file in sysfs arrives
3759   fix unquoted strings in udevinitsend
3760
3761 Summary of changes from v060 to v061
3762 ============================================
3763
3764 Greg Kroah-Hartman:
3765   Sync up the Debian rules files
3766   fix cdrom symlink problem in gentoo rules
3767   Fix ChangeLog titles
3768
3769 Kay Sievers:
3770   update RELEASE-NOTES
3771   we want to provide OPTFLAGS
3772   rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUT
3773   udevd: optimize env-key parsing
3774   don't resolve OWNER, GROUP on precompile if string contains %, $
3775   set default device node to /dev
3776   create udevdb files only if somehting interesting happened
3777   pack parsed rules list
3778   replace useless defines by inline text
3779   move rule matches to function
3780   add usb_id program to generate usb-storage device identifiers
3781   add IEEE1394 rules to the gentoo rule file
3782   fake also kernel-name if we renamed a netif
3783   allow OPTIONS to be recognized for /sys/modules /sys/devices events
3784   switch gentoo rules to new operators
3785
3786
3787 Summary of changes from v059 to v060
3788 ============================================
3789
3790 Greg Kroah-Hartman:
3791   Fix the gentoo udev rules to allow the box to boot properly
3792
3793 Gustavo Zacarias:
3794   Udev doesn't properly build with $CROSS
3795
3796 Kay Sievers:
3797   Keep udevstart from skipping devices without a 'dev' file
3798
3799 Marco d'Itri:
3800   #define NETLINK_KOBJECT_UEVENT
3801
3802
3803 Summary of changes from v058 to v059
3804 ============================================
3805
3806 Greg Kroah-Hartman:
3807   Update the gentoo rule file
3808   Fix udevinfo for empty sysfs directories
3809   Fix makefile to allow 'make release' to work with git
3810
3811 Hannes Reinecke:
3812   udev: fix netdev RUN handling
3813   udevcontrol: fix exit code
3814
3815 Kay Sievers:
3816   prepare RELEASE-NOTES
3817   add ID_TYPE to the id probers
3818   add -x to scsi_id to export the queried values in env format
3819   store the imported device information in the udevdb
3820   rename udev_volume_id to vol_id and add --export option
3821   add ata_id to read serial numbers from ATA drives
3822   IMPORT allow to import program returned keys into the env
3823   unify execute_command() and execute_program()
3824   IMPORT=<file> allow to import a shell-var style config-file
3825   allow rules to be compiled to one binary file
3826   fix the fix and change the file to wait for to the "bus" link
3827   fix udevstart and let all events trvel trough udev
3828   prepare for module loading rules and add MODALIAS key
3829   remove device node, when type block/char has changed
3830   Makefile: remove dev.d/ hotplug.d/ from install target
3831   udevcontrol: add max_childs command
3832   udevd: control log-priority of the running daemon with udevcontrol
3833   udeveventrecorder: add small program that writes an event to disk
3834   klibc: add missing files
3835   udevinitsend: handle replay messages correctly
3836   udev man page: add operators
3837   udevd: allow starting of udevd with stopped exec-queue
3838   klibc: version 1.0.14
3839   udev: handle all events - not only class and block devices
3840   volume_id: use udev-provided log-level
3841   udev: clear lists if a new value is assigned
3842   udev: move dev.d/ handling to external helper
3843   udev: allow final assignments :=
3844   udevd: improve timeout handling
3845   Makefile: fix DESTDIR
3846   udevd: add initsend
3847   udevd: add udevcontrol
3848   udevd: listen for netlink events
3849
3850 Stefan Schweizer:
3851   Dialout group fix for capi devices in the gentoo rules file
3852
3853 Summary of changes from v057 to v058
3854 ============================================
3855
3856 Daniel Drake:
3857   o Writing udev rules docs update
3858
3859 Darren Salt:
3860   o update cdsymlinks to latest version
3861
3862 Greg Kroah-Hartman:
3863   o remove detach_state files from the sysfs test tree
3864   o Update permissions on test scripts so they will run properly now
3865   o hopefully fix up the symlinks in the test directory
3866   o Removed klibc/klibc.spec as it is autogenerated
3867   o Added symlinks thanks to Kay's script and git hacking
3868   o add Red Hat/Fedora html documenation
3869   o Update Red Hat default udev rules
3870
3871 Kay Sievers:
3872   o selinux: fix handling during creation of symlinks
3873   o Fedora udev.rules update
3874   o libsysfs: version 2.0
3875   o klibc: version 1.0.7
3876
3877 Masanao Igarashi:
3878   o Fix libsysfs issue with relying on the detach_state file to be
3879
3880 Summary of changes from v056 to v057
3881 ============================================
3882
3883 <tklauser:access.unizh.ch>:
3884   o fix stupid all_partitions bug
3885
3886 Kay Sievers:
3887   o add test for make -j4 to build-check
3888   o klibc: version 1.0.6
3889   o update Debian rules
3890   o apply default permissions only for devices that will need it
3891   o adapt RELEASE-NOTES
3892   o udev_volume_id: fix endianess macros
3893   o udev-test.pl: add test for DEVNAME export to RUN environment
3894   o update the man page to reflect the recent changes
3895   o export DEVNAME to RUN-key executed programs
3896   o fix make -j4 and the local klibc-install
3897   o update RELEASE-NOTES
3898   o add RUN key to be able to run rule based notification
3899   o fix udevtest to print the error if logging is disabled
3900   o move execute_program to utils + add action to init_device
3901   o correct correction for error path for PROGRAM execution
3902   o correct error path for PROGRAM execution
3903   o klibc: version 1.0.5
3904   o check for strlen()==0 before accessing strlen()-1
3905   o allow to match against empty key values
3906   o read %s{}-sysfs values at any device in the chain
3907   o udev_rules.c: don't change sysfs_device while walking up the device chain
3908   o klibc: strlcpy/strlcat - don't alter destination if size == 0
3909   o fix klibc's broken strlcpy/strlcat
3910   o udevinfo: print SYSFS attribute the same way we match it
3911   o remove untrusted chars read from sysfs-values or returned by PROGRAM
3912   o udevinfo: print errors to stderr instead of stdout
3913   o klibc: version 1.0.4
3914   o support log-priority levels in udev.conf
3915   o test-suite: remove UDEV_TEST, it's not needed anymore
3916   o libsysfs: remove trailing slash on SYSFS_PATH override
3917
3918
3919 Summary of changes from v055 to v056
3920 ============================================
3921
3922 <tklauser:access.unizh.ch>:
3923   o fix header paths in udev_libc_wrapper.c
3924
3925 Kay Sievers:
3926   o udev-test.pl: use more common user/group names
3927   o klibc: remove SCCS directories from the temporary klibc install
3928   o udev-test.pl: add a test where the group cannot be found in /etc/passwd
3929   o udev-test.pl: add check for textual uid/gid
3930   o fix bad typo that prevents the GROUP to be applied
3931   o udevd: don't delay events with TIMEOUT in the environment
3932   o klibc: use klcc wrapper instead of our own Makefile
3933   o change call_foreach_file to return a list
3934
3935
3936 Summary of changes from v054 to v055
3937 ============================================
3938
3939 <jkluebs:luebsphoto.com>:
3940   o This patch causes the remove handler to check that each symlink actually points to the correct devnode and skip it if it does not.
3941
3942 <pebenito:gentoo.org>:
3943   o udev selinux fix
3944
3945 <tklauser:access.unizh.ch>:
3946   o The following patch fixes some warnings when compiling volume_id from udev with the -Wall compiler flag. Define _GNU_SOURCE for strnlen() and correct the path to logging.h
3947   o The following patch fixes a warning when compiling chassis_id from udev with the -Wall compiler flag. There are too much conversions in the format string of sscanf(). One %d can be dropped.
3948
3949 Greg Kroah-Hartman:
3950   o fix raid rules
3951   o added frugalware udev ruleset
3952   o merge selinux and Kay's symlink fixes together
3953
3954 Hannes Reinecke:
3955   o volume_id: Fix label/uuid reading for reiserfs
3956
3957 Kay Sievers:
3958   o add udevstart to the RELEASE-NOTES
3959   o volume_id: version 43
3960   o clarify the shortcomings of %e
3961   o correct rule match for devices without a physical device
3962   o remove unneeded code, libsysfs does this for us
3963   o add final release note
3964   o add ENV{} key to match agains environment variables
3965   o simplify sysfs_pair handling
3966   o add a test and simplify debug statement
3967   o support =, ==, !=, += for the key match and assignment
3968   o add OPTION="last_rule" to skip any later rule
3969   o rename namedev_dev to udev_rule
3970   o correct enum device_type
3971   o remove udevstart on make clean
3972   o volume_id: version 42
3973   o volume_id: version 41
3974   o remove unneeded include
3975   o The path to dlist.h is not correct
3976   o udevinfo -d: use '=' as separator, cause ':' may be a part of the devpath
3977   o klibc: version 1.0.3
3978   o add RELEASE-NOTES file
3979   o test suite: move "driver" link to physical device
3980   o remove PLACE key match
3981   o don't lookup "root" in the userdb
3982   o fix ia64 compile
3983   o fix segfaulting udev while DRIVER matching
3984   o cleanup list.h
3985   o klibc: version 0.214
3986   o rename device_list->list to device_list->node
3987   o replace strncpy()/strncat() by strlcpy()/strlcat()
3988   o split udev and udevstart
3989   o udev_volume_id: version 39
3990   o rename LOG to USE_LOG in all places
3991   o remove Makefile magic for klibc integration
3992   o klibc_fixups: remove no longer needed stuff
3993   o udev_volume_id: volume_id v38
3994   o use numeric owner/group as default values to avoid parsing userdb
3995   o fix up segfaulting binaries with new klibc
3996   o udevinfo -d: speed-up device dump
3997   o klibc: version 0.211
3998   o klibc_fixups: remove unneeded stuff
3999   o replace weird defines by real code
4000   o udev-test.pl: remove useless tests
4001   o allow unlimitied count of symlinks
4002   o unmap db-file after use
4003   o remove typedef for call_foreach_file() handler function
4004   o correct udev_init_device
4005   o rename attributes to options
4006   o kill stupid gcc4 warning
4007   o trivial clenaup of namedev code
4008   o klibc: check for gcc4
4009   o klibc: update v0.205
4010
4011 Thierry Vignaud:
4012   o gentoo rule update for raid devices
4013
4014
4015 Summary of changes from v053 to v054
4016 ============================================
4017
4018 <tklauser:access.unizh.ch>:
4019   o udev_volume_id: add Reiser4 support
4020
4021 Kay Sievers:
4022   o namedev: skip backslashes only if followed by newline
4023   o wait_for_sysfs: add joydev
4024   o udevinfo: print devpath -> node relationship for all devices
4025   o trivial rename of some variables
4026   o klibc v0.199
4027   o big libsysfs diet (pre 2.0 version)
4028   o udev_volume_id: volume_id v35
4029   o add "serio" to bus list
4030   o determine device type in udev_init_device()
4031   o move kernel name/number evaluation into udev_init_device()
4032   o detect NAME="" as ignore_device rule
4033   o trivial namedev cleanup
4034   o cleanup db functions
4035   o clean up match_place()
4036   o switch device type to enum
4037   o switch major/minor to dev_t
4038   o remove the device node only if the major/minor number matches
4039   o libsysfs: work around a klibc bug
4040   o introduce OPTIONS=ignore_device, ignore_remove, all_partitions" key
4041   o namedev: execute PROGRAM only once and not possibly for every physical device
4042
4043 Patrick Mansfield:
4044   o update scsi_id to work with libsysfs changes
4045
4046
4047 Summary of changes from v052 to v053
4048 ============================================
4049
4050 Greg Kroah-Hartman:
4051   o fix gentoo fb permission issue
4052   o allow simple-build-check.sh to go faster if MAKEOPTS is set
4053   o make the release tarballs have writable files in them
4054   o remove gentoo permission file as it's not valid anymore
4055
4056 Kay Sievers:
4057   o fix special file mode mask for temporary device node
4058   o udevstart: simplify "dev" file searching
4059   o udev_volume_id: remove temporary node creation and parent handling
4060   o add %P modifier to query the node name of the parent device
4061   o udev_volume_id: remove __packed__ from dasd structure as it does not work
4062   o create /block/*/range count of partitons for all_partitions
4063
4064 Patrick Mansfield:
4065   o scsi_id changes for use with udev %N and %p
4066
4067
4068 Summary of changes from v051 to v052
4069 ============================================
4070
4071 <md:linux.it>:
4072   o debian: update rules files
4073   o raid-devfs.sh: devfs names for hardware RAID controllers
4074   o scsi_id: when udevstart is started, /tmp is not writeable
4075   o cdsymlinks.sh: trivial fix, the variable is initialized to '', not 0
4076
4077 <sschweizer:gmail.com>:
4078   o gentoo/udev.rules: add default permissions for sound devices
4079
4080 Greg Kroah-Hartman:
4081   o fix example comment in ide-devfs.sh
4082   o Add infiniband to gentoo rules
4083   o Another gentoo fix, adding dvb support
4084   o Fix gentoo bug #76056 (fb device group permissions.)
4085   o Fix gentoo bug #81102, device nodes for the pktcdvd device
4086
4087 Kay Sievers:
4088   o provide temporary device node for callouts to access the device
4089   o udev_volume_id: fix dasd disklabel reading with -l option
4090   o udev_volume_id: volume_id version 034
4091   o udev_volume_id: rename probe_ibm into probe_dasd
4092   o udev_volume_id: volume_id version 032
4093   o Makefile: add some more warnings and prepare for clean gcc4 compile
4094   o Makefile: cleanup conditional config option sections
4095   o fix -Wsign-compare warnings
4096   o chassis_id: clean compilation and fix bad function parameter passing
4097   o simple_build_check: make it possible to pass KERNEL_DIR
4098   o selinux: cleanup udev integration
4099
4100 Michael Buesch:
4101   o trivial: remove _all_ trailing slashes with no_trailing_slash()
4102   o trivial: fix signedness
4103   o namdev: allow symlink-only rules to specify node permissions
4104   o udevd: fix valgrind warning
4105
4106
4107 Summary of changes from v050 to v051
4108 ============================================
4109
4110 <roland:digitalvampire.org>:
4111   o This fixes a silly mistake in how udevinfo prints the major and minor numbers (right now it prints the minor next to "MAJOR" and the major next to "MINOR" ;)
4112
4113 <tklauser:access.unizh.chbk>:
4114   o I tried to compile udev 050plus with the GCC 4.0 snapshot 200412119 and got two errors about possibly uninitialized structs, so I fixed this. 
4115
4116 Christian Bornträger:
4117   o udev_volume_id: fix -d option
4118
4119 Greg Kroah-Hartman:
4120   o gentoo fb permission fix
4121   o fix gcc 2.96 issue in libsysfs
4122   o remove the lfs startup script on request of the author
4123   o clean up the aoe char device rules, and delete the block one as it's not needed
4124   o add aoe block and char device rules to the gentoo rule file
4125   o fix udev_volume_id build error
4126
4127 Hannes Reinecke:
4128   o rearrange link order in Makefile
4129
4130 Kay Sievers:
4131   o udev_volume_id: new version of volume_id
4132   o klibc: update to version 0.198
4133   o udev_volume_id: fix FAT label reading
4134   o klibc: update to version 0.196
4135   o udevd: throttle the forking of processes
4136   o udevd: add possible initialization of expected_seqnum
4137   o udevd: it's obviously not the brightest idea to exit a device node manager if it doesn't find /dev/null
4138   o udevd: separate socket handling to prepare for other event sources
4139   o udevd: support -d switch to become a daemon
4140   o udev_volume_id: version 27
4141   o udevd: split up message receiving an queueing
4142   o remove useless warning if udev.conf contains keys not read by udev itself
4143   o improve event sequence serialization
4144   o remove udevsend syslog noise on udevd startup
4145   o limit the initial timeout of the udevd event handling
4146   o correct detection of hotplug.d/ udevsend loop
4147   o correct log statement
4148   o remove default_* permissions from udev.conf file
4149   o update Fedora config files and add some more tests
4150   o allow permissions only rules
4151   o add SUBSYSTEM rule to catch all block devices and apply the disk permissions
4152   o update Fedora config files
4153   o handle renamed network interfaces properly if we manage hotplug.d/
4154   o allow multiline rules by backslash at the end of the line
4155   o add OnStream tape drive rules
4156   o simplify rules file by setting default mode to 0660
4157   o simplify permission application
4158   o I broke the extras/ again. Add simple build test script now
4159   o Merge vrfy.org:/home/kay/src/udev into vrfy.org:/home/kay/src/udev.kay
4160   o initial merge of fedora udev.permissions into udev.rules
4161   o remove permissions file mentioning from the udev man page
4162   o fix some typos in gentoo's udev.rules introduced by the merge
4163
4164 Michael Buesch:
4165   o The attached patch fixes the code path if namedev_name_device() fails
4166
4167 Summary of changes from v049 to v050
4168 ============================================
4169
4170 <harald:redhat.com>:
4171   o selinux patch
4172
4173 <tklauser:access.unizh.ch>:
4174   o I made some more changes to the manpage of udev including
4175
4176 Kay Sievers:
4177   o update libsysfs to CVS version and fix segfaulting attribute reading
4178   o klibc supports LOG_PID now, so remove our own implementation
4179   o avoid building klibc test programs and pass SUBDIRS= to klibc clean
4180
4181
4182 Summary of changes from v048 to v049
4183 ============================================
4184
4185 Greg Kroah-Hartman:
4186   o fix 'make clean' error in klibc
4187
4188 Kay Sievers:
4189   o update klibc to 0.194
4190   o export DEVNAME regardless of the state of udev_dev_d
4191   o add class specific files for class/spi_transport and class/spi_host
4192   o udevd-test.pl: remove wrong date calculation
4193   o check earlier if we should run as udevstart
4194   o remove double initialization
4195   o include missing header to udevtest.c
4196   o add -V option to udev to print the version number
4197   o prevent udev node creatinon for "class" registration
4198   o udevd: serialization of the event sequence of a chain of devices
4199   o add a class/fc_host file to the list of what to wait for
4200   o udev_volume_id: links sysfs.a instead of all objects
4201
4202 Martin Schlemmer:
4203   o remove leftover from udevinfo's -d option
4204
4205
4206 Summary of changes from v047 to v048
4207 ============================================
4208
4209 Greg Kroah-Hartman:
4210   o fix udev_volume_id so it will now build properly
4211   o fix scsi_id build errors due to changes in the main udev makefile
4212
4213
4214 Summary of changes from v046 to v047
4215 ============================================
4216
4217 <klauser:access.unizh.ch>:
4218   o Various typos and other litte errors in udev.8.in
4219
4220 <sjoerd:spring.luon.net>:
4221   o DEVNAME on device removal
4222
4223 <sschweizer:gmail.com>:
4224   o Allow GROUP to have modifiers in it
4225
4226 Greg Kroah-Hartman:
4227   o add more debian rules files
4228   o move distro specific config files into their own directories
4229   o update debian rules files
4230   o added asterix rules to the gentoo file
4231   o use udevstart for udev.init.* files
4232   o delete a bunch of files no longer needed
4233   o fix gentoo scsi cdrom rule
4234   o Fix the multithreaded build again
4235   o merge
4236   o comment out ability to run udev-test.pl with valgrind
4237   o fix spurious valgrind warning in udev
4238   o fix udevinfo '-q path' option as it was not working
4239   o merge
4240   o fix parallel build error
4241
4242 Kay Sievers:
4243   o update Fedora dev.d/ example and remove unused conf.d/ directory
4244   o don't install distribution specific init script on "make install"
4245   o restore OWNER/GROUP assignment in rule coming from RESULT
4246   o make gcov compile scripts working with recent gcc
4247   o fix udev-test/udev-test.pl to work with again
4248   o add net/atml and class/ppdev to the wait_for_sysfs exception list
4249   o add net/nlv* devices to the exception list
4250   o add "pcmcia" and "fc_transport" to the wait_for_sysfs lists
4251   o remove unused timestamp field
4252   o simplify permission handling
4253   o handle /etc/hotplug.d/ only if the event comes from udevd
4254   o trivial cleanups and change some comments
4255   o remove unused variables
4256   o udevsend/udevd handle events without a subsystem
4257   o use blacklist on device "remove" and remove dev.d/ call code duplication
4258   o update the man pages and correct Usage: hints
4259   o don't call the hotplug scripts with a test run
4260   o don't call dev.d/ scripts twice, if directory = subsystem
4261   o remove archive file if we changed something
4262   o link archive insted of objects
4263   o rename udev_lib to udev_utils and dev_d to udev_multiplex
4264   o handle whole hotplug event with udevd/udev
4265   o integrate wait_for_sysfs in udev
4266   o make the searched multiplex directories conditionally
4267   o add MANAGED_EVENT to the forked udev environment
4268   o export DEVNAME on remove event
4269   o export udev_log flag to the environment
4270   o remove my test code
4271   o add support for /devices-devices without any file to wait for
4272   o Patch from Alex Riesen <raa.lkml@gmail.com>
4273   o add a bunch of busses to the list of what to wait for
4274   o close connection to syslog in forked udevd child
4275   o udevd exit path cleanup
4276   o fix network device naming bug
4277
4278
4279 Summary of changes from v045 to v046
4280 ============================================
4281
4282 Greg Kroah-Hartman:
4283   o make spotless for releases
4284
4285 Kay Sievers:
4286   o Don't try to print major/minor for devices without a dev file
4287   o remove get_device_type and merge that into udev_set_values()
4288   o prevent udevd crash if DEVPATH is not set
4289   o add ippp and bcrypt to the exception lists of wait_for_sysfs
4290   o let klibc add the trailing newline to syslog conditionally
4291   o disable logging for udevstart
4292   o add NAME{ignore_remove} attribute
4293   o remove historical SYSFS_attr="value" format
4294   o don't wait for sysfs if the kernel(2.6.10-rc2) tells us what not to expect
4295   o change key names in udevinfo sysfs walk to match the kernel
4296   o support DRIVER as a rule key
4297   o support SUBSYSTEM as a rule key
4298   o rename udevdb* to udev_db*
4299   o Make dev.d/ handling a separate processing stage
4300   o make the udev object available to more processing stages
4301   o remove udev_lib dependency from udevsend, which makes it smaller
4302   o add ACTION to udev object to expose it to the whole process
4303   o make udevinfo's -r option also workimg for symlink queries
4304   o let udev act as udevstart if argv[1] == "udevstart"
4305   o improve udevinfo sysfs info walk
4306   o add sysfs info walk to udevinfo
4307   o pass the whole event environment to udevd
4308   o replace tdb database by simple lockless file database
4309
4310
4311 Summary of changes from v044 to v045
4312 ============================================
4313
4314 Martin Schlemmer:
4315   o Some updates for Gentoo's udev rules
4316
4317
4318 Summary of changes from v043 to v044
4319 ============================================
4320
4321 Greg Kroah-Hartman:
4322   o add cdsymlinks.sh support to gentoo rules file
4323   o fix gentoo legacy tty rule
4324   o remove 'sudo' usage from the Makefile
4325   o make udev-test.pl test for root permissions before running
4326
4327 Kay Sievers:
4328   o reduce syslog noise of udevsend if multiple instances try to start udevd
4329   o add i2c-dev to the list of devices without a bus
4330
4331
4332 Summary of changes from v042 to v043
4333 ============================================
4334
4335 Greg Kroah-Hartman:
4336   o add test target to makefile
4337   o add dumb script to show all sysfs devices in the system
4338
4339 Kay Sievers:
4340   o Shut up wait_for_sysfs class/net failure messages, as it's not possible to
4341     get that right for all net devices. Kernels later than 2.6.10-rc1 will
4342     handle that by carrying the neccessary information in the hotplug event.  
4343   o wait() for specific pid to return from fork()
4344   o Don't use any syslog() in signal handler, cause it may deadlock
4345   o Add support for highpoint ataraid to volume_id to suppress label reading on raid set members.
4346   o Add a bunch of devices without "device" symlinks
4347   o Exit, if udevtest cannot open the device (segfault)
4348   o Patches from Harald Hoyer <harald@redhat.com>
4349   o Apply the default permissions even if we found a entry in the permissions
4350     file. Correct one test, as the default is applied correctly now and the
4351     mode will no longer be 0000.
4352   o add test for format chars in multiple symlinks to replace
4353   o Add net/vmnet and class/zaptel to the list of devices without physical device
4354
4355
4356 Summary of changes from v040 to v042
4357 ============================================
4358
4359 Greg Kroah-Hartman:
4360   o add inotify to the rules for gentoo
4361
4362 Kay Sievers:
4363   o skip waiting for device if we get a bad event for class creation and not for a device underneath it
4364   o add net/pan and net/bnep handling
4365   o switch wait for bus_file to stat() instead of open() add net/tun device handling add ieee1394 device handling
4366   o Remove the last klibc specific line from the main udev code Move _KLIBC_HAS_ARCH_SIG_ATOMIC_T to the fixup file which is automatically included by the Makefile is we build with klibc
4367   o ignore *.rej files from failed patches
4368   o update to libsysfs 1.2.0 and add some stuff klib_fixup Now we have only the sysfs.h file different from the upstream version to map our dbg() macro.
4369   o improve klibc fixup integration
4370   o cleanup udevd/udevstart
4371   o expose sysfs functions for sharing it
4372
4373
4374 Summary of changes from v039 to v040
4375 ============================================
4376
4377 <jk:blackdown.de>:
4378   o wait_for_sysfs update for dm devices
4379
4380 Greg Kroah-Hartman:
4381   o sparse cleanups on the tree
4382   o fix stupid cut-and-paste error for msr devices on gentoo boxes
4383   o add *~ to bk ignore list
4384   o delete udevruler.c as per Kay's request
4385   o fix up the wait_for_sysfs_test script a bit
4386
4387 Kay Sievers:
4388   o fix debug in volume id / fix clashing global var name
4389   o volume_id fix
4390   o $local user
4391   o cleanup netif handling and netif-dev.d/ events
4392   o big cleanup of internal udev api
4393   o don't wait for dummy devices
4394   o close the syslog
4395   o Fix ppp net devices in wait_for_sysfs
4396   o Fix wait_for_sysfs messages (more debugging info)
4397
4398
4399 Summary of changes from v038 to v039
4400 ============================================
4401
4402 Greg Kroah-Hartman:
4403   o Hopefully fix the vcs issue in wait_for_sysfs
4404   o take out & from wait_for_sysfs_test that I previously missed
4405   o add very nice cdsymlinks scripts
4406   o add some helper scripts for dvb and input devices
4407   o add debian config files
4408   o let the extras/ programs build "pretty" also
4409   o tweak the ccdv program to handle files in subdirectories being built
4410   o crap, I messed up the 'sed' instances pretty badly, this fixes the config and man page mess
4411   o fix broken 'make -j5' functionality
4412
4413 Kay Sievers:
4414   o swich attribute open() to simple stat()
4415   o wait_for_sysfs update for /class/firmware and /class/net/irda devices
4416   o fix unusual sysfs behavior for pcmcia_socket
4417   o remove sleeps from udev as it is external now
4418   o delete udevruler?
4419   o Makefile fix
4420
4421 Patrick Mansfield:
4422   o update udev to scsi_id 0.7
4423   o pass SYSFS setting down for extras builds
4424   o move assignments past local variables
4425
4426
4427 Summary of changes from v037 to v038
4428 ============================================
4429
4430 <andrew.patterson:hp.com>:
4431   o Re: Problem parsing %s in udev rules
4432
4433 Greg Kroah-Hartman:
4434   o fix up error in building extras and libsysfs
4435
4436 Summary of changes from v036 to v037
4437 ============================================
4438
4439 <md:linux.it>:
4440   o small udev patch
4441
4442 Greg Kroah-Hartman:
4443   o fix compilation warning in tdb log message
4444   o Fix build error with klibc due to recent changes
4445   o merge
4446   o add wait_for_sysfs test script to the tarball to help people debug their boxes
4447   o add ipsec to wait_for_sysfs ignore list
4448   o added ccdv to bk ignore list
4449   o a few more Makefile tweaks for the quiet feature
4450   o Make the build silent, thanks to a helper program from ncftp
4451   o rename files to have '_' instead of '-' in them
4452   o change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle some slow machines
4453   o add support for class/raw/ to wait_for_sysfs
4454   o fix up Makefile for wait_for_sysfs udev_version.h dependancy
4455   o remove the debian specific file, as they don't want to share with the rest of the world :(
4456
4457 Kay Sievers:
4458   o prevent deadlocks on an corrupt udev database
4459   o wait_for_sysfs_update
4460
4461 Michael Buesch:
4462   o fix asmlinkage
4463   o fix incompatible pointer type warning
4464
4465
4466 Summary of changes from v035 to v036
4467 ============================================
4468
4469 Greg Kroah-Hartman:
4470   o add the error number to the error message in wait_for_sysfs to help out in debugging problems
4471
4472 Summary of changes from v034 to v035
4473 ============================================
4474
4475 Greg Kroah-Hartman:
4476   o added ieee1394 support to wait_for_sysfs
4477   o update wait_for_sysfs with a bunch more devices thanks to user reports
4478
4479 Summary of changes from v033 to v034
4480 ============================================
4481
4482 Kay Sievers:
4483   o wait_for_sysfs bluetooth class update
4484
4485 Greg Kroah-Hartman:
4486   o add comment in wait_for_sysfs to explain the structure better
4487   o Revert previous dev_d.c change, it's not what is causing HAL problems
4488   o hm, somethings odd with DEVPATH, see if this fixes it
4489   o 33_bk mark for the makefile
4490   o wait_for_sysfs: clean up the logic for the list of devices that we do not expect device symlinks for
4491   o get rid of annoying extra lines in the syslog for some libsysfs debug messages
4492   o added support for i2c devices in wait_for_sysfs.c
4493   o add support for i2c-adapter devices to wait_for_sysfs.c
4494
4495 Summary of changes from v032 to v033
4496 ============================================
4497
4498 <harald:redhat.com>:
4499   o udev close on exec
4500   o some cleanups and security fixes
4501   o some cleanups and security fixes
4502   o selinux for udev
4503   o cleanup PATCH for extras/chassis_id/Makefile
4504
4505 <kpfleming:backtobasicsmgmt.com>:
4506   o respect prefix= setting in built udev.conf (updated)
4507
4508 Greg Kroah-Hartman:
4509   o add support for usb interfaces to wait_for_sysfs to keep it quiet
4510   o enable native tdb spinlocks on i386 platforms
4511   o delete extras/multipath-tools as per the author's request
4512   o be paranoid in dev_d.c
4513   o add USE_SELINUX to README documentation so people have a chance to see what is going on
4514   o update the selinux.h file to start to look sane
4515   o update bk ignore list for the wait_for_sysfs binary
4516   o kdetv wants to see device nodes in /dev
4517   o update comments in scsi-devfs.sh
4518   o fix up Makefiles to get the klibc build working properly
4519   o update bk ignore list for new klibc generated files
4520   o oops forgot to add the new klibc/include directory
4521   o update klibc to version 0.181
4522
4523 Kay Sievers:
4524   o fix problems with dev.d and udevstart
4525   o wait_for_sysfs debug cleanup
4526   o fix problems using scsi_id with udevstart
4527   o update volume_id
4528   o finally solve the bad sysfs-timing for all of us
4529   o volume-id build fix and update
4530   o switch udev's seqnum to u64
4531   o add enum tests
4532   o fix udev segfaults with bad permissions file
4533
4534 Patrick Mansfield:
4535   o update udev to include scsi_id 0.6
4536
4537
4538 Summary of changes from v031 to v032
4539 ============================================
4540
4541 <harald:redhat.com>:
4542   o udev parse bug
4543
4544 Kay Sievers:
4545   o handle only block and class devices
4546   o fix udevstart badly broken in udev 031
4547
4548
4549 Summary of changes from v030 to v031
4550 ============================================
4551
4552 <arun:codemovers.org>:
4553   o udev - read long lines from config files overflow fix
4554
4555 <ballarin.marc:gmx.de>:
4556   o Update the FAQ with info about hardlink security
4557
4558 <david:fubar.dk>:
4559   o compatibility symlinks for udev
4560
4561 David Weinehall:
4562   o Minor POSIX-fixes for udev
4563
4564 Greg Kroah-Hartman:
4565   o add symlink for video rule
4566   o add a "first" list to udevstart and make it contain the class/mem/ devices
4567   o fix compiler warning in udevtest.c
4568   o Fix old-style pty breakage in rules file for tty device
4569   o add rules for i386 cpu devices
4570   o add permission for legotower usb devices
4571
4572 Kay Sievers:
4573   o Fix naming ethernet devices in udevstart
4574   o update udev_volume_id
4575   o let /sbin/hotplug execute udev earlier
4576   o pass SEQNUM trough udevd
4577   o fix manpages based on esr's spambot
4578
4579 Martin Schlemmer:
4580   o add microcode rule to permissions.gentoo file
4581
4582 Michael Buesch:
4583   o Try to provide a bit of security for hardlinks to /dev entries
4584
4585 Olaf Hering:
4586   o udevsend depends on udev_lib.o
4587
4588 Tom Rini:
4589   o fix UDEV_NO_SLEEP
4590   o clean up start_udev a bit
4591   o Make udev/udevstart be one binary
4592   o Add 'asmlinkage' to udev-030
4593
4594
4595 Summary of changes from v029 to v030
4596 ============================================
4597
4598 Greg Kroah-Hartman:
4599   o fix stupid off-by-one bug that caused udevstart to die on x86-64 boxes
4600
4601
4602 Summary of changes from v028 to v029
4603 ============================================
4604
4605 Greg Kroah-Hartman:
4606   o add permission rule for jogdial device
4607   o fix dumb bug I added to udevstart
4608   o make a "last list" of devices for udevstart to operate on last
4609   o fix permission problem with input event and ts nodes for gentoo
4610   o change default perms of misc/rtc to be readable by anyone
4611
4612 Olaf Hering:
4613   o allow NAME_SIZE > SYSFS_PATH_MAX
4614
4615
4616 Summary of changes from v027 to v028
4617 ============================================
4618
4619 <atul.sabharwal:intel.com>:
4620   o Patch for chassis_id exras module
4621
4622 Daniel Drake:
4623   o Writing udev rules doc update
4624
4625 Greg Kroah-Hartman:
4626   o clean up block whitelist search logic a bit
4627   o reverse order of scanning of udevstart to look at class before block
4628
4629 Kay Sievers:
4630   o update udev_volume_id
4631
4632 Leann Ogasawara:
4633   o udevstart performance increase
4634
4635 Patrick Mansfield:
4636   o update udev scsi_id to scsi_id 0.5
4637
4638
4639 Summary of changes from v026 to v027
4640 ============================================
4641
4642 <fork0:users.sf.net>:
4643   o fix handle leak in udev_lib.c
4644
4645 Greg Kroah-Hartman:
4646   o tweak the gentoo default permission rules as they are wrong for tty and misc devices
4647
4648
4649 Summary of changes from v025 to v026
4650 ============================================
4651
4652 Arnd Bergmann:
4653   o udev rpm fix
4654
4655 Greg Kroah-Hartman:
4656   o add test for ! in partition name
4657   o 025_bk mark
4658   o Update to version 117 of klibc (from version 108)
4659   o add volume_id ignore rule for bk
4660   o add volume_id support to the udev.spec file
4661   o remove dbus and selinux stuff from the udev.spec file
4662   o delete udev_selinux as it doesn't work properly and is the wrong way to do it
4663   o Deleted the udev_dbus extra as it didn't really work properly and HAL has a real solution now
4664   o add udev.permissions.slackware file
4665   o udevstart: close open directories
4666
4667 Kay Sievers:
4668   o fix udevd zombies
4669   o catchup with recent klibc
4670   o Re: udevsend fallback
4671   o udev_volume_id update
4672   o udev callout for reading filesystem labels
4673   o udev callout for reading filesystem labels
4674   o udev default config layout changes
4675
4676 Leann Ogasawara:
4677   o evaluate getenv() return value for udev_config.c
4678
4679 Summary of changes from v024 to v025
4680 ============================================
4681
4682 <md:linux.it>:
4683   o devfs.sh-ide-floppy
4684
4685 <sjoerd:spring.luon.net>:
4686   o DEVNODE -> DEVNAME transition fixes
4687
4688 Daniel Drake:
4689   o Update writing udev rules docs
4690
4691 Greg Kroah-Hartman:
4692   o make dev.d call each directory in the directory chain of the device name, instead of just the whole name
4693   o add devd_test script
4694   o add more permissions based on SuSE's recommendations
4695   o added rules for tun and raw devices
4696   o add udev conf.d file
4697   o Switch the default config to point to a directory for the rules and permission files
4698   o update the Red Hat .dev files to work on other distros
4699   o add dbus.dev, pam_console.dev and selinux.dev files for /etc/dev.d/default/ usage
4700   o add hints for red hat users from Leann Ogasawara <ogasawara@osdl.org>
4701   o add scripts to run gcov for udev from Leann Ogasawara <ogasawara@osdl.org>
4702   o change permissions on udevd test scripts
4703   o Fix build process for users who have LC_ALL set to a non-english language
4704   o Added expanded tests to the test framework from Leann Ogasawara <ogasawara@osdl.org>
4705   o added execelent "writing udev rules" document from Daniel Drake <dan@reactivated.net>
4706   o added rule to put USB printers in their proper places
4707   o added rules for CAPI devices
4708   o added a dev.d alsa script to help people out
4709
4710 Kay Sievers:
4711   o fix test regressions
4712   o udev_selinux changes
4713   o udevd test script
4714   o udev_dbus changes
4715   o fix devpath for netdev
4716
4717 Leann Ogasawara:
4718   o gcov for udev
4719
4720
4721 Summary of changes from v023 to v024
4722 ============================================
4723
4724 <atul.sabharwal:intel.com>:
4725   o Add README for chassis_id
4726   o Add chassis_id program to extras directory
4727
4728 <chris_friesen:sympatico.ca>:
4729   o udevd race conditions and performance,  assorted cleanups
4730
4731 <hare:suse.de>:
4732   o fix SEGV in libsysfs/dlist.c
4733
4734 <maryedie:osdl.org>:
4735   o add OSDL documentation for persistent naming
4736
4737 <md:linux.it>:
4738   o small ide-devfs.sh fix
4739
4740 Greg Kroah-Hartman:
4741   o remove compiler warning from udevd.c
4742   o only generate udev.8 on the fly, not all other man pages
4743   o update bk ignore list some more
4744   o update bk ignore list
4745   o switch to generate the man pages during the normal build, not during the install
4746   o convert udev.8.in to use @udevdir@ macro for make install
4747   o first step of making man pages dynamically generated
4748   o add install and uninstall the etc/dev.d/net/hotplug.dev file to the Makefile
4749   o tweak net_test a bit
4750   o fix some segfaults when running udevtest for network devices
4751   o make a net_test test script using udevtest
4752   o handle the subsytem if provided in udevtest
4753   o add hotplug.dev script to handle renamed network devices
4754   o add a bunch of network class devices to the test sysfs tree
4755   o add udevruler to the bk ignore list
4756   o update RFC-dev.d docs due to DEVNODE to DEVNAME change
4757   o clean up chassis_id coding style
4758   o clean up the OSDL document formatting a bit
4759   o add netlink rules to devfs and gentoo rules files
4760   o added USB device rules to rules files
4761   o clean up the gentoo rules file a bit more, adding dri rules
4762   o fix up udev.rules to handle oss rules better
4763   o 023_bk mark
4764   o fix udev.spec file for where udevtest should be placed
4765
4766 Kay Sievers:
4767   o tweak node unlink handling
4768   o switch udevd's msg_dump() to #define
4769   o handle netdev in udevruler
4770   o man page cleanup
4771   o put config info in db for netdev
4772   o increase udevd event timeout
4773   o udevstart fix
4774   o put netdev handling and dev.d/ in manpages
4775   o DEVPATH for netdev
4776   o netdev - udevdb+dev.d changes
4777   o udevd race conditions and performance,  assorted cleanups - take 2
4778   o udevinfo patch
4779   o dev_d.c file sorting and cleanup
4780   o apply all_partitions rule to main block device only
4781
4782
4783 Summary of changes from v022 to v023
4784 ============================================
4785
4786 Kay Sievers:
4787   o hmm, handle net devices with udev?
4788   o correct apply_format() for symlink only rules
4789   o don't init namedev on remove
4790   o first stupid try for a rule compose gui
4791   o replace fgets() with mmap() and introduce udev_lib.[hc]
4792   o make udevtest a real program :)
4793
4794 Daniel E. F. Stekloff:
4795   o udevinfo patch
4796
4797 Greg Kroah-Hartman:
4798   o create the /etc/dev.d/ directories in 'make install'
4799   o actually have udev run files ending in .dev in the /etc/dev.d/ directory as documented
4800   o added RFC-dev.d document detailing how /etc/dev.d/ works
4801   o fixed up udev.spec to handle selinux stuff properly now
4802   o remove USE_DBUS and USE_SELINUX flags from the README as they are no longer present
4803   o remove selinux stuff from the main Makefile
4804   o move udev_selinux into extras/selinux
4805   o fix dbus build in the udev.spec file
4806   o remove dbus stuff from main Makefile
4807   o move udev_dbus to extras/dbus
4808   o udev_dbus can now compile properly, but linnking is another story
4809   o remove udev_dbus.h from Makefile
4810   o first cut at standalone udev_selinux program
4811   o remove selinux support from udev core as it's no longer needed
4812   o first cut at standalone udev_dbus program
4813   o add get_devnode() helper to udev_lib for udev_dbus program
4814   o remove dbus code from core udev code as it's no longer needed to be there
4815   o add /etc/dev.d/ support for udev add and remove events
4816   o fix build error in namedev.c caused by previous patch
4817   o 022_bk tag
4818   o fix 'make spotless' to really do that in klibc
4819   o add a question/answer about automounting usb devices to the FAQ
4820   o mark scsi-devfs.sh as executable
4821   o Increase the name size as requested by Richard Gooch <rgooch@ras.ucalgary.ca>
4822   o fix udevtest to build properly after the big udev_lib change
4823
4824 Olaf Hering:
4825   o uninitialized variable for mknod and friend
4826
4827 Richard Gooch:
4828   o SCSI logical and physical names for udev
4829
4830 Theodore Y. T'so:
4831   o Trivial man page typo fixes to udev
4832
4833
4834 Summary of changes from v021 to v022
4835 ============================================
4836
4837 <ananth:in.ibm.com>:
4838   o more Libsysfs updates
4839   o Libsysfs updates
4840
4841 <async:cc.gatech.edu>:
4842   o fix HOWTO-udev_for_dev for udevdir
4843
4844 Kay Sievers:
4845   o udev-test.pl cleanup
4846   o add dev node test to udev-test.pl
4847   o add permission tests
4848   o "symlink only" test
4849   o callout part selector tweak
4850   o cleanup callout fork
4851   o allow to specify node permissions in the rule
4852   o man page beauty
4853   o put symlink only rules to the man page
4854   o rename strn*() macros to strmax
4855   o conditional remove of trailing sysfs whitespace
4856   o clarify udevinfo text
4857   o better fix for NAME="foo-%c{N}" gets a truncated name
4858   o overall trivial trivial cleanup
4859   o fix NAME="foo-%c{N}" gets a truncated name
4860   o cleanup mult field string handling
4861
4862 <ken:cgi101.com>:
4863   o fix a type in docs/libsysfs.txt
4864   o Added line to udev.permissions.redhat
4865   o Include more examples in the docs area for gentoo and redhat
4866
4867 <md:linux.it>:
4868   o udevstart fixes
4869
4870 Greg Kroah-Hartman:
4871   o add big major tests to udev-test.pl
4872   o add a test for a minor over 255
4873   o udev-test.pl: print out major:minor and perm test "ok" if is ok
4874   o make perm and major:minor test errors be reported properly
4875   o remove extra ; in namedev_parse.c
4876   o Added multipath-tools 0.1.1 release
4877   o deleted current extras/multipath directory
4878   o 021_bk mark
4879   o fix the build for older versions of gcc
4880
4881 Hanna V. Linder:
4882   o Small fix to remove extra "will" in man page
4883
4884 Olaf Hering:
4885   o make spotless
4886   o udev* segfaults with new klibc
4887
4888 Patrick Mansfield:
4889   o add tests for NAME="foo-%c{N}"
4890
4891 Summary of changes from v020 to v021
4892 ============================================
4893
4894 Kay Sievers:
4895   o install udevinfo in /usr/bin
4896   o blacklist pcmcia_socket
4897
4898 Greg Kroah-Hartman:
4899   o fix udev.spec to find udevinfo now that it has moved to /usr/bin
4900   o Fix another problem with Makefile installing initscript
4901   o fix the Makefile to install the init script into the proper directory
4902   o make spec file turn off selinux support by default
4903
4904
4905 Summary of changes from v019 to v020
4906 ============================================
4907
4908 <christophe.varoqui:free.fr>:
4909   o multipath update
4910
4911 Kay Sievers:
4912   o man page udevstart
4913   o cleanup udevstart
4914   o bugfix for local user
4915   o unlink bugfix
4916   o TODO update
4917   o clarify udevinfo device walk
4918   o udevinfo symlink reverse query
4919   o fix stroul endptr use
4920   o add $local user spport for permissions
4921   o udev - man page update
4922   o udev - fix debug info for multiple rule file config
4923   o udev - kill udevd on install
4924   o udev - activate formt length attribute
4925   o udev - safer sprintf() use
4926
4927 <md:linux.it>:
4928   o no error on enoent
4929   o escape dashes in man pages
4930   o remove usage of expr in ide-devfs.sh
4931
4932 <rml:ximian.com>:
4933   o automatically install correct initscript
4934   o update documetation for $local
4935
4936 Andrey Borzenkov:
4937   o Add symlink only rules support
4938
4939 Greg Kroah-Hartman:
4940   o update the TODO list as we already have a devfs config file
4941   o make start_udev use udevstart binary
4942   o install udevstart
4943   o Remove Debian permission files as the Debian maintainer doesn't seem to want to share :(
4944   o update the Gentoo rules files
4945   o Add Red Hat rules and permissions files
4946   o add udevstart to the ignore list
4947   o add udevstart program based on a old patch from Harald Hoyer <harald@redhat.com>
4948   o unlink the file before we try to create it
4949   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
4950
4951
4952 Summary of changes from v018 to v019
4953 ============================================
4954
4955 Kay Sievers:
4956   o TODO update
4957   o udev - correct relative symlink
4958   o udev - safer string handling - part four
4959   o udev - safer string handling - part three
4960   o udev - safer string handling - part two
4961   o udev - man page update
4962   o udev - safer string handling all over the place
4963   o manpage update
4964   o udev - allow all files in a directory as the config
4965   o udev - simple klibc textual uid/gid handling
4966
4967 Andrey Borzenkov:
4968   o do not remove real .udev.tdb during RPM build
4969
4970 Greg Kroah-Hartman:
4971   o add new TODO item about local user permissions
4972   o Add initial SELinux support for udev
4973   o fix build for very old versions of make
4974   o remove limit of the number of args passed to PROGRAM
4975   o force udev to include the internal version of libsysfs and never the external one
4976   o fix up libsysfs header file usage to fix bug reports from users that have sysfsutils installed already
4977   o remove udevtest on 'make clean'
4978   o remove udevd priority TODO item, as it's not needed at all
4979
4980 Patrick Mansfield:
4981   o update udev scsi_id to scsi_id 0.4
4982
4983
4984 Summary of changes from v017 to v018
4985 ============================================
4986
4987 <ext.devoteam.varoqui:sncf.fr>:
4988   o [PATCH] symlink dm-[0-9]* rule
4989   o update extras/multipath
4990
4991 <john-hotplug:fjellstad.org>:
4992   o init.d debian patch
4993
4994 Kay Sievers:
4995   o udev - TODO update
4996   o udev - add %s{filename} to man page
4997   o udev - udevd/udevsend man page
4998   o udev - switch callout part selector to {attribute}
4999   o udev - switch SYSFS_file to SYSFS{file}
5000   o udev - create all partitions of blockdevice
5001   o allow SYSFS{file}
5002   o Adding '%s' format specifier to NAME and SYMLINK
5003
5004 Greg Kroah-Hartman:
5005   o added some scsi_id files to the bk ignore file
5006   o added scsi_id and some more documentation to the udev.spec file
5007   o update udev.rules.gentoo with new config file format
5008   o Update the Gentoo udev.rules and udev.permissions files
5009   o Create a udev.rules.examples file to hold odd udev.rules
5010   o add udevd priority issue to the TODO list
5011   o more HOWTO cleanups
5012   o add HOWTO detailing how to use udev to manage /dev
5013   o mv libsysfs/libsysfs.h to libsysfs/sysfs/libsysfs.h to make it easier to use
5014   o add start_udev init script
5015   o add support for UDEV_NO_SLEEP env variable so Gentoo people will be happy
5016   o start up udevd ourselves in the init script to give it some good priorities
5017   o update the red hat init script to handle nodes that are not present
5018   o add a "old style" SYSFS_attribute test to udev-test.pl
5019   o Have udevsend report more info in debug mode
5020   o Have udevd report it's version in debug mode
5021   o fix up bug created for udevtest in previous partition creation patch
5022   o update the udev.spec to add udevtest and make some more Red Hat suggested changes
5023   o add ability to install udevtest to Makefile
5024   o 017_bk mark
5025   o Add another test to udev-test.pl and fix a bug when only running 1 test
5026   o Fix bug where we did not use the "converted" kernel name if we had no rule
5027
5028 Patrick Mansfield:
5029   o udev use new libsysfs header file location
5030   o udev add some ID tests
5031
5032
5033 Summary of changes from v016 to v017
5034 ============================================
5035
5036 <azarah:nosferatu.za.org>:
5037   o make logging a config option
5038
5039 <christophe.varoqui:free.fr>:
5040   o more udev-016/extras/multipath
5041   o more udev-016/extras/multipath
5042   o update extras/multipath
5043
5044 Kay Sievers:
5045   o udev - keep private data out of the database?
5046   o better credential patch
5047   o udevd - client access authorization
5048   o compile udevd with klibc
5049   o udev - fix "ignore method"
5050   o udev - fix cdrom symlink rule
5051   o convert udevsend/udevd to DGRAM and single-threaded
5052   o udevd - kill the lockfile
5053   o udevd - fix socket path length
5054   o udevd - switch socket path to abstract namespace
5055   o udevd - allow to bypass sequence number
5056   o include used function
5057
5058 Greg Kroah-Hartman:
5059   o add udev_log to the documentation
5060   o fix offsetof() define in klibc
5061   o add some .spec file changes from Red Hat
5062   o update the init.d udev script based on a patch from Red Hat
5063   o remove the .udev.tdb when installing or uninstalling to be safe
5064   o remove the database at startup
5065   o fix bug in permission handling
5066   o update klibc to version .107
5067   o update the bitkeeper ignore file list
5068   o add udevtest program to build
5069   o fix problem where usb devices can be either the main device or the interface
5070   o more logging.h cleanups to be a bit more flexible
5071   o stop using mode_t as different libcs define it in different ways :(
5072   o remove some more KLIBC fixups that are no longer needed
5073   o let udev-test.pl run an individual test if you ask it to
5074   o Handle the '!' character that some block devices have
5075   o add a block device with a ! in the name, and a test for this
5076   o fix up 'make release' to use bk to build the export tree
5077   o fix log option code so that it actually works for all udev programs
5078   o finish syncing up with klibc
5079   o sync with latest version of klibc (0.107)
5080   o fix up Makefile dependancies for udev_version.h
5081
5082 Patrick Mansfield:
5083   o udev add wild card compare for ID
5084   o udev kill extra bus_id compares in match_id
5085
5086
5087 Summary of changes from v015 to v016
5088 ============================================
5089
5090 <elkropac:students.zcu.cz>:
5091   o get_dev_number() in extras/ide-devfs.sh
5092
5093 <rrm3:rrm3.org>:
5094   o FAQ udev.rules.devfs
5095
5096 Greg Kroah-Hartman:
5097   o add udevd and udevsend to the spec file
5098   o make /etc/hotplug.d/default/udev.hotplug symlink point to udevsend now
5099   o add KERNEL_DIR option so that the distros will be happy
5100   o make udevsend binary even smaller
5101   o udevsend now almost compiles with klibc, struct sockaddr_un is only problem now
5102   o fix up logging code so that it can be built without it being enabled
5103   o rework the logging code so that each program logs with the proper name in the syslog
5104   o remove logging.c as it's no longer needed
5105   o kill the last examples that contained the %D option
5106   o remove a __KLIBC__ tests in libsysfs, as klibc now supports getpagesize()
5107   o udevd - remove stupid locking error I wrote
5108   o update to klibc version 0.101, fixing the stdin bug
5109   o fix Makefile typo for USE_LSB install
5110   o allow dbus code to actually build again
5111
5112 Kay Sievers:
5113   o let udevsend build with klibc
5114   o udevd - config cleanup
5115   o udevd - cleanup and better timeout handling
5116   o fix possible buffer overflow
5117   o udevd - next round of fixes
5118   o udevinfo - missing options for man page
5119   o udev - trivial style cleanup
5120
5121
5122 Summary of changes from v014 to v015
5123 ============================================
5124
5125 <mbuesch:freenet.de>:
5126   o LFS init script update
5127
5128 Greg Kroah-Hartman:
5129   o update klibc to version 0.98
5130   o clean up udevinfo on 'make clean'
5131   o add udevinfo man page to spec file
5132   o remove command line documentation from udev man page
5133   o create initial version of udevinfo man page
5134   o added URL to spec file
5135   o add udevinfo to udev.spec file
5136   o add udevinfo to install target of Makefile
5137   o rip out command line code from udev, now that we have udevinfo
5138   o udevinfo doesn't need to declare main_envp
5139   o move get_pair to udev_config.c because udevinfo doesn't need all of namedev.o
5140   o more makefile cleanups
5141   o move udevinfo into the main build and clean up the main Makefile a bit
5142   o clean up compiler warnings if building using klibc
5143   o make udevd only have one instance running at a time
5144   o new testd.block script for debugging
5145   o udevsnd : clean up message creation logic a bit
5146   o make bk ignore udevd and udevsend binaries
5147   o whitespace cleanups
5148   o remove TODO item about BUS value, as it is now done
5149   o add support for figuring out which device on the sysfs "chain" the rule applies to
5150
5151 Kay Sievers:
5152   o udevinfo - now a real program :)
5153   o udevd - cleanup and better timeout handling
5154   o udev - next round of udev event order daemon
5155   o fix udevd exec
5156   o udev - udevinfo with device chain walk
5157   o spilt udev into pieces
5158
5159
5160 Summary of changes from v013 to v014
5161 ============================================
5162
5163 <ananthmg:rediffmail.com>:
5164   o libsysfs update for refresh + namedev.c changes
5165
5166 <christophe.varoqui:free.fr>:
5167   o udev-013/extras/multipath update
5168
5169 <flamingice:sourmilk.net>:
5170   o minor patch for devfs rules
5171
5172 Kay Sievers:
5173   o udev - program to query all device attributes to build a rule
5174   o set default owner/group in db - update
5175   o udev - reverse user query options
5176   o udev - kill %D from udev-test.pl
5177   o add udev logging to info log
5178   o udev - mention format string escape char in man page
5179
5180 Greg Kroah-Hartman:
5181   o misc code cleanups
5182   o fixup logging.h to handle different logging options properly
5183   o clean up the logging patch a bit to make the option more like the other options
5184   o remove the %D modifier as it is not longer needed
5185   o remove unneeded keyboard rule
5186   o add usb_host and pci_bus to the class blacklist
5187   o added input device rules to udev.rules and udev.rules.devfs
5188   o 013_bk mark
5189
5190 Hanna V. Linder:
5191   o set default owner/group in db
5192   o small cut n paste error fix
5193
5194 Patrick Mansfield:
5195   o update udev scsi_id to scsi_id 0.3
5196
5197
5198 Summary of changes from v012 to v013
5199 ============================================
5200
5201 <eike-hotplug:sf-tec.de>:
5202   o LSB init script and other stuff
5203
5204 <elkropac:students.zcu.cz>:
5205   o fix udev directory for Debian init script
5206
5207 <tiggi:infa.abo.fi>:
5208   o udev 012 old gcc fixup
5209
5210 Christophe Saout:
5211   o add IGNORE rule type
5212   o small cleanup
5213
5214 Greg Kroah-Hartman:
5215   o update TODO with some new, small items
5216   o Cset exclude: greg@kroah.com|ChangeSet|20040113010256|48515
5217   o update the README in a few places
5218   o fix -d typo in the manpage update
5219   o Fix stupid gcc "optimization" of 1 character printk() calls.... Ick
5220   o oops, forgot to fix up the PROGRAM result from ID to RESULT in the config files
5221   o Add alsa device rules and a few other devfs rules
5222   o fix a few stale comments in namedev.c
5223   o convert the default rules files to the new format
5224   o convert the test shell scripts to the config file format
5225   o add bus test for usb-serial bus
5226   o Add some helpful messages if the user uses the older config file format
5227   o added dri rule to the default config file
5228   o added init.d udev script for debian
5229   o add a script that tests the IGNORE rule
5230   o add silly script that names cdrom drives based on the cd in them
5231   o add cdrom rule for ide cdrom
5232   o replace list_for_each with list_for_each_entry, saving a few lines of code
5233   o add a blacklist of class devices we do not want to look at
5234
5235 Kay Sievers:
5236   o fix klibc with printf() and gcc
5237   o udev - small script optimization
5238   o udev - introduce format escape char
5239   o udev - more CALLOUT is PROGRAM now
5240   o udev - CALLOUT is PROGRAM now
5241   o update documentation for new config file format
5242   o more advanced user query options
5243   o udev - simple debug tweak
5244   o udev - drop all methods :)
5245   o udev - advanced user query options
5246   o udev - Makefile error
5247   o udev - make exec_callout() reusable
5248   o udev - exec status fix for klibc
5249   o fix Silly udev script
5250
5251
5252 Summary of changes from v011 to v012
5253 ============================================
5254
5255 <azarah:nosferatu.za.org>:
5256   o make symlink work properly if there is already a file in its place
5257   o Fix udev gcc-2.95.4 compat
5258
5259 <christophe.varoqui:free.fr>:
5260   o extras multipath update
5261   o extras multipath update
5262
5263 Kay Sievers:
5264   o mention user callable udev + options in man page
5265   o make udev user callable to query the database
5266   o depend on all .h files
5267   o cleanup namedev_parse debug text
5268   o extend exec_program[]
5269   o ide-devfs.sh update
5270   o fix for apply_format()
5271   o check for empty symlink string
5272   o 'ide' missing in bus_files[]
5273   o small trivial cleanup of latest changes
5274
5275 <mbuesch:freenet.de>:
5276   o introduce signal handler
5277
5278 <rml:ximian.com>:
5279   o udev spec file update
5280
5281 Greg Kroah-Hartman:
5282   o minor grammer fixes for the udev_vs_devfs document
5283   o move the dbus config file to etc/dbus-1/system.d/
5284   o move the config files to etc/udev to clean up main directory a bit
5285   o add Gentoo versions of the rules and permissions files
5286   o if using glibc, link dynamically, as no one like 500Kb udev binaries
5287   o minor change to udev_vs_devfs document
5288   o added udev vs devfs supid document to the tree
5289   o move the signal handling registration to after we have initialized enough stuff
5290   o make ide-devfs.sh executable in the tree
5291   o udev.permissions.debian - forgot the dm nodes
5292   o update the udev.permissions.debian file with new entries
5293   o added udev.init script for the Linux From Scratch project
5294
5295
5296
5297 Summary of changes from v010 to v011
5298 ============================================
5299
5300 <mbuesch:freenet.de>:
5301   o proper cleanup on udevdb_init() failure
5302
5303 <mh:nadir.org>:
5304   o patch udev 009-010 rpm spec file
5305
5306 <svetljo:gmx.de>:
5307   o fix udev sed Makefile usage
5308
5309 Greg Kroah-Hartman:
5310   o add documentation about the BUS key being optional for the LABEL rule
5311   o add tests for LABEL rule with a device that has no bus
5312   o Don't require the BUS value for the LABEL rule
5313   o If a LABEL rule has a BUS id, then we must check to see if the device is on a bus
5314   o add documentation about the BUS key being optional for the CALLOUT rule
5315   o If a CALLOUT rule has a BUS id, then we must check to see if the device is on a bus
5316   o Don't require the BUS value for the CALLOUT rule
5317   o add test for callout rule with a device that has no bus
5318   o 010_bk stamp
5319   o added different build options to the rpm udev.spec file
5320   o add pci to the bus_files list
5321   o check for empty line a bit better in the parser
5322   o more init script cleanups, the stop target now calls udev to cleanup instead of just removing the whole /udev directory
5323   o make udev init script run udev in the background to let startup go much faster
5324   o fix long delay for all devices in namedev
5325
5326
5327 Summary of changes from v009 to v010
5328 ============================================
5329
5330 <ananth:in.ibm.com>:
5331   o change pgsize
5332
5333 <christophe.varoqui:free.fr>:
5334   o extras multipath update
5335   o extras multipath update
5336   o extras multipath update
5337   o extras multipath update
5338
5339 Kay Sievers:
5340   o fix udev-test.pl
5341   o small cleanup udev-remove.c
5342   o experimental CALLOUT script for devfs ide node creation with cd, disc, part
5343   o add any valid device
5344   o introduce format char 'k' for kernel-name
5345   o trivial make fixes
5346   o don't overwrite old config on install
5347   o udev-remove.c cleanups
5348   o bug in udev-remove.c
5349   o trivial cleanup parser changes
5350
5351 <roman.kagan:itep.ru>:
5352   o fix comment and whitespace handling in config files
5353
5354 Adam Kropelin:
5355   o Allow build with empty EXTRAS
5356
5357 Daniel E. F. Stekloff:
5358   o libsysfs 0.4.0 patch
5359   o fix scsi_id segfault with udev-009
5360   o add libsysfs docs
5361
5362 David T. Hollis:
5363   o mark config files as such in the rpm spec file
5364
5365 Greg Kroah-Hartman:
5366   o fix complier warning in namedev.c
5367   o add documentation for the new '%k' modifier (kernel name replacement)
5368   o add documentation about the multiple sysfs values that are now allowed for the LABEL rule
5369   o add tests for multi-file LABEL rules
5370   o add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule
5371   o Just live with a sleep(1) in namedev for now until libsysfs is fixed up
5372   o try to wait until the proper device file shows up in sysfs
5373   o remove unneeded TODO and FIXME entry
5374   o clean up the stand-alone tests to work properly on other people's machines
5375   o add tests to catch whitespace and comment config file parsing errors
5376
5377
5378 Summary of changes from v008 to v009
5379 ============================================
5380
5381 <christophe.varoqui:free.fr>:
5382   o more extras/multipath changes
5383   o and more extras/multipath updates
5384   o more extras/multipath updates
5385   o yet more extras/multipath
5386   o more extras/multipath updates
5387   o extras/multipath update
5388
5389 <david:fubar.dk>:
5390   o D-BUS patch for udev-008
5391
5392 <eike-hotplug:sf-tec.de>:
5393   o add init.d/udev to "make install"
5394   o add init.d/udev to the spec file
5395
5396 Kay Sievers:
5397   o don't rely on field order in namedev_parse
5398   o get part of callout return string
5399   o remove '\n' from end of callout return
5400   o man-page mention multiple symlinks
5401   o allow multiple symlinks
5402   o cleanup man & remove symlink comment
5403   o experimental (very simple) SYMLINK creation
5404   o man page beauty
5405   o pattern match for label method
5406   o a bug in linefeed removal
5407
5408 <rml:ximian.com>:
5409   o remove udev from runlevels on uninstall
5410   o install initscript in udev rpm
5411
5412 Daniel E. F. Stekloff:
5413   o pre-libsysfs-0.4.0 patch
5414
5415 Greg Kroah-Hartman:
5416   o signal fixes due to klibc update
5417   o sync klibc with release 0.95
5418   o add mol permissions to the debian permissions file
5419   o update the FAQ with info about bad modprobe events from the devfs scheme
5420   o some cleanups due to the need for LABEL rules to use "SYSFS_" now
5421   o Add restart target to the etc/init.d/udev script
5422   o tweak the config file generation portion of the Makefile a bit
5423   o change devfs disk name rule from 'disk' to 'disc'
5424   o add vc support to udev.rules.devfs
5425   o added a devfs udev config file from Marco d'Itri <md@Linux.IT>
5426   o set default mode to 0600 to be safer
5427   o Makefile tweaks for the DBUS build
5428   o update the FAQ due to the latest devfs mess on lkml and also due to symlinks now working
5429   o document the different Makefile config options that we have
5430   o change USE_DBUS to DBUS in Makefile, and disable it by default as it's still to hard to build on all systems
5431   o fix formatting of udev_dbus.c to use tabs.  Also get it to build properly now
5432   o move all of the DBUS logic into one file and remove all of the #ifdef crud from the main code
5433
5434 Olaf Hering:
5435   o dump latest klibc into the udev build tree
5436   o use udevdir in udev.conf
5437
5438 Patrick Mansfield:
5439   o better allow builds of extras programs under udev
5440   o update udev extras/scsi_id to version 0.2
5441
5442
5443 Summary of changes from v007 to v008
5444 ============================================
5445
5446 <azarah:nosferatu.za.org>:
5447   o more config file parsing robustness
5448
5449 <christophe.varoqui:free.fr>:
5450   o udev-007/extras/multipath update
5451
5452 Arnd Bergmann:
5453   o Build failure - missing linux/limits.h include?
5454   o Add format modifier for devfs like naming
5455   o klibc makefile fixes
5456
5457 Daniel E. F. Stekloff:
5458   o another patch for path problem
5459   o quick fix for libsysfs bus
5460   o libsysfs changes for sysfsutils 0.3.0
5461
5462 Greg Kroah-Hartman:
5463   o fix up some duplicated function compiler warnings in libsysfs
5464   o fix some compiler warnings in the tdb code
5465   o Added Kay's name to the man page
5466   o update the wildcard documentation in the man page to show the new styles supported
5467   o fix permission handling logic
5468   o enable default_mode ability to actually build
5469   o add support for the default_mode variable, as it is documented
5470   o show permissions and groups in the label_test
5471   o remove some items off of the TODO list, as they are now done
5472   o fix up the tests to work without all of the environ variables
5473   o get rid of the majority of the debug environment variables
5474   o Update the man page to show the new config file, it's format, and how to use it
5475   o fix up the tests to support the rules file name change
5476   o add support for a main udev config file, udev.conf
5477   o turn debugging messages off by default
5478   o split out the namedev config parsing logic to namedev_parse.c
5479   o rename namedev's get_attr() to be main namedev_name_device() as that's what it really is
5480   o add devfs like tty rules as an example in the default config file
5481   o operate on the rules in the order they are in the config file (within the rule type) instead of operating on them backwards.
5482   o Cset exclude: dsteklof@us.ibm.com|ChangeSet|20031126173159|56255
5483   o add test for checking the BUS value
5484   o fix problem where we were not looking at the BUS value
5485   o add scsi and pci bus links in the test sysfs tree
5486   o add test and documentation for new %D devfs format modifier
5487   o changed the default location of the database to /udev/.udev.tdb to be LSB compliant
5488   o get rid of functions in klibc_fixups that are now in klibc
5489   o sync up with the 0.84 version of klibc
5490   o fix udev init.d script to handle all class devices in sysfs
5491   o fix the test.block and test.tty scripts due to their moveing.  Also add a test.all script
5492   o 007_bk version change to Makefile
5493
5494 Kay Sievers:
5495   o pattern matching for namedev
5496   o catch replace device by wildcard
5497   o udev.8 tweak numeric id text
5498   o udev-test.pl add subdir test
5499   o namedev.c strcat tweak
5500   o overall whitespace + debug text conditioning
5501   o udev-test.pl - tweaks
5502
5503 Martin Hicks:
5504   o Add -nodefaultlibs while compiling against klibc
5505
5506 Olaf Hering:
5507   o ARCH detection for ppc
5508
5509 Patrick Mansfield:
5510   o fix udev parallel builds with klibc
5511
5512
5513 Summary of changes from v006 to v007
5514 ============================================
5515
5516 <md:linux.it>:
5517   o fix segfault in parsing bad udev.permissions file
5518
5519 Greg Kroah-Hartman:
5520   o update default config file with a CALLOUT rule, and more documentation
5521   o updated the man page with the latest format specifier changes
5522   o added ability to put format specifiers in the CALLOUT program string
5523   o tweak udev-test.pl to report '0' errors if that's what happened
5524   o only build klibc_fixups.c if we are actually using klibc
5525   o add support for string group and string user names in udev.permissions
5526   o add getgrnam and getpwnam to klibc_fixups files
5527   o remove Makefile.klibc
5528   o add udev-test perl script from Kay Sievers <kay.sievers@vrfy.org> which blows away my puny shell scripts
5529   o added debian's version of udev.permissions
5530   o change to 006_bk version
5531
5532 Kay Sievers:
5533   o format char for CALLOUT output
5534   o more namedev whitespace cleanups
5535   o support arguments in callout exec
5536   o namedev.c - change order of fields in CALLOUT
5537   o namedev.c whitespace + debug text cleanup
5538   o man page with udev.permissions wildcard
5539
5540 Olaf Hering:
5541   o static klibc udev does not link against crt0.o
5542
5543 Summary of changes from v005 to v006
5544 ============================================
5545
5546 <chris_friesen:sympatico.ca>:
5547   o faster test scripts
5548
5549 Arnd Bergmann:
5550   o more robust config file parsing in namedev.c
5551   o add bus id modifier
5552
5553 Daniel E. F. Stekloff:
5554   o patch for libsysfs sysfs directory handling
5555
5556 Greg Kroah-Hartman:
5557   o add another line to udev.permissions in the proper format
5558   o tweak replace_test
5559   o fix permissions to work properly now
5560   o add real udev.permissions file to test directory
5561   o fix namedev.c to build with older version of gcc
5562   o add dumb test for all of the different modifiers
5563   o update the TODO list with more items that people can easily do
5564   o move the test.block and test.tty scripts to the test/ directory
5565   o add remove actions to the test scripts
5566   o turn DEBUG_PARSER off by default
5567   o add some documentation for the %b modifier to the default config file
5568   o fix make install rule for when the udev symlink is already there
5569   o change release target in makefile
5570   o change debug level on printf values for now
5571   o updated demo config file
5572   o add some documentation of the modifiers to the default config file
5573   o add demo config file
5574   o updated bk ignore list for klibc generated files
5575   o add printf option to label test to verify it works
5576   o fix up printf-like functionality due to previous changes
5577   o get the major/minor number before we name the device
5578   o add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com>
5579   o Add multipath "extra" program from Christophe Varoqui, <christophe.varoqui@free.fr>
5580   o trailing whitespace cleanups
5581   o splig LABEL and NUMBER into separate functions
5582   o add TOPO regression test
5583   o move TOPOLOGY rule to it's own function
5584   o fix bug where NUMBER and TOPOLOGY would not work for partitions
5585   o clean up the way we find the sysdevice for a block device for namedev
5586   o updated label test script (tests for partitions now.)
5587   o split REPLACE and CALLOUT into separate functions
5588   o add debug line for REPLACE call
5589   o add replace test
5590   o add more sysfs test tree files
5591   o change UDEV_SYSFS_PATH environment variable due to libsysfs change
5592   o fix bug in klibc's isspace function
5593   o fix udev-add.c to build properly with older versions of gcc
5594   o add prototype for ftruncate to klibc
5595   o Remove a few items from the TODO list that are already done
5596   o version number to 005_bk
5597   o pull some klibc stuff into the make Makefile to try to stay in sync
5598   o klibc build fixes
5599
5600 Kay Sievers:
5601   o apply permissions.conf support for wildcard and default name
5602   o man page with included placeholder list
5603   o implement printf-like placeholder support for NAME
5604   o more manpage tweaks
5605   o add support for subdirs
5606   o add uid/gid to nodes
5607
5608 Olaf Hering:
5609   o DESTDIR for udev
5610
5611 Paul Mundt:
5612   o Fixup path for kernel includes when building with klibc
5613
5614 Robert Love:
5615   o udev init script
5616
5617
5618 Summary of changes from v004 to v005
5619 ============================================
5620
5621 <kay:vrfy.org>:
5622   o namedev.c comments + debug patch
5623   o man page update
5624
5625 Greg Kroah-Hartman:
5626   o ignore the klibc/linux symlink
5627   o add klibc linux symlink info to the README
5628   o get 'make release' to work properly again
5629   o added README info for how to build using klibc
5630   o turn off debugging if we are building with klibc
5631   o turn off debugging in namedev
5632   o added vsyslog support to klibc
5633   o add ftruncate to klibc
5634   o klibc specific tweaks
5635   o libsysfs does not need mntent.h in it's header file
5636   o udev build tweaks to tdb's spinlock code
5637   o klibc makefile changes
5638   o build tdb and libsysfs from the same makefile as udev
5639   o udev-add build cleanups for other libc versions
5640   o tweak tdb to build within udev better
5641   o make libsysfs spit debug messages to the same place as the rest of udev
5642   o make libsysfs build cleanly
5643   o updated bk ignore list
5644   o added klibc version 0.82 (cvs tree) to the udev tree
5645   o makefile fix for now
5646   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
5647   o hm, makefile bug with so many files...  will fix later
5648   o regression tests starting to be added
5649   o fix LABEL bug for device files (not class files.)
5650   o more warning flags to the build
5651   o got rid of struct device_attr
5652   o rename namedev.permissions and namedev.config to udev.permissions and udev.config
5653   o fix dbg line in namedev.c
5654   o more overrides of config info with env variables if in test mode
5655   o Fix bug causing udev to sleep forever waiting for dev file to show up
5656   o change version to 004_bk
5657   o make config files, sysfs root, and udev root configurable from config variables
5658
5659 Robert Love:
5660   o udev: sleep_for_dev() bits
5661   o udev: another canidate for static
5662
5663
5664 Summary of changes from v003 to v004
5665 ============================================
5666
5667 Daniel E. F. Stekloff:
5668   o new version of libsysfs patch
5669
5670 Greg Kroah-Hartman:
5671   o 004 release
5672   o major database cleanups
5673   o Changed test.block and test.tty to take ACTION from the command line
5674   o don't sleep if 'dev' file is already present on device add
5675   o fix comment about how the "dev" file is made up
5676   o more database work.  Now we only store the info we really need right now
5677   o add BUS= bug to TODO list so it will not get forgotten
5678   o spec file changes
5679   o test.block changes
5680   o ok, rpm likes the "_" character instead of "-" better
5681   o change the version to 003-bk to keep things sane with people using the bk tree
5682   o got "remove of named devices" working
5683   o fix segfaults when dealing with partitions
5684
5685 Kay Sievers:
5686   o man file update
5687   o man page update
5688
5689 Robert Love:
5690   o udev: mode should be mode_t
5691   o udev: trivial trivialities
5692   o udev: cool test scripts again
5693   o udev spec file symlink support
5694   o udev: cool test scripts
5695   o udev spec file bits
5696
5697
5698 Summary of changes from v0.2 to v003
5699 ============================================
5700
5701 Daniel E. F. Stekloff:
5702   o udevdb patch
5703   o udevdb prototype
5704
5705 Greg Kroah-Hartman:
5706   o update the spec file for the new version and install process
5707   o fix makefile release rule to not drop tdb.h file
5708   o Add FAQ for udev
5709   o removed AUTHORS and INSTALL files as they were pretty pointless
5710   o copyright updates
5711   o Add AUTHORS and INSTALL files
5712   o TODO updates
5713   o Updatd the README
5714   o updated the TODO list
5715   o add udev man page (basically just a place holder for now.)
5716   o added uninstall support
5717   o added install target for makefile so people don't have to do it by hand anymore
5718   o add version to debug log on startup
5719   o tell the user what mknod() we are trying to do
5720   o add dbg_parse() to cut down on parse file debugging statements
5721   o put config files and database in /etc/udev by default
5722   o add ols 2003 udev paper to docs/
5723   o clean up some debugging stuff in namedev.c
5724   o do not build the tdb binary programs, only the objects
5725   o merge tdb into the build process
5726   o Added tdb code from latest cvs version in the samba tree
5727   o added my name to the .spec file
5728   o minor cleanups
5729   o cleanup the mknod code a bit
5730   o remove mknod callout
5731   o handle new major:minor format of dev files that showed up in 2.6.0-test2-bk3 or so
5732   o oops, everything was getting created as 000 mode, try to fix this up, but fail...
5733   o more test stuff
5734
5735 Olaf Hering:
5736   o print udev pid
5737
5738 Patrick Mansfield:
5739   o add callout config type to udev
5740
5741 Paul Mundt:
5742   o Fix TDB cross compilation
5743   o udev spec file
5744   o udev/libsysfs cross compile fixes
5745
5746
5747 Summary of changes from v0.1 to v0.2
5748 ============================================
5749
5750 Greg Kroah-Hartman:
5751   o more test stuff
5752   o removed unneeded stuff from udev.h
5753   o added 0.2 change log info
5754   o start working on label support, and fix some segfaults for block devices
5755   o test config file changes
5756   o add NUMBER support (basically same logic as TOPOLOGY, perhaps we should
5757     merge this...)
5758   o added topology support
5759   o got REPLACE to work properly
5760   o make struct config_device contain a struct device_attr instead of
5761     duplicating the mess
5762   o block test
5763   o split the tests up into different files
5764   o split udev main logic into udev-add and udev-remove
5765   o Clean up the namedev interface a bit, making the code smaller
5766   o bk: update ignore list
5767   o update the tests to handle block devices too
5768   o add initial libsysfs support
5769   o added libsysfs to the build
5770   o added libsysfs code from sysutils-0.1.1-071803 release
5771   o namedev config files are fully parsed
5772   o more permission tests
5773   o make log_message spit out warnings so I don't have to spend forever
5774     chasing down stupid bugs that aren't there...
5775   o added klibc makefile
5776   o Initial namedev parsing of config files
5777   o sleep for 2 seconds to give the kernel a chance to actually create the
5778     files we need
5779   o pick a better default UDEV_ROOT
5780   o fix up the test to actually work
5781   o added more documentation in README and TODO files
5782
5783
5784 Summary of changes up to v0.1
5785 ============================================
5786
5787 Greg Kroah-Hartman:
5788   o added more documentation in README and TODO files
5789   o updated the documentation
5790   o cleaned up the makefile a bit
5791   o remove now works!
5792   o restructure code to be able to actually get remove_node() to work
5793   o Creating nodes actually works
5794   o added stupid test script for debugging
5795   o added initial documentation and gpl license
5796   o enabled debugging
5797   o updated ignore list
5798   o added initial files
5799   o fixed up config
5800   o Initial repository create
5801   o BitKeeper file /home/greg/src/udev/udev/ChangeSet
5802