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