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