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