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