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