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