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