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