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