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