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