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