chiark / gitweb /
[PATCH] 029 release
[elogind.git] / ChangeLog
1 Summary of changes from v028 to v029
2 ============================================
3
4 Greg Kroah-Hartman:
5   o add permission rule for jogdial device
6   o fix dumb bug I added to udevstart
7   o make a "last list" of devices for udevstart to operate on last
8   o fix permission problem with input event and ts nodes for gentoo
9   o change default perms of misc/rtc to be readable by anyone
10
11 Olaf Hering:
12   o allow NAME_SIZE > SYSFS_PATH_MAX
13
14
15 Summary of changes from v027 to v028
16 ============================================
17
18 <atul.sabharwal:intel.com>:
19   o Patch for chassis_id exras module
20
21 Daniel Drake:
22   o Writing udev rules doc update
23
24 Greg Kroah-Hartman:
25   o clean up block whitelist search logic a bit
26   o reverse order of scanning of udevstart to look at class before block
27
28 Kay Sievers:
29   o update udev_volume_id
30
31 Leann Ogasawara:
32   o udevstart performance increase
33
34 Patrick Mansfield:
35   o update udev scsi_id to scsi_id 0.5
36
37
38 Summary of changes from v026 to v027
39 ============================================
40
41 <fork0:users.sf.net>:
42   o fix handle leak in udev_lib.c
43
44 Greg Kroah-Hartman:
45   o tweak the gentoo default permission rules as they are wrong for tty and misc devices
46
47
48 Summary of changes from v025 to v026
49 ============================================
50
51 Arnd Bergmann:
52   o udev rpm fix
53
54 Greg Kroah-Hartman:
55   o add test for ! in partition name
56   o 025_bk mark
57   o Update to version 117 of klibc (from version 108)
58   o add volume_id ignore rule for bk
59   o add volume_id support to the udev.spec file
60   o remove dbus and selinux stuff from the udev.spec file
61   o delete udev_selinux as it doesn't work properly and is the wrong way to do it
62   o Deleted the udev_dbus extra as it didn't really work properly and HAL has a real solution now
63   o add udev.permissions.slackware file
64   o udevstart: close open directories
65
66 Kay Sievers:
67   o fix udevd zombies
68   o catchup with recent klibc
69   o Re: udevsend fallback
70   o udev_volume_id update
71   o udev callout for reading filesystem labels
72   o udev callout for reading filesystem labels
73   o udev default config layout changes
74
75 Leann Ogasawara:
76   o evaluate getenv() return value for udev_config.c
77
78 Summary of changes from v024 to v025
79 ============================================
80
81 <md:linux.it>:
82   o devfs.sh-ide-floppy
83
84 <sjoerd:spring.luon.net>:
85   o DEVNODE -> DEVNAME transition fixes
86
87 Daniel Drake:
88   o Update writing udev rules docs
89
90 Greg Kroah-Hartman:
91   o make dev.d call each directory in the directory chain of the device name, instead of just the whole name
92   o add devd_test script
93   o add more permissions based on SuSE's recommendations
94   o added rules for tun and raw devices
95   o add udev conf.d file
96   o Switch the default config to point to a directory for the rules and permission files
97   o update the Red Hat .dev files to work on other distros
98   o add dbus.dev, pam_console.dev and selinux.dev files for /etc/dev.d/default/ usage
99   o add hints for red hat users from Leann Ogasawara <ogasawara@osdl.org>
100   o add scripts to run gcov for udev from Leann Ogasawara <ogasawara@osdl.org>
101   o change permissions on udevd test scripts
102   o Fix build process for users who have LC_ALL set to a non-english language
103   o Added expanded tests to the test framework from Leann Ogasawara <ogasawara@osdl.org>
104   o added execelent "writing udev rules" document from Daniel Drake <dan@reactivated.net>
105   o added rule to put USB printers in their proper places
106   o added rules for CAPI devices
107   o added a dev.d alsa script to help people out
108   o v024 release TAG: v024
109
110 Kay Sievers:
111   o fix test regressions
112   o udev_selinux changes
113   o udevd test script
114   o udev_dbus changes
115   o fix devpath for netdev
116
117 Leann Ogasawara:
118   o gcov for udev
119
120
121 Summary of changes from v023 to v024
122 ============================================
123
124 <atul.sabharwal:intel.com>:
125   o Add README for chassis_id
126   o Add chassis_id program to extras directory
127
128 <chris_friesen:sympatico.ca>:
129   o udevd race conditions and performance,  assorted cleanups
130
131 <hare:suse.de>:
132   o fix SEGV in libsysfs/dlist.c
133
134 <maryedie:osdl.org>:
135   o add OSDL documentation for persistent naming
136
137 <md:linux.it>:
138   o small ide-devfs.sh fix
139
140 Greg Kroah-Hartman:
141   o remove compiler warning from udevd.c
142   o only generate udev.8 on the fly, not all other man pages
143   o update bk ignore list some more
144   o update bk ignore list
145   o switch to generate the man pages during the normal build, not during the install
146   o convert udev.8.in to use @udevdir@ macro for make install
147   o first step of making man pages dynamically generated
148   o add install and uninstall the etc/dev.d/net/hotplug.dev file to the Makefile
149   o tweak net_test a bit
150   o fix some segfaults when running udevtest for network devices
151   o make a net_test test script using udevtest
152   o handle the subsytem if provided in udevtest
153   o add hotplug.dev script to handle renamed network devices
154   o add a bunch of network class devices to the test sysfs tree
155   o add udevruler to the bk ignore list
156   o update RFC-dev.d docs due to DEVNODE to DEVNAME change
157   o clean up chassis_id coding style
158   o clean up the OSDL document formatting a bit
159   o add netlink rules to devfs and gentoo rules files
160   o added USB device rules to rules files
161   o clean up the gentoo rules file a bit more, adding dri rules
162   o fix up udev.rules to handle oss rules better
163   o 023_bk mark
164   o fix udev.spec file for where udevtest should be placed
165
166 Kay Sievers:
167   o tweak node unlink handling
168   o switch udevd's msg_dump() to #define
169   o handle netdev in udevruler
170   o man page cleanup
171   o put config info in db for netdev
172   o increase udevd event timeout
173   o udevstart fix
174   o put netdev handling and dev.d/ in manpages
175   o DEVPATH for netdev
176   o netdev - udevdb+dev.d changes
177   o udevd race conditions and performance,  assorted cleanups - take 2
178   o udevinfo patch
179   o dev_d.c file sorting and cleanup
180   o apply all_partitions rule to main block device only
181
182
183 Summary of changes from v022 to v023
184 ============================================
185
186 Kay Sievers:
187   o hmm, handle net devices with udev?
188   o correct apply_format() for symlink only rules
189   o don't init namedev on remove
190   o first stupid try for a rule compose gui
191   o replace fgets() with mmap() and introduce udev_lib.[hc]
192   o make udevtest a real program :)
193
194 Daniel E. F. Stekloff:
195   o udevinfo patch
196
197 Greg Kroah-Hartman:
198   o create the /etc/dev.d/ directories in 'make install'
199   o actually have udev run files ending in .dev in the /etc/dev.d/ directory as documented
200   o added RFC-dev.d document detailing how /etc/dev.d/ works
201   o fixed up udev.spec to handle selinux stuff properly now
202   o remove USE_DBUS and USE_SELINUX flags from the README as they are no longer present
203   o remove selinux stuff from the main Makefile
204   o move udev_selinux into extras/selinux
205   o fix dbus build in the udev.spec file
206   o remove dbus stuff from main Makefile
207   o move udev_dbus to extras/dbus
208   o udev_dbus can now compile properly, but linnking is another story
209   o remove udev_dbus.h from Makefile
210   o first cut at standalone udev_selinux program
211   o remove selinux support from udev core as it's no longer needed
212   o first cut at standalone udev_dbus program
213   o add get_devnode() helper to udev_lib for udev_dbus program
214   o remove dbus code from core udev code as it's no longer needed to be there
215   o add /etc/dev.d/ support for udev add and remove events
216   o fix build error in namedev.c caused by previous patch
217   o 022_bk tag
218   o fix 'make spotless' to really do that in klibc
219   o add a question/answer about automounting usb devices to the FAQ
220   o mark scsi-devfs.sh as executable
221   o Increase the name size as requested by Richard Gooch <rgooch@ras.ucalgary.ca>
222   o fix udevtest to build properly after the big udev_lib change
223   o 022 release TAG: v022
224
225 Olaf Hering:
226   o uninitialized variable for mknod and friend
227
228 Richard Gooch:
229   o SCSI logical and physical names for udev
230
231 Theodore Y. T'so:
232   o Trivial man page typo fixes to udev
233
234
235 Summary of changes from v021 to v022
236 ============================================
237
238 <ananth:in.ibm.com>:
239   o more Libsysfs updates
240   o Libsysfs updates
241
242 <async:cc.gatech.edu>:
243   o fix HOWTO-udev_for_dev for udevdir
244
245 Kay Sievers:
246   o udev-test.pl cleanup
247   o add dev node test to udev-test.pl
248   o add permission tests
249   o "symlink only" test
250   o callout part selector tweak
251   o cleanup callout fork
252   o allow to specify node permissions in the rule
253   o man page beauty
254   o put symlink only rules to the man page
255   o rename strn*() macros to strmax
256   o conditional remove of trailing sysfs whitespace
257   o clarify udevinfo text
258   o better fix for NAME="foo-%c{N}" gets a truncated name
259   o overall trivial trivial cleanup
260   o fix NAME="foo-%c{N}" gets a truncated name
261   o cleanup mult field string handling
262
263 <ken:cgi101.com>:
264   o fix a type in docs/libsysfs.txt
265   o Added line to udev.permissions.redhat
266   o Include more examples in the docs area for gentoo and redhat
267
268 <md:linux.it>:
269   o udevstart fixes
270
271 Greg Kroah-Hartman:
272   o add big major tests to udev-test.pl
273   o add a test for a minor over 255
274   o udev-test.pl: print out major:minor and perm test "ok" if is ok
275   o make perm and major:minor test errors be reported properly
276   o remove extra ; in namedev_parse.c
277   o Added multipath-tools 0.1.1 release
278   o deleted current extras/multipath directory
279   o 021_bk mark
280   o fix the build for older versions of gcc
281   o 021 release TAG: v021
282
283 Hanna V. Linder:
284   o Small fix to remove extra "will" in man page
285
286 Olaf Hering:
287   o make spotless
288   o udev* segfaults with new klibc
289
290 Patrick Mansfield:
291   o add tests for NAME="foo-%c{N}"
292
293 Summary of changes from v020 to v021
294 ============================================
295
296 Kay Sievers:
297   o install udevinfo in /usr/bin
298   o blacklist pcmcia_socket
299
300 Greg Kroah-Hartman:
301   o fix udev.spec to find udevinfo now that it has moved to /usr/bin
302   o Fix another problem with Makefile installing initscript
303   o fix the Makefile to install the init script into the proper directory
304   o make spec file turn off selinux support by default
305
306
307 Summary of changes from v019 to v020
308 ============================================
309
310 <christophe.varoqui:free.fr>:
311   o multipath update
312
313 Kay Sievers:
314   o man page udevstart
315   o cleanup udevstart
316   o bugfix for local user
317   o unlink bugfix
318   o TODO update
319   o clarify udevinfo device walk
320   o udevinfo symlink reverse query
321   o fix stroul endptr use
322   o add $local user spport for permissions
323   o udev - man page update
324   o udev - fix debug info for multiple rule file config
325   o udev - kill udevd on install
326   o udev - activate formt length attribute
327   o udev - safer sprintf() use
328
329 <md:linux.it>:
330   o no error on enoent
331   o escape dashes in man pages
332   o remove usage of expr in ide-devfs.sh
333
334 <rml:ximian.com>:
335   o automatically install correct initscript
336   o update documetation for $local
337
338 Andrey Borzenkov:
339   o Add symlink only rules support
340
341 Greg Kroah-Hartman:
342   o update the TODO list as we already have a devfs config file
343   o make start_udev use udevstart binary
344   o install udevstart
345   o Remove Debian permission files as the Debian maintainer doesn't seem to want to share :(
346   o update the Gentoo rules files
347   o Add Red Hat rules and permissions files
348   o add udevstart to the ignore list
349   o add udevstart program based on a old patch from Harald Hoyer <harald@redhat.com>
350   o unlink the file before we try to create it
351   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
352
353
354 Summary of changes from v018 to v019
355 ============================================
356
357 Kay Sievers:
358   o TODO update
359   o udev - correct relative symlink
360   o udev - safer string handling - part four
361   o udev - safer string handling - part three
362   o udev - safer string handling - part two
363   o udev - man page update
364   o udev - safer string handling all over the place
365   o manpage update
366   o udev - allow all files in a directory as the config
367   o udev - simple klibc textual uid/gid handling
368
369 Andrey Borzenkov:
370   o do not remove real .udev.tdb during RPM build
371
372 Greg Kroah-Hartman:
373   o add new TODO item about local user permissions
374   o Add initial SELinux support for udev
375   o fix build for very old versions of make
376   o remove limit of the number of args passed to PROGRAM
377   o force udev to include the internal version of libsysfs and never the external one
378   o fix up libsysfs header file usage to fix bug reports from users that have sysfsutils installed already
379   o remove udevtest on 'make clean'
380   o remove udevd priority TODO item, as it's not needed at all
381
382 Patrick Mansfield:
383   o update udev scsi_id to scsi_id 0.4
384
385
386 Summary of changes from v017 to v018
387 ============================================
388
389 <ext.devoteam.varoqui:sncf.fr>:
390   o [PATCH] symlink dm-[0-9]* rule
391   o update extras/multipath
392
393 <john-hotplug:fjellstad.org>:
394   o init.d debian patch
395
396 Kay Sievers:
397   o udev - TODO update
398   o udev - add %s{filename} to man page
399   o udev - udevd/udevsend man page
400   o udev - switch callout part selector to {attribute}
401   o udev - switch SYSFS_file to SYSFS{file}
402   o udev - create all partitions of blockdevice
403   o allow SYSFS{file}
404   o Adding '%s' format specifier to NAME and SYMLINK
405
406 Greg Kroah-Hartman:
407   o added some scsi_id files to the bk ignore file
408   o added scsi_id and some more documentation to the udev.spec file
409   o update udev.rules.gentoo with new config file format
410   o Update the Gentoo udev.rules and udev.permissions files
411   o Create a udev.rules.examples file to hold odd udev.rules
412   o add udevd priority issue to the TODO list
413   o more HOWTO cleanups
414   o add HOWTO detailing how to use udev to manage /dev
415   o mv libsysfs/libsysfs.h to libsysfs/sysfs/libsysfs.h to make it easier to use
416   o add start_udev init script
417   o add support for UDEV_NO_SLEEP env variable so Gentoo people will be happy
418   o start up udevd ourselves in the init script to give it some good priorities
419   o update the red hat init script to handle nodes that are not present
420   o add a "old style" SYSFS_attribute test to udev-test.pl
421   o Have udevsend report more info in debug mode
422   o Have udevd report it's version in debug mode
423   o fix up bug created for udevtest in previous partition creation patch
424   o update the udev.spec to add udevtest and make some more Red Hat suggested changes
425   o add ability to install udevtest to Makefile
426   o 017_bk mark
427   o Add another test to udev-test.pl and fix a bug when only running 1 test
428   o Fix bug where we did not use the "converted" kernel name if we had no rule
429   o v017 release TAG: v017
430
431 Patrick Mansfield:
432   o udev use new libsysfs header file location
433   o udev add some ID tests
434
435
436 Summary of changes from v016 to v017
437 ============================================
438
439 <azarah:nosferatu.za.org>:
440   o make logging a config option
441
442 <christophe.varoqui:free.fr>:
443   o more udev-016/extras/multipath
444   o more udev-016/extras/multipath
445   o update extras/multipath
446
447 Kay Sievers:
448   o udev - keep private data out of the database?
449   o better credential patch
450   o udevd - client access authorization
451   o compile udevd with klibc
452   o udev - fix "ignore method"
453   o udev - fix cdrom symlink rule
454   o convert udevsend/udevd to DGRAM and single-threaded
455   o udevd - kill the lockfile
456   o udevd - fix socket path length
457   o udevd - switch socket path to abstract namespace
458   o udevd - allow to bypass sequence number
459   o include used function
460
461 Greg Kroah-Hartman:
462   o add udev_log to the documentation
463   o fix offsetof() define in klibc
464   o add some .spec file changes from Red Hat
465   o update the init.d udev script based on a patch from Red Hat
466   o remove the .udev.tdb when installing or uninstalling to be safe
467   o remove the database at startup
468   o fix bug in permission handling
469   o update klibc to version .107
470   o update the bitkeeper ignore file list
471   o add udevtest program to build
472   o fix problem where usb devices can be either the main device or the interface
473   o more logging.h cleanups to be a bit more flexible
474   o stop using mode_t as different libcs define it in different ways :(
475   o remove some more KLIBC fixups that are no longer needed
476   o let udev-test.pl run an individual test if you ask it to
477   o Handle the '!' character that some block devices have
478   o add a block device with a ! in the name, and a test for this
479   o fix up 'make release' to use bk to build the export tree
480   o fix log option code so that it actually works for all udev programs
481   o finish syncing up with klibc
482   o sync with latest version of klibc (0.107)
483   o fix up Makefile dependancies for udev_version.h
484
485 Patrick Mansfield:
486   o udev add wild card compare for ID
487   o udev kill extra bus_id compares in match_id
488
489
490 Summary of changes from v015 to v016
491 ============================================
492
493 <elkropac:students.zcu.cz>:
494   o get_dev_number() in extras/ide-devfs.sh
495
496 <rrm3:rrm3.org>:
497   o FAQ udev.rules.devfs
498
499 Greg Kroah-Hartman:
500   o add udevd and udevsend to the spec file
501   o make /etc/hotplug.d/default/udev.hotplug symlink point to udevsend now
502   o add KERNEL_DIR option so that the distros will be happy
503   o make udevsend binary even smaller
504   o udevsend now almost compiles with klibc, struct sockaddr_un is only problem now
505   o fix up logging code so that it can be built without it being enabled
506   o rework the logging code so that each program logs with the proper name in the syslog
507   o remove logging.c as it's no longer needed
508   o kill the last examples that contained the %D option
509   o remove a __KLIBC__ tests in libsysfs, as klibc now supports getpagesize()
510   o udevd - remove stupid locking error I wrote
511   o update to klibc version 0.101, fixing the stdin bug
512   o fix Makefile typo for USE_LSB install
513   o allow dbus code to actually build again
514
515 Kay Sievers:
516   o let udevsend build with klibc
517   o udevd - config cleanup
518   o udevd - cleanup and better timeout handling
519   o fix possible buffer overflow
520   o udevd - next round of fixes
521   o udevinfo - missing options for man page
522   o udev - trivial style cleanup
523
524
525 Summary of changes from v014 to v015
526 ============================================
527
528 <mbuesch:freenet.de>:
529   o LFS init script update
530
531 Greg Kroah-Hartman:
532   o update klibc to version 0.98
533   o clean up udevinfo on 'make clean'
534   o add udevinfo man page to spec file
535   o remove command line documentation from udev man page
536   o create initial version of udevinfo man page
537   o added URL to spec file
538   o add udevinfo to udev.spec file
539   o add udevinfo to install target of Makefile
540   o rip out command line code from udev, now that we have udevinfo
541   o udevinfo doesn't need to declare main_envp
542   o move get_pair to udev_config.c because udevinfo doesn't need all of namedev.o
543   o more makefile cleanups
544   o move udevinfo into the main build and clean up the main Makefile a bit
545   o clean up compiler warnings if building using klibc
546   o make udevd only have one instance running at a time
547   o new testd.block script for debugging
548   o udevsnd : clean up message creation logic a bit
549   o make bk ignore udevd and udevsend binaries
550   o whitespace cleanups
551   o remove TODO item about BUS value, as it is now done
552   o add support for figuring out which device on the sysfs "chain" the rule applies to
553
554 Kay Sievers:
555   o udevinfo - now a real program :)
556   o udevd - cleanup and better timeout handling
557   o udev - next round of udev event order daemon
558   o fix udevd exec
559   o udev - udevinfo with device chain walk
560   o spilt udev into pieces
561
562
563 Summary of changes from v013 to v014
564 ============================================
565
566 <ananthmg:rediffmail.com>:
567   o libsysfs update for refresh + namedev.c changes
568
569 <christophe.varoqui:free.fr>:
570   o udev-013/extras/multipath update
571
572 <flamingice:sourmilk.net>:
573   o minor patch for devfs rules
574
575 Kay Sievers:
576   o udev - program to query all device attributes to build a rule
577   o set default owner/group in db - update
578   o udev - reverse user query options
579   o udev - kill %D from udev-test.pl
580   o add udev logging to info log
581   o udev - mention format string escape char in man page
582
583 Greg Kroah-Hartman:
584   o misc code cleanups
585   o fixup logging.h to handle different logging options properly
586   o clean up the logging patch a bit to make the option more like the other options
587   o remove the %D modifier as it is not longer needed
588   o remove unneeded keyboard rule
589   o add usb_host and pci_bus to the class blacklist
590   o added input device rules to udev.rules and udev.rules.devfs
591   o 013_bk mark
592   o v013 release TAG: v013
593
594 Hanna V. Linder:
595   o set default owner/group in db
596   o small cut n paste error fix
597
598 Patrick Mansfield:
599   o update udev scsi_id to scsi_id 0.3
600
601
602 Summary of changes from v012 to v013
603 ============================================
604
605 <eike-hotplug:sf-tec.de>:
606   o LSB init script and other stuff
607
608 <elkropac:students.zcu.cz>:
609   o fix udev directory for Debian init script
610
611 <tiggi:infa.abo.fi>:
612   o udev 012 old gcc fixup
613
614 Christophe Saout:
615   o add IGNORE rule type
616   o small cleanup
617
618 Greg Kroah-Hartman:
619   o update TODO with some new, small items
620   o Cset exclude: greg@kroah.com|ChangeSet|20040113010256|48515
621   o update the README in a few places
622   o fix -d typo in the manpage update
623   o Fix stupid gcc "optimization" of 1 character printk() calls.... Ick
624   o oops, forgot to fix up the PROGRAM result from ID to RESULT in the config files
625   o Add alsa device rules and a few other devfs rules
626   o fix a few stale comments in namedev.c
627   o convert the default rules files to the new format
628   o convert the test shell scripts to the config file format
629   o add bus test for usb-serial bus
630   o Add some helpful messages if the user uses the older config file format
631   o added dri rule to the default config file
632   o added init.d udev script for debian
633   o add a script that tests the IGNORE rule
634   o add silly script that names cdrom drives based on the cd in them
635   o add cdrom rule for ide cdrom
636   o replace list_for_each with list_for_each_entry, saving a few lines of code
637   o add a blacklist of class devices we do not want to look at
638
639 Kay Sievers:
640   o fix klibc with printf() and gcc
641   o udev - small script optimization
642   o udev - introduce format escape char
643   o udev - more CALLOUT is PROGRAM now
644   o udev - CALLOUT is PROGRAM now
645   o update documentation for new config file format
646   o more advanced user query options
647   o udev - simple debug tweak
648   o udev - drop all methods :)
649   o udev - advanced user query options
650   o udev - Makefile error
651   o udev - make exec_callout() reusable
652   o udev - exec status fix for klibc
653   o fix Silly udev script
654
655
656 Summary of changes from v011 to v012
657 ============================================
658
659 <azarah:nosferatu.za.org>:
660   o make symlink work properly if there is already a file in its place
661   o Fix udev gcc-2.95.4 compat
662
663 <christophe.varoqui:free.fr>:
664   o extras multipath update
665   o extras multipath update
666
667 Kay Sievers:
668   o mention user callable udev + options in man page
669   o make udev user callable to query the database
670   o depend on all .h files
671   o cleanup namedev_parse debug text
672   o extend exec_program[]
673   o ide-devfs.sh update
674   o fix for apply_format()
675   o check for empty symlink string
676   o 'ide' missing in bus_files[]
677   o small trivial cleanup of latest changes
678
679 <mbuesch:freenet.de>:
680   o introduce signal handler
681
682 <rml:ximian.com>:
683   o udev spec file update
684
685 Greg Kroah-Hartman:
686   o minor grammer fixes for the udev_vs_devfs document
687   o move the dbus config file to etc/dbus-1/system.d/
688   o move the config files to etc/udev to clean up main directory a bit
689   o add Gentoo versions of the rules and permissions files
690   o if using glibc, link dynamically, as no one like 500Kb udev binaries
691   o minor change to udev_vs_devfs document
692   o added udev vs devfs supid document to the tree
693   o move the signal handling registration to after we have initialized enough stuff
694   o make ide-devfs.sh executable in the tree
695   o udev.permissions.debian - forgot the dm nodes
696   o update the udev.permissions.debian file with new entries
697   o added udev.init script for the Linux From Scratch project
698
699
700
701 Summary of changes from v010 to v011
702 ============================================
703
704 <mbuesch:freenet.de>:
705   o proper cleanup on udevdb_init() failure
706
707 <mh:nadir.org>:
708   o patch udev 009-010 rpm spec file
709
710 <svetljo:gmx.de>:
711   o fix udev sed Makefile usage
712
713 Greg Kroah-Hartman:
714   o add documentation about the BUS key being optional for the LABEL rule
715   o add tests for LABEL rule with a device that has no bus
716   o Don't require the BUS value for the LABEL rule
717   o If a LABEL rule has a BUS id, then we must check to see if the device is on a bus
718   o add documentation about the BUS key being optional for the CALLOUT rule
719   o If a CALLOUT rule has a BUS id, then we must check to see if the device is on a bus
720   o Don't require the BUS value for the CALLOUT rule
721   o add test for callout rule with a device that has no bus
722   o 010_bk stamp
723   o added different build options to the rpm udev.spec file
724   o add pci to the bus_files list
725   o check for empty line a bit better in the parser
726   o more init script cleanups, the stop target now calls udev to cleanup instead of just removing the whole /udev directory
727   o make udev init script run udev in the background to let startup go much faster
728   o fix long delay for all devices in namedev
729
730
731 Summary of changes from v009 to v010
732 ============================================
733
734 <ananth:in.ibm.com>:
735   o change pgsize
736
737 <christophe.varoqui:free.fr>:
738   o extras multipath update
739   o extras multipath update
740   o extras multipath update
741   o extras multipath update
742
743 Kay Sievers:
744   o fix udev-test.pl
745   o small cleanup udev-remove.c
746   o experimental CALLOUT script for devfs ide node creation with cd, disc, part
747   o add any valid device
748   o introduce format char 'k' for kernel-name
749   o trivial make fixes
750   o don't overwrite old config on install
751   o udev-remove.c cleanups
752   o bug in udev-remove.c
753   o trivial cleanup parser changes
754
755 <roman.kagan:itep.ru>:
756   o fix comment and whitespace handling in config files
757
758 Adam Kropelin:
759   o Allow build with empty EXTRAS
760
761 Daniel E. F. Stekloff:
762   o libsysfs 0.4.0 patch
763   o fix scsi_id segfault with udev-009
764   o add libsysfs docs
765
766 David T. Hollis:
767   o mark config files as such in the rpm spec file
768
769 Greg Kroah-Hartman:
770   o fix complier warning in namedev.c
771   o add documentation for the new '%k' modifier (kernel name replacement)
772   o add documentation about the multiple sysfs values that are now allowed for the LABEL rule
773   o add tests for multi-file LABEL rules
774   o add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule
775   o Just live with a sleep(1) in namedev for now until libsysfs is fixed up
776   o try to wait until the proper device file shows up in sysfs
777   o remove unneeded TODO and FIXME entry
778   o clean up the stand-alone tests to work properly on other people's machines
779   o add tests to catch whitespace and comment config file parsing errors
780
781
782 Summary of changes from v008 to v009
783 ============================================
784
785 <christophe.varoqui:free.fr>:
786   o more extras/multipath changes
787   o and more extras/multipath updates
788   o more extras/multipath updates
789   o yet more extras/multipath
790   o more extras/multipath updates
791   o extras/multipath update
792
793 <david:fubar.dk>:
794   o D-BUS patch for udev-008
795
796 <eike-hotplug:sf-tec.de>:
797   o add init.d/udev to "make install"
798   o add init.d/udev to the spec file
799
800 Kay Sievers:
801   o don't rely on field order in namedev_parse
802   o get part of callout return string
803   o remove '\n' from end of callout return
804   o man-page mention multiple symlinks
805   o allow multiple symlinks
806   o cleanup man & remove symlink comment
807   o experimental (very simple) SYMLINK creation
808   o man page beauty
809   o pattern match for label method
810   o a bug in linefeed removal
811
812 <rml:ximian.com>:
813   o remove udev from runlevels on uninstall
814   o install initscript in udev rpm
815
816 Daniel E. F. Stekloff:
817   o pre-libsysfs-0.4.0 patch
818
819 Greg Kroah-Hartman:
820   o signal fixes due to klibc update
821   o sync klibc with release 0.95
822   o add mol permissions to the debian permissions file
823   o update the FAQ with info about bad modprobe events from the devfs scheme
824   o some cleanups due to the need for LABEL rules to use "SYSFS_" now
825   o Add restart target to the etc/init.d/udev script
826   o tweak the config file generation portion of the Makefile a bit
827   o change devfs disk name rule from 'disk' to 'disc'
828   o add vc support to udev.rules.devfs
829   o added a devfs udev config file from Marco d'Itri <md@Linux.IT>
830   o set default mode to 0600 to be safer
831   o Makefile tweaks for the DBUS build
832   o update the FAQ due to the latest devfs mess on lkml and also due to symlinks now working
833   o document the different Makefile config options that we have
834   o change USE_DBUS to DBUS in Makefile, and disable it by default as it's still to hard to build on all systems
835   o fix formatting of udev_dbus.c to use tabs.  Also get it to build properly now
836   o move all of the DBUS logic into one file and remove all of the #ifdef crud from the main code
837
838 Olaf Hering:
839   o dump latest klibc into the udev build tree
840   o use udevdir in udev.conf
841
842 Patrick Mansfield:
843   o better allow builds of extras programs under udev
844   o update udev extras/scsi_id to version 0.2
845
846
847 Summary of changes from v007 to v008
848 ============================================
849
850 <azarah:nosferatu.za.org>:
851   o more config file parsing robustness
852
853 <christophe.varoqui:free.fr>:
854   o udev-007/extras/multipath update
855
856 Arnd Bergmann:
857   o Build failure - missing linux/limits.h include?
858   o Add format modifier for devfs like naming
859   o klibc makefile fixes
860
861 Daniel E. F. Stekloff:
862   o another patch for path problem
863   o quick fix for libsysfs bus
864   o libsysfs changes for sysfsutils 0.3.0
865
866 Greg Kroah-Hartman:
867   o fix up some duplicated function compiler warnings in libsysfs
868   o fix some compiler warnings in the tdb code
869   o Added Kay's name to the man page
870   o update the wildcard documentation in the man page to show the new styles supported
871   o fix permission handling logic
872   o enable default_mode ability to actually build
873   o add support for the default_mode variable, as it is documented
874   o show permissions and groups in the label_test
875   o remove some items off of the TODO list, as they are now done
876   o fix up the tests to work without all of the environ variables
877   o get rid of the majority of the debug environment variables
878   o Update the man page to show the new config file, it's format, and how to use it
879   o fix up the tests to support the rules file name change
880   o add support for a main udev config file, udev.conf
881   o turn debugging messages off by default
882   o split out the namedev config parsing logic to namedev_parse.c
883   o rename namedev's get_attr() to be main namedev_name_device() as that's what it really is
884   o add devfs like tty rules as an example in the default config file
885   o operate on the rules in the order they are in the config file (within the rule type) instead of operating on them backwards.
886   o Cset exclude: dsteklof@us.ibm.com|ChangeSet|20031126173159|56255
887   o add test for checking the BUS value
888   o fix problem where we were not looking at the BUS value
889   o add scsi and pci bus links in the test sysfs tree
890   o add test and documentation for new %D devfs format modifier
891   o changed the default location of the database to /udev/.udev.tdb to be LSB compliant
892   o get rid of functions in klibc_fixups that are now in klibc
893   o sync up with the 0.84 version of klibc
894   o fix udev init.d script to handle all class devices in sysfs
895   o fix the test.block and test.tty scripts due to their moveing.  Also add a test.all script
896   o 007_bk version change to Makefile
897
898 Kay Sievers:
899   o pattern matching for namedev
900   o catch replace device by wildcard
901   o udev.8 tweak numeric id text
902   o udev-test.pl add subdir test
903   o namedev.c strcat tweak
904   o overall whitespace + debug text conditioning
905   o udev-test.pl - tweaks
906
907 Martin Hicks:
908   o Add -nodefaultlibs while compiling against klibc
909
910 Olaf Hering:
911   o ARCH detection for ppc
912
913 Patrick Mansfield:
914   o fix udev parallel builds with klibc
915
916
917 Summary of changes from v006 to v007
918 ============================================
919
920 <md:linux.it>:
921   o fix segfault in parsing bad udev.permissions file
922
923 Greg Kroah-Hartman:
924   o update default config file with a CALLOUT rule, and more documentation
925   o updated the man page with the latest format specifier changes
926   o added ability to put format specifiers in the CALLOUT program string
927   o tweak udev-test.pl to report '0' errors if that's what happened
928   o only build klibc_fixups.c if we are actually using klibc
929   o add support for string group and string user names in udev.permissions
930   o add getgrnam and getpwnam to klibc_fixups files
931   o remove Makefile.klibc
932   o add udev-test perl script from Kay Sievers <kay.sievers@vrfy.org> which blows away my puny shell scripts
933   o added debian's version of udev.permissions
934   o change to 006_bk version
935
936 Kay Sievers:
937   o format char for CALLOUT output
938   o more namedev whitespace cleanups
939   o support arguments in callout exec
940   o namedev.c - change order of fields in CALLOUT
941   o namedev.c whitespace + debug text cleanup
942   o man page with udev.permissions wildcard
943
944 Olaf Hering:
945   o static klibc udev does not link against crt0.o
946
947 Summary of changes from v005 to v006
948 ============================================
949
950 <chris_friesen:sympatico.ca>:
951   o faster test scripts
952
953 Arnd Bergmann:
954   o more robust config file parsing in namedev.c
955   o add bus id modifier
956
957 Daniel E. F. Stekloff:
958   o patch for libsysfs sysfs directory handling
959
960 Greg Kroah-Hartman:
961   o add another line to udev.permissions in the proper format
962   o tweak replace_test
963   o fix permissions to work properly now
964   o add real udev.permissions file to test directory
965   o fix namedev.c to build with older version of gcc
966   o add dumb test for all of the different modifiers
967   o update the TODO list with more items that people can easily do
968   o move the test.block and test.tty scripts to the test/ directory
969   o add remove actions to the test scripts
970   o turn DEBUG_PARSER off by default
971   o add some documentation for the %b modifier to the default config file
972   o fix make install rule for when the udev symlink is already there
973   o change release target in makefile
974   o change debug level on printf values for now
975   o updated demo config file
976   o add some documentation of the modifiers to the default config file
977   o add demo config file
978   o updated bk ignore list for klibc generated files
979   o add printf option to label test to verify it works
980   o fix up printf-like functionality due to previous changes
981   o get the major/minor number before we name the device
982   o add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com>
983   o Add multipath "extra" program from Christophe Varoqui, <christophe.varoqui@free.fr>
984   o trailing whitespace cleanups
985   o splig LABEL and NUMBER into separate functions
986   o add TOPO regression test
987   o move TOPOLOGY rule to it's own function
988   o fix bug where NUMBER and TOPOLOGY would not work for partitions
989   o clean up the way we find the sysdevice for a block device for namedev
990   o updated label test script (tests for partitions now.)
991   o split REPLACE and CALLOUT into separate functions
992   o add debug line for REPLACE call
993   o add replace test
994   o add more sysfs test tree files
995   o change UDEV_SYSFS_PATH environment variable due to libsysfs change
996   o fix bug in klibc's isspace function
997   o fix udev-add.c to build properly with older versions of gcc
998   o add prototype for ftruncate to klibc
999   o Remove a few items from the TODO list that are already done
1000   o version number to 005_bk
1001   o pull some klibc stuff into the make Makefile to try to stay in sync
1002   o klibc build fixes
1003
1004 Kay Sievers:
1005   o apply permissions.conf support for wildcard and default name
1006   o man page with included placeholder list
1007   o implement printf-like placeholder support for NAME
1008   o more manpage tweaks
1009   o add support for subdirs
1010   o add uid/gid to nodes
1011
1012 Olaf Hering:
1013   o DESTDIR for udev
1014
1015 Paul Mundt:
1016   o Fixup path for kernel includes when building with klibc
1017
1018 Robert Love:
1019   o udev init script
1020
1021
1022 Summary of changes from v004 to v005
1023 ============================================
1024
1025 <kay:vrfy.org>:
1026   o namedev.c comments + debug patch
1027   o man page update
1028
1029 Greg Kroah-Hartman:
1030   o ignore the klibc/linux symlink
1031   o add klibc linux symlink info to the README
1032   o get 'make release' to work properly again
1033   o added README info for how to build using klibc
1034   o turn off debugging if we are building with klibc
1035   o turn off debugging in namedev
1036   o added vsyslog support to klibc
1037   o add ftruncate to klibc
1038   o klibc specific tweaks
1039   o libsysfs does not need mntent.h in it's header file
1040   o udev build tweaks to tdb's spinlock code
1041   o klibc makefile changes
1042   o build tdb and libsysfs from the same makefile as udev
1043   o udev-add build cleanups for other libc versions
1044   o tweak tdb to build within udev better
1045   o make libsysfs spit debug messages to the same place as the rest of udev
1046   o make libsysfs build cleanly
1047   o updated bk ignore list
1048   o added klibc version 0.82 (cvs tree) to the udev tree
1049   o makefile fix for now
1050   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
1051   o hm, makefile bug with so many files...  will fix later
1052   o regression tests starting to be added
1053   o fix LABEL bug for device files (not class files.)
1054   o more warning flags to the build
1055   o got rid of struct device_attr
1056   o rename namedev.permissions and namedev.config to udev.permissions and udev.config
1057   o fix dbg line in namedev.c
1058   o more overrides of config info with env variables if in test mode
1059   o Fix bug causing udev to sleep forever waiting for dev file to show up
1060   o change version to 004_bk
1061   o make config files, sysfs root, and udev root configurable from config variables
1062   o 004 changelog entrys TAG: v004
1063
1064 Robert Love:
1065   o udev: sleep_for_dev() bits
1066   o udev: another canidate for static
1067
1068
1069 Summary of changes from v003 to v004
1070 ============================================
1071
1072 Daniel E. F. Stekloff:
1073   o new version of libsysfs patch
1074
1075 Greg Kroah-Hartman:
1076   o 004 release
1077   o major database cleanups
1078   o Changed test.block and test.tty to take ACTION from the command line
1079   o don't sleep if 'dev' file is already present on device add
1080   o fix comment about how the "dev" file is made up
1081   o more database work.  Now we only store the info we really need right now
1082   o add BUS= bug to TODO list so it will not get forgotten
1083   o spec file changes
1084   o test.block changes
1085   o ok, rpm likes the "_" character instead of "-" better
1086   o change the version to 003-bk to keep things sane with people using the bk tree
1087   o got "remove of named devices" working
1088   o fix segfaults when dealing with partitions
1089   o update changelog for 003 release TAG: v003
1090
1091 Kay Sievers:
1092   o man file update
1093   o man page update
1094
1095 Robert Love:
1096   o udev: mode should be mode_t
1097   o udev: trivial trivialities
1098   o udev: cool test scripts again
1099   o udev spec file symlink support
1100   o udev: cool test scripts
1101   o udev spec file bits
1102
1103
1104 Summary of changes from v0.2 to v003
1105 ============================================
1106
1107 Daniel E. F. Stekloff:
1108   o udevdb patch
1109   o udevdb prototype
1110
1111 Greg Kroah-Hartman:
1112   o update the spec file for the new version and install process
1113   o fix makefile release rule to not drop tdb.h file
1114   o Add FAQ for udev
1115   o removed AUTHORS and INSTALL files as they were pretty pointless
1116   o copyright updates
1117   o Add AUTHORS and INSTALL files
1118   o TODO updates
1119   o Updatd the README
1120   o updated the TODO list
1121   o add udev man page (basically just a place holder for now.)
1122   o added uninstall support
1123   o added install target for makefile so people don't have to do it by hand anymore
1124   o add version to debug log on startup
1125   o tell the user what mknod() we are trying to do
1126   o add dbg_parse() to cut down on parse file debugging statements
1127   o put config files and database in /etc/udev by default
1128   o add ols 2003 udev paper to docs/
1129   o clean up some debugging stuff in namedev.c
1130   o do not build the tdb binary programs, only the objects
1131   o merge tdb into the build process
1132   o Added tdb code from latest cvs version in the samba tree
1133   o added my name to the .spec file
1134   o minor cleanups
1135   o cleanup the mknod code a bit
1136   o remove mknod callout
1137   o handle new major:minor format of dev files that showed up in 2.6.0-test2-bk3 or so
1138   o oops, everything was getting created as 000 mode, try to fix this up, but fail...
1139   o more test stuff
1140
1141 Olaf Hering:
1142   o print udev pid
1143
1144 Patrick Mansfield:
1145   o add callout config type to udev
1146
1147 Paul Mundt:
1148   o Fix TDB cross compilation
1149   o udev spec file
1150   o udev/libsysfs cross compile fixes
1151
1152
1153 Summary of changes from v0.1 to v0.2
1154 ============================================
1155
1156 Greg Kroah-Hartman:
1157   o more test stuff
1158   o removed unneeded stuff from udev.h
1159   o added 0.2 change log info
1160   o start working on label support, and fix some segfaults for block devices
1161   o test config file changes
1162   o add NUMBER support (basically same logic as TOPOLOGY, perhaps we should
1163     merge this...)
1164   o added topology support
1165   o got REPLACE to work properly
1166   o make struct config_device contain a struct device_attr instead of
1167     duplicating the mess
1168   o block test
1169   o split the tests up into different files
1170   o split udev main logic into udev-add and udev-remove
1171   o Clean up the namedev interface a bit, making the code smaller
1172   o bk: update ignore list
1173   o update the tests to handle block devices too
1174   o add initial libsysfs support
1175   o added libsysfs to the build
1176   o added libsysfs code from sysutils-0.1.1-071803 release
1177   o namedev config files are fully parsed
1178   o more permission tests
1179   o make log_message spit out warnings so I don't have to spend forever
1180     chasing down stupid bugs that aren't there...
1181   o added klibc makefile
1182   o Initial namedev parsing of config files
1183   o sleep for 2 seconds to give the kernel a chance to actually create the
1184     files we need
1185   o pick a better default UDEV_ROOT
1186   o fix up the test to actually work
1187   o added more documentation in README and TODO files
1188
1189
1190 Summary of changes up to v0.1
1191 ============================================
1192
1193 Greg Kroah-Hartman:
1194   o added more documentation in README and TODO files
1195   o updated the documentation
1196   o cleaned up the makefile a bit
1197   o remove now works!
1198   o restructure code to be able to actually get remove_node() to work
1199   o Creating nodes actually works
1200   o added stupid test script for debugging
1201   o added initial documentation and gpl license
1202   o enabled debugging
1203   o updated ignore list
1204   o added initial files
1205   o fixed up config
1206   o Initial repository create
1207   o BitKeeper file /home/greg/src/udev/udev/ChangeSet
1208