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