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