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