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