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