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