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