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