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