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