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