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