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