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