chiark / gitweb /
release 123
[elogind.git] / ChangeLog
1 Summary of changes from v122 to v123
2 ============================================
3
4 Erik van Konijnenburg (3):
5       add substitution in MODE= field
6       Makefile: use udevdir in "make install"
7       volume_id: support for oracleasm
8
9 Harald Hoyer (1):
10       scsi_id: retry open() on -EBUSY
11
12 Karel Zak (2):
13       volume_id: remove unnecessary global variable
14       volume_id: enable GFS probing code, add LABEL support
15
16 Kay Sievers (5):
17       edd_id: call it only for sd* and hd*
18       rename WAIT_FOR_SYSFS to WAIT_FOR and accept an absolute path
19       rules: tape rules - use bsg device nodes for SG_IO
20       rules: persistent net - handle "locally administered" ibmveth MAC addresses
21       cdrom_id: export ID_CDROM_MEDIA_TRACK_COUNT_AUDIO=, ID_CDROM_MEDIA_TRACK_COUNT_DATA=
22
23 Michal Soltys (1):
24       man: add NAME== match entry
25
26 Xinwei Hu (2):
27       collect: realloc buffer, if needed
28       udevd: export .udev/queue/$seqnum before .udev/uevent_seqnum
29
30
31 Summary of changes from v121 to v122
32 ============================================
33
34 Hannes Reinecke (2):
35       scsi_id: remove all sysfs dependencies
36       scsi_id: add SGv4 support
37
38 Karel Zak (1):
39       volume_id: clean up linux_raid code
40
41 Kay Sievers (8):
42       scsi_id:  update man page
43       scsi_id: remove bus_id option
44       scsi_id: add --sg-version= option
45       rules: adapt to new scsi_id
46       rules: adapt tape rules to new scsi_id
47       scsi_id: add bsg.h
48       volume_id: bump version
49       Makefile: do not create udevcontrol, udevtrigger symlinks
50
51 MUNEDA Takahiro (2):
52       man: udevd- fix udev(8) reference
53       man: scsi_id
54
55 Matthias Schwarzott (1):
56       cdrom_id: fix segfault
57
58
59 Summary of changes from v120 to v121
60 ============================================
61
62 Damjan Georgievski (1):
63       libvolume_id: recognize swap partitions with a tuxonice hibernate image
64
65 Daniel Drake (1):
66       writing udev rules: fix rule typos
67
68 David Woodhouse (1):
69       rules_generator: net rules - add "dev_id" value to generated rules
70
71 Harald Hoyer (1):
72       selinux: more context settings
73
74 Kay Sievers (21):
75       udevinfo: do not replace chars when printing ATTR== matches
76       vol_id: add --offset option
77       cdrom_id: replace with version which also exports media properties
78       udevd: at startup write message including version number to kernel log
79       rules_generator: net rules - always add KERNEL== match to generated rules
80       selinux: fix missing includes
81       allow setting of MODE="0000"
82       path_id: remove subsystem whitelist
83       logging: add trailing newline to all strings
84       scsi_id: initialize serial strings
85       persistent device naming: also read unpartitioned media
86       cdrom_id: add more help text
87       add $links substitution
88       fstab_import: add program to IMPORT matching fstab entry
89       add OPTIONS+="event_timeout=<seconds>"
90       write "event_timeout" to db
91       udevadm: trigger - add --env= option
92       udevadm: control - fix --env key to accept --env=<KEY>=<value>
93       udevadm: info - do not print ATTR{dev}==
94       persistent device naming: update tape rules
95       rules: update md rules
96
97
98 Summary of changes from v119 to v120
99 ============================================
100
101 Kay Sievers (9):
102       test: remove duplicated EXTRA entry
103       rules: remove last WAIT_FOR_SYSFS, load ppdev, switch scsi_device
104       udevadm: trigger - option to synthesize events and pass them to a socket
105       udevadm: info - resolve devpath if symlink is given
106       udevadm: remove old man page links and compat links for debugging tools
107       udevadm: trigger - fix broken socket option check
108       udevadm: trigger - fix --socket== + --verbose
109       also accept real socket files for RUN+="socket:<path>"
110       persistent device naming: cleanup storage rules
111
112 Michael Kralka (1):
113       udevd: serialize events if they refer to the same major:minor number
114
115
116 Summary of changes from v118 to v119
117 ============================================
118
119 Anthony L. Awtrey (1):
120       do not skip RUN execution if device node removal fails
121
122 Harald Hoyer (2):
123       rules: Fedora update
124       rules: do not set GROUP="disk" for scanners
125
126 Jiri Slaby (1):
127       rules_generator: add missing write_net_rules unlock
128
129 Karel Zak (2):
130       volume_id: fix UUID raw buffer usage
131       volume_id: fix typo in function documentation
132
133 Kay Sievers (10):
134       switch mailing lists to linux-hotplug@vger.kernel.org
135       rules: remove tty rule which can never run because of an earlier "last_rule"
136       volume_id: update ext detection
137       selinux: set context for real file name not the temp name
138       hack to allow ATTR{block/*/uevent}="change"
139       rules_generator: add KERNEL=="<netifname>*" to generated rules
140       persistent device naming: also run on "change" event
141       test: add "subsystem" links to all devices
142       sysfs: depend on "subsystem" link
143       extend hack to allow TEST=="*/start"
144
145 Matthias Schwarzott (1):
146       volume_id: respect LDFLAGS
147
148 Neil Williams (1):
149       volume_id: add prefix=, exec_prefix=
150
151 Roy Marples (1):
152       Makefile: do not require GNU install
153
154
155 Summary of changes from v117 to v118
156 ============================================
157
158 Daniel Drake (1):
159       doc: update "writing udev rules"
160
161 Hannes Reinecke (1):
162       volume_id: LVM - add uuid
163
164 Kay Sievers (9):
165       remove udevstart
166       rules_generator: do not create rules with insufficient matches
167       man: udevadm settle - mention 180 seconds default timeout
168       libvolume_id: squashfs - add endianess support for LZMA compression
169       rules: add AOE rule
170       volume_id: md - add metadata minor version
171       volume_id: run only once into a timeout for unreadable devices
172       create_floppy_devices: fix logic for more than one floppy device
173       volume_id: also add readable check to probe_all()
174
175 Matthias Schwarzott (1):
176       rules: Gentoo update
177
178 Michael Prokop (1):
179       libvolume_id: squashfs+LZMA compression detection
180
181
182 Summary of changes from v116 to v117
183 ============================================
184
185 Dan Nicholson (2):
186       extras: ignore built and generated files
187       volume_id: create relative symlink when $(libdir) = $(usrlibdir)
188
189 Kay Sievers (15):
190       usb_id: fail if vendor/product can not be retrieved
191       rules: SUSE update
192       firmware: do not print error if logger is missing
193       volume_id: vfat - allow all possible sector sizes
194       volume_id: LUKS - export version
195       volume_id: ntfs - rely on valid master file table
196       volume_id: bump version
197       udevinfo: exclude "uevent" file from --attribute-walk
198       udevadm: merge all udev tools into a single binary
199       udevadm: accept command as option, like --help, --version
200       udevadm: add info option --device-id-of-file=<file>
201       Makefile: fix bogus version number than got committed
202       udevadm: also return major==0 results for --device-id-of-file
203       man: udevd.8 - remove udevcontrol section
204       udevadm: control - allow command to be passed as option
205
206 MUNEDA Takahiro (1):
207       man: fix udevadm.8 typo
208
209 Matthias Schwarzott (2):
210       firmware: remove hardcoded path to logger
211       rules: Gentoo update
212
213 VMiklos (1):
214       rules: Frugalware update
215
216
217 Summary of changes from v115 to v116
218 ============================================
219
220 Bryan Kadzban (1):
221       rules: fix typos
222
223 Harald Hoyer (3):
224       check line length after comment check and whitespace strip
225       only install *.rules
226       remove extra space from udevinfo symlink output
227
228 Kay Sievers (29):
229       rules: fix two trivial typos
230       rules: random and urandom are 0666
231       rules: add REMOVE_CMD rule
232       track "move" events to rename database and failed files
233       rules: Gentoo update
234       rules: add i2o driver rule
235       man: recreate man pages
236       volume_id: fix linux_raid metadata version 1.0 detection
237       add $name substitution
238       do not delete the device node with ignore_remove, but handle the event
239       print warning for invalid TEST operations
240       rules: do not delete /lib/udev/devices/ nodes on "remove"
241       rules: remove broken nvram group assignment without any permission
242       add /dev/rtc symlink if new rtc drivers are used
243       increase WAIT_FOR_SYSFS timeout to 10 seconds
244       rules: put bsd nodes in /dev/bsd/ directory
245       path_id: fix for stacked class devices
246       ignore device node names while restoring symlinks from the stack
247       use SEQNUM in /dev/.udev/queue/ instead of devpath
248       rules: add memstick module loading
249       udevinfo: simplify symlink printing logic
250       prevent wrong symlink creation if database disagress with current rules
251       fix wrong variable used in logged string
252       update README
253       rule_generator: move all policy from write_net_rules to the rules file
254       rules: call usb_id only for SUBSYSTEMS=="usb"
255       rules: split out and fix persistent tape rules
256       fix debug output string
257       rule_generator: always match netif type in generated rule
258
259 Matthias Schwarzott (3):
260       rules: Gentoo update
261       rules: Gentoo update
262       rules: Gentoo update
263
264 Michael Morony (1):
265       set buffer size if strlcpy/strlcat indicate truncation
266
267 maximilian attems (1):
268       correct includes in udev_selinux.c
269
270
271 Summary of changes from v114 to v115
272 ============================================
273
274 Harald Hoyer (1):
275       rules: fix typo in 80-drivers.rules
276
277 Kay Sievers (15):
278       rules: add default rules
279       rules: update SUSE rules
280       rules: add packages rules
281       rules: add ia64 rules
282       rules: move md-raid rules to packages dir
283       rules: run vol_id only for partitions
284       rules: update Fedora rules
285       edd_id: move persistent rules to its own file
286       accept relative path for TEST
287       rules: add iowarrior rule
288       volume_id: fix sqashfs detection
289       do not ignore dynamic rule if it is the last one in the list
290       rule_generator: fix wrong DRIVERS!= logic
291       rules: update Fedora
292       Makefile: install default rules
293
294 Marco d'Itri (3):
295       rules_generator: remove policy from write_cd_rules
296       rules_generator: fix write_cd_rules when similar names exist in the root directory
297       rules: Debian update
298
299
300 Summary of changes from v113 to v114
301 ============================================
302
303 Hannes Reinecke (3):
304       collect: extra to synchronize actions across events
305       add $driver subtitution
306       rules_generator: add S/390 persistent network support
307
308 Kay Sievers (24):
309       rules_generator: remove executable flag from include file
310       always unlink temporary file before creating new one
311       rules: SUSE update
312       volume_id: ext4 detection
313       udevtrigger: allow to specify action string
314       add option to RUN key to ignore the return value of the program
315       use global udev_log variable instead of parameter in run_program
316       add udev_rules_run() to handle RUN list
317       move udev_utils_run.c into udev_rules.c
318       rules: SUSE update
319       name_list: rename loop_name -> name_loop
320       handle dynamic rules created in /dev/.udev/rules.d/
321       allow SYMLINK== match
322       libvolume_id: use /usr/$libdir in pc file
323       Makefile: add --as-needed flag to ld
324       restore behavior of NAME==
325       rules_generator: remove "installation" function
326       udevtrigger: trigger "driver" events
327       rules: update SUSE
328       rules: Fedora update
329       rules: add "do not edit" comment
330       rules: Fedora update
331       rules_generator: skip random MAC addresses
332       write changed network interface names to the kernel log
333
334 Matthias Schwarzott (3):
335       rules: Gentoo update
336       fix inotify to work not only once
337       rules: Gentoo update
338
339 Richard Hughes (1):
340       Makefile: add "make dist" for nightly snapshots
341
342
343 Summary of changes from v112 to v113
344 ============================================
345
346 David Zeuthen (1):
347       vol_id: do not fail if unable to drop privileges
348
349 Kay Sievers (12):
350       add missing ChangeLog
351       make ATTR{[$SUBSYSTEM/$KERNEL]<attr>}="<value>" working
352       rules: recognize partitions and disk devices properly
353       rules: SUSE update
354       atomically replace existing nodes and symlinks
355       do not try to create existing file
356       info() for ignore_remove
357       rules: SUSE update
358       Makefile: check for missing ChangeLog or RELEASE-NOTES at release
359       allow to disable the replacement of unusual characters
360       no newline in log messages
361       udevd: do not use syslog if --verbose (debugging) is used
362
363 Tobias Klauser (1):
364       fix typo in udev_utils_run.c
365
366
367 Summary of changes from v111 to v112
368 ============================================
369
370 Fabio Massimo Di Nitto (1):
371       rules: ignore partitons that span the entire disk
372
373 Hannes Reinecke (1):
374       cciss device support
375
376 Kay Sievers (34):
377       udevd: close /proc/meminfo after reading
378       create_floppy_devices: remove dead "unlink" code
379       volume_id: add function documentation
380       udev_db: escape path names with \x00 instead of %00
381       udevsettle: use long options
382       replace_chars: replace spaces in node name
383       volume_id: add and export string encoding function
384       vol_id: export encoded strings
385       rules: use encoded strings instead of skipping characters
386       udevtest: print message before log output
387       volume_id: escape % character
388       replace_chars: replace % character
389       IMPORT: do not mangle whitespace
390       scsi_id: do not install symlink in /sbin
391       rules: SUSE update
392       volume_id: terminate overlong label strings
393       scsi_id: add long options
394       rules: use long options for scsi_id
395       path_id: skip subsystem directory
396       rules: fix cciss rule
397       rules: SUSE update
398       scsi_id: fix typo in help text
399       fix "do not access parent" warning for ATTR{}
400       sysfs: add device lookup by $SUBSYSYTEM:$KERNEL
401       events for "bus" and "class" registration must be matched as "subsystem"
402       udevtest: add --subsystem option
403       sysfs: change order of subsystem lookup
404       add $sys substitution
405       add TEST=="<file>" key
406       add "[$SUBSYSTEM/$KERNEL]<attribute>" lookup
407       sysfs: handle bus/class top-level directories
408       sysfs: skip unknown sysfs directories
409       rules: SUSE update
410       release 112
411
412 Miklos Vajna (2):
413       create_floppy_devices: add man page
414       path_id: remove on make uninstall
415
416 Ryan Lortie (1):
417       volume_id: support for long-filename based labels
418
419 Scott James Remnant (2):
420       replace_untrusted_chars: replace all whitespace with space
421       run_program: log "info" not "error" if program is missing
422
423
424 Summary of changes from v110 to v111
425 ============================================
426
427 Kay Sievers (19):
428       rules: SUSE update
429       rules: Fedora update
430       volume_id: use md native uuid format
431       vol_id: use long options
432       volume_id: add volume_id_get_* functions
433       vol_id: use volume_id_get_*
434       udevd: use fgets() to read /proc files
435       volume_id: add internal UUID_STRING
436       volume_id: add DDF support
437       vol_id: README update
438       volume_id: rename UUID_64BIT_LE/BE
439       vol_id: add ID_FS_UUID_SAFE
440       rules: use ID_FS_UUID_SAFE
441       rules: SUSE update
442       volume_id: give access to list of all available probers
443       vol_id: use libvolume_id prober list for --probe-all
444       volume_id: add remaining names for prober lookup by type
445       rules: SUSE update
446       volume_id: vol_id depends on libvolume_id
447
448 Matthias Schwarzott (2):
449       volume_id: fix Makefile for parallel make
450       rules: Gentoo update
451
452
453 Summary of changes from v109 to v110
454 ============================================
455
456 Harald Hoyer (1):
457       udevcontrol: allow to set global variables in udevd
458
459 Kay Sievers (13):
460       remove eventrecorder.sh
461       update SUSE rules
462       volume_id: add md metadata 1.0, 1.1, 1.2 support
463       unset variable with ENV{VAR}=""
464       delete copies of default rules in SUSE rules
465       volume_id: ext - fix endianess in version number
466       rules: Fedora update
467       volume_id: old md metadata has only 32 bit for the uuid
468       volume_id: minix version 3 support
469       don't create $tempnode for devices without major
470       usb_id: add <devpath> to help text
471       ata_id: use getopt_long()
472       rules: SUSE update
473
474 Matthias Schwarzott (3):
475       Makefile: respect CFLAGS/LDFLAGS
476       rules: Gentoo update
477       ata_id: don't log error for libata devices on older kernels
478
479
480 Summary of changes from v108 to v109
481 ============================================
482
483 Harald Hoyer (1):
484       create_floppy_devices: create nodes with correct selinux context
485
486 Kay Sievers (11):
487       udevtest: export ACTION string if given as option
488       update SUSE rules
489       make ACTION!="add|change" working
490       udevtest: import uevent variables if possible
491       udevinfo: export all information stored in database
492       default rules: add libata compat links
493       create_path: don't fail if something else created the directory
494       udevd: fix serialization of events
495       path_id: remove broken example
496       libvolume_id: do not install static library
497       update SUSE rules
498
499 Matthias Schwarzott (2):
500       update Gentoo rules
501       persistent device naming: add joystick links
502
503 VMiklos (1):
504       path_id: add man page
505
506
507 Summary of changes from v107 to v108
508 ============================================
509
510 Kay Sievers (3):
511       udevinfo: relax check for the correct device if looked up by name
512       don't write to sysfs files during test run
513       finally remove the directory event-multiplexer crap
514
515 Matthias Schwarzott (2):
516       write_cd_rules: set default link type to "by-id" for usb and ieee1394 devices
517       update Gentoo rules
518
519 Pozsar Balazs (1):
520       udevsettle: read udev not kernel seqnum first
521
522
523 Summary of changes from v106 to v107
524 ============================================
525
526 Jean Tourrilhes (1):
527       udevtest: export UDEV_LOG if we changed it
528
529 Kay Sievers (33):
530       man: add missing options to various man pages
531       man: fix typo
532       create_floppy_devices: apply specified mode without umask
533       man: spelling fixes
534       udevmonitor: add switch for kernel and udev events
535       default rules: wait for 0:0:0:0 scsi devices only
536       update Fedora rules
537       delete dasd_id, it moved to s390-tools
538       update Gentoo rules
539       encode db-file names, instead of just replacing '/'
540       update internal variables if we see $DEVPATH during IMPORT
541       increase /proc/stat buffer
542       maintain index over device-names to devpath relation
543       restore overwritten symlinks when the device goes away
544       store devpath with the usual leading slash
545       add link_priority to rule options, and store it in database
546       pick actual valid device in udev_db_lookup_name
547       cleanup already existing db-entries and db-index on device update
548       selinux: move selinux_exit() to the main programs
549       remove old error message
550       read list of devices from index, make index private to database
551       priority based symlink handling
552       volume_id: get rid of compiler warning
553       udevinfo: remove -d option
554       update %n on netif name change
555       if a node goes away, possibly restore a waiting symlink
556       update TODO
557       man: add "link_priority" option
558       update SUSE rules
559       udevtest: add --force mode
560       udevinfo: print link priority
561       usb_id: append target:lun to storage device serial
562       run_directory: add final warning before removal
563
564 Marco d'Itri (1):
565       update Debian rules
566
567 Matthias Schwarzott (2):
568       udevd: cleanup std{in,our,err} on startup
569       udevmonitor: fix swapped event switch descriptions
570
571
572 Summary of changes from v105 to v106
573 ============================================
574
575 A. Costa (1):
576       man: fix typos in scsi_id and udevd
577
578 Andrey Borzenkov (2):
579       vol_id: add -L to print raw partition label
580       vol_id: document -L
581
582 Jamie Wellnitz (1):
583       persistent device naming: tape devices and medium changers
584
585 Kay Sievers (15):
586       exclude parent devices from DRIVER== match
587       volume_id: really fix endianess bug in linux_raid detection
588       release 105
589       man: correct udevinfo --export-db
590       path_id: append LUN to iSCSI path
591       create_floppy_devices: add option for owner/group
592       update example rules
593       apply format chars to ATTR before writing to sysfs
594       add (subsystem) to udevmonitor output
595       update DRIVER== changes
596       remove --version from the udevinfo man page
597       add test for an attribute which contains an operator char
598       man: add note about parent matching behavior
599       scsi_id: accept tabs in /etc/scsi_id.conf
600       remove dead rule in persistent tape rules
601
602 Matthias Schwarzott (4):
603       correct typo in extras/scsi_id/scsi_id.conf
604       fix retry-loop in netif-rename code
605       add option --version to udevd
606       rule_generator: fix for creating rules on read-only filesystem
607
608 Peter Breitenlohner (1):
609       fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
610
611 Sergey Vlasov (3):
612       udevd: init signal pipe before daemonizing
613       unlink old database file before creating a new one
614       fix %c $string substitution
615
616 Theodoros V. Kalamatianos (1):
617       fix udev attribute names with a colon
618
619
620 Summary of changes from v104 to v105
621 ============================================
622
623 A. Costa (1):
624       man: fix typos in scsi_id and udevd
625
626 Andrey Borzenkov (2):
627       vol_id: add -L to print raw partition label
628       vol_id: document -L
629
630 Kay Sievers (2):
631       exclude parent devices from DRIVER== match
632       volume_id: really fix endianess bug in linux_raid detection
633
634 Matthias Schwarzott (2):
635       correct typo in extras/scsi_id/scsi_id.conf
636       fix retry-loop in netif-rename code
637
638 Peter Breitenlohner (1):
639       fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
640
641 Sergey Vlasov (3):
642       udevd: init signal pipe before daemonizing
643       unlink old database file before creating a new one
644       fix %c $string substitution
645
646
647 Summary of changes from v103 to v104
648 ============================================
649
650 Kay Sievers (12):
651       update Fedora rules
652       update example rules
653       update SUSE rules
654       update SUSE rules
655       volume_id: fix endianess bug in linux_raid detection
656       man: fix udevmonitor text
657       man: recreate from xml
658       rename config "filename" to "dir"
659       remove outdated documentation
660       rename "udev.c" to "test-udev.c" - it is only for testing
661       update Fedora rules
662       use git-archive instead of git-tar-tree
663
664 Kazuhiro Inaoka (1):
665       inotify syscall definitions for M32R
666
667 Marco d'Itri (2):
668       write_cd_rules: identity-based persistence
669       scsi_id: remove trailing garbage from ID_SERIAL_SHORT
670
671 Russell Coker (1):
672       SELinux: label created symlink instead of node
673
674
675 Summary of changes from v102 to v103
676 ============================================
677
678 Kay Sievers:
679       persistent storage rules: skip gnbd devices
680       volume_id: add checksum check to via_raid
681       volume_id: add comment about hfs uuid conversion
682       update SUSE rules
683       update Fedora rules
684
685
686 Summary of changes from v101 to v102
687 ============================================
688
689 Daniel Drake:
690       writing_udev_rules: fix typo in example rule
691
692 Kay Sievers:
693       create missing ChangeLog for version 101
694       update SUSE rules
695       update default rules
696       first try "subsystem" link at a parent device, before guessing
697       if /sys/subsystem exists, skip class, bus, block scanning
698       scsi_id: export ID_SERIAL_SHORT without vendor/product
699       update SUSE rules
700
701 MUNEDA Takahiro:
702       path_id: fix SAS disk handling
703
704
705 Summary of changes from v100 to v101
706 ============================================
707
708 Arjan Opmeer:
709       fix udevinfo help text typo
710
711 Bryan Kadzban:
712       cleanup default rules
713       add IMPORT operations to the udev man page
714
715 Kay Sievers:
716       remove Makefile magic for leading '0' in version
717       udevd: use getopt_long()
718       udevd: add --verbose option to log also to stdout
719       udevd: add --debug-trace option
720       rule_generator: improve net rule comment generation
721       volume_id: correct iso9660 high sierra header
722       warn if a PHYSEDV* key, the "device" link, or a parent attribute is used
723       don't print PHYSDEV* warnings for old WAIT_FOR_SYSFS rules
724       udevinfo: print error in --attribute-walk
725       udev_sysfs: unify symlink resolving
726       udevtrigger: trigger devices sorted by their dependency
727       fix spelling in deprecation warning
728       release 101
729
730 MichaÅ‚ Bartoszkiewicz:
731       udevtrigger: fix typo that prevents partition events
732
733 Miles Lane:
734       clarify "specified user/group unknown" error
735
736 Piter PUNK:
737       update slackware rules
738
739 VMiklos:
740       update Frugalware rules
741
742
743 Summary of changes from v099 to v100
744 ============================================
745
746 Kay Sievers:
747       update SUSE rules
748       fix messed up ChangeLog from release 099
749       man: add $attr{} section about symlinks
750       revert persistent-storage ata-serial '_' '-' replacement
751
752
753 Summary of changes from v098 to v099
754 ============================================
755
756 Greg KH:
757       update Gentoo rules
758
759 Kay Sievers:
760       udev_db.c: include <sys/stat.h>
761       use fnmatch() instead of our own pattern match code
762       rename major/minor variable to maj/min to avoid warning
763       update source file headers
764       udevtest: print header that ENV{} can't work
765       update TODO
766       udevtrigger: options to filter by subsystem and sysfs attribute
767       udevtrigger: remove unused longindex
768       udevinfo: use long options
769       udevd: use files instead of symlinks for /dev/.udev/queue,failed
770       udevtrigger: fix pattern match
771       reorder options in udevinfo man page
772       udevinfo: fix SUBSYTEMS spelling error
773       fix ENV{TEST}="Test: $env{TEST}"
774       let $attr{symlink} return the last element of the path
775       cdrom_id: add rules file to call cdrom_id
776       udevinfo: do not show symlinks as attributes in --attribute-walk
777       remove broken name_cdrom.pl
778
779 Marco d'Itri:
780       update Debian rules
781       run_program: close pipe fd's which are connected to child process
782       add persistent rules generator for net devices and optical drives
783
784 MUNEDA Takahiro:
785       changes rules for ata disk from '_' to '-'
786
787 Sergey Vlasov:
788       make struct option arrays static const
789       fix "subsytem" typo
790
791
792 Summary of changes from v097 to v098
793 ============================================
794
795 Alex Merry:
796       udevtest: allow /sys in the devpath paramter
797
798 Harald Hoyer:
799       selinux: init once in the daemon, not in every event process
800
801 Kay Sievers:
802       udevd: remove huge socket buffer on the control socket
803       man page: fix typo
804       rename udev_libc_wrapper -> udev_sysdeps
805       db: store devpath - node relationship for all devices
806       udevinfo: allow -a -n <node>
807       udevinfo, udevtest: simplify '/sys' stripping from devpath argument
808       lookup_user, lookup_group: report "unknown user" and "lookup failed"
809       consistent key naming to match only the event device or include all parent devices
810       skip rule, if too may keys of the same type are used
811       introduce ATTR{file}="value" to set sysfs attributes
812       update SUSE rules
813       update default rules
814       export DRIVER for older kernels as a replacement for PHYSDEVDRIVER
815       fix typo in SUBSYSTEMS key parsing
816       udevtrigger: add --retry-failed
817       volume_id: add suspend partition detection
818       vol_id: use primary group of 'nobody' instead of 'nogroup'
819       remove built-in /etc/passwd /etc/group parser
820       always expect KEY{value} on ATTR, ATTRS, ENV keys
821       use new key names in test programs
822       cleanup commandline argument handling
823       db: don't create a db file for only a node name to store
824       man: add ATTR{file}="value" assignment
825
826 Lennart Poettering:
827       volume_id: fix fat32 cluster chain traversal
828
829 Marco d'Itri:
830       fix 'unknow user' error from getpwnam/getgrnam
831       fix rc when using udev --daemon
832       update Debian rules
833
834 MichaÅ‚ Bartoszkiewicz:
835       man pages: fix typos
836
837
838 Summary of changes from v096 to v097
839 ============================================
840
841 Anssi Hannula:
842       add joystick support to persistent input rules
843
844 Kay Sievers:
845       firmware.sh: remove needless '/'
846       vol_id: add --skip-raid and --probe-all option
847       switch uevent netlink socket to group 1 only
848       increase /proc/stat read buffer
849       use "change" instead of "online" events
850       remove 'static' from local variable
851       libvolume_id: add parameter 'size' to all probe functions
852       man pages: replace 'device-path' by 'devpath'
853       man pages: work around xmlto which tries to be smart
854       refresh vol_id man page
855       udevinfo: add DRIVER==
856       Makefile: fix dependency
857       libvolume_id: read ufs2 label
858       switch ifdef __KLIBC__ to ifndef __GLIBC__
859       report failing getpwnam/getgrnam as error
860       rename udevcontrol message types and variables
861       initialize unused sockets to -1
862       udevd: remove useless udevinitsend parameter
863       update README
864       udevd: autotune max_childs/max_childs_running
865       update frugalware rules
866       update SUSE rules
867       move default rules to etc/udev/rules.d/
868       add 'crypto' devices to persistent storage rules
869       add late.rules to default rules
870       update Fedora rules
871       don't report an error on overlong comment lines
872       update SUSE rules
873       udevd: read DRIVER from the environment
874
875 Marco d'Itri:
876       make rename_netif() error messages useful
877       path_id: fix an harmless syntax error
878
879 Piter PUNK:
880       update slackware rules
881
882 Richard Purdie:
883       Fix inotify syscalls on ARM
884
885
886 Summary of changes from v095 to v096
887 ============================================
888
889 Kay Sievers:
890       Makefiles: fix .PHONY for man page target
891       allow longer devpath values
892       path_id: prepare for new sysfs layout
893
894
895 Summary of changes from v094 to v095
896 ============================================
897
898 Kay Sievers:
899       update SUSE rules
900       don't remove symlinks if they are already there
901       allow "online" events to create/update symlinks
902       udevinfo: clarify parent device attribute use
903       update SUSE rules
904       netif rename: optimistic loop for the name to become free
905       remove broken %e enumeration
906
907 Tobias Klauser:
908       print usage of udevcontrol when no or invalid command is given
909
910
911 Summary of changes from v093 to v094
912 ============================================
913
914 Daniel Drake:
915       update "writing udev rules"
916
917 Kay Sievers:
918       libvolume_id: gfs + gfs2 support
919       remove MODALIAS key and substitution
920       add persistent-input.rules
921
922 Marco d'Itri:
923       update Debian rules
924
925
926 Summary of changes from v092 to v093
927 ============================================
928
929 Hannes Reinecke:
930       path_id: add support for iSCSI devices
931
932 Kay Sievers:
933       libvolume_id: fat - check for signature at end of sector
934       libvolume_id: add more software raid signatures
935       update Fedora rules
936       path_id: prevent endless loop for SAS devices on older kernels
937       remove udevsend
938       replace binary firmware helper with shell script
939       skip device mapper devices for persistent links
940
941
942 Summary of changes from v091 to v092
943 ============================================
944
945 Kay Sievers:
946       don't include stropts.h, some libc's don't like it
947       udevd: create leading directories for /dev/.udev/uevent_seqnum
948       vol_id: fix logging from libvolume_id's log function
949       update SUSE rules
950       update SUSE rules
951       add more warnings for invalid key operations
952       fix offsetof() build issue with recent glibc
953       selinux: fix typo in block device node selection
954       vol_id: add NetWare volume detection
955       edd_id: fix "(null)" output if "mbr_signature" does not exist
956       update Fedora rules
957       libvolume_id: nss - use different uuid
958
959 Libor Klepac:
960       path_id: add platform and serio support
961
962 Marco d'Itri:
963       update Debian rules
964       path_id: fix bashism
965
966
967 Summary of changes from v090 to v091
968 ============================================
969
970 Hannes Reinecke:
971       path_id: fix SAS device path generation
972
973 Kay Sievers:
974       udevtest: don't try to delete symlinks
975       persistent rules: fix typo in dm rule
976       allow NAME=="value" to check for already assigned value
977       udevd: export initial sequence number on startup
978
979
980 Summary of changes from v089 to v090
981 ============================================
982
983 Kay Sievers:
984       udevd: export current seqnum and add udevsettle
985       volume_id: fix endianess conversion typo for FAT32
986       merge device event handling and make database content available on "remove"
987       set default udevsettle timeout to 3 minutes
988       export INTERFACE_OLD if we renamed a netif
989       let udevmonitor show the possibly renamed devpath
990       volume_id: move some debug to info level
991       udevtrigger: fix event order
992       usb_id: remove uneeded code
993       remove old symlinks before creating current ones
994       path_id: fix loop for SAS devices
995       apply format char to variables exported by ENV
996
997 Marco d'Itri:
998       add inotify support for hppa and MIPS and log if inotify is not available
999
1000 Matt Kraai:
1001       fix typo in error message
1002
1003
1004 Summary of changes from v088 to v089
1005 ============================================
1006
1007 Hannes Reinecke:
1008       path_id: add bus to USB path
1009
1010 Kay Sievers:
1011       change rule to skip removable IDE devices
1012       don't create uuid/label links for raid members
1013       volume_id: provide library
1014       fix rule order for persistent tape links
1015       update man page
1016       volume_id: provide a custom debug function
1017       volume_id: rename subdirectory
1018       volume_id: use shared library by default
1019       because is better than cause
1020       volume_id: remove some global symbols
1021       volume_id: define exported symbols
1022       remove all stripping code
1023       man pages: mention udev(7) not udev(8)
1024       update Debian rules
1025       move all *_id programs to /lib/udev/
1026       update Red Hat rules
1027       update SUSE rules
1028       pass CROSS_COMPILE to AR and RANLIB down to extras/
1029       volume_id: update README
1030       volume_id: generate man page from xml source
1031       update README
1032       fix symlink targets in Makefiles
1033
1034
1035 Summary of changes from v087 to v088
1036 ============================================
1037
1038 Hannes Reinecke:
1039       persistent links: add scsi tape links and usb path support
1040
1041 Kay Sievers:
1042       volume_id: add squashfs detection
1043       reset signal handler in event process
1044       correct use of fcntl()
1045       add udevtrigger to request events for coldplug
1046       add ',' to trusted chars
1047       volume_id: remove partition table parsing code
1048       volume_id: remove all partition table support
1049       fix spelling error in debug string
1050       rename "persistent disk" to "persistent storage"
1051       fix output for USB path
1052
1053
1054 Summary of changes from v086 to v087
1055 ============================================
1056
1057 Hannes Reinecke:
1058       path_id: support SAS devices
1059
1060 Kay Sievers:
1061       fix persistent disk rules to exclude removable IDE drives
1062       warn about %e, MODALIAS, $modalias
1063       remove devfs rules and scripts
1064
1065 Masatake YAMATO:
1066       typo in debug text in udev_run_hotplugd.c
1067
1068
1069 Summary of changes from v085 to v086
1070 ============================================
1071
1072 Kay Sievers:
1073       volume_id: replace __packed__ by PACKED macro
1074       volume_id: split raid and filesystem detection
1075       volume_id: add missing return
1076       udevd: fix queue export for multiple events for the same device
1077
1078 Kyle McMartin:
1079       workaround missing kernel headers for some architectures
1080
1081 Nix:
1082       update to udev-084/doc/writing_udev_rules
1083
1084
1085 Summary of changes from v084 to v085
1086 ============================================
1087
1088 Andrey Borzenkov:
1089       Fix trivial spelling errors in RELEASE-NOTES
1090
1091 Jeroen Roovers:
1092       fix typo in parisc support to path_id
1093
1094 Kay Sievers:
1095       make WAIT_FOR_SYSFS usable in non "wait-only" rules
1096       fix typo in man page
1097       include sys/socket.h for klibc build
1098       cramfs detection for bigendian
1099       exit WAIT_FOR_SYSFS if the whole device goes away
1100       update SUSE rules
1101       update Red Hat rules
1102       update Gentoo rules
1103       include errno.h in udev_libc_wrapper.c
1104
1105
1106 Summary of changes from v083 to v084
1107 ============================================
1108
1109 Kay Sievers:
1110       update SUSE rules
1111       switch CROSS to CROSS_COMPILE
1112       replace fancy silent build program by simple kernel build like logic
1113       move manpages to top level
1114       remove UDEVD_UEVENT_INITSEND
1115       whitespace fixes
1116       scsi_id: remove dead files
1117       optimize sysfs device and attribute cache
1118       let SYSFS{} look at the device, not only the parent device
1119       add debug output to sysfs operations
1120
1121
1122 Summary of changes from v082 to v083
1123 ============================================
1124
1125 Andrey Borzenkov:
1126       man page: document when substitutions are applied for RUN and other keys
1127       check for ignore_device in loop looks redundant
1128
1129 Kay Sievers:
1130       udevstart: fix NAME="" which prevents RUN from being executed
1131       find programs in /lib/udev for IMPORT if {program} is not given
1132       don't add $SUBSYSTEM automatically as $1 to programs
1133       remove redundant substitution of RUN key
1134
1135
1136 Summary of changes from v081 to v082
1137 ============================================
1138
1139 Andrey Borzenkov:
1140       substitute format chars in RUN after rule matching
1141
1142 Kay Sievers:
1143       scsi_id, usb_id: request device parent by subsystem
1144       path_id: work with "all devices in /sys/devices"
1145       ignore all messages with missing devpath or action
1146       Makefile: remove dynamic config file generation
1147       path_id: handle fiber channel (Hannes Reinecke <hare@suse.de>)
1148       usb_id: don't fail on other subsytems than "scsi"
1149       don't do RUN if "ignore_device" is given
1150       increase kernel uevent buffer size
1151       move udev(8) manpage to udev(7)
1152       recreate man pages from xml source
1153       remove udev, udevstart, udevsend from the default installation
1154       update SUSE rules
1155       rename apply_format() cause it is public now
1156       udevtest: add udev_rules_apply_format() to RUN keys
1157       let "ignore_device" always return the event successfully
1158
1159 Olivier Blin:
1160       fixes udev build with -fpie
1161
1162
1163 Summary of changes from v080 to v081
1164 ============================================
1165
1166 Kay Sievers:
1167       add DEVLINKS to "remove" event
1168       better log text and comments
1169       vol_id: probe volume as user nobody
1170       fix BUS, ID, $id usage
1171       prepare moving of /sys/class devices to /sys/devices
1172
1173
1174 Summary of changes from v079 to v080
1175 ============================================
1176
1177 Brent Cook:
1178       fix dependency for make -j2
1179
1180 coly:
1181       fix man page typos
1182
1183 Kay Sievers:
1184       update RELEASE-NOTES + TODO
1185       fix typo in man page
1186       update TODO
1187       update SUSE rules
1188       path_id: fix invalid character class
1189       replace libsysfs
1190
1191 Marco d'Itri:
1192       udev_selinux.c: include udev.h
1193
1194
1195 Summary of changes from v078 to v079
1196 ============================================
1197
1198 Kay Sievers:
1199       don't log error if database does not exist
1200       use udev_root instead of "/dev"in selinux matchpathcon_init_prefix()
1201       scsi_id: read page 0x80 with libata drives
1202       update SUSE rules
1203       remove %e from man page
1204
1205
1206 Summary of changes from v077 to v078
1207 ============================================
1208
1209 Greg Kroah-Hartman:
1210       Update Gentoo udev main rule file.
1211       add parisc support to path_id
1212
1213 Hannes Reinecke:
1214       scsi_id: -u fold multiple consecutive whitespace chars into single '_'
1215
1216 Harald Hoyer:
1217       optimize SELinux path match
1218
1219 Kay Sievers:
1220       update README
1221       allow C99 statements
1222       fix segfaulting create_floppy_devices
1223       update SUSE rules
1224       remove unused variables
1225       remove default settings in udev.conf
1226       clearenv() is now part of klibc
1227       add DEVLINKS to the event environment
1228
1229 Kurt Garloff:
1230       scsi_id: support pre-SPC3 page 83 format
1231
1232
1233 Summary of changes from v076 to v077
1234 ============================================
1235
1236 Kay Sievers:
1237       merge two consecutive static strlcat's
1238       don't return an error, if "ignore_device" is used
1239       remove outdated and misleading stuff
1240       move SEQNUM event skipping to udevsend
1241       update RELEASE-NOTES
1242       update SUSE rules
1243       allow programs in /lib/udev called without the path
1244       update SUSE rules
1245       add target to to generate ChangeLog section
1246       update Red Hat rules
1247
1248 Marco d'Itri:
1249       allow to overwrite the configured udev_root by exporting UDEV_ROOT
1250       let udevsend ignore events with SEQNUM set
1251       update Debian rules
1252
1253
1254 Summary of changes from v75 to v076
1255 ============================================
1256
1257 Kay Sievers:
1258       fix typo in eventrecorder
1259       volume_id: include stddef.h header
1260       remove misleading install instructions
1261       remove all built-in wait_for_sysfs logic
1262       add linux/types.h back, old glibc-kernel-headers want it
1263       volume_id: use glibc's byteswap
1264       udevd: ignore all messages without DEVPATH
1265       udevd: track exit status of event process
1266       udevd: export event queue and event state
1267       remove "udev_db" option from config file
1268       Makefile: remove exec_prefix and srcdir
1269       update README and RELEASE-NOTES
1270       udevd: track killed event processes as failed
1271       update README
1272       don't start udevd from udevsend
1273       udevd: add a missing return
1274       libvolume_id: fix weird fat volume recognition
1275       move some helpers from extras to /lib/udev
1276
1277 Scott James Remnant:
1278       move delete_path() to utils
1279       clean-up empty queue directories
1280       Makefile: fail, if submake fails
1281
1282
1283 Summary of changes from v74 to v075
1284 ============================================
1285
1286 Greg Kroah-Hartman:
1287       Make run_directory.c stat the place it is going to try to run.
1288
1289 Kay Sievers:
1290       forgot the ChangeLog for 074
1291       volume_id: provide libvolume_id.a file
1292       remove our own copy of klibc
1293       remove outdated HOWTO
1294       update TODO
1295       update SUSE rules
1296       remove completely useless start script
1297       fix tests and remove no longer useful stuff
1298       replace udeveventrecorder by a shell script
1299
1300
1301 Summary of changes from v73 to v074
1302 ============================================
1303
1304 Kay Sievers:
1305       never queue events with TIMEOUT set
1306       let NAME="" supress node creation, but do RUN keys
1307       remove udevinitsend
1308       update .gitignore
1309
1310 Marco d'Itri:
1311       add strerror() to error logs
1312       move some logging from dbg() to info()
1313
1314
1315 Summary of changes from v72 to v073
1316 ============================================
1317
1318 Kay Sievers:
1319       udevd: depend on netlink and remove all sequence reorder logic
1320       print useconds in udevmonitor
1321       add RELEASE-NOTES, update TODO
1322
1323
1324 Summary of changes from v71 to v072
1325 ============================================
1326
1327 Ananth N Mavinakayanahalli:
1328   libsysfs: translate devpath of the symlinked class devices to its real path
1329
1330 Jan Luebbe:
1331   add man pages for *_id programs
1332
1333 Kay Sievers:
1334   volume_id: add OCFS Version 1
1335   volume_id: add Veritas fs
1336   volume_id: check ext fs for valid blocksize, cause magic is only 2 bytes
1337   volume_id: move blocksize validation to fix jbd recognition
1338   volume_id: fix typo in ocfs
1339   volume_id: add vxfs include
1340   volume_id: make FAT32 recognition more robust
1341   volume_id: Version 051
1342   volume_id: fix typo in ext blocksize check
1343   volume_id: Version 052
1344   FAQ: remove confusing statement about module loading
1345   cleanup compiler/linker flags
1346   use DESTDIR on uninstall, no need to pass prefix to submake
1347   allow to pass STRIPCMD, to skip stripping of binaries
1348   cleanup make release
1349   fix the new warnings I asked for
1350   move rules parsing into daemon
1351   "make STRIPCMD=" will disable the stripping of binaries
1352   remove no longer working udevd-test program
1353   "STRIPCMD=" for the EXTRAS
1354   add dummy inotify syscalls on unsupported architecture
1355   remove no longer needed waiting for "dev" file
1356   revert the "read symlink as device patch"
1357   use libsysfs to translate the class linke to the device path
1358   libsysfs: remove brute-force "bus", "driver" searching for old kernels
1359   test: add "driver" and "bus" links to test sysfs tree
1360   update RELEASE-NOTES
1361   udevd: don't daemonize before initialization
1362   log to console if syslog is not available
1363   udevd: disable OOM
1364   remove precompiled rules option
1365   export DEVNAME on "remove" only if we really got a node to remove
1366   fix typo in umask()
1367
1368
1369 Summary of changes from v70 to v071
1370 ============================================
1371
1372 Greg Kroah-Hartman:
1373       Remove the udev.spec file as no one uses it anymore
1374
1375 John Hull:
1376       edd_id: check that EDD id is unique
1377
1378 Kay Sievers:
1379       ata_id: open volume O_NONBLOCK
1380       add "Persistent Device Naming" rules file for disks
1381       scsi_id: switch temporary node creation to /dev
1382       volume_id: set reiser instead of reiserfs for filesystem type
1383       update devfs rules header
1384       update Debian rules
1385       update Fedora rules
1386       update Debian rules
1387       remove no longer needed includes
1388       switch tools and volume_id from LGPL to GPLv2
1389       add edd-*-part%n to the persistent.rules
1390       update Debian persistent rules
1391       clarify README
1392       udevd: fix initial timeout handling
1393       force event socket buffer size to 16MB
1394       udevd: move logging from err to info for non-hotplug uevent
1395       fix selinux compilation
1396       libsysfs: accept sysmlinks to directories instead of real directories
1397
1398 Marco d'Itri:
1399       run_directory: fix typo in "make install"
1400
1401
1402 Summary of changes from v069 to v070
1403 ============================================
1404
1405 Amir Shalem:
1406   udevd: fix udevd read() calls to leave room for null byte
1407
1408 Edward Goggin:
1409   scsi_id: derive a UID for a SCSI-2 not compliant with the page 83
1410
1411 Greg Kroah-Hartman:
1412   fix nbd error messages with a gentoo rule hack
1413   fix scsi_id rule in gentoo config file
1414
1415 Jürg Billeter:
1416   EXTRAS/Makefile: fix install targets to match main Makefile
1417
1418 Kay Sievers:
1419   volume_id: fix error handling with failing read()
1420   EXTRAS: cleanup and sync all Makefiles
1421   add install test to 'make buildtest'
1422   update RELEASE-NOTES
1423
1424 Olivier Blin:
1425   fix a debug text typo in udev_rules.c
1426
1427
1428 Summary of changes from v068 to v069
1429 ============================================
1430
1431 Amir Shalem:
1432   fix typo in firmware_helper
1433
1434 Duncan Sands:
1435   firmware_helper: fix write count
1436
1437 Kay Sievers:
1438   *_id: fix zero length in set_str()
1439   add program name to logged error
1440   fix exit code of udevinitsend and udevmonitor
1441   udevd: keep the right order for messages without SEQNUM
1442   volume_id: don't probe for mac_partition_maps
1443   udevmonitor: cleanup on exit
1444   path_id: remove SUSE specific PATH
1445   update SUSE rules
1446   add pci_express to bus list
1447   update SUSE rules
1448   store ENV{key}="value" exported keys in the database
1449   fix lookup for name in the udevdb, it should return the devpath
1450   prepare for new HAL udevdb dump
1451   print persistent data with "udevinfo -q all"
1452   change parameter order of udev_db_search_name()
1453   add and use name_list_cleanup() for cleaning up the string lists
1454   don't store devpath in udevdb, we don't need it
1455   add uft8 validation for safe volume label exporting
1456   start to enforce plain ascii or valid utf8
1457   use WRITE_END/READ_END for the pipe index
1458   remove not needed sig_flag for state of signal_pipe
1459   don't reenter get_udevd_msg() if message is ignored
1460   rename ...trailing_char() to ...trailing_chars()
1461   vol_id: ID_LABEL_SAFE will no longer contain fancy characters
1462   udevd: move some logging to "info" and "err"
1463   remove special TIMEOUT handling from incoming queue
1464   udev_test.pl: we replace untrusted chars with '_'
1465   check the udevdb before assigning a new %e
1466   update RELEASE-NOTES
1467   udevinfo: add database export
1468   write man page masters in DocBook XML
1469   udevinfo: rename dump() to export()
1470   test the automatic man page rebuild and checkin
1471   Makefile: remove all the duplicated rules
1472   all man pages rewritten to use DocBook XML
1473   add missing udevsend man page
1474   also forgot udevmonitor.8
1475   udevinfo: restore -d option
1476   scsi_id: rename SYSFS to LIBSYSFS
1477   add edd_id tool to match BIOS EDD disk information
1478   move and update libsysfs.txt
1479   klibc: update to version 1.1.1
1480   delete cdromsymlinks* - obsoleted by cdrom_id and IMPORT rules
1481   delete docs/persistent_naming - obsoleted by persistent disk names
1482   delete old Fedora html page
1483   add "totally outdated" header to docs/overview :)
1484   update SUSE rules
1485   fix useless but funny name_cdrom.pl script to work again
1486   update TODO
1487   Makefile: fix prerequisits for $(PROGRAMS)
1488   Makefile: cleanup install targets
1489   remove chassis_id program
1490   fic gcov use and move it into the Makefile
1491   FAQ: update things that have changed
1492
1493 Thierry Vignaud:
1494   switch to '==' in raid-devfs.sh
1495
1496
1497 Summary of changes from v067 to v068
1498 ============================================
1499
1500 Greg Kroah-Hartman:
1501   add EXTRAS documentation to the README file.
1502   Always open the cdrom drive in non-blocking mode in cdrom_id
1503   cdrom_id: change err() to info() to help with debugging problems
1504
1505 Kay Sievers:
1506   cleanup some debug output and move to info level + unify select() loops
1507   move udevmonitor to /usr/sbin
1508   ENV{TEST}=="1" compares and ENV{TEST}="1" sets the environment
1509   vol_id: fix sloppy error handling
1510   fix typo in cdrom_id syslog
1511   bring std(in|out|err) fd's in a sane state
1512   fix printed udevmonitor header
1513
1514
1515 Summary of changes from v066 to v067
1516 ============================================
1517
1518 Greg Kroah-Hartman:
1519   added the cdrom.h #defines directly into the cdrom_id.c file
1520
1521 Kay Sievers:
1522   update SUSE rules
1523   fix make install, as we don't provide a default rule set anymore
1524   fix more compiler warnings ...
1525   fix udevstart event ordering, we want /dev/null very early
1526   don't fail too bad, if /dev/null does not exist
1527
1528
1529 Summary of changes from v065 to v066
1530 ============================================
1531
1532 Greg Kroah-Hartman:
1533   update gentoo rule file.
1534   Created cdrom_id program to make it easier to determine cdrom types
1535   added cdrom_id to the build check
1536   updated gentoo rule file to handle removable ide devices.
1537   changed cdrom_id exports to be easier to understand and consistant with other _id programs.
1538   fix klibc build issue in cdrom_id.c
1539   Change the gentoo rules to use cdrom_id instead of cdsymlink.sh
1540   changed location of gentoo helper apps to be /sbin instead of in scripts dir
1541   tweak the gentoo rules some more.
1542
1543 Kay Sievers:
1544   add NETLINK define for the lazy distros
1545   read sysfs attribute also from parent class device
1546   switch some strlcpy's to memcpy
1547   allow clean shutdown of udevd
1548   add flag for reading of precompiled rules
1549   update distro rules files
1550   add SUSE rules
1551   update SUSE rules
1552   add firmware_helper to load firmware
1553   more distro rules updates
1554   update README
1555   remove example rules and put the dev.d stuff into the run_directory folder
1556   trivial text cleanups
1557   update SUSE rules
1558   split udev_util in several files
1559   update SUSE rules
1560   allow logging of all output from executed tools
1561   add Usage: to udevmonitor and udevcontrol
1562   move some logging to the info level
1563
1564 Thierry Vignaud:
1565   fix udevinfo output
1566
1567
1568 Summary of changes from v064 to v065
1569 ============================================
1570
1571 Greg Kroah-Hartman:
1572   Added persistent name rules for block devices to gentoo rule file.
1573   Added horrible (but fun) path_id script to extras.
1574   Update gentoo rules file.
1575
1576 Kay Sievers:
1577   update release notes for next version
1578   add udevmonitor, to debug netlink+udev events at the same time
1579   allow RUN to send the environment to a local socket
1580   fix GGC signed pointer warnings and switch volume_id to stdint
1581
1582
1583 Summary of changes from v063 to v064
1584 ============================================
1585
1586 Andre Masella:
1587   volume_id: add OCFS (Oracle Cluster File System) support
1588
1589 Hannes Reinecke:
1590   usb_id: fix typo
1591   add ID_BUS to *_id programs
1592   create_floppy_devices: add tool to create floppy nodes based on sysfs info
1593
1594 Kay Sievers:
1595   move code to its own files
1596   make SYSFS{} usable for all devices
1597   add padding to rules structure
1598   allow rules to have labels and skip to next label
1599   thread unknown ENV{key} match as empty value
1600
1601
1602 Summary of changes from v062 to v063
1603 ============================================
1604
1605 Anton Farygin:
1606   fix typo in GROUP value application
1607
1608 Greg Kroah-Hartman:
1609   add 'make tests' as I'm always typing that one wrong...
1610   Really commit the udev_run_devd changes...
1611   Fixed udev_run_devd to run the /etc/dev.d/DEVNAME/ files too
1612   fix position of raw rules in gentoo config file
1613
1614 Hannes Reinecke:
1615   dasd_id: add s390 disk-label prober
1616   fix usb_id and let scsi_id ignore "illegal request"
1617
1618 Kay Sievers:
1619   volume_id: remove s390 dasd handling, it is dasd_id now
1620   trivial fixes for *_id programs
1621   IMPORT: add {parent} to import the persistent data of the parent device
1622   allow multiple values to be matched with KEY=="value1|value2"
1623   udevd: set incoming socket buffer SO_RCVBUF to maximum
1624   remember mapped rules state
1625   ata_id: check for empty serial number
1626   compile dasd only on s390
1627
1628 Ville Skyttä:
1629   correct default mode documentation in udev
1630
1631
1632 Summary of changes from v061 to v062
1633 ============================================
1634
1635 Kay Sievers:
1636   fix symlink values separated by multiple spaces
1637   update RELEASE-NOTES
1638   fix typo in group assignment
1639   fix default-name handling and NAME="" rules
1640   add WAIT_FOR_SYSFS key to loop until a file in sysfs arrives
1641   fix unquoted strings in udevinitsend
1642
1643 Summary of changes from v060 to v061
1644 ============================================
1645
1646 Greg Kroah-Hartman:
1647   Sync up the Debian rules files
1648   fix cdrom symlink problem in gentoo rules
1649   Fix ChangeLog titles
1650
1651 Kay Sievers:
1652   update RELEASE-NOTES
1653   we want to provide OPTFLAGS
1654   rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUT
1655   udevd: optimize env-key parsing
1656   don't resolve OWNER, GROUP on precompile if string contains %, $
1657   set default device node to /dev
1658   create udevdb files only if somehting interesting happened
1659   pack parsed rules list
1660   replace useless defines by inline text
1661   move rule matches to function
1662   add usb_id program to generate usb-storage device identifiers
1663   add IEEE1394 rules to the gentoo rule file
1664   fake also kernel-name if we renamed a netif
1665   allow OPTIONS to be recognized for /sys/modules /sys/devices events
1666   switch gentoo rules to new operators
1667
1668
1669 Summary of changes from v059 to v060
1670 ============================================
1671
1672 Greg Kroah-Hartman:
1673   Fix the gentoo udev rules to allow the box to boot properly
1674
1675 Gustavo Zacarias:
1676   Udev doesn't properly build with $CROSS
1677
1678 Kay Sievers:
1679   Keep udevstart from skipping devices without a 'dev' file
1680
1681 Marco d'Itri:
1682   #define NETLINK_KOBJECT_UEVENT
1683
1684
1685 Summary of changes from v058 to v059
1686 ============================================
1687
1688 Greg Kroah-Hartman:
1689   Update the gentoo rule file
1690   Fix udevinfo for empty sysfs directories
1691   Fix makefile to allow 'make release' to work with git
1692
1693 Hannes Reinecke:
1694   udev: fix netdev RUN handling
1695   udevcontrol: fix exit code
1696
1697 Kay Sievers:
1698   prepare RELEASE-NOTES
1699   add ID_TYPE to the id probers
1700   add -x to scsi_id to export the queried values in env format
1701   store the imported device information in the udevdb
1702   rename udev_volume_id to vol_id and add --export option
1703   add ata_id to read serial numbers from ATA drives
1704   IMPORT allow to import program returned keys into the env
1705   unify execute_command() and execute_program()
1706   IMPORT=<file> allow to import a shell-var style config-file
1707   allow rules to be compiled to one binary file
1708   fix the fix and change the file to wait for to the "bus" link
1709   fix udevstart and let all events trvel trough udev
1710   prepare for module loading rules and add MODALIAS key
1711   remove device node, when type block/char has changed
1712   Makefile: remove dev.d/ hotplug.d/ from install target
1713   udevcontrol: add max_childs command
1714   udevd: control log-priority of the running daemon with udevcontrol
1715   udeveventrecorder: add small program that writes an event to disk
1716   klibc: add missing files
1717   udevinitsend: handle replay messages correctly
1718   udev man page: add operators
1719   udevd: allow starting of udevd with stopped exec-queue
1720   klibc: version 1.0.14
1721   udev: handle all events - not only class and block devices
1722   volume_id: use udev-provided log-level
1723   udev: clear lists if a new value is assigned
1724   udev: move dev.d/ handling to external helper
1725   udev: allow final assignments :=
1726   udevd: improve timeout handling
1727   Makefile: fix DESTDIR
1728   udevd: add initsend
1729   udevd: add udevcontrol
1730   udevd: listen for netlink events
1731
1732 Stefan Schweizer:
1733   Dialout group fix for capi devices in the gentoo rules file
1734
1735 Summary of changes from v057 to v058
1736 ============================================
1737
1738 Daniel Drake:
1739   o Writing udev rules docs update
1740
1741 Darren Salt:
1742   o update cdsymlinks to latest version
1743
1744 Greg Kroah-Hartman:
1745   o remove detach_state files from the sysfs test tree
1746   o Update permissions on test scripts so they will run properly now
1747   o hopefully fix up the symlinks in the test directory
1748   o Removed klibc/klibc.spec as it is autogenerated
1749   o Added symlinks thanks to Kay's script and git hacking
1750   o add Red Hat/Fedora html documenation
1751   o Update Red Hat default udev rules
1752
1753 Kay Sievers:
1754   o selinux: fix handling during creation of symlinks
1755   o Fedora udev.rules update
1756   o libsysfs: version 2.0
1757   o klibc: version 1.0.7
1758
1759 Masanao Igarashi:
1760   o Fix libsysfs issue with relying on the detach_state file to be
1761
1762 Summary of changes from v056 to v057
1763 ============================================
1764
1765 <tklauser:access.unizh.ch>:
1766   o fix stupid all_partitions bug
1767
1768 Kay Sievers:
1769   o add test for make -j4 to build-check
1770   o klibc: version 1.0.6
1771   o update Debian rules
1772   o apply default permissions only for devices that will need it
1773   o adapt RELEASE-NOTES
1774   o udev_volume_id: fix endianess macros
1775   o udev-test.pl: add test for DEVNAME export to RUN environment
1776   o update the man page to reflect the recent changes
1777   o export DEVNAME to RUN-key executed programs
1778   o fix make -j4 and the local klibc-install
1779   o update RELEASE-NOTES
1780   o add RUN key to be able to run rule based notification
1781   o fix udevtest to print the error if logging is disabled
1782   o move execute_program to utils + add action to init_device
1783   o correct correction for error path for PROGRAM execution
1784   o correct error path for PROGRAM execution
1785   o klibc: version 1.0.5
1786   o check for strlen()==0 before accessing strlen()-1
1787   o allow to match against empty key values
1788   o read %s{}-sysfs values at any device in the chain
1789   o udev_rules.c: don't change sysfs_device while walking up the device chain
1790   o klibc: strlcpy/strlcat - don't alter destination if size == 0
1791   o fix klibc's broken strlcpy/strlcat
1792   o udevinfo: print SYSFS attribute the same way we match it
1793   o remove untrusted chars read from sysfs-values or returned by PROGRAM
1794   o udevinfo: print errors to stderr instead of stdout
1795   o klibc: version 1.0.4
1796   o support log-priority levels in udev.conf
1797   o test-suite: remove UDEV_TEST, it's not needed anymore
1798   o libsysfs: remove trailing slash on SYSFS_PATH override
1799
1800
1801 Summary of changes from v055 to v056
1802 ============================================
1803
1804 <tklauser:access.unizh.ch>:
1805   o fix header paths in udev_libc_wrapper.c
1806
1807 Kay Sievers:
1808   o udev-test.pl: use more common user/group names
1809   o klibc: remove SCCS directories from the temporary klibc install
1810   o udev-test.pl: add a test where the group cannot be found in /etc/passwd
1811   o udev-test.pl: add check for textual uid/gid
1812   o fix bad typo that prevents the GROUP to be applied
1813   o udevd: don't delay events with TIMEOUT in the environment
1814   o klibc: use klcc wrapper instead of our own Makefile
1815   o change call_foreach_file to return a list
1816
1817
1818 Summary of changes from v054 to v055
1819 ============================================
1820
1821 <jkluebs:luebsphoto.com>:
1822   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.
1823
1824 <pebenito:gentoo.org>:
1825   o udev selinux fix
1826
1827 <tklauser:access.unizh.ch>:
1828   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
1829   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.
1830
1831 Greg Kroah-Hartman:
1832   o fix raid rules
1833   o added frugalware udev ruleset
1834   o merge selinux and Kay's symlink fixes together
1835
1836 Hannes Reinecke:
1837   o volume_id: Fix label/uuid reading for reiserfs
1838
1839 Kay Sievers:
1840   o add udevstart to the RELEASE-NOTES
1841   o volume_id: version 43
1842   o clarify the shortcomings of %e
1843   o correct rule match for devices without a physical device
1844   o remove unneeded code, libsysfs does this for us
1845   o add final release note
1846   o add ENV{} key to match agains environment variables
1847   o simplify sysfs_pair handling
1848   o add a test and simplify debug statement
1849   o support =, ==, !=, += for the key match and assignment
1850   o add OPTION="last_rule" to skip any later rule
1851   o rename namedev_dev to udev_rule
1852   o correct enum device_type
1853   o remove udevstart on make clean
1854   o volume_id: version 42
1855   o volume_id: version 41
1856   o remove unneeded include
1857   o The path to dlist.h is not correct
1858   o udevinfo -d: use '=' as separator, cause ':' may be a part of the devpath
1859   o klibc: version 1.0.3
1860   o add RELEASE-NOTES file
1861   o test suite: move "driver" link to physical device
1862   o remove PLACE key match
1863   o don't lookup "root" in the userdb
1864   o fix ia64 compile
1865   o fix segfaulting udev while DRIVER matching
1866   o cleanup list.h
1867   o klibc: version 0.214
1868   o rename device_list->list to device_list->node
1869   o replace strncpy()/strncat() by strlcpy()/strlcat()
1870   o split udev and udevstart
1871   o udev_volume_id: version 39
1872   o rename LOG to USE_LOG in all places
1873   o remove Makefile magic for klibc integration
1874   o klibc_fixups: remove no longer needed stuff
1875   o udev_volume_id: volume_id v38
1876   o use numeric owner/group as default values to avoid parsing userdb
1877   o fix up segfaulting binaries with new klibc
1878   o udevinfo -d: speed-up device dump
1879   o klibc: version 0.211
1880   o klibc_fixups: remove unneeded stuff
1881   o replace weird defines by real code
1882   o udev-test.pl: remove useless tests
1883   o allow unlimitied count of symlinks
1884   o unmap db-file after use
1885   o remove typedef for call_foreach_file() handler function
1886   o correct udev_init_device
1887   o rename attributes to options
1888   o kill stupid gcc4 warning
1889   o trivial clenaup of namedev code
1890   o klibc: check for gcc4
1891   o klibc: update v0.205
1892
1893 Thierry Vignaud:
1894   o gentoo rule update for raid devices
1895
1896
1897 Summary of changes from v053 to v054
1898 ============================================
1899
1900 <tklauser:access.unizh.ch>:
1901   o udev_volume_id: add Reiser4 support
1902
1903 Kay Sievers:
1904   o namedev: skip backslashes only if followed by newline
1905   o wait_for_sysfs: add joydev
1906   o udevinfo: print devpath -> node relationship for all devices
1907   o trivial rename of some variables
1908   o klibc v0.199
1909   o big libsysfs diet (pre 2.0 version)
1910   o udev_volume_id: volume_id v35
1911   o add "serio" to bus list
1912   o determine device type in udev_init_device()
1913   o move kernel name/number evaluation into udev_init_device()
1914   o detect NAME="" as ignore_device rule
1915   o trivial namedev cleanup
1916   o cleanup db functions
1917   o clean up match_place()
1918   o switch device type to enum
1919   o switch major/minor to dev_t
1920   o remove the device node only if the major/minor number matches
1921   o libsysfs: work around a klibc bug
1922   o introduce OPTIONS=ignore_device, ignore_remove, all_partitions" key
1923   o namedev: execute PROGRAM only once and not possibly for every physical device
1924
1925 Patrick Mansfield:
1926   o update scsi_id to work with libsysfs changes
1927
1928
1929 Summary of changes from v052 to v053
1930 ============================================
1931
1932 Greg Kroah-Hartman:
1933   o fix gentoo fb permission issue
1934   o allow simple-build-check.sh to go faster if MAKEOPTS is set
1935   o make the release tarballs have writable files in them
1936   o remove gentoo permission file as it's not valid anymore
1937
1938 Kay Sievers:
1939   o fix special file mode mask for temporary device node
1940   o udevstart: simplify "dev" file searching
1941   o udev_volume_id: remove temporary node creation and parent handling
1942   o add %P modifier to query the node name of the parent device
1943   o udev_volume_id: remove __packed__ from dasd structure as it does not work
1944   o create /block/*/range count of partitons for all_partitions
1945
1946 Patrick Mansfield:
1947   o scsi_id changes for use with udev %N and %p
1948
1949
1950 Summary of changes from v051 to v052
1951 ============================================
1952
1953 <md:linux.it>:
1954   o debian: update rules files
1955   o raid-devfs.sh: devfs names for hardware RAID controllers
1956   o scsi_id: when udevstart is started, /tmp is not writeable
1957   o cdsymlinks.sh: trivial fix, the variable is initialized to '', not 0
1958
1959 <sschweizer:gmail.com>:
1960   o gentoo/udev.rules: add default permissions for sound devices
1961
1962 Greg Kroah-Hartman:
1963   o fix example comment in ide-devfs.sh
1964   o Add infiniband to gentoo rules
1965   o Another gentoo fix, adding dvb support
1966   o Fix gentoo bug #76056 (fb device group permissions.)
1967   o Fix gentoo bug #81102, device nodes for the pktcdvd device
1968
1969 Kay Sievers:
1970   o provide temporary device node for callouts to access the device
1971   o udev_volume_id: fix dasd disklabel reading with -l option
1972   o udev_volume_id: volume_id version 034
1973   o udev_volume_id: rename probe_ibm into probe_dasd
1974   o udev_volume_id: volume_id version 032
1975   o Makefile: add some more warnings and prepare for clean gcc4 compile
1976   o Makefile: cleanup conditional config option sections
1977   o fix -Wsign-compare warnings
1978   o chassis_id: clean compilation and fix bad function parameter passing
1979   o simple_build_check: make it possible to pass KERNEL_DIR
1980   o selinux: cleanup udev integration
1981
1982 Michael Buesch:
1983   o trivial: remove _all_ trailing slashes with no_trailing_slash()
1984   o trivial: fix signedness
1985   o namdev: allow symlink-only rules to specify node permissions
1986   o udevd: fix valgrind warning
1987
1988
1989 Summary of changes from v050 to v051
1990 ============================================
1991
1992 <roland:digitalvampire.org>:
1993   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" ;)
1994
1995 <tklauser:access.unizh.chbk>:
1996   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. 
1997
1998 Christian Bornträger:
1999   o udev_volume_id: fix -d option
2000
2001 Greg Kroah-Hartman:
2002   o gentoo fb permission fix
2003   o fix gcc 2.96 issue in libsysfs
2004   o remove the lfs startup script on request of the author
2005   o clean up the aoe char device rules, and delete the block one as it's not needed
2006   o add aoe block and char device rules to the gentoo rule file
2007   o fix udev_volume_id build error
2008
2009 Hannes Reinecke:
2010   o rearrange link order in Makefile
2011
2012 Kay Sievers:
2013   o udev_volume_id: new version of volume_id
2014   o klibc: update to version 0.198
2015   o udev_volume_id: fix FAT label reading
2016   o klibc: update to version 0.196
2017   o udevd: throttle the forking of processes
2018   o udevd: add possible initialization of expected_seqnum
2019   o udevd: it's obviously not the brightest idea to exit a device node manager if it doesn't find /dev/null
2020   o udevd: separate socket handling to prepare for other event sources
2021   o udevd: support -d switch to become a daemon
2022   o udev_volume_id: version 27
2023   o udevd: split up message receiving an queueing
2024   o remove useless warning if udev.conf contains keys not read by udev itself
2025   o improve event sequence serialization
2026   o remove udevsend syslog noise on udevd startup
2027   o limit the initial timeout of the udevd event handling
2028   o correct detection of hotplug.d/ udevsend loop
2029   o correct log statement
2030   o remove default_* permissions from udev.conf file
2031   o update Fedora config files and add some more tests
2032   o allow permissions only rules
2033   o add SUBSYSTEM rule to catch all block devices and apply the disk permissions
2034   o update Fedora config files
2035   o handle renamed network interfaces properly if we manage hotplug.d/
2036   o allow multiline rules by backslash at the end of the line
2037   o add OnStream tape drive rules
2038   o simplify rules file by setting default mode to 0660
2039   o simplify permission application
2040   o I broke the extras/ again. Add simple build test script now
2041   o Merge vrfy.org:/home/kay/src/udev into vrfy.org:/home/kay/src/udev.kay
2042   o initial merge of fedora udev.permissions into udev.rules
2043   o remove permissions file mentioning from the udev man page
2044   o fix some typos in gentoo's udev.rules introduced by the merge
2045
2046 Michael Buesch:
2047   o The attached patch fixes the code path if namedev_name_device() fails
2048
2049 Summary of changes from v049 to v050
2050 ============================================
2051
2052 <harald:redhat.com>:
2053   o selinux patch
2054
2055 <tklauser:access.unizh.ch>:
2056   o I made some more changes to the manpage of udev including
2057
2058 Kay Sievers:
2059   o update libsysfs to CVS version and fix segfaulting attribute reading
2060   o klibc supports LOG_PID now, so remove our own implementation
2061   o avoid building klibc test programs and pass SUBDIRS= to klibc clean
2062
2063
2064 Summary of changes from v048 to v049
2065 ============================================
2066
2067 Greg Kroah-Hartman:
2068   o fix 'make clean' error in klibc
2069
2070 Kay Sievers:
2071   o update klibc to 0.194
2072   o export DEVNAME regardless of the state of udev_dev_d
2073   o add class specific files for class/spi_transport and class/spi_host
2074   o udevd-test.pl: remove wrong date calculation
2075   o check earlier if we should run as udevstart
2076   o remove double initialization
2077   o include missing header to udevtest.c
2078   o add -V option to udev to print the version number
2079   o prevent udev node creatinon for "class" registration
2080   o udevd: serialization of the event sequence of a chain of devices
2081   o add a class/fc_host file to the list of what to wait for
2082   o udev_volume_id: links sysfs.a instead of all objects
2083
2084 Martin Schlemmer:
2085   o remove leftover from udevinfo's -d option
2086
2087
2088 Summary of changes from v047 to v048
2089 ============================================
2090
2091 Greg Kroah-Hartman:
2092   o fix udev_volume_id so it will now build properly
2093   o fix scsi_id build errors due to changes in the main udev makefile
2094
2095
2096 Summary of changes from v046 to v047
2097 ============================================
2098
2099 <klauser:access.unizh.ch>:
2100   o Various typos and other litte errors in udev.8.in
2101
2102 <sjoerd:spring.luon.net>:
2103   o DEVNAME on device removal
2104
2105 <sschweizer:gmail.com>:
2106   o Allow GROUP to have modifiers in it
2107
2108 Greg Kroah-Hartman:
2109   o add more debian rules files
2110   o move distro specific config files into their own directories
2111   o update debian rules files
2112   o added asterix rules to the gentoo file
2113   o use udevstart for udev.init.* files
2114   o delete a bunch of files no longer needed
2115   o fix gentoo scsi cdrom rule
2116   o Fix the multithreaded build again
2117   o merge
2118   o comment out ability to run udev-test.pl with valgrind
2119   o fix spurious valgrind warning in udev
2120   o fix udevinfo '-q path' option as it was not working
2121   o merge
2122   o fix parallel build error
2123
2124 Kay Sievers:
2125   o update Fedora dev.d/ example and remove unused conf.d/ directory
2126   o don't install distribution specific init script on "make install"
2127   o restore OWNER/GROUP assignment in rule coming from RESULT
2128   o make gcov compile scripts working with recent gcc
2129   o fix udev-test/udev-test.pl to work with again
2130   o add net/atml and class/ppdev to the wait_for_sysfs exception list
2131   o add net/nlv* devices to the exception list
2132   o add "pcmcia" and "fc_transport" to the wait_for_sysfs lists
2133   o remove unused timestamp field
2134   o simplify permission handling
2135   o handle /etc/hotplug.d/ only if the event comes from udevd
2136   o trivial cleanups and change some comments
2137   o remove unused variables
2138   o udevsend/udevd handle events without a subsystem
2139   o use blacklist on device "remove" and remove dev.d/ call code duplication
2140   o update the man pages and correct Usage: hints
2141   o don't call the hotplug scripts with a test run
2142   o don't call dev.d/ scripts twice, if directory = subsystem
2143   o remove archive file if we changed something
2144   o link archive insted of objects
2145   o rename udev_lib to udev_utils and dev_d to udev_multiplex
2146   o handle whole hotplug event with udevd/udev
2147   o integrate wait_for_sysfs in udev
2148   o make the searched multiplex directories conditionally
2149   o add MANAGED_EVENT to the forked udev environment
2150   o export DEVNAME on remove event
2151   o export udev_log flag to the environment
2152   o remove my test code
2153   o add support for /devices-devices without any file to wait for
2154   o Patch from Alex Riesen <raa.lkml@gmail.com>
2155   o add a bunch of busses to the list of what to wait for
2156   o close connection to syslog in forked udevd child
2157   o udevd exit path cleanup
2158   o fix network device naming bug
2159
2160
2161 Summary of changes from v045 to v046
2162 ============================================
2163
2164 Greg Kroah-Hartman:
2165   o make spotless for releases
2166
2167 Kay Sievers:
2168   o Don't try to print major/minor for devices without a dev file
2169   o remove get_device_type and merge that into udev_set_values()
2170   o prevent udevd crash if DEVPATH is not set
2171   o add ippp and bcrypt to the exception lists of wait_for_sysfs
2172   o let klibc add the trailing newline to syslog conditionally
2173   o disable logging for udevstart
2174   o add NAME{ignore_remove} attribute
2175   o remove historical SYSFS_attr="value" format
2176   o don't wait for sysfs if the kernel(2.6.10-rc2) tells us what not to expect
2177   o change key names in udevinfo sysfs walk to match the kernel
2178   o support DRIVER as a rule key
2179   o support SUBSYSTEM as a rule key
2180   o rename udevdb* to udev_db*
2181   o Make dev.d/ handling a separate processing stage
2182   o make the udev object available to more processing stages
2183   o remove udev_lib dependency from udevsend, which makes it smaller
2184   o add ACTION to udev object to expose it to the whole process
2185   o make udevinfo's -r option also workimg for symlink queries
2186   o let udev act as udevstart if argv[1] == "udevstart"
2187   o improve udevinfo sysfs info walk
2188   o add sysfs info walk to udevinfo
2189   o pass the whole event environment to udevd
2190   o replace tdb database by simple lockless file database
2191
2192
2193 Summary of changes from v044 to v045
2194 ============================================
2195
2196 Martin Schlemmer:
2197   o Some updates for Gentoo's udev rules
2198
2199
2200 Summary of changes from v043 to v044
2201 ============================================
2202
2203 Greg Kroah-Hartman:
2204   o add cdsymlinks.sh support to gentoo rules file
2205   o fix gentoo legacy tty rule
2206   o remove 'sudo' usage from the Makefile
2207   o make udev-test.pl test for root permissions before running
2208
2209 Kay Sievers:
2210   o reduce syslog noise of udevsend if multiple instances try to start udevd
2211   o add i2c-dev to the list of devices without a bus
2212
2213
2214 Summary of changes from v042 to v043
2215 ============================================
2216
2217 Greg Kroah-Hartman:
2218   o add test target to makefile
2219   o add dumb script to show all sysfs devices in the system
2220
2221 Kay Sievers:
2222   o Shut up wait_for_sysfs class/net failure messages, as it's not possible to
2223     get that right for all net devices. Kernels later than 2.6.10-rc1 will
2224     handle that by carrying the neccessary information in the hotplug event.  
2225   o wait() for specific pid to return from fork()
2226   o Don't use any syslog() in signal handler, cause it may deadlock
2227   o Add support for highpoint ataraid to volume_id to suppress label reading on raid set members.
2228   o Add a bunch of devices without "device" symlinks
2229   o Exit, if udevtest cannot open the device (segfault)
2230   o Patches from Harald Hoyer <harald@redhat.com>
2231   o Apply the default permissions even if we found a entry in the permissions
2232     file. Correct one test, as the default is applied correctly now and the
2233     mode will no longer be 0000.
2234   o add test for format chars in multiple symlinks to replace
2235   o Add net/vmnet and class/zaptel to the list of devices without physical device
2236
2237
2238 Summary of changes from v040 to v042
2239 ============================================
2240
2241 Greg Kroah-Hartman:
2242   o add inotify to the rules for gentoo
2243
2244 Kay Sievers:
2245   o skip waiting for device if we get a bad event for class creation and not for a device underneath it
2246   o add net/pan and net/bnep handling
2247   o switch wait for bus_file to stat() instead of open() add net/tun device handling add ieee1394 device handling
2248   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
2249   o ignore *.rej files from failed patches
2250   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.
2251   o improve klibc fixup integration
2252   o cleanup udevd/udevstart
2253   o expose sysfs functions for sharing it
2254
2255
2256 Summary of changes from v039 to v040
2257 ============================================
2258
2259 <jk:blackdown.de>:
2260   o wait_for_sysfs update for dm devices
2261
2262 Greg Kroah-Hartman:
2263   o sparse cleanups on the tree
2264   o fix stupid cut-and-paste error for msr devices on gentoo boxes
2265   o add *~ to bk ignore list
2266   o delete udevruler.c as per Kay's request
2267   o fix up the wait_for_sysfs_test script a bit
2268
2269 Kay Sievers:
2270   o fix debug in volume id / fix clashing global var name
2271   o volume_id fix
2272   o $local user
2273   o cleanup netif handling and netif-dev.d/ events
2274   o big cleanup of internal udev api
2275   o don't wait for dummy devices
2276   o close the syslog
2277   o Fix ppp net devices in wait_for_sysfs
2278   o Fix wait_for_sysfs messages (more debugging info)
2279
2280
2281 Summary of changes from v038 to v039
2282 ============================================
2283
2284 Greg Kroah-Hartman:
2285   o Hopefully fix the vcs issue in wait_for_sysfs
2286   o take out & from wait_for_sysfs_test that I previously missed
2287   o add very nice cdsymlinks scripts
2288   o add some helper scripts for dvb and input devices
2289   o add debian config files
2290   o let the extras/ programs build "pretty" also
2291   o tweak the ccdv program to handle files in subdirectories being built
2292   o crap, I messed up the 'sed' instances pretty badly, this fixes the config and man page mess
2293   o fix broken 'make -j5' functionality
2294
2295 Kay Sievers:
2296   o swich attribute open() to simple stat()
2297   o wait_for_sysfs update for /class/firmware and /class/net/irda devices
2298   o fix unusual sysfs behavior for pcmcia_socket
2299   o remove sleeps from udev as it is external now
2300   o delete udevruler?
2301   o Makefile fix
2302
2303 Patrick Mansfield:
2304   o update udev to scsi_id 0.7
2305   o pass SYSFS setting down for extras builds
2306   o move assignments past local variables
2307
2308
2309 Summary of changes from v037 to v038
2310 ============================================
2311
2312 <andrew.patterson:hp.com>:
2313   o Re: Problem parsing %s in udev rules
2314
2315 Greg Kroah-Hartman:
2316   o fix up error in building extras and libsysfs
2317
2318 Summary of changes from v036 to v037
2319 ============================================
2320
2321 <md:linux.it>:
2322   o small udev patch
2323
2324 Greg Kroah-Hartman:
2325   o fix compilation warning in tdb log message
2326   o Fix build error with klibc due to recent changes
2327   o merge
2328   o add wait_for_sysfs test script to the tarball to help people debug their boxes
2329   o add ipsec to wait_for_sysfs ignore list
2330   o added ccdv to bk ignore list
2331   o a few more Makefile tweaks for the quiet feature
2332   o Make the build silent, thanks to a helper program from ncftp
2333   o rename files to have '_' instead of '-' in them
2334   o change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle some slow machines
2335   o add support for class/raw/ to wait_for_sysfs
2336   o fix up Makefile for wait_for_sysfs udev_version.h dependancy
2337   o remove the debian specific file, as they don't want to share with the rest of the world :(
2338
2339 Kay Sievers:
2340   o prevent deadlocks on an corrupt udev database
2341   o wait_for_sysfs_update
2342
2343 Michael Buesch:
2344   o fix asmlinkage
2345   o fix incompatible pointer type warning
2346
2347
2348 Summary of changes from v035 to v036
2349 ============================================
2350
2351 Greg Kroah-Hartman:
2352   o add the error number to the error message in wait_for_sysfs to help out in debugging problems
2353
2354 Summary of changes from v034 to v035
2355 ============================================
2356
2357 Greg Kroah-Hartman:
2358   o added ieee1394 support to wait_for_sysfs
2359   o update wait_for_sysfs with a bunch more devices thanks to user reports
2360
2361 Summary of changes from v033 to v034
2362 ============================================
2363
2364 Kay Sievers:
2365   o wait_for_sysfs bluetooth class update
2366
2367 Greg Kroah-Hartman:
2368   o add comment in wait_for_sysfs to explain the structure better
2369   o Revert previous dev_d.c change, it's not what is causing HAL problems
2370   o hm, somethings odd with DEVPATH, see if this fixes it
2371   o 33_bk mark for the makefile
2372   o wait_for_sysfs: clean up the logic for the list of devices that we do not expect device symlinks for
2373   o get rid of annoying extra lines in the syslog for some libsysfs debug messages
2374   o added support for i2c devices in wait_for_sysfs.c
2375   o add support for i2c-adapter devices to wait_for_sysfs.c
2376
2377 Summary of changes from v032 to v033
2378 ============================================
2379
2380 <harald:redhat.com>:
2381   o udev close on exec
2382   o some cleanups and security fixes
2383   o some cleanups and security fixes
2384   o selinux for udev
2385   o cleanup PATCH for extras/chassis_id/Makefile
2386
2387 <kpfleming:backtobasicsmgmt.com>:
2388   o respect prefix= setting in built udev.conf (updated)
2389
2390 Greg Kroah-Hartman:
2391   o add support for usb interfaces to wait_for_sysfs to keep it quiet
2392   o enable native tdb spinlocks on i386 platforms
2393   o delete extras/multipath-tools as per the author's request
2394   o be paranoid in dev_d.c
2395   o add USE_SELINUX to README documentation so people have a chance to see what is going on
2396   o update the selinux.h file to start to look sane
2397   o update bk ignore list for the wait_for_sysfs binary
2398   o kdetv wants to see device nodes in /dev
2399   o update comments in scsi-devfs.sh
2400   o fix up Makefiles to get the klibc build working properly
2401   o update bk ignore list for new klibc generated files
2402   o oops forgot to add the new klibc/include directory
2403   o update klibc to version 0.181
2404
2405 Kay Sievers:
2406   o fix problems with dev.d and udevstart
2407   o wait_for_sysfs debug cleanup
2408   o fix problems using scsi_id with udevstart
2409   o update volume_id
2410   o finally solve the bad sysfs-timing for all of us
2411   o volume-id build fix and update
2412   o switch udev's seqnum to u64
2413   o add enum tests
2414   o fix udev segfaults with bad permissions file
2415
2416 Patrick Mansfield:
2417   o update udev to include scsi_id 0.6
2418
2419
2420 Summary of changes from v031 to v032
2421 ============================================
2422
2423 <harald:redhat.com>:
2424   o udev parse bug
2425
2426 Kay Sievers:
2427   o handle only block and class devices
2428   o fix udevstart badly broken in udev 031
2429
2430
2431 Summary of changes from v030 to v031
2432 ============================================
2433
2434 <arun:codemovers.org>:
2435   o udev - read long lines from config files overflow fix
2436
2437 <ballarin.marc:gmx.de>:
2438   o Update the FAQ with info about hardlink security
2439
2440 <david:fubar.dk>:
2441   o compatibility symlinks for udev
2442
2443 David Weinehall:
2444   o Minor POSIX-fixes for udev
2445
2446 Greg Kroah-Hartman:
2447   o add symlink for video rule
2448   o add a "first" list to udevstart and make it contain the class/mem/ devices
2449   o fix compiler warning in udevtest.c
2450   o Fix old-style pty breakage in rules file for tty device
2451   o add rules for i386 cpu devices
2452   o add permission for legotower usb devices
2453
2454 Kay Sievers:
2455   o Fix naming ethernet devices in udevstart
2456   o update udev_volume_id
2457   o let /sbin/hotplug execute udev earlier
2458   o pass SEQNUM trough udevd
2459   o fix manpages based on esr's spambot
2460
2461 Martin Schlemmer:
2462   o add microcode rule to permissions.gentoo file
2463
2464 Michael Buesch:
2465   o Try to provide a bit of security for hardlinks to /dev entries
2466
2467 Olaf Hering:
2468   o udevsend depends on udev_lib.o
2469
2470 Tom Rini:
2471   o fix UDEV_NO_SLEEP
2472   o clean up start_udev a bit
2473   o Make udev/udevstart be one binary
2474   o Add 'asmlinkage' to udev-030
2475
2476
2477 Summary of changes from v029 to v030
2478 ============================================
2479
2480 Greg Kroah-Hartman:
2481   o fix stupid off-by-one bug that caused udevstart to die on x86-64 boxes
2482
2483
2484 Summary of changes from v028 to v029
2485 ============================================
2486
2487 Greg Kroah-Hartman:
2488   o add permission rule for jogdial device
2489   o fix dumb bug I added to udevstart
2490   o make a "last list" of devices for udevstart to operate on last
2491   o fix permission problem with input event and ts nodes for gentoo
2492   o change default perms of misc/rtc to be readable by anyone
2493
2494 Olaf Hering:
2495   o allow NAME_SIZE > SYSFS_PATH_MAX
2496
2497
2498 Summary of changes from v027 to v028
2499 ============================================
2500
2501 <atul.sabharwal:intel.com>:
2502   o Patch for chassis_id exras module
2503
2504 Daniel Drake:
2505   o Writing udev rules doc update
2506
2507 Greg Kroah-Hartman:
2508   o clean up block whitelist search logic a bit
2509   o reverse order of scanning of udevstart to look at class before block
2510
2511 Kay Sievers:
2512   o update udev_volume_id
2513
2514 Leann Ogasawara:
2515   o udevstart performance increase
2516
2517 Patrick Mansfield:
2518   o update udev scsi_id to scsi_id 0.5
2519
2520
2521 Summary of changes from v026 to v027
2522 ============================================
2523
2524 <fork0:users.sf.net>:
2525   o fix handle leak in udev_lib.c
2526
2527 Greg Kroah-Hartman:
2528   o tweak the gentoo default permission rules as they are wrong for tty and misc devices
2529
2530
2531 Summary of changes from v025 to v026
2532 ============================================
2533
2534 Arnd Bergmann:
2535   o udev rpm fix
2536
2537 Greg Kroah-Hartman:
2538   o add test for ! in partition name
2539   o 025_bk mark
2540   o Update to version 117 of klibc (from version 108)
2541   o add volume_id ignore rule for bk
2542   o add volume_id support to the udev.spec file
2543   o remove dbus and selinux stuff from the udev.spec file
2544   o delete udev_selinux as it doesn't work properly and is the wrong way to do it
2545   o Deleted the udev_dbus extra as it didn't really work properly and HAL has a real solution now
2546   o add udev.permissions.slackware file
2547   o udevstart: close open directories
2548
2549 Kay Sievers:
2550   o fix udevd zombies
2551   o catchup with recent klibc
2552   o Re: udevsend fallback
2553   o udev_volume_id update
2554   o udev callout for reading filesystem labels
2555   o udev callout for reading filesystem labels
2556   o udev default config layout changes
2557
2558 Leann Ogasawara:
2559   o evaluate getenv() return value for udev_config.c
2560
2561 Summary of changes from v024 to v025
2562 ============================================
2563
2564 <md:linux.it>:
2565   o devfs.sh-ide-floppy
2566
2567 <sjoerd:spring.luon.net>:
2568   o DEVNODE -> DEVNAME transition fixes
2569
2570 Daniel Drake:
2571   o Update writing udev rules docs
2572
2573 Greg Kroah-Hartman:
2574   o make dev.d call each directory in the directory chain of the device name, instead of just the whole name
2575   o add devd_test script
2576   o add more permissions based on SuSE's recommendations
2577   o added rules for tun and raw devices
2578   o add udev conf.d file
2579   o Switch the default config to point to a directory for the rules and permission files
2580   o update the Red Hat .dev files to work on other distros
2581   o add dbus.dev, pam_console.dev and selinux.dev files for /etc/dev.d/default/ usage
2582   o add hints for red hat users from Leann Ogasawara <ogasawara@osdl.org>
2583   o add scripts to run gcov for udev from Leann Ogasawara <ogasawara@osdl.org>
2584   o change permissions on udevd test scripts
2585   o Fix build process for users who have LC_ALL set to a non-english language
2586   o Added expanded tests to the test framework from Leann Ogasawara <ogasawara@osdl.org>
2587   o added execelent "writing udev rules" document from Daniel Drake <dan@reactivated.net>
2588   o added rule to put USB printers in their proper places
2589   o added rules for CAPI devices
2590   o added a dev.d alsa script to help people out
2591
2592 Kay Sievers:
2593   o fix test regressions
2594   o udev_selinux changes
2595   o udevd test script
2596   o udev_dbus changes
2597   o fix devpath for netdev
2598
2599 Leann Ogasawara:
2600   o gcov for udev
2601
2602
2603 Summary of changes from v023 to v024
2604 ============================================
2605
2606 <atul.sabharwal:intel.com>:
2607   o Add README for chassis_id
2608   o Add chassis_id program to extras directory
2609
2610 <chris_friesen:sympatico.ca>:
2611   o udevd race conditions and performance,  assorted cleanups
2612
2613 <hare:suse.de>:
2614   o fix SEGV in libsysfs/dlist.c
2615
2616 <maryedie:osdl.org>:
2617   o add OSDL documentation for persistent naming
2618
2619 <md:linux.it>:
2620   o small ide-devfs.sh fix
2621
2622 Greg Kroah-Hartman:
2623   o remove compiler warning from udevd.c
2624   o only generate udev.8 on the fly, not all other man pages
2625   o update bk ignore list some more
2626   o update bk ignore list
2627   o switch to generate the man pages during the normal build, not during the install
2628   o convert udev.8.in to use @udevdir@ macro for make install
2629   o first step of making man pages dynamically generated
2630   o add install and uninstall the etc/dev.d/net/hotplug.dev file to the Makefile
2631   o tweak net_test a bit
2632   o fix some segfaults when running udevtest for network devices
2633   o make a net_test test script using udevtest
2634   o handle the subsytem if provided in udevtest
2635   o add hotplug.dev script to handle renamed network devices
2636   o add a bunch of network class devices to the test sysfs tree
2637   o add udevruler to the bk ignore list
2638   o update RFC-dev.d docs due to DEVNODE to DEVNAME change
2639   o clean up chassis_id coding style
2640   o clean up the OSDL document formatting a bit
2641   o add netlink rules to devfs and gentoo rules files
2642   o added USB device rules to rules files
2643   o clean up the gentoo rules file a bit more, adding dri rules
2644   o fix up udev.rules to handle oss rules better
2645   o 023_bk mark
2646   o fix udev.spec file for where udevtest should be placed
2647
2648 Kay Sievers:
2649   o tweak node unlink handling
2650   o switch udevd's msg_dump() to #define
2651   o handle netdev in udevruler
2652   o man page cleanup
2653   o put config info in db for netdev
2654   o increase udevd event timeout
2655   o udevstart fix
2656   o put netdev handling and dev.d/ in manpages
2657   o DEVPATH for netdev
2658   o netdev - udevdb+dev.d changes
2659   o udevd race conditions and performance,  assorted cleanups - take 2
2660   o udevinfo patch
2661   o dev_d.c file sorting and cleanup
2662   o apply all_partitions rule to main block device only
2663
2664
2665 Summary of changes from v022 to v023
2666 ============================================
2667
2668 Kay Sievers:
2669   o hmm, handle net devices with udev?
2670   o correct apply_format() for symlink only rules
2671   o don't init namedev on remove
2672   o first stupid try for a rule compose gui
2673   o replace fgets() with mmap() and introduce udev_lib.[hc]
2674   o make udevtest a real program :)
2675
2676 Daniel E. F. Stekloff:
2677   o udevinfo patch
2678
2679 Greg Kroah-Hartman:
2680   o create the /etc/dev.d/ directories in 'make install'
2681   o actually have udev run files ending in .dev in the /etc/dev.d/ directory as documented
2682   o added RFC-dev.d document detailing how /etc/dev.d/ works
2683   o fixed up udev.spec to handle selinux stuff properly now
2684   o remove USE_DBUS and USE_SELINUX flags from the README as they are no longer present
2685   o remove selinux stuff from the main Makefile
2686   o move udev_selinux into extras/selinux
2687   o fix dbus build in the udev.spec file
2688   o remove dbus stuff from main Makefile
2689   o move udev_dbus to extras/dbus
2690   o udev_dbus can now compile properly, but linnking is another story
2691   o remove udev_dbus.h from Makefile
2692   o first cut at standalone udev_selinux program
2693   o remove selinux support from udev core as it's no longer needed
2694   o first cut at standalone udev_dbus program
2695   o add get_devnode() helper to udev_lib for udev_dbus program
2696   o remove dbus code from core udev code as it's no longer needed to be there
2697   o add /etc/dev.d/ support for udev add and remove events
2698   o fix build error in namedev.c caused by previous patch
2699   o 022_bk tag
2700   o fix 'make spotless' to really do that in klibc
2701   o add a question/answer about automounting usb devices to the FAQ
2702   o mark scsi-devfs.sh as executable
2703   o Increase the name size as requested by Richard Gooch <rgooch@ras.ucalgary.ca>
2704   o fix udevtest to build properly after the big udev_lib change
2705
2706 Olaf Hering:
2707   o uninitialized variable for mknod and friend
2708
2709 Richard Gooch:
2710   o SCSI logical and physical names for udev
2711
2712 Theodore Y. T'so:
2713   o Trivial man page typo fixes to udev
2714
2715
2716 Summary of changes from v021 to v022
2717 ============================================
2718
2719 <ananth:in.ibm.com>:
2720   o more Libsysfs updates
2721   o Libsysfs updates
2722
2723 <async:cc.gatech.edu>:
2724   o fix HOWTO-udev_for_dev for udevdir
2725
2726 Kay Sievers:
2727   o udev-test.pl cleanup
2728   o add dev node test to udev-test.pl
2729   o add permission tests
2730   o "symlink only" test
2731   o callout part selector tweak
2732   o cleanup callout fork
2733   o allow to specify node permissions in the rule
2734   o man page beauty
2735   o put symlink only rules to the man page
2736   o rename strn*() macros to strmax
2737   o conditional remove of trailing sysfs whitespace
2738   o clarify udevinfo text
2739   o better fix for NAME="foo-%c{N}" gets a truncated name
2740   o overall trivial trivial cleanup
2741   o fix NAME="foo-%c{N}" gets a truncated name
2742   o cleanup mult field string handling
2743
2744 <ken:cgi101.com>:
2745   o fix a type in docs/libsysfs.txt
2746   o Added line to udev.permissions.redhat
2747   o Include more examples in the docs area for gentoo and redhat
2748
2749 <md:linux.it>:
2750   o udevstart fixes
2751
2752 Greg Kroah-Hartman:
2753   o add big major tests to udev-test.pl
2754   o add a test for a minor over 255
2755   o udev-test.pl: print out major:minor and perm test "ok" if is ok
2756   o make perm and major:minor test errors be reported properly
2757   o remove extra ; in namedev_parse.c
2758   o Added multipath-tools 0.1.1 release
2759   o deleted current extras/multipath directory
2760   o 021_bk mark
2761   o fix the build for older versions of gcc
2762
2763 Hanna V. Linder:
2764   o Small fix to remove extra "will" in man page
2765
2766 Olaf Hering:
2767   o make spotless
2768   o udev* segfaults with new klibc
2769
2770 Patrick Mansfield:
2771   o add tests for NAME="foo-%c{N}"
2772
2773 Summary of changes from v020 to v021
2774 ============================================
2775
2776 Kay Sievers:
2777   o install udevinfo in /usr/bin
2778   o blacklist pcmcia_socket
2779
2780 Greg Kroah-Hartman:
2781   o fix udev.spec to find udevinfo now that it has moved to /usr/bin
2782   o Fix another problem with Makefile installing initscript
2783   o fix the Makefile to install the init script into the proper directory
2784   o make spec file turn off selinux support by default
2785
2786
2787 Summary of changes from v019 to v020
2788 ============================================
2789
2790 <christophe.varoqui:free.fr>:
2791   o multipath update
2792
2793 Kay Sievers:
2794   o man page udevstart
2795   o cleanup udevstart
2796   o bugfix for local user
2797   o unlink bugfix
2798   o TODO update
2799   o clarify udevinfo device walk
2800   o udevinfo symlink reverse query
2801   o fix stroul endptr use
2802   o add $local user spport for permissions
2803   o udev - man page update
2804   o udev - fix debug info for multiple rule file config
2805   o udev - kill udevd on install
2806   o udev - activate formt length attribute
2807   o udev - safer sprintf() use
2808
2809 <md:linux.it>:
2810   o no error on enoent
2811   o escape dashes in man pages
2812   o remove usage of expr in ide-devfs.sh
2813
2814 <rml:ximian.com>:
2815   o automatically install correct initscript
2816   o update documetation for $local
2817
2818 Andrey Borzenkov:
2819   o Add symlink only rules support
2820
2821 Greg Kroah-Hartman:
2822   o update the TODO list as we already have a devfs config file
2823   o make start_udev use udevstart binary
2824   o install udevstart
2825   o Remove Debian permission files as the Debian maintainer doesn't seem to want to share :(
2826   o update the Gentoo rules files
2827   o Add Red Hat rules and permissions files
2828   o add udevstart to the ignore list
2829   o add udevstart program based on a old patch from Harald Hoyer <harald@redhat.com>
2830   o unlink the file before we try to create it
2831   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
2832
2833
2834 Summary of changes from v018 to v019
2835 ============================================
2836
2837 Kay Sievers:
2838   o TODO update
2839   o udev - correct relative symlink
2840   o udev - safer string handling - part four
2841   o udev - safer string handling - part three
2842   o udev - safer string handling - part two
2843   o udev - man page update
2844   o udev - safer string handling all over the place
2845   o manpage update
2846   o udev - allow all files in a directory as the config
2847   o udev - simple klibc textual uid/gid handling
2848
2849 Andrey Borzenkov:
2850   o do not remove real .udev.tdb during RPM build
2851
2852 Greg Kroah-Hartman:
2853   o add new TODO item about local user permissions
2854   o Add initial SELinux support for udev
2855   o fix build for very old versions of make
2856   o remove limit of the number of args passed to PROGRAM
2857   o force udev to include the internal version of libsysfs and never the external one
2858   o fix up libsysfs header file usage to fix bug reports from users that have sysfsutils installed already
2859   o remove udevtest on 'make clean'
2860   o remove udevd priority TODO item, as it's not needed at all
2861
2862 Patrick Mansfield:
2863   o update udev scsi_id to scsi_id 0.4
2864
2865
2866 Summary of changes from v017 to v018
2867 ============================================
2868
2869 <ext.devoteam.varoqui:sncf.fr>:
2870   o [PATCH] symlink dm-[0-9]* rule
2871   o update extras/multipath
2872
2873 <john-hotplug:fjellstad.org>:
2874   o init.d debian patch
2875
2876 Kay Sievers:
2877   o udev - TODO update
2878   o udev - add %s{filename} to man page
2879   o udev - udevd/udevsend man page
2880   o udev - switch callout part selector to {attribute}
2881   o udev - switch SYSFS_file to SYSFS{file}
2882   o udev - create all partitions of blockdevice
2883   o allow SYSFS{file}
2884   o Adding '%s' format specifier to NAME and SYMLINK
2885
2886 Greg Kroah-Hartman:
2887   o added some scsi_id files to the bk ignore file
2888   o added scsi_id and some more documentation to the udev.spec file
2889   o update udev.rules.gentoo with new config file format
2890   o Update the Gentoo udev.rules and udev.permissions files
2891   o Create a udev.rules.examples file to hold odd udev.rules
2892   o add udevd priority issue to the TODO list
2893   o more HOWTO cleanups
2894   o add HOWTO detailing how to use udev to manage /dev
2895   o mv libsysfs/libsysfs.h to libsysfs/sysfs/libsysfs.h to make it easier to use
2896   o add start_udev init script
2897   o add support for UDEV_NO_SLEEP env variable so Gentoo people will be happy
2898   o start up udevd ourselves in the init script to give it some good priorities
2899   o update the red hat init script to handle nodes that are not present
2900   o add a "old style" SYSFS_attribute test to udev-test.pl
2901   o Have udevsend report more info in debug mode
2902   o Have udevd report it's version in debug mode
2903   o fix up bug created for udevtest in previous partition creation patch
2904   o update the udev.spec to add udevtest and make some more Red Hat suggested changes
2905   o add ability to install udevtest to Makefile
2906   o 017_bk mark
2907   o Add another test to udev-test.pl and fix a bug when only running 1 test
2908   o Fix bug where we did not use the "converted" kernel name if we had no rule
2909
2910 Patrick Mansfield:
2911   o udev use new libsysfs header file location
2912   o udev add some ID tests
2913
2914
2915 Summary of changes from v016 to v017
2916 ============================================
2917
2918 <azarah:nosferatu.za.org>:
2919   o make logging a config option
2920
2921 <christophe.varoqui:free.fr>:
2922   o more udev-016/extras/multipath
2923   o more udev-016/extras/multipath
2924   o update extras/multipath
2925
2926 Kay Sievers:
2927   o udev - keep private data out of the database?
2928   o better credential patch
2929   o udevd - client access authorization
2930   o compile udevd with klibc
2931   o udev - fix "ignore method"
2932   o udev - fix cdrom symlink rule
2933   o convert udevsend/udevd to DGRAM and single-threaded
2934   o udevd - kill the lockfile
2935   o udevd - fix socket path length
2936   o udevd - switch socket path to abstract namespace
2937   o udevd - allow to bypass sequence number
2938   o include used function
2939
2940 Greg Kroah-Hartman:
2941   o add udev_log to the documentation
2942   o fix offsetof() define in klibc
2943   o add some .spec file changes from Red Hat
2944   o update the init.d udev script based on a patch from Red Hat
2945   o remove the .udev.tdb when installing or uninstalling to be safe
2946   o remove the database at startup
2947   o fix bug in permission handling
2948   o update klibc to version .107
2949   o update the bitkeeper ignore file list
2950   o add udevtest program to build
2951   o fix problem where usb devices can be either the main device or the interface
2952   o more logging.h cleanups to be a bit more flexible
2953   o stop using mode_t as different libcs define it in different ways :(
2954   o remove some more KLIBC fixups that are no longer needed
2955   o let udev-test.pl run an individual test if you ask it to
2956   o Handle the '!' character that some block devices have
2957   o add a block device with a ! in the name, and a test for this
2958   o fix up 'make release' to use bk to build the export tree
2959   o fix log option code so that it actually works for all udev programs
2960   o finish syncing up with klibc
2961   o sync with latest version of klibc (0.107)
2962   o fix up Makefile dependancies for udev_version.h
2963
2964 Patrick Mansfield:
2965   o udev add wild card compare for ID
2966   o udev kill extra bus_id compares in match_id
2967
2968
2969 Summary of changes from v015 to v016
2970 ============================================
2971
2972 <elkropac:students.zcu.cz>:
2973   o get_dev_number() in extras/ide-devfs.sh
2974
2975 <rrm3:rrm3.org>:
2976   o FAQ udev.rules.devfs
2977
2978 Greg Kroah-Hartman:
2979   o add udevd and udevsend to the spec file
2980   o make /etc/hotplug.d/default/udev.hotplug symlink point to udevsend now
2981   o add KERNEL_DIR option so that the distros will be happy
2982   o make udevsend binary even smaller
2983   o udevsend now almost compiles with klibc, struct sockaddr_un is only problem now
2984   o fix up logging code so that it can be built without it being enabled
2985   o rework the logging code so that each program logs with the proper name in the syslog
2986   o remove logging.c as it's no longer needed
2987   o kill the last examples that contained the %D option
2988   o remove a __KLIBC__ tests in libsysfs, as klibc now supports getpagesize()
2989   o udevd - remove stupid locking error I wrote
2990   o update to klibc version 0.101, fixing the stdin bug
2991   o fix Makefile typo for USE_LSB install
2992   o allow dbus code to actually build again
2993
2994 Kay Sievers:
2995   o let udevsend build with klibc
2996   o udevd - config cleanup
2997   o udevd - cleanup and better timeout handling
2998   o fix possible buffer overflow
2999   o udevd - next round of fixes
3000   o udevinfo - missing options for man page
3001   o udev - trivial style cleanup
3002
3003
3004 Summary of changes from v014 to v015
3005 ============================================
3006
3007 <mbuesch:freenet.de>:
3008   o LFS init script update
3009
3010 Greg Kroah-Hartman:
3011   o update klibc to version 0.98
3012   o clean up udevinfo on 'make clean'
3013   o add udevinfo man page to spec file
3014   o remove command line documentation from udev man page
3015   o create initial version of udevinfo man page
3016   o added URL to spec file
3017   o add udevinfo to udev.spec file
3018   o add udevinfo to install target of Makefile
3019   o rip out command line code from udev, now that we have udevinfo
3020   o udevinfo doesn't need to declare main_envp
3021   o move get_pair to udev_config.c because udevinfo doesn't need all of namedev.o
3022   o more makefile cleanups
3023   o move udevinfo into the main build and clean up the main Makefile a bit
3024   o clean up compiler warnings if building using klibc
3025   o make udevd only have one instance running at a time
3026   o new testd.block script for debugging
3027   o udevsnd : clean up message creation logic a bit
3028   o make bk ignore udevd and udevsend binaries
3029   o whitespace cleanups
3030   o remove TODO item about BUS value, as it is now done
3031   o add support for figuring out which device on the sysfs "chain" the rule applies to
3032
3033 Kay Sievers:
3034   o udevinfo - now a real program :)
3035   o udevd - cleanup and better timeout handling
3036   o udev - next round of udev event order daemon
3037   o fix udevd exec
3038   o udev - udevinfo with device chain walk
3039   o spilt udev into pieces
3040
3041
3042 Summary of changes from v013 to v014
3043 ============================================
3044
3045 <ananthmg:rediffmail.com>:
3046   o libsysfs update for refresh + namedev.c changes
3047
3048 <christophe.varoqui:free.fr>:
3049   o udev-013/extras/multipath update
3050
3051 <flamingice:sourmilk.net>:
3052   o minor patch for devfs rules
3053
3054 Kay Sievers:
3055   o udev - program to query all device attributes to build a rule
3056   o set default owner/group in db - update
3057   o udev - reverse user query options
3058   o udev - kill %D from udev-test.pl
3059   o add udev logging to info log
3060   o udev - mention format string escape char in man page
3061
3062 Greg Kroah-Hartman:
3063   o misc code cleanups
3064   o fixup logging.h to handle different logging options properly
3065   o clean up the logging patch a bit to make the option more like the other options
3066   o remove the %D modifier as it is not longer needed
3067   o remove unneeded keyboard rule
3068   o add usb_host and pci_bus to the class blacklist
3069   o added input device rules to udev.rules and udev.rules.devfs
3070   o 013_bk mark
3071
3072 Hanna V. Linder:
3073   o set default owner/group in db
3074   o small cut n paste error fix
3075
3076 Patrick Mansfield:
3077   o update udev scsi_id to scsi_id 0.3
3078
3079
3080 Summary of changes from v012 to v013
3081 ============================================
3082
3083 <eike-hotplug:sf-tec.de>:
3084   o LSB init script and other stuff
3085
3086 <elkropac:students.zcu.cz>:
3087   o fix udev directory for Debian init script
3088
3089 <tiggi:infa.abo.fi>:
3090   o udev 012 old gcc fixup
3091
3092 Christophe Saout:
3093   o add IGNORE rule type
3094   o small cleanup
3095
3096 Greg Kroah-Hartman:
3097   o update TODO with some new, small items
3098   o Cset exclude: greg@kroah.com|ChangeSet|20040113010256|48515
3099   o update the README in a few places
3100   o fix -d typo in the manpage update
3101   o Fix stupid gcc "optimization" of 1 character printk() calls.... Ick
3102   o oops, forgot to fix up the PROGRAM result from ID to RESULT in the config files
3103   o Add alsa device rules and a few other devfs rules
3104   o fix a few stale comments in namedev.c
3105   o convert the default rules files to the new format
3106   o convert the test shell scripts to the config file format
3107   o add bus test for usb-serial bus
3108   o Add some helpful messages if the user uses the older config file format
3109   o added dri rule to the default config file
3110   o added init.d udev script for debian
3111   o add a script that tests the IGNORE rule
3112   o add silly script that names cdrom drives based on the cd in them
3113   o add cdrom rule for ide cdrom
3114   o replace list_for_each with list_for_each_entry, saving a few lines of code
3115   o add a blacklist of class devices we do not want to look at
3116
3117 Kay Sievers:
3118   o fix klibc with printf() and gcc
3119   o udev - small script optimization
3120   o udev - introduce format escape char
3121   o udev - more CALLOUT is PROGRAM now
3122   o udev - CALLOUT is PROGRAM now
3123   o update documentation for new config file format
3124   o more advanced user query options
3125   o udev - simple debug tweak
3126   o udev - drop all methods :)
3127   o udev - advanced user query options
3128   o udev - Makefile error
3129   o udev - make exec_callout() reusable
3130   o udev - exec status fix for klibc
3131   o fix Silly udev script
3132
3133
3134 Summary of changes from v011 to v012
3135 ============================================
3136
3137 <azarah:nosferatu.za.org>:
3138   o make symlink work properly if there is already a file in its place
3139   o Fix udev gcc-2.95.4 compat
3140
3141 <christophe.varoqui:free.fr>:
3142   o extras multipath update
3143   o extras multipath update
3144
3145 Kay Sievers:
3146   o mention user callable udev + options in man page
3147   o make udev user callable to query the database
3148   o depend on all .h files
3149   o cleanup namedev_parse debug text
3150   o extend exec_program[]
3151   o ide-devfs.sh update
3152   o fix for apply_format()
3153   o check for empty symlink string
3154   o 'ide' missing in bus_files[]
3155   o small trivial cleanup of latest changes
3156
3157 <mbuesch:freenet.de>:
3158   o introduce signal handler
3159
3160 <rml:ximian.com>:
3161   o udev spec file update
3162
3163 Greg Kroah-Hartman:
3164   o minor grammer fixes for the udev_vs_devfs document
3165   o move the dbus config file to etc/dbus-1/system.d/
3166   o move the config files to etc/udev to clean up main directory a bit
3167   o add Gentoo versions of the rules and permissions files
3168   o if using glibc, link dynamically, as no one like 500Kb udev binaries
3169   o minor change to udev_vs_devfs document
3170   o added udev vs devfs supid document to the tree
3171   o move the signal handling registration to after we have initialized enough stuff
3172   o make ide-devfs.sh executable in the tree
3173   o udev.permissions.debian - forgot the dm nodes
3174   o update the udev.permissions.debian file with new entries
3175   o added udev.init script for the Linux From Scratch project
3176
3177
3178
3179 Summary of changes from v010 to v011
3180 ============================================
3181
3182 <mbuesch:freenet.de>:
3183   o proper cleanup on udevdb_init() failure
3184
3185 <mh:nadir.org>:
3186   o patch udev 009-010 rpm spec file
3187
3188 <svetljo:gmx.de>:
3189   o fix udev sed Makefile usage
3190
3191 Greg Kroah-Hartman:
3192   o add documentation about the BUS key being optional for the LABEL rule
3193   o add tests for LABEL rule with a device that has no bus
3194   o Don't require the BUS value for the LABEL rule
3195   o If a LABEL rule has a BUS id, then we must check to see if the device is on a bus
3196   o add documentation about the BUS key being optional for the CALLOUT rule
3197   o If a CALLOUT rule has a BUS id, then we must check to see if the device is on a bus
3198   o Don't require the BUS value for the CALLOUT rule
3199   o add test for callout rule with a device that has no bus
3200   o 010_bk stamp
3201   o added different build options to the rpm udev.spec file
3202   o add pci to the bus_files list
3203   o check for empty line a bit better in the parser
3204   o more init script cleanups, the stop target now calls udev to cleanup instead of just removing the whole /udev directory
3205   o make udev init script run udev in the background to let startup go much faster
3206   o fix long delay for all devices in namedev
3207
3208
3209 Summary of changes from v009 to v010
3210 ============================================
3211
3212 <ananth:in.ibm.com>:
3213   o change pgsize
3214
3215 <christophe.varoqui:free.fr>:
3216   o extras multipath update
3217   o extras multipath update
3218   o extras multipath update
3219   o extras multipath update
3220
3221 Kay Sievers:
3222   o fix udev-test.pl
3223   o small cleanup udev-remove.c
3224   o experimental CALLOUT script for devfs ide node creation with cd, disc, part
3225   o add any valid device
3226   o introduce format char 'k' for kernel-name
3227   o trivial make fixes
3228   o don't overwrite old config on install
3229   o udev-remove.c cleanups
3230   o bug in udev-remove.c
3231   o trivial cleanup parser changes
3232
3233 <roman.kagan:itep.ru>:
3234   o fix comment and whitespace handling in config files
3235
3236 Adam Kropelin:
3237   o Allow build with empty EXTRAS
3238
3239 Daniel E. F. Stekloff:
3240   o libsysfs 0.4.0 patch
3241   o fix scsi_id segfault with udev-009
3242   o add libsysfs docs
3243
3244 David T. Hollis:
3245   o mark config files as such in the rpm spec file
3246
3247 Greg Kroah-Hartman:
3248   o fix complier warning in namedev.c
3249   o add documentation for the new '%k' modifier (kernel name replacement)
3250   o add documentation about the multiple sysfs values that are now allowed for the LABEL rule
3251   o add tests for multi-file LABEL rules
3252   o add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule
3253   o Just live with a sleep(1) in namedev for now until libsysfs is fixed up
3254   o try to wait until the proper device file shows up in sysfs
3255   o remove unneeded TODO and FIXME entry
3256   o clean up the stand-alone tests to work properly on other people's machines
3257   o add tests to catch whitespace and comment config file parsing errors
3258
3259
3260 Summary of changes from v008 to v009
3261 ============================================
3262
3263 <christophe.varoqui:free.fr>:
3264   o more extras/multipath changes
3265   o and more extras/multipath updates
3266   o more extras/multipath updates
3267   o yet more extras/multipath
3268   o more extras/multipath updates
3269   o extras/multipath update
3270
3271 <david:fubar.dk>:
3272   o D-BUS patch for udev-008
3273
3274 <eike-hotplug:sf-tec.de>:
3275   o add init.d/udev to "make install"
3276   o add init.d/udev to the spec file
3277
3278 Kay Sievers:
3279   o don't rely on field order in namedev_parse
3280   o get part of callout return string
3281   o remove '\n' from end of callout return
3282   o man-page mention multiple symlinks
3283   o allow multiple symlinks
3284   o cleanup man & remove symlink comment
3285   o experimental (very simple) SYMLINK creation
3286   o man page beauty
3287   o pattern match for label method
3288   o a bug in linefeed removal
3289
3290 <rml:ximian.com>:
3291   o remove udev from runlevels on uninstall
3292   o install initscript in udev rpm
3293
3294 Daniel E. F. Stekloff:
3295   o pre-libsysfs-0.4.0 patch
3296
3297 Greg Kroah-Hartman:
3298   o signal fixes due to klibc update
3299   o sync klibc with release 0.95
3300   o add mol permissions to the debian permissions file
3301   o update the FAQ with info about bad modprobe events from the devfs scheme
3302   o some cleanups due to the need for LABEL rules to use "SYSFS_" now
3303   o Add restart target to the etc/init.d/udev script
3304   o tweak the config file generation portion of the Makefile a bit
3305   o change devfs disk name rule from 'disk' to 'disc'
3306   o add vc support to udev.rules.devfs
3307   o added a devfs udev config file from Marco d'Itri <md@Linux.IT>
3308   o set default mode to 0600 to be safer
3309   o Makefile tweaks for the DBUS build
3310   o update the FAQ due to the latest devfs mess on lkml and also due to symlinks now working
3311   o document the different Makefile config options that we have
3312   o change USE_DBUS to DBUS in Makefile, and disable it by default as it's still to hard to build on all systems
3313   o fix formatting of udev_dbus.c to use tabs.  Also get it to build properly now
3314   o move all of the DBUS logic into one file and remove all of the #ifdef crud from the main code
3315
3316 Olaf Hering:
3317   o dump latest klibc into the udev build tree
3318   o use udevdir in udev.conf
3319
3320 Patrick Mansfield:
3321   o better allow builds of extras programs under udev
3322   o update udev extras/scsi_id to version 0.2
3323
3324
3325 Summary of changes from v007 to v008
3326 ============================================
3327
3328 <azarah:nosferatu.za.org>:
3329   o more config file parsing robustness
3330
3331 <christophe.varoqui:free.fr>:
3332   o udev-007/extras/multipath update
3333
3334 Arnd Bergmann:
3335   o Build failure - missing linux/limits.h include?
3336   o Add format modifier for devfs like naming
3337   o klibc makefile fixes
3338
3339 Daniel E. F. Stekloff:
3340   o another patch for path problem
3341   o quick fix for libsysfs bus
3342   o libsysfs changes for sysfsutils 0.3.0
3343
3344 Greg Kroah-Hartman:
3345   o fix up some duplicated function compiler warnings in libsysfs
3346   o fix some compiler warnings in the tdb code
3347   o Added Kay's name to the man page
3348   o update the wildcard documentation in the man page to show the new styles supported
3349   o fix permission handling logic
3350   o enable default_mode ability to actually build
3351   o add support for the default_mode variable, as it is documented
3352   o show permissions and groups in the label_test
3353   o remove some items off of the TODO list, as they are now done
3354   o fix up the tests to work without all of the environ variables
3355   o get rid of the majority of the debug environment variables
3356   o Update the man page to show the new config file, it's format, and how to use it
3357   o fix up the tests to support the rules file name change
3358   o add support for a main udev config file, udev.conf
3359   o turn debugging messages off by default
3360   o split out the namedev config parsing logic to namedev_parse.c
3361   o rename namedev's get_attr() to be main namedev_name_device() as that's what it really is
3362   o add devfs like tty rules as an example in the default config file
3363   o operate on the rules in the order they are in the config file (within the rule type) instead of operating on them backwards.
3364   o Cset exclude: dsteklof@us.ibm.com|ChangeSet|20031126173159|56255
3365   o add test for checking the BUS value
3366   o fix problem where we were not looking at the BUS value
3367   o add scsi and pci bus links in the test sysfs tree
3368   o add test and documentation for new %D devfs format modifier
3369   o changed the default location of the database to /udev/.udev.tdb to be LSB compliant
3370   o get rid of functions in klibc_fixups that are now in klibc
3371   o sync up with the 0.84 version of klibc
3372   o fix udev init.d script to handle all class devices in sysfs
3373   o fix the test.block and test.tty scripts due to their moveing.  Also add a test.all script
3374   o 007_bk version change to Makefile
3375
3376 Kay Sievers:
3377   o pattern matching for namedev
3378   o catch replace device by wildcard
3379   o udev.8 tweak numeric id text
3380   o udev-test.pl add subdir test
3381   o namedev.c strcat tweak
3382   o overall whitespace + debug text conditioning
3383   o udev-test.pl - tweaks
3384
3385 Martin Hicks:
3386   o Add -nodefaultlibs while compiling against klibc
3387
3388 Olaf Hering:
3389   o ARCH detection for ppc
3390
3391 Patrick Mansfield:
3392   o fix udev parallel builds with klibc
3393
3394
3395 Summary of changes from v006 to v007
3396 ============================================
3397
3398 <md:linux.it>:
3399   o fix segfault in parsing bad udev.permissions file
3400
3401 Greg Kroah-Hartman:
3402   o update default config file with a CALLOUT rule, and more documentation
3403   o updated the man page with the latest format specifier changes
3404   o added ability to put format specifiers in the CALLOUT program string
3405   o tweak udev-test.pl to report '0' errors if that's what happened
3406   o only build klibc_fixups.c if we are actually using klibc
3407   o add support for string group and string user names in udev.permissions
3408   o add getgrnam and getpwnam to klibc_fixups files
3409   o remove Makefile.klibc
3410   o add udev-test perl script from Kay Sievers <kay.sievers@vrfy.org> which blows away my puny shell scripts
3411   o added debian's version of udev.permissions
3412   o change to 006_bk version
3413
3414 Kay Sievers:
3415   o format char for CALLOUT output
3416   o more namedev whitespace cleanups
3417   o support arguments in callout exec
3418   o namedev.c - change order of fields in CALLOUT
3419   o namedev.c whitespace + debug text cleanup
3420   o man page with udev.permissions wildcard
3421
3422 Olaf Hering:
3423   o static klibc udev does not link against crt0.o
3424
3425 Summary of changes from v005 to v006
3426 ============================================
3427
3428 <chris_friesen:sympatico.ca>:
3429   o faster test scripts
3430
3431 Arnd Bergmann:
3432   o more robust config file parsing in namedev.c
3433   o add bus id modifier
3434
3435 Daniel E. F. Stekloff:
3436   o patch for libsysfs sysfs directory handling
3437
3438 Greg Kroah-Hartman:
3439   o add another line to udev.permissions in the proper format
3440   o tweak replace_test
3441   o fix permissions to work properly now
3442   o add real udev.permissions file to test directory
3443   o fix namedev.c to build with older version of gcc
3444   o add dumb test for all of the different modifiers
3445   o update the TODO list with more items that people can easily do
3446   o move the test.block and test.tty scripts to the test/ directory
3447   o add remove actions to the test scripts
3448   o turn DEBUG_PARSER off by default
3449   o add some documentation for the %b modifier to the default config file
3450   o fix make install rule for when the udev symlink is already there
3451   o change release target in makefile
3452   o change debug level on printf values for now
3453   o updated demo config file
3454   o add some documentation of the modifiers to the default config file
3455   o add demo config file
3456   o updated bk ignore list for klibc generated files
3457   o add printf option to label test to verify it works
3458   o fix up printf-like functionality due to previous changes
3459   o get the major/minor number before we name the device
3460   o add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com>
3461   o Add multipath "extra" program from Christophe Varoqui, <christophe.varoqui@free.fr>
3462   o trailing whitespace cleanups
3463   o splig LABEL and NUMBER into separate functions
3464   o add TOPO regression test
3465   o move TOPOLOGY rule to it's own function
3466   o fix bug where NUMBER and TOPOLOGY would not work for partitions
3467   o clean up the way we find the sysdevice for a block device for namedev
3468   o updated label test script (tests for partitions now.)
3469   o split REPLACE and CALLOUT into separate functions
3470   o add debug line for REPLACE call
3471   o add replace test
3472   o add more sysfs test tree files
3473   o change UDEV_SYSFS_PATH environment variable due to libsysfs change
3474   o fix bug in klibc's isspace function
3475   o fix udev-add.c to build properly with older versions of gcc
3476   o add prototype for ftruncate to klibc
3477   o Remove a few items from the TODO list that are already done
3478   o version number to 005_bk
3479   o pull some klibc stuff into the make Makefile to try to stay in sync
3480   o klibc build fixes
3481
3482 Kay Sievers:
3483   o apply permissions.conf support for wildcard and default name
3484   o man page with included placeholder list
3485   o implement printf-like placeholder support for NAME
3486   o more manpage tweaks
3487   o add support for subdirs
3488   o add uid/gid to nodes
3489
3490 Olaf Hering:
3491   o DESTDIR for udev
3492
3493 Paul Mundt:
3494   o Fixup path for kernel includes when building with klibc
3495
3496 Robert Love:
3497   o udev init script
3498
3499
3500 Summary of changes from v004 to v005
3501 ============================================
3502
3503 <kay:vrfy.org>:
3504   o namedev.c comments + debug patch
3505   o man page update
3506
3507 Greg Kroah-Hartman:
3508   o ignore the klibc/linux symlink
3509   o add klibc linux symlink info to the README
3510   o get 'make release' to work properly again
3511   o added README info for how to build using klibc
3512   o turn off debugging if we are building with klibc
3513   o turn off debugging in namedev
3514   o added vsyslog support to klibc
3515   o add ftruncate to klibc
3516   o klibc specific tweaks
3517   o libsysfs does not need mntent.h in it's header file
3518   o udev build tweaks to tdb's spinlock code
3519   o klibc makefile changes
3520   o build tdb and libsysfs from the same makefile as udev
3521   o udev-add build cleanups for other libc versions
3522   o tweak tdb to build within udev better
3523   o make libsysfs spit debug messages to the same place as the rest of udev
3524   o make libsysfs build cleanly
3525   o updated bk ignore list
3526   o added klibc version 0.82 (cvs tree) to the udev tree
3527   o makefile fix for now
3528   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
3529   o hm, makefile bug with so many files...  will fix later
3530   o regression tests starting to be added
3531   o fix LABEL bug for device files (not class files.)
3532   o more warning flags to the build
3533   o got rid of struct device_attr
3534   o rename namedev.permissions and namedev.config to udev.permissions and udev.config
3535   o fix dbg line in namedev.c
3536   o more overrides of config info with env variables if in test mode
3537   o Fix bug causing udev to sleep forever waiting for dev file to show up
3538   o change version to 004_bk
3539   o make config files, sysfs root, and udev root configurable from config variables
3540
3541 Robert Love:
3542   o udev: sleep_for_dev() bits
3543   o udev: another canidate for static
3544
3545
3546 Summary of changes from v003 to v004
3547 ============================================
3548
3549 Daniel E. F. Stekloff:
3550   o new version of libsysfs patch
3551
3552 Greg Kroah-Hartman:
3553   o 004 release
3554   o major database cleanups
3555   o Changed test.block and test.tty to take ACTION from the command line
3556   o don't sleep if 'dev' file is already present on device add
3557   o fix comment about how the "dev" file is made up
3558   o more database work.  Now we only store the info we really need right now
3559   o add BUS= bug to TODO list so it will not get forgotten
3560   o spec file changes
3561   o test.block changes
3562   o ok, rpm likes the "_" character instead of "-" better
3563   o change the version to 003-bk to keep things sane with people using the bk tree
3564   o got "remove of named devices" working
3565   o fix segfaults when dealing with partitions
3566
3567 Kay Sievers:
3568   o man file update
3569   o man page update
3570
3571 Robert Love:
3572   o udev: mode should be mode_t
3573   o udev: trivial trivialities
3574   o udev: cool test scripts again
3575   o udev spec file symlink support
3576   o udev: cool test scripts
3577   o udev spec file bits
3578
3579
3580 Summary of changes from v0.2 to v003
3581 ============================================
3582
3583 Daniel E. F. Stekloff:
3584   o udevdb patch
3585   o udevdb prototype
3586
3587 Greg Kroah-Hartman:
3588   o update the spec file for the new version and install process
3589   o fix makefile release rule to not drop tdb.h file
3590   o Add FAQ for udev
3591   o removed AUTHORS and INSTALL files as they were pretty pointless
3592   o copyright updates
3593   o Add AUTHORS and INSTALL files
3594   o TODO updates
3595   o Updatd the README
3596   o updated the TODO list
3597   o add udev man page (basically just a place holder for now.)
3598   o added uninstall support
3599   o added install target for makefile so people don't have to do it by hand anymore
3600   o add version to debug log on startup
3601   o tell the user what mknod() we are trying to do
3602   o add dbg_parse() to cut down on parse file debugging statements
3603   o put config files and database in /etc/udev by default
3604   o add ols 2003 udev paper to docs/
3605   o clean up some debugging stuff in namedev.c
3606   o do not build the tdb binary programs, only the objects
3607   o merge tdb into the build process
3608   o Added tdb code from latest cvs version in the samba tree
3609   o added my name to the .spec file
3610   o minor cleanups
3611   o cleanup the mknod code a bit
3612   o remove mknod callout
3613   o handle new major:minor format of dev files that showed up in 2.6.0-test2-bk3 or so
3614   o oops, everything was getting created as 000 mode, try to fix this up, but fail...
3615   o more test stuff
3616
3617 Olaf Hering:
3618   o print udev pid
3619
3620 Patrick Mansfield:
3621   o add callout config type to udev
3622
3623 Paul Mundt:
3624   o Fix TDB cross compilation
3625   o udev spec file
3626   o udev/libsysfs cross compile fixes
3627
3628
3629 Summary of changes from v0.1 to v0.2
3630 ============================================
3631
3632 Greg Kroah-Hartman:
3633   o more test stuff
3634   o removed unneeded stuff from udev.h
3635   o added 0.2 change log info
3636   o start working on label support, and fix some segfaults for block devices
3637   o test config file changes
3638   o add NUMBER support (basically same logic as TOPOLOGY, perhaps we should
3639     merge this...)
3640   o added topology support
3641   o got REPLACE to work properly
3642   o make struct config_device contain a struct device_attr instead of
3643     duplicating the mess
3644   o block test
3645   o split the tests up into different files
3646   o split udev main logic into udev-add and udev-remove
3647   o Clean up the namedev interface a bit, making the code smaller
3648   o bk: update ignore list
3649   o update the tests to handle block devices too
3650   o add initial libsysfs support
3651   o added libsysfs to the build
3652   o added libsysfs code from sysutils-0.1.1-071803 release
3653   o namedev config files are fully parsed
3654   o more permission tests
3655   o make log_message spit out warnings so I don't have to spend forever
3656     chasing down stupid bugs that aren't there...
3657   o added klibc makefile
3658   o Initial namedev parsing of config files
3659   o sleep for 2 seconds to give the kernel a chance to actually create the
3660     files we need
3661   o pick a better default UDEV_ROOT
3662   o fix up the test to actually work
3663   o added more documentation in README and TODO files
3664
3665
3666 Summary of changes up to v0.1
3667 ============================================
3668
3669 Greg Kroah-Hartman:
3670   o added more documentation in README and TODO files
3671   o updated the documentation
3672   o cleaned up the makefile a bit
3673   o remove now works!
3674   o restructure code to be able to actually get remove_node() to work
3675   o Creating nodes actually works
3676   o added stupid test script for debugging
3677   o added initial documentation and gpl license
3678   o enabled debugging
3679   o updated ignore list
3680   o added initial files
3681   o fixed up config
3682   o Initial repository create
3683   o BitKeeper file /home/greg/src/udev/udev/ChangeSet
3684