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