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