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