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