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