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