chiark / gitweb /
configure: allow usb.ids location to be specified
[elogind.git] / ChangeLog
1 Summary of changes from v169 to v170
2 ============================================
3
4 Kay Sievers (1):
5       libudev: ctrl - properly wait for incoming message after connect
6
7 Michal Soltys (1):
8       configure.ac: fixes for rule_generator and modeswitch
9
10
11 Summary of changes from v168 to v169
12 ============================================
13
14 Kay Sievers (26):
15       simplify rules file overwrite logic
16       libudev: list - use bit flags for 'sort' and 'unique'
17       libudev: queue - _unref() should return the object
18       remove dead fstab_import files
19       hid2hci: prepare move to bluez package
20       set event timeout to 60 sec and settle timeout to 120
21       udevd: improve error message in case exec() fails
22       configure: allow to enable/disable extras individually
23       delete hid2hci which moved to the bluez tree
24       update TODO/NEWS
25       bump requirement to Linux kernel 2.6.32 and ARM 2.6.36
26       libudev: ctrl - log accept4() errors
27       update NEWS
28       update INSTALL, NEWS, configure comment, queue doc
29       update TODO
30       udevd: create queue file before daemonizing to reliably block 'settle'
31       udevd: remove left-over SIGALRM
32       gudev: silent gtk-doc warnings
33       cdrom_id: remove unused --export switch to silent gcc
34       libudev: queue - always rebuild queue file when nothing is queued anymore
35       libudev: device - use DEVMODE from kernel as the default mode
36       update TODO
37       Merge branch 'docs/udev.xml' of git://github.com/mfwitten/udev
38       udate TODO, NEWS, INSTALL
39       build: use --gc-sections, -fvisibility=hidden
40       udevadm: settle: wake up more often if --seq-start= or --exit-if-exists= is used
41
42 Koen Kooi (1):
43       configure: reintroduce introspection flags to fix crosscompilation
44
45 Michael Witten (36):
46       Docs: udev.xml: Offset daemon name with commas
47       Docs: udev.xml: Remove commas (and unnecessary repetition)
48       Docs: udev.xml: `are' -> `is'; the subject is `Access'
49       Docs: udev.xml: Use present tense
50       Docs: udev.xml: Clarification through proper wording
51       Docs: udev.xml: `,' -> `;'
52       Docs: udev.xml: `key value' -> `key-value'
53       Docs: udev.xml: `,' -> `:'
54       Docs: udev.xml: Use `assignment' consistently
55       Docs: udev.xml: `comma-separated' is a better description
56       Docs: udev.xml: Remove unnecessary repitition
57       Docs: udev.xml: Add a few more words for context
58       Docs: udev.xml: Use `unless' for clarity
59       Docs: udev.xml: Clarify PROGRAM key
60       Docs: udev.xml: `a shell style' -> `shell-style'
61       Docs: udev.xml: Clean `*' description
62       Docs: udev.xml: Clean character range description
63       Docs: udev.xml: Clean up description of NAME assignment key
64       Docs: udev.xml: Clean up description of SYMLINK assignment key
65       Docs: udev.xml: Clean up description of ENV assignment key
66       Docs: udev.xml: Clean up description of RUN assignment key
67       Docs: udev.xml: Clean up description of LABEL assignment key
68       Docs: udev.xml: Add missing `.'
69       Docs: udev.xml: `which' -> `content of which'
70       Docs: udev.xml: `commandline' -> `command line'
71       Docs: udev.xml: Clean up WAIT_FOR description
72       Docs: udev.xml: `a' -> `the'
73       Docs: udev.xml: Clean up introduction to substitutions.
74       Docs: udev.xml: Use normal sentence structure
75       Docs: udev.xml: Actually make a separate paragraph
76       Docs: udev.xml: Add comma
77       Docs: udev.xml: `char' -> `character'
78       Docs: udev.xml: `comma-separated' is a better description
79       Docs: udev.xml: Clarify through a change in word ordering
80       Docs: udev.xml: Improved word order
81       Docs: udev.xml: Fix dangling modifier
82
83 Nix (1):
84       libudev: queue - accept NULL passed into udev_queue_export_cleanup()
85
86
87 Summary of changes from v167 to v168
88 ============================================
89
90 David Zeuthen (1):
91       Run ata_id on non-removable USB devices
92
93 Harald Hoyer (1):
94       udevd: clarify worker exit status
95
96 Kay Sievers (35):
97       version bump
98       systemd: let settle depend on trigger, do not block basic with trigger
99       selinux: do not label files in runtime dir
100       selinux: firmware - do not label files in runtime dir
101       udevadm: control - add --exit
102       trivial cleanups
103       udevd: log warning if /run is not writable
104       libudev: ctrl - fix refcounting in connection handling
105       udevadm: settle - watch queue file
106       libudev: bump revision
107       udevadm: info --cleanup-db
108       udevd: do not nice processes
109       "db_persist=" -> "db_persist"
110       udevd: move OOM disable into --daemon option
111       systemd: add OOMScoreAdjust=-1000
112       require explicit "db_persist" to exclude device info from --db-cleanup
113       udevd: get netlink socket from systemd
114       fix more warnings
115       libudev: ctrl, monitor - use SOCK_NONBLOCK
116       systemd: socket -> sockets
117       udevadm: monitor - use epoll
118       libudev: test - use epoll
119       udevadm:  test - use printf() instead of info() for non-debug output
120       use 'else if' in epoll event array loop
121       libudev: run_program() - select() -> epoll
122       udevd: ppoll() -> epoll + signalfd
123       Merge branch 'docs/README' of git://github.com/mfwitten/udev
124       timeout handling without alarm()
125       udevadm: settle - kill alarm()
126       udevd: netif rename - use ifindex for temporary name
127       udevd: always use udevd[] log prefix
128       udevd: rules files - accept empty or /dev/null links
129       udevd: log signal number when spawned processes fail
130       systemd: Reqires= -> Wants=udev.socket
131       udevd, udev-event: sync waitpid() error handling
132
133 Lee, Chun-Yi (1):
134       Add rule for Acer Aspire One ZG8 to use acer-aspire_5720 keymap
135
136 Leonid Antonenkov (1):
137       rule-generator: net - ignore Hyper-V virtual interfaces
138
139 Martin Pitt (3):
140       Revert "Do not build extras with --disable-extras"
141       Avoid spinning up CD on pressing eject button
142       keymap: Another ID for Logitech Wave keyboard
143
144 Michael Reed (1):
145       path_id: rework SAS device handling
146
147 Michael Witten (12):
148       Docs: README: `to replace' -> `replacing'
149       Docs: README: `,' -> `;'
150       Docs: README: Clean up a sentence
151       Docs: README: Use present tense
152       Docs: README: Add missing `and'
153       Docs: README: Remove commas and use subjective mood
154       Docs: README: Clean up `udev extras' requirements
155       Docs: README: Clarify configuration of existing devices
156       Docs: README: `does never apply' -> `never applies'
157       Docs: README: Flip sentence structure to improve wording
158       Docs: README: `set up' is the verb; `setup' is a noun
159       Docs: README: Add a comma to offset the modifier
160
161 Seth Forshee (1):
162       keymap: Support Dell Latitude XT2 tablet-mode navigation keys
163
164 Thomas Egerer (1):
165       udevd: add 'N:' to optstring in getopt_long
166
167
168 Summary of changes from v166 to v167
169 ============================================
170
171 Andrey Borzenkov (1):
172       udev-acl: add /dev/sgX nodes for CD-ROM
173
174 David Zeuthen (1):
175       cdrom_id: Don't ignore profiles when there is no media available
176
177 Harald Hoyer (2):
178       cdrom_id: cd_media_toc() extend toc size to 65536
179       udev-acl/70-acl.rules: tag ID_REMOTE_CONTROL with acl
180
181 Kay Sievers (29):
182       version bump
183       Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udev
184       v4l_id: kill the v4l1 ioctl
185       v4l_id: remove left-over variable
186       update some comments
187       test-libudev: add short options
188       libudev: udev_device_get_sysattr_list_entry() update
189       libudev: resolve ifindex in udev_device_new_from_id_filename()
190       libudev: bump minor version
191       udev-acl: move sg rule to optical drive rule
192       move /dev/.udev/ to /dev/.run/udev/ and convert old udev database at udevd startup
193       NEWS: clarify /dev/.run/ requirements
194       input_id: silent gcc warnings
195       fstab_import: disable build
196       systemd: remove deprecated udev-retry.service
197       fstab_import: remove from configure
198       update sd-daemon.[ch]
199       udevd: use facility == LOG_DAEMON when writing to /dev/kmsg
200       udevd: initialize fds, for proper close() on exit
201       use /run/udev/ if possible and fall back to /dev/.udev/
202       rules: run ata_id only on SPC-3 or later optical drives
203       systemd: bind udev control socket in systemd and split udev.service
204       systemd: use sockets.target not socket.target
205       man: remove trigger --type=failed handling
206       libudev: export udev_get_run_path()
207       libudev: docs - add udev_get_run_path()
208       libudev: make valgrind happy
209       systemd: do not enable udev-settle.service by default
210       systemd: udev.socket - disable implicit dependencies
211
212 Kei Tokunaga (1):
213       udevadm: enumerate - update prev pointer properly
214
215 Lee, Chun-Yi (2):
216       Remap Acer WMI touchpad toggle key to F21 used by X
217       Remap MSI Laptop touchpad on/off key to F22 and F23
218
219 Martin Pitt (12):
220       60-persistent-input.rules: Support multiple interfaces
221       Only build v4l_id if V4L1 header file is available
222       60-persistent-input.rules: Do not create duplicate links
223       Fix building with --disable-extras
224       Do not build extras with --disable-extras
225       v4l_id: Drop videodev.h check again
226       keymap: Fix Acer Aspire 5920G media key
227       input_id: Consistently use tabs for indentation
228       input_id: Add some debugging output
229       input_id: Avoid memory overflow with too long capability masks
230       input_id: Cover key devices which only have KEY_* > 255
231       input_id: Rewrite debug logging to use standard udev info()
232
233 Seth Forshee (1):
234       keymap: continue reading keymap after invalid scancodes
235
236 Thomas Egerer (3):
237       libudev: allow to get list of all available sysfs attrs for a device
238       libudev: use sysfs attr ilist interface for attribute walk
239       udevadm: info - make attribute array static and const
240
241
242 Summary of changes from v165 to v166
243 ============================================
244
245 Chris Bagwell (1):
246       Remap Eee PC touchpad toggle key to F21 used by X
247
248 Gerd Hoffmann (1):
249       extras: add rules for qemu guests
250
251 Jürgen Kaiser (1):
252       keymap: Add Acer Aspire 8930
253
254 Kay Sievers (7):
255       version bump
256       man: generate html pages for www.kernel.org
257       man: fix typo
258       make: fix qemu rules file name
259       extras: qemu - fix typo
260       ata_id: do not print empty serial numbers to avoid unwanted trailing '_'
261       update gitignore
262
263 Martin Pitt (6):
264       keymap: Add Acer TravelMate C310
265       keymap: Update README.keymap.txt
266       keymap: Add Lenovo ThinkPad X201 tablet
267       keymap: Move reading of event in separate function
268       keymap: More robust state machine
269       keymap: Explain how to end the program
270
271 Matthew Garrett (1):
272       keymap: Remove wlan from Dell
273
274
275 Summary of changes from v164 to v165
276 ============================================
277
278 Andy Whitcroft (1):
279       keymap: Add release quirks for two Zepto Znote models and AMILO Xi 2428
280
281 Bastien Nocera (2):
282       keymap: Add force release for HP touchpad off
283       extras/keymap: Make touchpad buttons consistent
284
285 David Henningsson (1):
286       Add ACLs for FFADO supported sound cards
287
288 David Zeuthen (6):
289       ata_id: Support SG_IO version 4 interface
290       Run scsi_id and ata_id on the scsi_device object
291       Use ata_id, not scsi_id, on ATAPI devices
292       Add GUdevEnumerator type and Device.get_tags() method
293       Add g_udev_device_get_is_initialized() method
294       gudev: Add Device.get_usec_since_initialized
295
296 Harald Hoyer (2):
297       udev-rules.c: change import property buffer to 16384 bytes
298       70-acl.rules: add ACLs for ID_PDA devices
299
300 Jakub Wilk (1):
301       man: udev - workaraound -> workaround
302
303 Jan Drzewiecki (1):
304       cdrom_id: Fix media state for unreadable DVDs
305
306 Kay Sievers (19):
307       version bump
308       rules: 78-sound-card - remove specific hardware matches, they do not belong here
309       rules: drop OSS audio rule
310       rules: drop alsa jack-plug input devices
311       rules: revert bsg use until the event ordering problem is sorted out
312       libudev: do not overwrite path with readlink() call
313       udevadm: info - honor --export and --export-prefix for property query
314       udevadm: info - honor --export, --export-prefix=
315       udevd: use dev_t or netif ifindex as database key
316       udevd: always create /dev/{char,block}/$major:$minor
317       udevd: simplify udev database and fix DEVNAME handling
318       udevd: switch to common id_filename functions
319       udevd: write full database file for (unsupported) renamed device nodes
320       check ifindex > 0 instead of subsystem == "net"
321       libudev: enumerate - allow to filter-out not-already-initialized devices
322       libudev: fix renamed device nodes detection logic
323       libudev: record and export "age" of device record
324       gudev: bump minor version
325       update NEWS
326
327 Martin Pitt (5):
328       keymap: Add Sony Vaio VGN71
329       keymap: Add some more Sony Vaio VGN-* models
330       Add ACL for media player USB devices
331       keymap: Fix struck Touchpad key on Dell Latitude E series
332       keymap: Fix struck Touchpad key on Dell Precision M series
333
334 Michal Soltys (1):
335       udevd: create static nodes before /dev/null is needed
336
337
338 Summary of changes from v163 to v164
339 ============================================
340
341 David Zeuthen (1):
342       Install libgudev-1.0.so in prefix / instead of prefix /usr
343
344 Harald Hoyer (1):
345       cdrom_id: request the drive profile features with a dynamic length
346
347 Kay Sievers (4):
348       version bump
349       udevd: do not wrongly delay events for devices with swapped names
350       return proper error code in rename_netif()
351       libudev: return kernel provided devnode when asked before we handled any rules
352
353 Martin Pitt (2):
354       keymap: Apply force-release rules to all Samsung models.
355       keymap: Add Toshiba Satellite U500
356
357
358 Summary of changes from v162 to v163
359 ============================================
360
361 David Zeuthen (2):
362       gudev: Deliver ::uevent signal in the thread-default main loop
363       Bump required GLib version to 2.22
364
365 Hannes Reinecke (1):
366       scsi_id: export target port group
367
368 Kay Sievers (5):
369       version bump
370       scsi_id: fix compiler warnings
371       systemd: hook into basic.target instead of sysinit.target
372       systemd: sort before basic.target
373       udevd: add sd-daemon.c
374
375 Lee, Chun-Yi (1):
376       keymap: Add alternate MSI vendor name
377
378 Martin Pitt (8):
379       keymap: Add Lenovo Y550
380       Clarify WAIT_FOR documentation
381       fix various syntax errors in rules
382       Add automatic rules syntax check
383       cdrom_id: Try reading the medium if all MMC commands fail
384       Revert "cdrom_id: Try reading the medium if all MMC commands fail"
385       cdrom_id: Fall back to CDROM_DRIVE_STATUS if all MMC commands fail
386       cdrom_id: Don't read beyond "last track" in TOC
387
388 Torsten Schoenfeld (1):
389       gudev: add a few annotations that newer gobject-introspection versions demand
390
391
392 Summary of changes from v161 to v162
393 ============================================
394
395 David Woodhouse (1):
396       Add keymap for Lenovo IdeaPad S10-3
397
398 Jan Drzewiecki (2):
399       cdrom_id: Drop MEDIA_SESSION_NEXT for DVD-RW-RO
400       cdrom_id: Fix DVD blank detection for sloppy firmware
401
402 Kay Sievers (10):
403       init: update systemd service files
404       init: update systemd service files
405       init: add 'udev -' to description in systemd service files
406       udevd: add pid to kmsg logs
407       init: edit systemd service descriptions
408       version bump
409       udevd: remove unneeded credential passing from init_notify()
410       set SELinux context on 'add' but not on 'change' events
411       systemd: enable all udev services unconditionally
412       Revert "Add alternative KVM MAC address blacklist"
413
414 Luca Tettamanti (1):
415       Add support for oom_score_adj
416
417 Marco d'Itri (2):
418       udev-acl: do not mistake all SCSI "processor" devices for scanner
419       do not create persistent name rules for KVM network interfaces
420
421 Martin Pitt (12):
422       cdrom_id: Add media status debugging
423       udev(7): Point out required extension, and remove some confusion
424       keymap: Add Onkyo PC
425       keymap: Add HP G60
426       keymap: Fix Sony VAIO VGN-SZ2HP/B
427       udev(7) manpage: Fix description of $attr
428       gudev: fix crash if netlink is not available
429       keymap: Fix Acer TravelMate 4720
430       cdrom_id: Fix DVD-RW media detection
431       Fix KVM MAC address range
432       do not create persistent name rules for VMWare network interfaces
433       Add alternative KVM MAC address blacklist
434
435 Michael Forney (1):
436       Don't install systemd scripts with --without-systemdsystemunitdir
437
438 Michal Soltys (1):
439       ChangeLog fix
440
441
442 Summary of changes from v160 to v161
443 ============================================
444
445 Fortunato Ventre (1):
446       keymap: Add force-release quirks for a lot more Samsung models
447
448 Harald Hoyer (3):
449       udev-event.c: rename interface to <src>-<dest>, if <dest> taken
450       rule_generator/write_net_rules: prevent interface to be named "eth"
451       cdrom_id: READ TOC before READ DISC INFORMATION fixes qemu
452
453 Jan Drzewiecki (5):
454       cdrom_id: Fix detection of reblanked DVD+RW and DVD-RAM
455       cdrom_id: Handle pre-MMC2 drives
456       cdrom_id: Also apply format check to DVD-RW
457       cdrom_id: No "next session" for "other" media state
458       cdrom_id: Fix state for fresh DVD-RW
459
460 Jerone Young (1):
461       Fix volume keys not releasing on Mivvy G310
462
463 Kay Sievers (12):
464       version bump
465       rules: remove firewire rules for deprecated drivers
466       udev-acl: update firewire matches to recent rule changes
467       libudev: bump minor so version after adding symbols
468       call util_delete_path() only when we actually deleted stuff
469       udev-acl: properly handle CK change events for root user
470       udev-acl: remove specific device matches from the rules file
471       fix broken "compile warning fix"
472       always log error when renaming a network interface fails
473       do not rename the database on device rename
474       cdrom_id: whitespace fix
475       cdrom_id: do not bail out when we can not read the TOC like for empty CDRW
476
477 Marco d'Itri (3):
478       hid2hci: fix Logitech diNovo, MX5500 and other keyboards
479       log an error when a message from the wrong version of udevadm is ignored
480       hid2hci: fix for Logitech diNovo Edge keyboard
481
482 Martin Pitt (1):
483       keymap: Generalize Samsung keymaps
484
485 Michal Schmidt (1):
486       udev-acl: really fix ACL assignment in CK events
487
488 Richard Hughes (1):
489       udev-acl: add DDC_DEVICE to the types that are managed
490
491 Stefan Richter (1):
492       rules: add more FireWire IDs: Point Grey IIDC; AV/C + vendor unique
493
494 Yin Kangkai (7):
495       udevadm: fix short options in getopt()
496       udevd: fix some memory leaks in error path
497       malloc()+memset() -> calloc()
498       udevd: fix short options in getopt()
499       udevd: fix unref'ing of device in error path
500       udevd: create static device links only when the target exists
501       udev: fix compile warning
502
503
504 Summary of changes from v159 to v160
505 ============================================
506
507 Harald Hoyer (2):
508       60-persistent-storage-tape: s/path_id.sh/path_id/
509       60-persistent-storage-tape.rules: make own by-path symlink for nst tapes
510
511 Kay Sievers (4):
512       version bump
513       rules: tape - remove WAIT_FOR instruction and don't export BSG_DEV
514       allow final assignment for OPTIONS:="nowatch"
515       udevd: init_notify() fix abstract namespace name handling
516
517 Lennart Poettering (1):
518       systemd: make service files readable by GKeyFile
519
520 Martin Pitt (2):
521       keymap: Find alternate Lenovo module
522       keymap: Add Lenovo ThinkPad SL Series extra buttons
523
524
525 Summary of changes from v158 to v159
526 ============================================
527
528 Jerone Young (1):
529       Fix stuck volume key presses for Toshiba Satellite U300 & U305models
530
531 Kay Sievers (5):
532       version bump
533       add systemd service files
534       make: pre-process and install systemd service files when needed
535       make: fix 'make distcheck'
536       switch a few left-over from GPLv2 to GPLv2 or later
537
538 Lennart Poettering (1):
539       systemd: update service files for newly introduced DefaultDependencies= option
540
541 Martin Pitt (1):
542       keymap: Add Logitech Cordless Wave Pro
543
544 Matthew Garrett (1):
545       keymap: Add support for IBM-branded USB devices
546
547 Michael Meeks (1):
548       gudev: respect possibly given LD_LIBRARY_PATH
549
550 Ryan Harper (2):
551       Add virtio-blk support to path_id
552       Add virtio-blk by-id rules based on 'serial' attribute
553
554
555 Summary of changes from v157 to v158
556 ============================================
557
558 Harald Hoyer (1):
559       extras/keymap: add Samsung N210 to keymap rules
560
561 Kay Sievers (7):
562       version bump
563       libudev: fix fd leak in udev_enumerate_scan_devices() when tags are searched
564       udevd: in case we don't daemonize, send READY message to /sbin/init
565       delete last distro specific rules
566       remove a few comments in file headers
567       mtd_probe: add needed include, modprobe blacklist flag, and change some whitespace
568       rules: remove unused subdir
569
570 Martin Pitt (4):
571       Fix hid2hci rules harder
572       add Vala vapi for gudev-1.0
573       Revert "add Vala vapi for gudev-1.0"
574       Fix usb printer rule for multiple USB interfaces
575
576 Maxim Levitsky (1):
577       mtd_probe: add autodetection for xD cards
578
579 Paul Bender (1):
580       configure.ac: fix cross compilation
581
582
583 Summary of changes from v156 to v157
584 ============================================
585
586 Harald Hoyer (1):
587       40-redhat.rules: removed file
588
589 Jerone Young (3):
590       Fix wlan key on Inspirion 1210
591       Fix wlan key on Inspiron 910
592       Fix wlan key on Inspiron 1010 & 1110
593
594 Kay Sievers (25):
595       configure.ac: version bump
596       Makefile.am: silent build mkdir
597       rules: mount fuse control filesystem
598       fix compilation with --enable-debug
599       while (1) -> for (;;)
600       childs -> children
601       udevd: replace --debug-trace with --children-max
602       udevd: fix comments
603       rules: add -v to modprobe calls to be able see what will be loaded
604       udevd:  read debug settings from kernel commandline
605       update NEWS
606       rules: delete pilot rules and remove redhat directory
607       man: add static device nodes and udevd debug options
608       man: add kernel command line parameters
609       man: udevd - update intro
610       rules: rename packages -> arch
611       rules: SUSE - move last distro rule to package
612       rules: add misc/30-kernel-compat.rules
613       make: mkdir /lib/udev/devices/
614       make: fix rules/ subdir names
615       udevd: set umask before creating files/directories
616       add IMPORT{cmdline}
617       IMPORT{cmdline}: start at first char after '='
618       libudev: doc - fix typo
619       update NEWS
620
621
622 Summary of changes from v155 to v156
623 ============================================
624
625 Bryan Kadzban (1):
626       udevd: fix typo /proc/fd -> /proc/self/fd
627
628 Kay Sievers (4):
629       configure.ac: version bump
630       cdrom_id: do not export ID_CDROM_MEDIA_SESSION_LAST_OFFSET= for single session media
631       rules: optical drives - use ID_CDROM_MEDIA_TRACK_COUNT_DATA
632       libudev: fix udev_queue_get_seqnum_sequence_is_finished() with empty queue file
633
634
635 Summary of changes from v154 to v155
636 ============================================
637
638 Kay Sievers (11):
639       reset process priority before executing RUN+=
640       configure.ac: version bump
641       rules: SUSE - delete device-mapper rules
642       libudev: add O_CLOEXEC
643       use default mode of 0600 for nodes if gid == 0
644       udevd: create standard symlinks and handle /lib/udev/devices
645       update NEWS README
646       fix tests and allow MODE=000
647       create static nodes provided by kernel modules to allow module autoloading
648       update NEWS
649       man: directly use 'refentry'
650
651
652 Summary of changes from v153 to v154
653 ============================================
654
655 Harald Hoyer (2):
656       Makefile.am: add LGPL COPYING file to EXTRA_DIST
657       cdrom_id: only mark sr[0-9]* as ID_CDROM
658
659 Jerone Young (1):
660       Fix volume keys not releasing for Pegatron platform
661
662 Kay Sievers (23):
663       configure.ac: version bump
664       more readlink buffer size handling
665       remove left-over from ignore_remove and all_partitions
666       fix previous commit
667       udevadm: info --export-db -- remove watch handle export
668       add TAG= to improve event filtering and device enumeration
669       all to match against a given TAG==
670       udev-acl: use a tag instead of a property to mark devices
671       fix logic on-demand loading logic for db and uevent
672       use the usual TAG+=, TAG= logic
673       delete old tags when configuration changes
674       libudev: accept NULL in udev_device_get_tags_list_entry()
675       export tag functions
676       export udev_device_get_tags_list_entry()
677       udevd: always try to find an idle worker instead of forking a new one
678       remove unused parameter from udev_node_mknod()
679       remove debug output during rules parsing
680       warn when renaming kernel-provided nodes instead of adding symlinks
681       man: udevadm trigger - the default is "change" not "add"
682       update README regarding kernel version and default rules
683       add info message when empty NAME is given
684       libudev: add documentation for recently added functions
685       udevd: reload config only for *.rules files
686
687 Martin Pitt (1):
688       keymap: Fix Bluetooth key on Acer TravelMate 4720
689
690 Mathias Nyman (1):
691       remove buffer-overrun risk in readlink call
692
693 Matthias Schwarzott (1):
694       rules: Gentoo - remove old devfs compat rules
695
696 Michael Thayer (1):
697       fix device node deletion
698
699 Robby Workman (1):
700       configure.ac: move firmware-path setting out of extras section
701
702 Yin Kangkai (2):
703       keymap: Add keymap and force-release quirk for Samsung N128
704       keymap: Add keymap quirk of WebCam key for MSI netbooks.
705
706
707 Summary of changes from v152 to v153
708 ============================================
709
710 Kay Sievers (1):
711       configure.ac: version bump
712
713 Robby Workman (1):
714       configure.ac: fix broken firmware search path in configure.ac
715
716
717 Summary of changes from v151 to v152
718 ============================================
719
720 Adrian Bunk (1):
721       udev needs automake 1.10
722
723 Amit Shah (2):
724       Fix virtio-ports rule to use $attr instead of $ATTR
725       rules: virtio - fix is to check if the 'name' attribute is present
726
727 Andy Whitcroft (2):
728       keymap: Add Samsung Q210/P210 force-release quirk
729       keymap: Add Fujitsu Amilo 1848+u  force-release quirk
730
731 Dan Williams (1):
732       modeswitch: morph into tool that only switches Mobile Action cables
733
734 David Zeuthen (3):
735       Decrease buffer size when advancing past NUL byte
736       Use UTIL_LINE_SIZE, not UTIL_PATH_SIZE to truncate properties
737       Increase UTIL_LINE_SIZE from 2048 to 16384
738
739 Harald Hoyer (1):
740       cdrom_id: remove debugging code
741
742 Jerone Young (6):
743       Force key release for volume keys on Dell Studio 1557
744       Fix Keymapping for upcoming Dell Laptops
745       Add new Dell touchpad keycode
746       Revert special casing 0xD8 to latitude XT only
747       Fix Dell Studio 1558 volume keys not releasing
748       Add support for another Dell touchpad toggle key
749
750 Kamal Mostafa (3):
751       keymap: Unite laptop models needing common volume-key release quirk
752       keymap: Add force-release quirk for Coolbox QBook 270-02
753       keymap: Add force-release quirk for Mitac 8050QDA
754
755 Kay Sievers (43):
756       libudev: bump minor version
757       udevadm: fix untested and broken commit to set buffer size
758       configure.ac: version bump
759       udev-acl: no not encourage use of ACL_MANAGE outside of rules file
760       replace utimes() with utimensat()
761       libbudev-private: rename udev_list_entry_get_flag()
762       udevadm: monitor - use / as separator in --subsystem-match=subsystem[/devtype]
763       use major:minor as entries in symlink stack instead of devpath
764       use major:minor as entries in watch directory
765       libudev: docs - .gitignore backup files
766       firmware: fix possible segfault when firmware device goes away while loading
767       do not reset SELinux context when the node was not touched
768       libudev: add udev_device_new_from_environment()
769       add LGPL COPYING to libudev and GUdev
770       cdrom_id: open non-mounted optical media with O_EXCL
771       libudev: update documentation
772       extras: mobile-action-modeswitch - update gitignore
773       scsi_id: add rand() in retry loop
774       cdrom_id: retry to open the device, if EBUSY
775       cdrom_id: check mount state in retry loop
776       cdrom_id: always set ID_CDROM regardless if we can run cdrom_id
777       rules: delete outdated packagees rules
778       rules: we do not have static devices which are renamed
779       unify/cleanup event handling
780       allow IMPORT{db}="KEY"
781       usb-db: remove double '/'
782       replace "add|change" with "!remove"
783       update NEWS
784       log info only if we actually delete the node
785       udevadm: trigger - switch default action from "add" to "change"
786       remove "all_partitions" option
787       rules: call modprobe on all events but "remove"
788       remove "ignore_remove" option
789       update NEWS
790       cdrom_id: rework feature/profiles buffer parsing
791       cdrom_id: print more debug messages
792       cdrom_id: debug - print feature values in hex
793       cdrom_id: debug - print feature values in hex
794       cdrom_id: set ID_CDROM_MEDIA=1 only for known media
795       Revert "Fix switching Logitech bluetooth adapters into hci mode."
796       add O_NOFOLLOW when creating files in link stack
797       delete only device nodes, not symlinks when deleting a devtmpfs node
798       doc: add section about how *not* to rename device nodes
799
800 Marco d'Itri (3):
801       rules: input - create by-path/ links for pci devices
802       Fix switching Logitech bluetooth adapters into hci mode.
803       doc: document the WAIT_FOR timeout
804
805 Martin Pitt (12):
806       keymap: Add Dell Inspiron 1011 (Mini 10)
807       Fix brightness keys on MSI Wind U-100
808       keymap: Fix LG X110
809       keymap: Add Toshiba Satellite M30X
810       udev-acl: Correctly handle ENV{ACL_MANAGE}==0
811       input_id: Fix linking
812       keymap: Add Acer TravelMate 6593G and Acer Aspire 1640
813       keymap: Fix another key for Acer TravelMate 6593
814       cdrom_id: Fix uninitialized variables
815       cdrom_id: Fix uninitialized buffers
816       cdrom_id: Do not ignore errors from scsi_cmd_run()
817       cdrom_id: Swap media state and TOC info probing
818
819 Mike Brudevold (1):
820       cdrom_id: add missing profiles to feature_profiles
821
822 Robert Hooker (1):
823       keymap: Add support for Gateway AOA110/AOA150 clones.
824
825 Scott James Remnant (2):
826       libudev: export udev_monitor_set_receive_buffer_size()
827       udevadm monitor: increase netlink buffer size
828
829 Thomas Bächler (1):
830       firmware: fix error reporting on missing firmware files
831
832 Yury G. Kudryashov (3):
833       configure.ac - fix typo in --with-pci-ids-path option
834       hid2hci: include linux/types.h for __u32
835       configure.ac: ddd --with-firmware-path option
836
837
838 Summary of changes from v150 to v151
839 ============================================
840
841 Amit Shah (1):
842       rules: Add symlink rule for virtio ports
843
844 Bryan Kadzban (1):
845       Fix reverted floppy-device permissions
846
847 Egbert Eich (1):
848       rulews: suse - add do-not-load-KMS-modules rules
849
850 Frederic Crozat (1):
851       rules: acl - add COLOR_MEASUREMENT_DEVICE match
852
853 Kay Sievers (11):
854       configure.ac: version bump
855       udevd: inotify - do not parse rules at create but at close
856       do not remove device nodes of active kernel devices
857       libudev: device - create db file atomically
858       clarify message about not removed device node
859       input_id: include limits.h
860       keymap: include linux/limits.h
861       keymap: linux/input.h - get absolute include path from gcc
862       delete outdated and unmaintained writing_udev_rules
863       update README and NEWS
864       update tests
865
866 Marco d'Itri (2):
867       writing_udev_rules: update rules files names
868       keymap: support for the Samsung N140 keyboard
869
870 Martin Pitt (4):
871       add ACL rule for Garmin GPSMap 60
872       keymap: move force-release directory
873       extras/keymap/check-keymaps.sh: Ignore comment-only lines
874       keymap: Fix invalid map line
875
876
877 Summary of changes from v149 to v150
878 ============================================
879
880 Clemens Buchacher (2):
881       add Samsung R70/R71 keymap
882       keymap: Samsung R70/R71 force-release quirk
883
884 Daniel Drake (2):
885       keymap: Add OLPC XO key mappings
886       keymap: Fix typo in compal rules
887
888 Daniel Elstner (1):
889       libudev: wrap in extern "C" block for C++
890
891 David Zeuthen (1):
892       Export ID_WWN_VENDOR_EXTENSION and ID_WWN_WITH_EXTENSION
893
894 Jerone Young (1):
895       keymap: Lenovo Thinkpad USB Keyboard with Tracepoint
896
897 Johannes Stezenbach (2):
898       keymap: add Samsung N130
899       keymap: handle atkbd force_release quirk
900
901 Kay Sievers (15):
902       util_unlink_secure(): chmod() before chown()
903       floppy: fix rule to create additional floppy device nodes
904       configure.ac: version bump
905       remove remaining support for CONFIG_SYSFS_DEPRECATED
906       cdrom_id: remove deprecated device matches
907       rules: add "block" match to floppy rule
908       update mtime of nodes and links when we re-use them
909       udevadm: info - fix info --root --query=name --path= for device without a device node
910       remove remaining support for CONFIG_SYSFS_DEPRECATED
911       fix typo in log message priority handling
912       remove UDEV_RUN environment variable
913       udevadm: logging - copy va_list and do not use it twice
914       libudev: doc - add symbols to sections.txt
915       work around gtk-doc which breaks distcheck
916       gobject-introspection: use $datadir instead of $prefix
917
918 Marco d'Itri (2):
919       build: keymap - create subdir
920       rules: udev-acl - add firewire video devices
921
922 Martin Pitt (12):
923       keymap: Add Acer Aspire 1810T
924       95-keymap.rules: Run on change events, too
925       keymap: fix findkeyboards
926       Speed up udev_enumerate_scan_*
927       keymap: Add hotkey quirk for Acer Aspire One (AO531h/AO751h)
928       Clarify RUN/IMPORT documentation
929       keymap: Add Logitech S510 USB keyboard
930       keymap: add Acer TravelMate 8471
931       keymap: Add Acer Aspire 1810TZ
932       keymap: Add LG X110
933       keymap: Add Fujitsu Amilo Li 1718
934       keymap: Document force-release
935
936 Piter PUNK (1):
937       firmware: convert shell script to C
938
939 Scott James Remnant (1):
940       70-acl.rules: ACL manage Android G1 dev phones
941
942 Thomas de Grenier de Latour (1):
943       libudev: enumerate - fix move_later logic
944
945
946 Summary of changes from v148 to v149
947 ============================================
948
949 Daniel Elstner (1):
950       really fix both in-tree and out-of-tree builds
951
952 Dmitry Torokhov (1):
953       input-id: identify touchscreens
954
955 Kay Sievers (4):
956       libudev: doc - use #NULL
957       configure.ac: version bump
958       really really fix both in-tree and out-of-tree builds
959       fix both in-tree and out-of-tree builds
960
961 Martin Pitt (6):
962       input_id: Fix endless loop for non-input devices
963       input_id: Do not tag non-input devices with ID_INPUT
964       input_id: small optimization
965       input_id: check event mask
966       input_id: Check mouse button for ID_INPUT_MOUSE
967       udev_device_get_parent_with_subsystem_devtype(): Clarify documentation
968
969
970 Summary of changes from v147 to v148
971 ============================================
972
973 Dan Williams (3):
974       Revert "modem-modeswitch: add a device"
975       Revert "extras/modem-modeswitch: Add Huawei E1550 GSM modem"
976       modem-modeswitch: 61-option-modem-modeswitch.rules is only for Option NV devices
977
978 Daniel Mierswa (1):
979       Fix typo in NEWS, ConsoleKit-0.4.11 -> 0.4.1
980
981 David Zeuthen (4):
982       cdrom_id: Still check profiles even if there is no media
983       scsi_id: Export WWN and Unit Serial Number
984       Create /dev/disk/by-id/wwn-0x... symlinks
985       Also create /dev/disk/by-id/wwn-0x..-part%n symlinks for partitions
986
987 Dmitry Torokhov (1):
988       extras/input_id: Correctly identify touchpads
989
990 Harald Hoyer (1):
991       modem-modeswitch: add a device
992
993 Kay Sievers (8):
994       rules: set mode of floppy device nodes to 0660
995       remove "ignore_device"
996       print warning for BUS=, SYSFS{}=, ID=
997       test-udev: remove "ignore_device" code
998       udev-test.pl: catch-up with recent changes
999       rules: remove support for IDE (hd*) devices
1000       ata_id: skip ATA commands if we find an optical drive
1001       Revert "Fix out-of-tree builds"
1002
1003 Martin Pitt (5):
1004       README.keymap.txt: small clarification
1005       extras: Add input_id
1006       70-acl.rules: Use new-style input properties
1007       input: Deprecate ENV{ID_CLASS}
1008       input_id: code cleanup
1009
1010 Scott James Remnant (1):
1011       Fix out-of-tree builds
1012
1013
1014 Summary of changes from v146 to v147
1015 ============================================
1016
1017 Alan Jenkins (1):
1018       udevd: queue-export - remove retry loop
1019
1020 Andrew Church (1):
1021       fix wrong parameter size on ioctl FIONREAD
1022
1023 Daniel Mierswa (2):
1024       don't compare a non-existing function with NULL
1025       use nanosleep() instead of usleep()
1026
1027 David Zeuthen (4):
1028       gudev: remove G_UDEV_API_IS_SUBJECT_TO_CHANGE since API is now stable
1029       ata_id: export more advanced ATA features
1030       gudev: Fix up GUdevDeviceNumber
1031       gudev: Remove LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE from priv header
1032
1033 Florian Zumbiehl (10):
1034       util_delete_path(): use util_strscpy()
1035       util_lookup_group(): fix memory leak if realloc() fails
1036       util_delete_path(): handle multiple leading slashes
1037       util_create_path(): fix possible out of bounds array access
1038       ude_rules.c: fix possible NULL pointer dereference in get_key()
1039       util_resolve_sys_link(): fix possible buffer overflow
1040       udev_util_encode_string(): fix possible buffer overflow
1041       udev-rules.c: parse_file() - fix possible buffer overflow
1042       udev_queue_get_seqnum_sequence_is_finished(): fix possible file handle leak
1043       util_run_program(): fix possible buffer overflow #2
1044
1045 Harald Hoyer (2):
1046       scsi_id: prevent buffer overflow in check_fill_0x83_prespc3()
1047       rename interfaces to <iface>_rename if rename fails
1048
1049 Jeremy Kerr (1):
1050       util_run_program: restore signal mask before executing event RUN commands
1051
1052 Kay Sievers (45):
1053       make: sort Makefile.am per target/extra
1054       configure.ac: version bump
1055       udev-acl: allow to skip ACL handling
1056       rules: rfkill has no group, so use 0644
1057       rule_generator: net - fix MATCHDEVID
1058       make: add comment
1059       update NEWS
1060       print warning for NAME="%k" - it breaks the kernel supplied DEVNAME
1061       warn about non-readable or empty rules file
1062       change database file names
1063       assign errno for getgrnam_r()/getpwnam_r()
1064       doc: udevadm test *does* create nodes and links these days
1065       util_unlink_secure(): chmod() before chown()
1066       util_create_path(): fix errno usage
1067       inotify_add_watch(): do not store watch, if it failed
1068       update TODO
1069       update README
1070       rules: suse - use NAME for mapper/control
1071       libudev-util.c: get_sys_link() - return error for empty link target
1072       udev-rules.c: remove 'first_token' variable
1073       Revert "udev-rules.c: remove 'first_token' variable"
1074       test: catch possible bug in GOTO resolving
1075       udevadm: remove symlink support for old commands
1076       util_run_program(): skip multiple spaces in argv creation
1077       fix whitespace
1078       require 2.6.27 for proper signalfd handling
1079       fix randonm findings from llvm-clang-analyzer
1080       simplify "symlink name stack"
1081       reorder create_path() and node/link creation to be called in a direct sequence
1082       put util_create_path() and file creastion in a retry loop
1083       udevadm: control - remove compat code
1084       scsi_id: delete copy of bsg.h
1085       fix SYMLINK{} option parsing
1086       rules: remove remaining NAME="%k"
1087       rules: drop almost all NAME= keys
1088       update TODO, NEWS
1089       udevd: serialize events for with the same major/minor
1090       break loops if util_create_path() returns error
1091       remove "last_rule" option
1092       use CLOEXEC flags instead of fcntl()
1093       unblock signals we might want to handle
1094       udevd: create /dev/.udev/rules.d/ before watching it wit inotify
1095       gudev: fix pkg-config call to work with "make distcheck"
1096       update NEWS
1097       Revert "gudev: fix out-of-tree build"
1098
1099 Lennart Poettering (5):
1100       pci-db: make sure we actually read the pci.ids file instead of usb.ids
1101       sound: recognize saa7134 TV card sound devices as TV cards
1102       sound: include ALSA sound card id in ID_ID property
1103       sound: include ALSA sound card id in /dev/snd/by-id/ links
1104       Revert "sound: include ALSA sound card id in /dev/snd/by-id/ links"
1105
1106 Marco d'Itri (6):
1107       doc: writing_udev_rules updated for the new command names
1108       rules: sound - do not use /usr/bin/env
1109       udevadm: print all messages to stderr with priority higher or equal than LOG_ERR
1110       udevadmi: control = exit with rc=2 if there is some system error
1111       gudev: gir-scanner workaround for out of tree builds
1112       gudev: fix out-of-tree build
1113
1114 Mario Limonciello (1):
1115       hid2hci: remove superfluous bmAttributes match
1116
1117 Martin Pitt (24):
1118       extras/keymap: Add Acer Aspire 6920
1119       extras/modem-modeswitch: eject ZTE MF6xx fake CD-ROMs
1120       extras/keymap: Fix hold key on Acer Aspire 6920
1121       extras/keymap: Fix case matching for Micro-Star
1122       Revert "extras/keymap: Fix case matching for Micro-Star"
1123       make raw USB printer devices accessible for lp
1124       modem-modeswitch rules: Match more devices
1125       extras/keymap: fix hash table collisions
1126       extras/keymap: Rename KEY_COFFEE to KEY_SCREENLOCK
1127       fix single-session CD detection
1128       fix previous commit for CD detection
1129       make raw USB printer devices world-readable again
1130       50-udev-default.rules: fix printer MODE
1131       keymap: Add Logitech Wave USB
1132       keymap: add missing map file
1133       keymap: fix usb_id invocation
1134       keymap: make USB keyboards really work
1135       keymap: Add Logitech Wave cordless
1136       keymap: add HP Pavillion dv6315ea
1137       keymap: add HP 2230s
1138       Makefile.am: fix build with mawk
1139       extras/keymap/README.keymap.txt: Fix bug report link
1140       fix major fd leak in link handling
1141       modem-modeswitch: fix ZTE MF6xx rule
1142
1143 Matthias Schwarzott (2):
1144       rules: Gentoo update
1145       rules: Gentoo update
1146
1147 Maxim Levitsky (1):
1148       keymap for Acer Aspire 5720
1149
1150 Peter Rajnoha (1):
1151       libudev: allow to store negative values in the udev database
1152
1153 Scott James Remnant (1):
1154       util_run_program: *really* restore signal mask before executing event RUN commands
1155
1156 William Jon McCann (1):
1157       udev-acl: catch up with ConsoleKit 0.4.1
1158
1159
1160 Summary of changes from v145 to v146
1161 ============================================
1162
1163 Alan Jenkins (3):
1164       man: fix unused, inaccurate metadata
1165       man: SYMLINK can be matched as well as assigned
1166       fix spelling
1167
1168 Anssi Hannula (2):
1169       rules: exclude digitizers from joystick class
1170       udev-acl: add joystick devices
1171
1172 Diego Elio 'Flameeyes' Pettenò (21):
1173       Merge libudev, udev, and the unconditional extras in a single Makefile.am.
1174       Replace the custom test-run target with the standard make check.
1175       Also merge into the top-level Makefile.am the simpler extras.
1176       Change hook handling to be more portable.
1177       Merge keymap building in the top-level Makefile.am.
1178       Make keymap generation rules be silent (backward-compatible).
1179       Move pkg-config docs and man pages before conditionals.
1180       Finally, also merge gudev into the top-level Makefile.am.
1181       Make sure to clean up all the built sources.
1182       Make sure to use dependency/target variables.
1183       Add silent-rule support for the gudev rules.
1184       Fix building of introspection library on top-level Makefile.am.
1185       Fix another relative path for the new working directory.
1186       Include the correct directory for out-of-source builds.
1187       Add tests to the distribution; this fixes "make distcheck".
1188       Ask gperf to use ANSI-C for generation.
1189       Merge in Makefile.am.inc into Makefile.am
1190       Use the keymap check during “make distcheck” rather than “check”.
1191       Fix building of documentation when doing out-of-source builds.
1192       Fix “make distcheck” run outside of the source directory.
1193       Use LT_INIT to explicit that udev needs libtool series 2.
1194
1195 Eric W. Biederman (1):
1196       fix util_lookup_group to handle large groups
1197
1198 Erik Forsberg (1):
1199       extras/modem-modeswitch: Add Huawei E1550 GSM modem
1200
1201 Kay Sievers (18):
1202       udevd: add timestamp to --debug output
1203       v4l_id: exit with 0 when --help is given
1204       configure.ac: version bump
1205       hid2hci: remove hid structures and include kernel header
1206       path_id: make global variable static
1207       udevadm: trigger - add --sysname-match=
1208       rules: serial - fix path_id call
1209       path_id: fix typo in comment
1210       format names are not case insensitive
1211       hid2hci: rewrite (and break) rules and device handling
1212       make: build internal tools against libudev-private.la
1213       update a few years of copyright
1214       libudev: silent gcc warning: may be used uninitialized in this function
1215       make: suppress enter/leaving directory messages
1216       re-enable failed event tracking
1217       "record_failed" -> "fail_event_on_error"
1218       udevd: block for 15 seconds after error when too old kernel is detected
1219       make: fix issues from non-recursive conversion
1220
1221 Lennart Poettering (1):
1222       enumeration: move ALSA control devices to the end of the enumerated devices of each card
1223
1224 Mario Limonciello (2):
1225       hid2hci: support to hid2hci for recovering Dell BT devices after S3
1226       hid2hci: install re-trigger for hid device when recovering from S3
1227
1228 Martin Pitt (17):
1229       add keymap for Clevo D410J laptop
1230       extras/keymap: add Zepto ZNote
1231       extras/keymap: add Everex Stepnote XT5000T
1232       extras/keymap: add Compal Hel80i
1233       keymap tool: improve help
1234       keymap tool: support scancode/keycode pair arguments
1235       keymap: inline one-line key maps
1236       extras/keymap: fix check-keymaps.sh for inline mappings
1237       extras/keymap: add recently added keymap files to Makefile.am
1238       extras/keymap: Add HP Presario 2100
1239       extras/keymap: cover more Compaq Evo models
1240       extras/keymap: Add Fujitsu Amilo M
1241       extras/keymap: teach findkeyboards about USB keyboards
1242       extras/keymap: Add Samsung SX22S
1243       extras/keymap: Fix crash for unknown keys
1244       extras/keymap: Add Samsung NC20
1245       extras/keymap: Fix Bluetooth key on Acer Aspire 6920
1246
1247
1248 Summary of changes from v144 to v145
1249 ============================================
1250
1251 Ian Campbell (1):
1252       scsi_id: correct error handling in prepend_vendor_model
1253
1254 Kay Sievers (10):
1255       README: add CONFIG_BLK_DEV_BSG
1256       use MIN() MAX() from param.h
1257       configure.ac: version bump
1258       libudev: device - free values before updating them
1259       libudev: enumerate - sort with qsort()
1260       udevd: detach event from worker if we kill a worker
1261       udevadm: info - add space after R:, A:, W: on database export
1262       udevd: make sure a worker finishes event handling before exiting
1263       udevd: handle SIGCHLD before the worker event message
1264       udevd: use bool
1265
1266
1267 Summary of changes from v143 to v144
1268 ============================================
1269
1270 Jon Masters (1):
1271       firmware: search for third party or sysadmin supplied firmware updates
1272
1273 Kay Sievers (19):
1274       configure.ac: add AM_SILENT_RULES
1275       configure.ac: version bump
1276       TODO: add cleanup of ATA_COMPAT
1277       libudev: queue - add comments for queue format
1278       udev/.gitignore: add udev.pc
1279       configure.ac: version bump
1280       do not exports properties starting with a '.'
1281       scsi_id: --reformat_serial - use udev_util_replace_whitespace()
1282       ata_id: sync ID_SERIAL(_SHORT) with other *_id tools
1283       rules: make ata_id properties the default for all ATA block devices
1284       scsi_id: delete no longer needed config file
1285       update NEWS
1286       man: udev - add private properties like ENV{.FOO}="bar"
1287       Merge branch 'firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/jcm/udev-jcm
1288       udevadm: test - print list of properties
1289       build: do not delete .la files
1290       libudev: monitor - handle kernel supplied DEVNAME properly
1291       update NEWS
1292       build: add *exec* to the internal rootlibdir name
1293
1294 Martin Pitt (2):
1295       hid2hci: narrow matches to real HCI devices
1296       extras/udev-acl: add smartcard readers
1297
1298 Stefan Richter (1):
1299       rules: set group ownership of new firewire driver device files
1300
1301
1302 Summary of changes from v142 to v143
1303 ============================================
1304
1305 Alan Jenkins (5):
1306       udevadm: settle - fix timeout
1307       udevd: remove tiny bit of dead code
1308       udevd: implement a more efficient queue file format
1309       udev-selinux.c: remove libudev header
1310       udevd: queue-export - fix crash
1311
1312 Benjamin Gilbert (1):
1313       test: check string substitutions in OWNER and GROUP
1314
1315 Dan Williams (2):
1316       rules: tty/net - move from udev-extras
1317       extras/modem-modeswitch: move from udev-extras
1318
1319 David Zeuthen (1):
1320       gudev: move from udev-extras
1321
1322 Kay Sievers (95):
1323       version bump
1324       rules: v4l do not mix vbi and video nodes
1325       fix possible endless loop for GOTO to non-existent LABEL
1326       Revert "rules: v4l do not mix vbi and video nodes"
1327       rule-generator: cd - skip by-path links if we create by-id links
1328       remove format char string truncation syntax
1329       use more efficient string copying
1330       edd_id: use openat()
1331       use openat(), unlinkat(), fstatat()
1332       update TODO
1333       remove unused GL_FORMAT from rules parser
1334       require key names in uppercase
1335       keep the ifdef'd udevd testing/profiling hack
1336       fix location of database files
1337       udevadm: settle - make --timeout=0 working
1338       update NEWS
1339       rules: add SUBSYSTEM match to scsi rules
1340       cdrom_id: suppress ID_CDROM_MEDIA_STATE=blank for plain non-writable CDROM media
1341       udevadm: control - add comment to man page about --reload-rules
1342       cdrom_id: add error message if open() fails
1343       udevadm: settle - add --exit-if-exists=<file>
1344       udevd: remove check for dev_t, DEVPATH_OLD takes care of that
1345       str[sp]cpyl: add __attribute__ ((sentinel))
1346       udevd: convert to event worker processes
1347       udevd: close netlink socket in worker and set cloexec
1348       rules: do not call path_id for virtual devices
1349       udevd: use enum instead of char in struct declaration
1350       allow format substitution in path of ATTR{<path>}=="<value>"
1351       cleanup $attr{} substitution
1352       path_id: implement in C using libudev
1353       path_id: update SCSI handling
1354       path_id: add comments
1355       fix signed/unsigned warning
1356       libudev: enumerate - allow multiple keys with the same name
1357       udevadm: trigger - add --property-match=<key>:<value>
1358       udevadm: info - accept --query without a value and print properties
1359       udevadm: control - --env -> --property
1360       udevadm: monitor --environment -> --property
1361       path_id: handle fibre channel
1362       path_id: add iscsi support
1363       path_id: delete old shell script
1364       udevd: print error if worker dies unexpectedly
1365       path_id: rename scsi sub-fuctions
1366       libudev: add comments to libudev.h
1367       libudev: move to top-level directory
1368       fix libudev include in Makefile.am.in
1369       libudev: device_new() -> udev_device_new()
1370       udevd: log info for created/killed workers
1371       libudev: call log functions conditionally
1372       move syslog wrapper to libudev
1373       move common stuff from udev/ to private parts of libudev/
1374       libudev: rename private files to *-private.c
1375       rules: remove scsi ch module loading rule
1376       update NEWS
1377       udevadm: info -revert "accept --query without argument"
1378       README: add kernel options
1379       README: add INOTIFY and SIGNALFD
1380       USE_LOG -> ENABLE_LOGGING, DEBUG -> ENABLE_DEBUG, USE_SELINUX -> WITH_SELINUX
1381       libudev: add gtk-doc
1382       libudev: update documentation
1383       libudev: doc - add section headers
1384       libudev: doc - add enumerate
1385       libudev: doc - add queue
1386       update TODO
1387       libudev: doc - add namespace for index
1388       libudev: move .so version to libudev Makefile
1389       autogen.sh: simplify
1390       TODO: update
1391       libudev: remove prefix from .so version variables
1392       libudev: doc - add empty libudev.types
1393       udev-acl: move from udev-extras
1394       INSTALL: add --enable-extras
1395       udev-acl: handle missing action when called in CK mode
1396       v4l_id: move from udev-extras
1397       libudev: doc - libudev-docs.sgml -> libudev-doc.xml
1398       gudev: fix typo in configure option
1399       v4l_id: 70-v4l.rules -> 60-persistent-v4l.rules
1400       configure: enable all extras by default, provide --disable-extras
1401       autogen.sh: make "CFLAGS=-O0 ./autogen.sh" working
1402       NEWS: add --disable-extras
1403       cleanup ./configure installation directory options
1404       rules: remove MMC rule, 2.6.30 has the modalias
1405       configure.ac: print error if gperf is missing
1406       libudev: install in $libdir and move later to $rootlibdir
1407       extras/keymap: use LIBEXECDIR instead /lib/udev
1408       README: add /lib/udev/ is private
1409       rules: do not install usb-id/pci-id rules when --disable-extras is used
1410       extras: delete man pages for private udev tools
1411       README: update
1412       extras/keymap: install findkeyboards in /lib/udev
1413       INSTALL: use /sbin instead of %{sbindir}
1414       NEWS: update
1415       udev.pc: add
1416       Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udev
1417       docs: install writing_udev_rules
1418
1419 Lennart Poettering (2):
1420       rules: sound - move from udev-extra
1421       usb-db: move from udev-extras
1422
1423 Marcel Holtmann (1):
1424       rules: make RFKILL control device world readable
1425
1426 Mario Limonciello (1):
1427       hid2hci: move from udev-extras
1428
1429 Martin Pitt (5):
1430       keymap: move from udev-extras
1431       extras/keymap: Fix WLAN button on ThinkPads
1432       keymap: Update findkeyboard path in docs
1433       udev-acl: Manage hplip device permissions
1434       extras/keymap: Update findkeyboards location
1435
1436 Matthias Schwarzott (3):
1437       rules: Gentoo update
1438       rules: Gentoo update
1439       rules: Gentoo update
1440
1441 Scott James Remnant (1):
1442       OWNER/GROUP: fix if logic
1443
1444
1445 Summary of changes from v141 to v142
1446 ============================================
1447
1448 Andre Przywara (1):
1449       rules: create /dev/cpu/<n>/cpuid world readable
1450
1451 Ian Campbell (1):
1452       path_id: support identification of Xen virtual block devices
1453
1454 John Wright (1):
1455       edd_id: add cciss devices
1456
1457 Kay Sievers (46):
1458       version bump
1459       libudev: path_encode - always return 0 if encoded string does not fit into size
1460       libudev: monitor - clarify socket handling documentation
1461       udevd: log error for too old kernels or CONFIG_SYSFS_DEPRECATED
1462       rules: remove DVB shell script
1463       update NEWS
1464       cdrom_id: add Xen cdrom support
1465       test-libudev: update monitor source
1466       TODO: add packet filter
1467       update NEWS
1468       cdrom_id: add and use ID_CDROM_MEDIA to decide if we run vol_id
1469       libudev: monitor - add client socket filter for subsystem value
1470       udevadm: monitor - print error if we can not bind to socket
1471       update TODO
1472       udevadm monitor - add --subsystem-match=
1473       libudev: monitor - use simpler hash
1474       libudev: monitor - switch to filter_add_match_subsystem_devtype()
1475       libudev: monitor - do not filter messages with wrong magic
1476       udevadm: monitor - add <subsytem>:<devtype> support
1477       libudev: monitor - add udev_monitor_filter_remove
1478       libudev: queue - fix get_seqnum_is_finished()
1479       cdrom_id: skip media tests if CDROM_DRIVE_STATUS != CDS_DISC_OK
1480       libudev: queue - clarify comments
1481       libudev: monitor - export filter_update()
1482       update NEWS
1483       drop "extern" keyword from non-static function
1484       rule_generator: net - fix usb comment generation
1485       rules: input - add links for USB/platform non-kbd/mouse devices
1486       rules: input - fix comments
1487       rules: add rfcomm* to group dialout
1488       accept DEVNAME from the kernel as a hint for the node name
1489       update TODO
1490       build: use AC_MSG_RESULT
1491       rules: add "event*" match
1492       udevd: revert initial device node creation
1493       rules: remove initramfs comment
1494       handle devtmpfs nodes
1495       oops, removed ppp entry from rules got committed
1496       remove all PHYSDEVPATH handling and warning about
1497       remove asmlinkage
1498       rules: fix ieee1394 rules
1499       add "static" back to the inline functions
1500       update TODO
1501       delete vol_id and require util-linux-ng's blkid
1502       delete libvolume_id
1503
1504 Lubomir Rintel (1):
1505       rule-generator: net - whitelist NICs that violate MAC local scheme
1506
1507
1508 Summary of changes from v140 to v141
1509 ============================================
1510
1511 Adam Buchbinder (4):
1512       usb_id: add manpage
1513       cdrom_id: update manpage
1514       create_floppy_devices: expand manpage
1515       vol_id: fix language in manpage
1516
1517 Alan Jenkins (1):
1518       avoid leaking netlink socket fd to external programs
1519
1520 Borislav Petkov (1):
1521       rules: rename ide-floppy to ide-gd
1522
1523 David Brownell (1):
1524       rules: exclude mtd* from persistent disk links
1525
1526 Kay Sievers (15):
1527       rules: fix extra quote in 50-udev-default.rules
1528       version bump
1529       udevadm: test - handling trailing '/' in devpath
1530       udevadm: monitor - clarify printed header
1531       rules: remove ram* from persisten disk links blacklist
1532       rules: serial - support ttyACM devices
1533       rules: replace IDE driver with media match
1534       usb_id: add ID_VENDOR_ID, ID_MODEL_ID, ID_USB_INTERFACE_NUM, ID_USB_DRIVER
1535       libudev: GPL -> LGPL
1536       usb_id: remove unused variable
1537       send monitor events back to netlink socket
1538       "UDEV_MONITOR_KERNEL/UDEV" -> "kernel/udev"
1539       IMPORT: 2048 -> 4096 bytes buffer
1540       path_encode: fix max length calculation
1541       libudev: monitor - unify socket message handling
1542
1543 Michal Soltys (1):
1544       rules: md-raid.rules fix
1545
1546 Robby Workman (1):
1547       udevadm: trigger - add "--action" to --help
1548
1549 Scott James Remnant (1):
1550       libudev: monitor - ignore messages from unusual sources
1551
1552
1553 Summary of changes from v139 to v140
1554 ============================================
1555
1556 Harald Hoyer (1):
1557       libvolume_id: bump age
1558
1559 Kay Sievers (12):
1560       version bump
1561       update TODO
1562       volume_id: ntfs - fix uuid setting
1563       update TODO
1564       rules: Fedora update
1565       libudev: queue - use lstat() to check existence of symlink
1566       udevadm: settle - add --seq-start= --seq-end=
1567       udevd: switch watch symlinks to devpath
1568       udevadm: add text for new options to command and man page
1569       update TODO
1570       libudev: ctrl - return error after sending ctrl message
1571       udevadm: settle - use timeout signal, instead of loop counter
1572
1573 Michael Prokop (1):
1574       fix compile error in debug mode
1575
1576 Scott James Remnant (1):
1577       udevadm: settle - synchronise with the udev daemon
1578
1579
1580 Summary of changes from v138 to v139
1581 ============================================
1582
1583 Kay Sievers (11):
1584       version bump
1585       remove static local variable
1586       use the event udev_device to disable the watch on "remove"
1587       add "nowatch" to disable a default installed watch with a later rule
1588       add m4/ subdir
1589       use AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCE
1590       usb_id: add ID_USB_INTERFACES=:0e0100:0e0200:010100:010200:
1591       usb_id: return values if called directly for an usb_device
1592       usb_id: fix NULL string usage
1593       usb_id: fix comment
1594       udevadm: info - export all devices with --export-db
1595
1596 Scott James Remnant (10):
1597       Don't add inotify watch until RUN rules processed.
1598       Clear existing inotify watch before processing.
1599       Cleanup a little.
1600       Allow watch handle to be stored in the udevdb.
1601       Store watch handle in db.
1602       Use the udevdb to speed up watch clearing.
1603       Put a log message in a more sensible place.
1604       Output watch handle in udevadm info.
1605       lookup the old watch handle; reload only if has a path
1606       Look at more inotify events in the buffer than just the first.
1607
1608
1609 Summary of changes from v137 to v138
1610 ============================================
1611
1612 David Zeuthen (1):
1613       *_id: add model/vendor enc strings
1614
1615 Karel Zak (2):
1616       vol_id: fix ddf version string
1617       vol_id: add missing id->type to swap0
1618
1619 Kay Sievers (13):
1620       man: fix grammar
1621       version bump
1622       fix NAME="" logic
1623       rules: dm - add escape for uuid links with whitespace
1624       test: add test for empty and non-existent ATTR
1625       rules: fix md "change"/"remove" handling
1626       autogen.sh: add more warnings
1627       fix NAME= and OPTION+="string_escape=..." logic
1628       rules: move OPTIONS to separate rule
1629       use global "reload_config" flag
1630       rules: add "watch" option to dm and md rules
1631       rules: include loop block devices in persistent links
1632       release 138
1633
1634 Matthias Schwarzott (1):
1635       rules: Gentoo update
1636
1637 Miklos Vajna (1):
1638       doc: writing udev rules - refer to 'udevadm info' instead of 'udevinfo'
1639
1640 Scott James Remnant (2):
1641       udevd: optionally watch device nodes with inotify
1642       rules: update persistent storage rules to use inotify watches
1643
1644
1645 Summary of changes from v136 to v137
1646 ============================================
1647
1648 Alan Jenkins (2):
1649       man: typo fixes
1650       remove stray initializer
1651
1652 Kay Sievers (17):
1653       version bump
1654       rules: fix typo in ide cd rule
1655       libudev: use 4096 bytes buffer for attribute reading
1656       rules: add drm devices to group "video"
1657       do not complain about a missing /etc/udev/rules.d/
1658       udevadm: test - remove --force option
1659       update NEWS
1660       remove name from index if the node name has changed
1661       cleanup old names before creating the new names
1662       open-code pollfd setup
1663       increase netif renaming timeout from 30 to 90 seconds
1664       Merge commit '5f03ed8a56d308af72db8a48ab66ed68667af2c6'
1665       Merge commit '9032f119f07ad3b5116b3d4858816d851d4127de'
1666       split up long line
1667       udevd: add back SA_RESTART
1668       usb_id: handle ATAPI devices like SCSI devices
1669       udevadm: settle - fix typo
1670
1671 Lennart Poettering (1):
1672       fix naming for tape nst devices in /dev/tape/by-path/
1673
1674 Olaf Kirch (2):
1675       udevd: use ppoll instead of signal pipes
1676       reap children faster
1677
1678 Scott James Remnant (2):
1679       Allow user and group lookup to be disabled.
1680       Expose delayed name resolution
1681
1682 Sven Jost (1):
1683       volume_id: support via raid version 2
1684
1685
1686 Summary of changes from v135 to v136
1687 ============================================
1688
1689 Adam Buchbinder (1):
1690       extras: fix mis-spelling of "environment"
1691
1692 Harald Hoyer (1):
1693       rule_generator: fix enumeration for write_cd_rules
1694
1695 Jeremy Higdon (1):
1696       path_id: rework SAS persistent names
1697
1698 Karel Zak (1):
1699       volume_id: HPFS code clean up
1700
1701 Kay Sievers (54):
1702       rules: ATA_COMPAT do not try to match on sr*, it will never have vendor ATA
1703       scsi_id: do not fail if no serial is found like for optical drives
1704       update configure and NEWS
1705       rules: fix isdn rules
1706       rules: add persistent /dev/serial/{by-id,by-path} rules
1707       make: install serial rules file
1708       make: do not delete autotools generated file with distclean
1709       udevadm: settle - allow --timeout=0 and --quiet
1710       rules: move aoe rules to default rules file
1711       volume_id: btrfs - update format
1712       rules: add "do not edit header"
1713       volume_id: support sub-uuid's and plug in btrfs device uuid
1714       libudev: include <sys/types.h>
1715       build: add -lsepol
1716       build: just use autoreconf -i
1717       rules: remove ide-scsi
1718       rules: first simple step merging with Ubuntu rules
1719       "'/sbin/modprobe abnormal' exit" - also print program options
1720       rules: more changes toward Ubuntu rules merge
1721       rules: more changes toward Ubuntu rules merge
1722       rules: remove /dev/raw/raxctl symlink, it's a devfs leftover
1723       rules: rtc - create rtc compat link only for cmos type rtc
1724       rules: remove legacy symlinks
1725       rules: do not put raw1394 in "video" group
1726       rules: second round merging with Ubuntu rules
1727       rules: remove /dev/dsp /dev/audio
1728       rules: put alsa in group "audio"
1729       rules: isdn - remove /dev/isdn/capi20 symlink
1730       rules: provide /dev/raw/rawctl
1731       if needed, store database entries also for devices which do not have a device node
1732       build: use autoreconf --symlink
1733       usb_id: add "image" class
1734       require non-SYSFS_DEPRECATED 2.6.20+ kernel
1735       build: default to --prefix=/usr --exec-prefix=""
1736       libudev: enumerate - add lookup by property
1737       rules: input - make sure needed variables are set
1738       libudev: device - read "uevent" only if info is not already loaded
1739       libudev: subsytem -> subsystem
1740       libudev: bump revision
1741       usb_id: use devtype lookup
1742       require 2.6.22+ kernel
1743       rules: Ubuntu merge - use group "cdrom"
1744       rules: Ubuntu merge - use group "tape"
1745       rules: replace DVB shell script rule
1746       rules: Ubuntu merge - s/uucp/dialout/
1747       update NEWS
1748       update NEWS
1749       enable skipping of "naming-only" rules
1750       usb_id: s/image/media/
1751       udevadm: s/udevinfo/udevadm info/
1752       rules: reorder block rules
1753       rules: zaptel - add "dialout" group
1754       libudev: device - add udev_device_get_property_value()
1755       libudev: test - add udev_device_get_property_value()
1756
1757 Marcel Holtmann (3):
1758       libudev: device - add devtype support
1759       libudev: device - lookup subsystem and devtype together
1760       libudev: device - remove udev_device_get_parent_with_subsystem
1761
1762 Michal Soltys (1):
1763       man: udev - update NAME assignment
1764
1765 Ryan Thomas (1):
1766       rules: add rules for AoE devices
1767
1768
1769 Summary of changes from v134 to v135
1770 ============================================
1771
1772 Kay Sievers (6):
1773       usb_id: add "break" to currently unused case labels
1774       rules: fix cciss disk/by-id/ links
1775       rules: add infiniband rules
1776       rules: infiniband.rules -> 40-infiniband.rules
1777       fix network interface name swapping
1778       update configure and NEWS
1779
1780 Marcel Holtmann (1):
1781       usb_id: fix switch statement for video type
1782
1783 Piter PUNK (2):
1784       rules: /dev/null -> X0R
1785       rules: add usb device nodes
1786
1787
1788 Summary of changes from v133 to v134
1789 ============================================
1790
1791 Gabor Z. Papp (1):
1792       include errno.h in sysdeps.h
1793
1794 Harald Hoyer (1):
1795       rules: add persistent rules for memory stick block devices
1796
1797 Kay Sievers (19):
1798       autogen.sh: fix -print-multi-os-directory usage
1799       volume_id: update btrfs magic
1800       bump version
1801       rules: merge group "video" into default rules
1802       rules: v4l - add by-id/ links for USB devices
1803       libudev: accept NULL whitelist in util_replace_chars()
1804       usb_id: replace chars in returned strings
1805       ata_id: make sure, we do not have slashes in values
1806       scsi_id: make sure, we do not have slashes in values
1807       volume_id: remove unused usage types
1808       vol_id: if regular files are probed, use stat() for the size value
1809       volume_id: update btrfs
1810       volume_id: clear probing result before probing and do not probe a second time, if not needed
1811       path_id: fix fibre channel handling
1812       update NEWS TODO
1813       floppy: use ARRAY_SIZE()
1814       fix handling of swapping node name with symlink name
1815       silence PHYSDEV* warning for WAIT_FOR* rules
1816       rules: exclude "btibm" devices from vol_id calls
1817
1818 Matthias Schwarzott (1):
1819       rules: Gentoo update
1820
1821 Peter Breitenlohner (2):
1822       man: fix typos
1823       floppy: fix array bounds check and minor calculation
1824
1825
1826 Summary of changes from v132 to v133
1827 ============================================
1828
1829 Alan Jenkins (2):
1830       udevd: de-duplicate strings in rules
1831       scsi_id: we don't use DEVPATH env var anymore, update man page
1832
1833 Karel Zak (1):
1834       volume_id: fat - move check for msdos signature (0x55 0xaa)
1835
1836 Kay Sievers (22):
1837       silence "comparison between signed and unsigned"
1838       string index - split nodes and childs to allow and unlimited number of childs
1839       reserve child slot 0
1840       merge trie nodes, childs and root into a single array
1841       set errno = ENOSYS in inotify stub
1842       udevadm: info - unify -V and --version
1843       rules: remove DEVTYPE disk/partition
1844       rules: remove pnp shell script, acpi loads these modules properly
1845       update NEWS
1846       configure: add linux-hotplug mail address
1847       remove len == 0 check, the index root is always '\0'
1848       volume_id: bump revision
1849       volume_id: always check for all filesystem types and skip conflicting results
1850       volume_id: fat - accept empty FAT32 fsinfo signature
1851       fix spelling in comment
1852       volume_id: ntfs - mark as no other fs must match
1853       vol_id: clarify error message
1854       libudev: device - handle disk "device" link for partitions in deprecated sysfs layout
1855       limit $attr(<symlink>) magic to well-known links only
1856       udevd: fix cleanup of /dev/.udev/uevent_seqnum
1857       fix $links substitution for devices without any link
1858       update NEWS
1859
1860 Sergey Vlasov (1):
1861       udevadm: fix option parsing breakage with klibc
1862
1863
1864 Summary of changes from v131 to v132
1865 ============================================
1866
1867 Kay Sievers (2):
1868       fix size_t compiler warning on 32 bit platforms
1869       convert debug string arrays to functions
1870
1871
1872 Summary of changes from v130 to v131
1873 ============================================
1874
1875 Alan Jenkins (17):
1876       libudev: fix sysnum logic for digit-only device names
1877       udevd: avoid overhead of calling rmdir on non-empty directories
1878       use more appropriate alternatives to malloc()
1879       libudev: util - optimize path_encode()
1880       libudev: allocate udev_device->envp[] dynamically
1881       replace strncpy() with strlcpy()
1882       use re-entrant variants of getpwnam and getgrnam
1883       udevd: fix memory leak
1884       udevd: fix WAIT_FOR_SYSFS execution order
1885       fix handling of string_escape option
1886       udevd: use a tighter loop for compare_devpath()
1887       udevd: avoid implicit memset in match_attr()
1888       kerneldoc comment fixes
1889       udevd: simplify rules execution loop
1890       udevd: fix termination of rule execution
1891       udevd: be more careful when matching against parents
1892       udevd: shrink struct token to 12 bytes
1893
1894 Kay Sievers (113):
1895       remove outdated docs/README-gcov_for_udev
1896       libudev: device - add device lookup by subsystem:sysname
1897       libudev: also prefix non-exported functions with udev_*
1898       libudev: add udev_monitor_send_device()
1899       libudev: list - add flag
1900       libudev: device - generate DEVNAME and DEVLINKS properties
1901       vol_id: update README
1902       libudev: handle ! in sysname, add sysnum, return allocated list_entry on add
1903       delete simple-build-check.sh
1904       test: move global ENV{ENV_KEY_TEST}="test" to local rule
1905       libudev: monitor - fix send_device() property copying
1906       libudev: device - add get_envp() to construct envp from property list
1907       libudev: do not include ctrl in libudev.so
1908       libudev: monitor - do not mangle DEVLINKS property
1909       libudev: update DEVLINKS property when properties are read
1910       libudev: device - lookup "subsystem" and "driver" only once
1911       libudev: device - export properties when values are set
1912       libudev: list - handle update of key with NULL value
1913       libudev: ctrl - fix typo in set_env()
1914       libudev: add global property list
1915       libudev: device - copy global properties, unset empty properties
1916       volume_id: btrfs - update magic to latest disk format
1917       udevd: use libudev
1918       move udev_device_db to libudev
1919       rename udev source files
1920       libudev: always add UDEV_LOG
1921       libudev: monitor - export MAJOR/MINOR only if available
1922       udev-node: name_list -> udev_list
1923       udev-rules-parse: name_list -> udev_list
1924       delete name_list, move common file functions
1925       fix sorting of rules files
1926       run_program: prevent empty last argv entry
1927       update IMPORT= file/stdout property parsing
1928       update rules file parsing
1929       delete udev-util-file.c
1930       libudev: list - prepend udev_* to all functions
1931       libudev: add sysnum to test program
1932       test: fix a few unintentially wrongly written rules which cause parse errors
1933       libudev: monitor - add set_receive_buffer_size()
1934       libudev: ctrl - change magic to integer
1935       libudev: make list_node functions available
1936       udevd: use udev_list_node
1937       collect: use udev_list
1938       delete list.h
1939       merge udev-rules.c and udev-rules-parse.c
1940       make struct udev_rules opaque
1941       move run_program to util
1942       udev_event_run() -> udev_event_execute_rules()
1943       udev_rules_run() -> udev_event_execute_run();
1944       move udev_rules_apply_format() to udev-event.c
1945       udev_list_cleanup() -> udev_list_cleanup_entries()
1946       selinux_init(udev) -> udev_selinux_init(udev)
1947       prefix udev-util.c functions with util_*
1948       pass make distcheck
1949       libudev: device - get_attr_value() -> get_sysattr_value()
1950       cdrom_id: remove ARRAY_SIZE() declaration
1951       replace missing get_attr_value() -> get_sysattr_value()
1952       add "root" == 0 shortcuts to lookup_user/group()
1953       do not use the new work-in-progress parser rule matcher
1954       libudev: device - 128 -> ENVP_SIZE
1955       add util_resolve_subsys_kernel()
1956       handle numerical owner/group string in lookup_user/group()
1957       replace in-memory rules array with match/action token list
1958       do not create temporary node ($tempnode) if node already exists
1959       shrink struct udev_event
1960       shrink struct udev_event
1961       rule_generator: fix netif NAME= value extraction regex
1962       skip SYMLINK rules for devices without a device node
1963       rules: let empty strings added to buffer always return offset 0
1964       fix uninitialized variable warnings
1965       cache uid/gid during rule parsing
1966       distinguish "match" from "assign" by (op < OP_MATCH_MAX)
1967       determine at rule parse time if we need to call fnmatch()
1968       special-case "?*" match to skip fnmatch()
1969       libudev: monitor - replace far too expensive snprintf() with strlcpy()
1970       libudev: monitor - cache result of monitor send buffer
1971       fix "unused" warnings
1972       remove debug printf
1973       match KEY="A|B" without temporary string copy
1974       match_attr() - copy attr value only when needed
1975       do not init string arrays, just clear first byte
1976       fix $attr{[<subsystem>/<sysname>]<attribute>} substitution
1977       libudev: device - fill envp array while composing monitor buffer
1978       test: add RUN+="socket: ..." to a test to run monitor code
1979       libudev: device - allocate envp array only once
1980       update NEWS
1981       udevd: merge exec and run queue to minimize devpath string compares
1982       ATTR{}== always fails if the attribute does not exist
1983       rules: remove SCSI timeouts
1984       rules: remove "add" match from usb device node rule
1985       edd_id: add "change" event match
1986       fstab_import: add "change" event match
1987       write trace log to stderr
1988       log rules file and line number when NAME, SYMLINK, OWNER, GROUP, MODE, RUN is applied
1989       skip entire rule containing device naming keys, if no device can be named
1990       fix udev_node_update_old_links() logic
1991       move some info() to dbg()
1992       add "devel" and "install" switches to autogen.sh
1993       move debugging strings inside #ifdef DEBUG
1994       firmware.sh: record missing files in /dev/.udev/firmware-missing/
1995       fix list handling in enumerate and rules file sorting
1996       volume_id: btrfs update
1997       info() PROGRAM and IMPORT execution
1998       fix $links substitution
1999       fix cleanup of possible left-over symlinks
2000       do not import the "uevent" file when we only read the db to get old symlinks
2001       usb_id: MassStorage SubClass 6 is "scsi" not "disk"
2002       unify string replacement
2003       $links should be relative
2004       fix indentation
2005       rules: md - add mdadm 3 device naming
2006       cleanup /dev/.udev/queue on startup and exit
2007       udevadm: settle - exit if udevd exits
2008
2009 Matthias Koenig (1):
2010       volume_id: swap - larger PAGE_SIZE support
2011
2012 Steven Whitehouse (1):
2013       volume_id: support for GFS2 UUIDs
2014
2015
2016 Summary of changes from v129 to v130
2017 ============================================
2018
2019 Kay Sievers (26):
2020       fix compile error with --disable-logging
2021       libudev: enumerate - add_device() -> add_syspath()
2022       volume_id: hpfs - read label and uuid
2023       use no_argument, required_argument, optional_argument in longopts
2024       libudev: get rid of selinux
2025       libudev: device - add get_parent_with_subsystem()
2026       usb_id: use libudev
2027       udevadm: info - fix --query=all for devices without a device node
2028       vol_id: add size= option
2029       move selinux noops to udev.h
2030       volume_id: add dbg() as noop to check for compile errors
2031       vol_id: fix logging glue
2032       vol_id: always use the safe string versions for unencoded label and uuid
2033       volume_id: better DDF raid detection
2034       volume_id: add btrfs
2035       volume_id: use PRIu64i, PRIx64 macros
2036       udevd: clarify deprecated sysfs layout warning
2037       libudev: fix --enable-debug
2038       don not print error if GOTO jumps just to next rule
2039       volume_id: add more vfat debugging information
2040       libudev: libudev.pc remove selinux
2041       store node name and symlinks into db symlink target if they are small enough
2042       volume_id: more fat debugging
2043       libudev: fix typo in "multiple entries in symlink" handling
2044       connect /sys and /dev with /sys/dev/{block,char}/<maj>:<min> and /dev/{block,char}/<maj>:<min>
2045       replace spaces in dm and md name symlinks
2046
2047
2048 Summary of changes from v128 to v129
2049 ============================================
2050
2051 Alan Jenkins (7):
2052       udev-test.pl: set non-zero exitcode if tests fail
2053       scsi_id: compiler warning on 32-bit
2054       trivial cleanup in udev_rules_iter
2055       avoid repeated scans for goto targets (udev_iter_find_label)
2056       replace strerror() usage with threadsafe "%m" format string
2057       fix messages (inc. debug compile failure) introduced when optimizing "goto"
2058       allow compiler to check dbg() arguments on non-debug builds
2059
2060 Kay Sievers (46):
2061       libudev: switch to "udev_device_get_parent"
2062       libudev: udev_device - add attribute cache
2063       libudev: handle "device" link as parent, handle "class" "block" as "subsystem"
2064       udevadm: info - fix lookup-by-name
2065       libudev: switch API from devpath to syspath
2066       libudev: rename ctrl_msg to ctrl_msg_wire
2067       vol_id: fix lib logging glue
2068       fix broken symlink resolving
2069       fix udevadm trigger
2070       libudev: pass udev_device in enumerate
2071       libudev: fix "subsystem" value
2072       always include config.h from Makefile
2073       libudev: udev_device_get_devname -> udev_device_get_devnode
2074       libudev: add udev_device_new_from_devnum()
2075       libudev: also import "uevent" file when reading udev database
2076       libudev: add userdata pointer
2077       libudev: replace awkward callback list interfaces with list iterators
2078       libudev: get devnum from uevent file
2079       libudev: enumerate_get_devices_list -> enumerate_get_list
2080       libudev: initialize selinux only when needed
2081       libudev: device - read database only when needed
2082       libudev: rework list handling
2083       libudev: more list rework
2084       lubudev: accept more sys directories as devices, and parent devices
2085       libudev: enumerate - accept list of subsystems to scan, or skip
2086       libudev: enumerate "subsystem"
2087       libudev: enumerate - scan /sys/block/ if needed
2088       libudev: enumerate - split new() and scan()
2089       test: replace ancient sysfs tree with recent one
2090       test: add missing pci directory because of .gitignore *.7
2091       gitignore: move *.8 to subdirs
2092       test: replace last reference of "/class/*" devpath
2093       fix dbg() callers
2094       libudev: enumerate - scan devices and subsystems, add subsystem and attribute filter
2095       udevadm: trigger: use libudev
2096       fix segfault caused by wrong pointer used in dbg()
2097       libudev: device_init() -> device_new()
2098       udevadm: trigger fix long option --type=
2099       libudev: add queue interface
2100       udevadm: settle - use libudev queue
2101       libudev: device - handle /sys/block/<disk-device-link>/<partition>
2102       libudev: enumerate - ignore regular files while scanning
2103       udevadm: trigger --type=failed - use libudev queue
2104       rules: ieee1394 - create both, by-id/scsi-* and by-id/ieee-* links
2105       build: include Makefile.am.inc in all Makefile.am
2106       udevd: print warning if CONFIG_SYSFS_DEPRECATED is used
2107
2108
2109 Summary of changes from v127 to v128
2110 ============================================
2111
2112 Alan Jenkins (8):
2113       fix uninitialized name_list error::ignore_error
2114       do not needlessly declare some local variables in udev_rules_parse.c as static
2115       remove deprecated envp[] in main()
2116       fix name compare bug name_list_key_add()
2117       remove redundant string copy in udev_rules_apply_format()
2118       remove redundant "remove trailing newlines" in udevadm info
2119       threadsafe rules iteration
2120       fix off-by-one in pass_env_to_socket()
2121
2122 Kay Sievers (53):
2123       libudev: add monitor documentation
2124       libudev: fix --disable-log
2125       autogen.sh: add --with-selinux
2126       volume_id: hfs - calculate proper uuid
2127       fix dangling pointer returned by attr_get_by_subsys_id()
2128       udev-test.pl: add --valgrind option
2129       libudev: libudev.pc add Libs.private
2130       volume_id: fail on undefined __BYTE_ORDER
2131       remove FAQ
2132       libudev: fix monitor documentation
2133       libudev: add udev_device_get_syspath()
2134       udev_device_init() remove statically allocated device support
2135       udevadm: info - fix broken --device-id-of-file=
2136       udevadm: control - use getopt_long()
2137       udevadm: print warning to stderr if udevadm is called by symlink
2138       udev-test.pl: remove left-over comment from --valgrind option
2139       udevadm: rename source files
2140       udevadm: rename internal functions to udevadm_*
2141       udevadm: split out control functions
2142       udevadm: move init from commands to udevadm
2143       autogen.sh: add debug
2144       use libudev code, unify logging, pass udev context around everywhere
2145       volume_id: linux_raid - fix logic for volumes with size == 0
2146       vol_id: add --debug option
2147       udevadm: add --version --help options to man page, hide them as commands
2148       move udev_ctrl to libudev-private
2149       udev-test.pl: set udev_log="err"
2150       test-udev: cleanup libudev context and overridden rules file string
2151       test-udev: remove unused var
2152       add a bunch of private device properties to udev_device
2153       udevadm: monitor - use libudev for udev monitor
2154       libudev: monitor - add event properties to udev_device
2155       udevadm: log message if udevadm link is used
2156       udevd: remove max_childs_running logic
2157       libudev: monitor- add netlink uevent support
2158       udevadm: monitor - use libudev code to retrieve device data
2159       libudev: udev_device - read "driver" value
2160       libudev: rename enumerate function
2161       libudev: add selinux
2162       libudev: initialize selinux after logging
2163       volume_id: merge util.h in libvolume_id-private.h
2164       update file headers
2165       libudev: udev_device - add more properties
2166       libudev: do not use udev_db.c
2167       libudev: get rid of udev_sysfs.c
2168       libudev: get rid of udev_utils.c
2169       libudev: rename libudev-utils.c libudev-util.c
2170       libudev: do not use any udev source file
2171       extras: use libudev code
2172       convert to libudev and delete udev_utils_string.c
2173       get rid of udev_sysdeps.c
2174       use size definitions from libudev
2175       udevadm: info - use "udev_device"
2176
2177
2178 Summary of changes from v126 to v127
2179 ============================================
2180
2181 Karel Zak (2):
2182       build-sys: don't duplicate file names
2183       build-sys: remove non-POSIX variable names
2184
2185 Kay Sievers (26):
2186       add inotify dummy definitions if inotify is not available
2187       build: remove autopoint check
2188       udevadm: trigger - add missing attr filter to synthesized "subsystem" register events
2189       ignore duplicated rules file names
2190       fix .gitignore
2191       rules: delete all distro rules which do not use default rules
2192       rules: add nvram
2193       rules: add isdn rules
2194       rules: Gentoo update
2195       add missing includes
2196       add some warnings
2197       update .gitignore
2198       add missing 'v' for "make changelog"
2199       build: fix "make dist"
2200       vol_id: make the --offset= argument optional
2201       rules: optical drives - probe at last session offset, do not probe for raid
2202       libudev: add library to access udev information
2203       libudev: split source files
2204       update INSTALL
2205       libudev: add udev event monitor API
2206       volume_id: remove deprecated functions and bump major version
2207       volume_id: remove left-over fd close()
2208       split udev_device.c to leave out rules handling from libudev
2209       libudev: link against selinux if needed
2210       firmware.sh: lookup lookup kernel provided firmware directory
2211       libudev: require LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE
2212
2213 Michal Soltys (1):
2214       rules: fix md rules for partitioned devices
2215
2216
2217 Summary of changes from v125 to v126
2218 ============================================
2219
2220 Kay Sievers (9):
2221       delete all Makefiles and move udev source to udev/
2222       use autotools
2223       rules: mode 0660 for group "disk"
2224       rules: update Fedora rules
2225       update ChangeLog
2226       INSTALL: --enable-selinux not --with-selinux
2227       volume_id: move static lib to $prefix
2228       volume_id: create relative links
2229       rules: run vol_id on opticals only if media is found
2230
2231 Marco d'Itri (1):
2232       rules: Debian update
2233
2234 Thomas Koeller (1):
2235       use proper directory lib/lib64 for libvolume_id
2236
2237
2238 Summary of changes from v124 to v125
2239 ============================================
2240
2241 John Huttley (1):
2242       rules: tape rules - add nst to usb and 1394 links
2243
2244 Karl O. Pinc (1):
2245       man: clarify $attr{} parent searching
2246
2247 Kay Sievers (14):
2248       collect: fix size_t printf
2249       path_id: suppress trailing '-' like 'ID_PATH=pci-0000:05:01.0-'
2250       rules: add v4l persistent links
2251       docs: update some docs and delete outdated stuff
2252       scsi_id: fix fallback to sg v3 for sg nodes
2253       rules: fix cciss rules for partition numbers > 9
2254       udev.conf: udevcontrol -> udevadm control
2255       rules: use consistently OPTIONS+=
2256       scsi_id: the fallback fix broke error handling
2257       man: rebuild from xml
2258       do not touch node ownership and permissions, if already correct
2259       rules: tape rules - add nst to by-path/ links
2260       udevadm: info - add --export format to --device-id-of-file=
2261       move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/
2262
2263 Marco d'Itri (7):
2264       rules_generator: net rules - do not print error if file is missing and ignore commented rules
2265       man: add link_priority default value
2266       scsi_id: man page fix
2267       udevadm: settle - add verbose output when running into timeout
2268       rules: Debian update
2269       rules: Debian update
2270       ignore rule with GOTO to a non-existent label
2271
2272 Thomas Koeller (1):
2273       scsi_id: include sys/stat.h
2274
2275 Tobias Klauser (1):
2276       collect: check realloc return value
2277
2278
2279 Summary of changes from v123 to v124
2280 ============================================
2281
2282 Kay Sievers (1):
2283       cdrom_id: fix recognition of blank media
2284
2285
2286 Summary of changes from v122 to v123
2287 ============================================
2288
2289 Erik van Konijnenburg (3):
2290       add substitution in MODE= field
2291       Makefile: use udevdir in "make install"
2292       volume_id: support for oracleasm
2293
2294 Harald Hoyer (1):
2295       scsi_id: retry open() on -EBUSY
2296
2297 Karel Zak (2):
2298       volume_id: remove unnecessary global variable
2299       volume_id: enable GFS probing code, add LABEL support
2300
2301 Kay Sievers (5):
2302       edd_id: call it only for sd* and hd*
2303       rename WAIT_FOR_SYSFS to WAIT_FOR and accept an absolute path
2304       rules: tape rules - use bsg device nodes for SG_IO
2305       rules: persistent net - handle "locally administered" ibmveth MAC addresses
2306       cdrom_id: export ID_CDROM_MEDIA_TRACK_COUNT_AUDIO=, ID_CDROM_MEDIA_TRACK_COUNT_DATA=
2307
2308 Michal Soltys (1):
2309       man: add NAME== match entry
2310
2311 Xinwei Hu (2):
2312       collect: realloc buffer, if needed
2313       udevd: export .udev/queue/$seqnum before .udev/uevent_seqnum
2314
2315
2316 Summary of changes from v121 to v122
2317 ============================================
2318
2319 Hannes Reinecke (2):
2320       scsi_id: remove all sysfs dependencies
2321       scsi_id: add SGv4 support
2322
2323 Karel Zak (1):
2324       volume_id: clean up linux_raid code
2325
2326 Kay Sievers (8):
2327       scsi_id:  update man page
2328       scsi_id: remove bus_id option
2329       scsi_id: add --sg-version= option
2330       rules: adapt to new scsi_id
2331       rules: adapt tape rules to new scsi_id
2332       scsi_id: add bsg.h
2333       volume_id: bump version
2334       Makefile: do not create udevcontrol, udevtrigger symlinks
2335
2336 MUNEDA Takahiro (2):
2337       man: udevd- fix udev(8) reference
2338       man: scsi_id
2339
2340 Matthias Schwarzott (1):
2341       cdrom_id: fix segfault
2342
2343
2344 Summary of changes from v120 to v121
2345 ============================================
2346
2347 Damjan Georgievski (1):
2348       libvolume_id: recognize swap partitions with a tuxonice hibernate image
2349
2350 Daniel Drake (1):
2351       writing udev rules: fix rule typos
2352
2353 David Woodhouse (1):
2354       rules_generator: net rules - add "dev_id" value to generated rules
2355
2356 Harald Hoyer (1):
2357       selinux: more context settings
2358
2359 Kay Sievers (21):
2360       udevinfo: do not replace chars when printing ATTR== matches
2361       vol_id: add --offset option
2362       cdrom_id: replace with version which also exports media properties
2363       udevd: at startup write message including version number to kernel log
2364       rules_generator: net rules - always add KERNEL== match to generated rules
2365       selinux: fix missing includes
2366       allow setting of MODE="0000"
2367       path_id: remove subsystem whitelist
2368       logging: add trailing newline to all strings
2369       scsi_id: initialize serial strings
2370       persistent device naming: also read unpartitioned media
2371       cdrom_id: add more help text
2372       add $links substitution
2373       fstab_import: add program to IMPORT matching fstab entry
2374       add OPTIONS+="event_timeout=<seconds>"
2375       write "event_timeout" to db
2376       udevadm: trigger - add --env= option
2377       udevadm: control - fix --env key to accept --env=<KEY>=<value>
2378       udevadm: info - do not print ATTR{dev}==
2379       persistent device naming: update tape rules
2380       rules: update md rules
2381
2382
2383 Summary of changes from v119 to v120
2384 ============================================
2385
2386 Kay Sievers (9):
2387       test: remove duplicated EXTRA entry
2388       rules: remove last WAIT_FOR_SYSFS, load ppdev, switch scsi_device
2389       udevadm: trigger - option to synthesize events and pass them to a socket
2390       udevadm: info - resolve devpath if symlink is given
2391       udevadm: remove old man page links and compat links for debugging tools
2392       udevadm: trigger - fix broken socket option check
2393       udevadm: trigger - fix --socket== + --verbose
2394       also accept real socket files for RUN+="socket:<path>"
2395       persistent device naming: cleanup storage rules
2396
2397 Michael Kralka (1):
2398       udevd: serialize events if they refer to the same major:minor number
2399
2400
2401 Summary of changes from v118 to v119
2402 ============================================
2403
2404 Anthony L. Awtrey (1):
2405       do not skip RUN execution if device node removal fails
2406
2407 Harald Hoyer (2):
2408       rules: Fedora update
2409       rules: do not set GROUP="disk" for scanners
2410
2411 Jiri Slaby (1):
2412       rules_generator: add missing write_net_rules unlock
2413
2414 Karel Zak (2):
2415       volume_id: fix UUID raw buffer usage
2416       volume_id: fix typo in function documentation
2417
2418 Kay Sievers (10):
2419       switch mailing lists to linux-hotplug@vger.kernel.org
2420       rules: remove tty rule which can never run because of an earlier "last_rule"
2421       volume_id: update ext detection
2422       selinux: set context for real file name not the temp name
2423       hack to allow ATTR{block/*/uevent}="change"
2424       rules_generator: add KERNEL=="<netifname>*" to generated rules
2425       persistent device naming: also run on "change" event
2426       test: add "subsystem" links to all devices
2427       sysfs: depend on "subsystem" link
2428       extend hack to allow TEST=="*/start"
2429
2430 Matthias Schwarzott (1):
2431       volume_id: respect LDFLAGS
2432
2433 Neil Williams (1):
2434       volume_id: add prefix=, exec_prefix=
2435
2436 Roy Marples (1):
2437       Makefile: do not require GNU install
2438
2439
2440 Summary of changes from v117 to v118
2441 ============================================
2442
2443 Daniel Drake (1):
2444       doc: update "writing udev rules"
2445
2446 Hannes Reinecke (1):
2447       volume_id: LVM - add uuid
2448
2449 Kay Sievers (9):
2450       remove udevstart
2451       rules_generator: do not create rules with insufficient matches
2452       man: udevadm settle - mention 180 seconds default timeout
2453       libvolume_id: squashfs - add endianess support for LZMA compression
2454       rules: add AOE rule
2455       volume_id: md - add metadata minor version
2456       volume_id: run only once into a timeout for unreadable devices
2457       create_floppy_devices: fix logic for more than one floppy device
2458       volume_id: also add readable check to probe_all()
2459
2460 Matthias Schwarzott (1):
2461       rules: Gentoo update
2462
2463 Michael Prokop (1):
2464       libvolume_id: squashfs+LZMA compression detection
2465
2466
2467 Summary of changes from v116 to v117
2468 ============================================
2469
2470 Dan Nicholson (2):
2471       extras: ignore built and generated files
2472       volume_id: create relative symlink when $(libdir) = $(usrlibdir)
2473
2474 Kay Sievers (15):
2475       usb_id: fail if vendor/product can not be retrieved
2476       rules: SUSE update
2477       firmware: do not print error if logger is missing
2478       volume_id: vfat - allow all possible sector sizes
2479       volume_id: LUKS - export version
2480       volume_id: ntfs - rely on valid master file table
2481       volume_id: bump version
2482       udevinfo: exclude "uevent" file from --attribute-walk
2483       udevadm: merge all udev tools into a single binary
2484       udevadm: accept command as option, like --help, --version
2485       udevadm: add info option --device-id-of-file=<file>
2486       Makefile: fix bogus version number than got committed
2487       udevadm: also return major==0 results for --device-id-of-file
2488       man: udevd.8 - remove udevcontrol section
2489       udevadm: control - allow command to be passed as option
2490
2491 MUNEDA Takahiro (1):
2492       man: fix udevadm.8 typo
2493
2494 Matthias Schwarzott (2):
2495       firmware: remove hardcoded path to logger
2496       rules: Gentoo update
2497
2498 VMiklos (1):
2499       rules: Frugalware update
2500
2501
2502 Summary of changes from v115 to v116
2503 ============================================
2504
2505 Bryan Kadzban (1):
2506       rules: fix typos
2507
2508 Harald Hoyer (3):
2509       check line length after comment check and whitespace strip
2510       only install *.rules
2511       remove extra space from udevinfo symlink output
2512
2513 Kay Sievers (29):
2514       rules: fix two trivial typos
2515       rules: random and urandom are 0666
2516       rules: add REMOVE_CMD rule
2517       track "move" events to rename database and failed files
2518       rules: Gentoo update
2519       rules: add i2o driver rule
2520       man: recreate man pages
2521       volume_id: fix linux_raid metadata version 1.0 detection
2522       add $name substitution
2523       do not delete the device node with ignore_remove, but handle the event
2524       print warning for invalid TEST operations
2525       rules: do not delete /lib/udev/devices/ nodes on "remove"
2526       rules: remove broken nvram group assignment without any permission
2527       add /dev/rtc symlink if new rtc drivers are used
2528       increase WAIT_FOR_SYSFS timeout to 10 seconds
2529       rules: put bsd nodes in /dev/bsd/ directory
2530       path_id: fix for stacked class devices
2531       ignore device node names while restoring symlinks from the stack
2532       use SEQNUM in /dev/.udev/queue/ instead of devpath
2533       rules: add memstick module loading
2534       udevinfo: simplify symlink printing logic
2535       prevent wrong symlink creation if database disagress with current rules
2536       fix wrong variable used in logged string
2537       update README
2538       rule_generator: move all policy from write_net_rules to the rules file
2539       rules: call usb_id only for SUBSYSTEMS=="usb"
2540       rules: split out and fix persistent tape rules
2541       fix debug output string
2542       rule_generator: always match netif type in generated rule
2543
2544 Matthias Schwarzott (3):
2545       rules: Gentoo update
2546       rules: Gentoo update
2547       rules: Gentoo update
2548
2549 Michael Morony (1):
2550       set buffer size if strlcpy/strlcat indicate truncation
2551
2552 maximilian attems (1):
2553       correct includes in udev_selinux.c
2554
2555
2556 Summary of changes from v114 to v115
2557 ============================================
2558
2559 Harald Hoyer (1):
2560       rules: fix typo in 80-drivers.rules
2561
2562 Kay Sievers (15):
2563       rules: add default rules
2564       rules: update SUSE rules
2565       rules: add packages rules
2566       rules: add ia64 rules
2567       rules: move md-raid rules to packages dir
2568       rules: run vol_id only for partitions
2569       rules: update Fedora rules
2570       edd_id: move persistent rules to its own file
2571       accept relative path for TEST
2572       rules: add iowarrior rule
2573       volume_id: fix sqashfs detection
2574       do not ignore dynamic rule if it is the last one in the list
2575       rule_generator: fix wrong DRIVERS!= logic
2576       rules: update Fedora
2577       Makefile: install default rules
2578
2579 Marco d'Itri (3):
2580       rules_generator: remove policy from write_cd_rules
2581       rules_generator: fix write_cd_rules when similar names exist in the root directory
2582       rules: Debian update
2583
2584
2585 Summary of changes from v113 to v114
2586 ============================================
2587
2588 Hannes Reinecke (3):
2589       collect: extra to synchronize actions across events
2590       add $driver subtitution
2591       rules_generator: add S/390 persistent network support
2592
2593 Kay Sievers (24):
2594       rules_generator: remove executable flag from include file
2595       always unlink temporary file before creating new one
2596       rules: SUSE update
2597       volume_id: ext4 detection
2598       udevtrigger: allow to specify action string
2599       add option to RUN key to ignore the return value of the program
2600       use global udev_log variable instead of parameter in run_program
2601       add udev_rules_run() to handle RUN list
2602       move udev_utils_run.c into udev_rules.c
2603       rules: SUSE update
2604       name_list: rename loop_name -> name_loop
2605       handle dynamic rules created in /dev/.udev/rules.d/
2606       allow SYMLINK== match
2607       libvolume_id: use /usr/$libdir in pc file
2608       Makefile: add --as-needed flag to ld
2609       restore behavior of NAME==
2610       rules_generator: remove "installation" function
2611       udevtrigger: trigger "driver" events
2612       rules: update SUSE
2613       rules: Fedora update
2614       rules: add "do not edit" comment
2615       rules: Fedora update
2616       rules_generator: skip random MAC addresses
2617       write changed network interface names to the kernel log
2618
2619 Matthias Schwarzott (3):
2620       rules: Gentoo update
2621       fix inotify to work not only once
2622       rules: Gentoo update
2623
2624 Richard Hughes (1):
2625       Makefile: add "make dist" for nightly snapshots
2626
2627
2628 Summary of changes from v112 to v113
2629 ============================================
2630
2631 David Zeuthen (1):
2632       vol_id: do not fail if unable to drop privileges
2633
2634 Kay Sievers (12):
2635       add missing ChangeLog
2636       make ATTR{[$SUBSYSTEM/$KERNEL]<attr>}="<value>" working
2637       rules: recognize partitions and disk devices properly
2638       rules: SUSE update
2639       atomically replace existing nodes and symlinks
2640       do not try to create existing file
2641       info() for ignore_remove
2642       rules: SUSE update
2643       Makefile: check for missing ChangeLog or RELEASE-NOTES at release
2644       allow to disable the replacement of unusual characters
2645       no newline in log messages
2646       udevd: do not use syslog if --verbose (debugging) is used
2647
2648 Tobias Klauser (1):
2649       fix typo in udev_utils_run.c
2650
2651
2652 Summary of changes from v111 to v112
2653 ============================================
2654
2655 Fabio Massimo Di Nitto (1):
2656       rules: ignore partitons that span the entire disk
2657
2658 Hannes Reinecke (1):
2659       cciss device support
2660
2661 Kay Sievers (34):
2662       udevd: close /proc/meminfo after reading
2663       create_floppy_devices: remove dead "unlink" code
2664       volume_id: add function documentation
2665       udev_db: escape path names with \x00 instead of %00
2666       udevsettle: use long options
2667       replace_chars: replace spaces in node name
2668       volume_id: add and export string encoding function
2669       vol_id: export encoded strings
2670       rules: use encoded strings instead of skipping characters
2671       udevtest: print message before log output
2672       volume_id: escape % character
2673       replace_chars: replace % character
2674       IMPORT: do not mangle whitespace
2675       scsi_id: do not install symlink in /sbin
2676       rules: SUSE update
2677       volume_id: terminate overlong label strings
2678       scsi_id: add long options
2679       rules: use long options for scsi_id
2680       path_id: skip subsystem directory
2681       rules: fix cciss rule
2682       rules: SUSE update
2683       scsi_id: fix typo in help text
2684       fix "do not access parent" warning for ATTR{}
2685       sysfs: add device lookup by $SUBSYSYTEM:$KERNEL
2686       events for "bus" and "class" registration must be matched as "subsystem"
2687       udevtest: add --subsystem option
2688       sysfs: change order of subsystem lookup
2689       add $sys substitution
2690       add TEST=="<file>" key
2691       add "[$SUBSYSTEM/$KERNEL]<attribute>" lookup
2692       sysfs: handle bus/class top-level directories
2693       sysfs: skip unknown sysfs directories
2694       rules: SUSE update
2695       release 112
2696
2697 Miklos Vajna (2):
2698       create_floppy_devices: add man page
2699       path_id: remove on make uninstall
2700
2701 Ryan Lortie (1):
2702       volume_id: support for long-filename based labels
2703
2704 Scott James Remnant (2):
2705       replace_untrusted_chars: replace all whitespace with space
2706       run_program: log "info" not "error" if program is missing
2707
2708
2709 Summary of changes from v110 to v111
2710 ============================================
2711
2712 Kay Sievers (19):
2713       rules: SUSE update
2714       rules: Fedora update
2715       volume_id: use md native uuid format
2716       vol_id: use long options
2717       volume_id: add volume_id_get_* functions
2718       vol_id: use volume_id_get_*
2719       udevd: use fgets() to read /proc files
2720       volume_id: add internal UUID_STRING
2721       volume_id: add DDF support
2722       vol_id: README update
2723       volume_id: rename UUID_64BIT_LE/BE
2724       vol_id: add ID_FS_UUID_SAFE
2725       rules: use ID_FS_UUID_SAFE
2726       rules: SUSE update
2727       volume_id: give access to list of all available probers
2728       vol_id: use libvolume_id prober list for --probe-all
2729       volume_id: add remaining names for prober lookup by type
2730       rules: SUSE update
2731       volume_id: vol_id depends on libvolume_id
2732
2733 Matthias Schwarzott (2):
2734       volume_id: fix Makefile for parallel make
2735       rules: Gentoo update
2736
2737
2738 Summary of changes from v109 to v110
2739 ============================================
2740
2741 Harald Hoyer (1):
2742       udevcontrol: allow to set global variables in udevd
2743
2744 Kay Sievers (13):
2745       remove eventrecorder.sh
2746       update SUSE rules
2747       volume_id: add md metadata 1.0, 1.1, 1.2 support
2748       unset variable with ENV{VAR}=""
2749       delete copies of default rules in SUSE rules
2750       volume_id: ext - fix endianess in version number
2751       rules: Fedora update
2752       volume_id: old md metadata has only 32 bit for the uuid
2753       volume_id: minix version 3 support
2754       don't create $tempnode for devices without major
2755       usb_id: add <devpath> to help text
2756       ata_id: use getopt_long()
2757       rules: SUSE update
2758
2759 Matthias Schwarzott (3):
2760       Makefile: respect CFLAGS/LDFLAGS
2761       rules: Gentoo update
2762       ata_id: don't log error for libata devices on older kernels
2763
2764
2765 Summary of changes from v108 to v109
2766 ============================================
2767
2768 Harald Hoyer (1):
2769       create_floppy_devices: create nodes with correct selinux context
2770
2771 Kay Sievers (11):
2772       udevtest: export ACTION string if given as option
2773       update SUSE rules
2774       make ACTION!="add|change" working
2775       udevtest: import uevent variables if possible
2776       udevinfo: export all information stored in database
2777       default rules: add libata compat links
2778       create_path: don't fail if something else created the directory
2779       udevd: fix serialization of events
2780       path_id: remove broken example
2781       libvolume_id: do not install static library
2782       update SUSE rules
2783
2784 Matthias Schwarzott (2):
2785       update Gentoo rules
2786       persistent device naming: add joystick links
2787
2788 VMiklos (1):
2789       path_id: add man page
2790
2791
2792 Summary of changes from v107 to v108
2793 ============================================
2794
2795 Kay Sievers (3):
2796       udevinfo: relax check for the correct device if looked up by name
2797       don't write to sysfs files during test run
2798       finally remove the directory event-multiplexer crap
2799
2800 Matthias Schwarzott (2):
2801       write_cd_rules: set default link type to "by-id" for usb and ieee1394 devices
2802       update Gentoo rules
2803
2804 Pozsar Balazs (1):
2805       udevsettle: read udev not kernel seqnum first
2806
2807
2808 Summary of changes from v106 to v107
2809 ============================================
2810
2811 Jean Tourrilhes (1):
2812       udevtest: export UDEV_LOG if we changed it
2813
2814 Kay Sievers (33):
2815       man: add missing options to various man pages
2816       man: fix typo
2817       create_floppy_devices: apply specified mode without umask
2818       man: spelling fixes
2819       udevmonitor: add switch for kernel and udev events
2820       default rules: wait for 0:0:0:0 scsi devices only
2821       update Fedora rules
2822       delete dasd_id, it moved to s390-tools
2823       update Gentoo rules
2824       encode db-file names, instead of just replacing '/'
2825       update internal variables if we see $DEVPATH during IMPORT
2826       increase /proc/stat buffer
2827       maintain index over device-names to devpath relation
2828       restore overwritten symlinks when the device goes away
2829       store devpath with the usual leading slash
2830       add link_priority to rule options, and store it in database
2831       pick actual valid device in udev_db_lookup_name
2832       cleanup already existing db-entries and db-index on device update
2833       selinux: move selinux_exit() to the main programs
2834       remove old error message
2835       read list of devices from index, make index private to database
2836       priority based symlink handling
2837       volume_id: get rid of compiler warning
2838       udevinfo: remove -d option
2839       update %n on netif name change
2840       if a node goes away, possibly restore a waiting symlink
2841       update TODO
2842       man: add "link_priority" option
2843       update SUSE rules
2844       udevtest: add --force mode
2845       udevinfo: print link priority
2846       usb_id: append target:lun to storage device serial
2847       run_directory: add final warning before removal
2848
2849 Marco d'Itri (1):
2850       update Debian rules
2851
2852 Matthias Schwarzott (2):
2853       udevd: cleanup std{in,our,err} on startup
2854       udevmonitor: fix swapped event switch descriptions
2855
2856
2857 Summary of changes from v105 to v106
2858 ============================================
2859
2860 A. Costa (1):
2861       man: fix typos in scsi_id and udevd
2862
2863 Andrey Borzenkov (2):
2864       vol_id: add -L to print raw partition label
2865       vol_id: document -L
2866
2867 Jamie Wellnitz (1):
2868       persistent device naming: tape devices and medium changers
2869
2870 Kay Sievers (15):
2871       exclude parent devices from DRIVER== match
2872       volume_id: really fix endianess bug in linux_raid detection
2873       release 105
2874       man: correct udevinfo --export-db
2875       path_id: append LUN to iSCSI path
2876       create_floppy_devices: add option for owner/group
2877       update example rules
2878       apply format chars to ATTR before writing to sysfs
2879       add (subsystem) to udevmonitor output
2880       update DRIVER== changes
2881       remove --version from the udevinfo man page
2882       add test for an attribute which contains an operator char
2883       man: add note about parent matching behavior
2884       scsi_id: accept tabs in /etc/scsi_id.conf
2885       remove dead rule in persistent tape rules
2886
2887 Matthias Schwarzott (4):
2888       correct typo in extras/scsi_id/scsi_id.conf
2889       fix retry-loop in netif-rename code
2890       add option --version to udevd
2891       rule_generator: fix for creating rules on read-only filesystem
2892
2893 Peter Breitenlohner (1):
2894       fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
2895
2896 Sergey Vlasov (3):
2897       udevd: init signal pipe before daemonizing
2898       unlink old database file before creating a new one
2899       fix %c $string substitution
2900
2901 Theodoros V. Kalamatianos (1):
2902       fix udev attribute names with a colon
2903
2904
2905 Summary of changes from v104 to v105
2906 ============================================
2907
2908 A. Costa (1):
2909       man: fix typos in scsi_id and udevd
2910
2911 Andrey Borzenkov (2):
2912       vol_id: add -L to print raw partition label
2913       vol_id: document -L
2914
2915 Kay Sievers (2):
2916       exclude parent devices from DRIVER== match
2917       volume_id: really fix endianess bug in linux_raid detection
2918
2919 Matthias Schwarzott (2):
2920       correct typo in extras/scsi_id/scsi_id.conf
2921       fix retry-loop in netif-rename code
2922
2923 Peter Breitenlohner (1):
2924       fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
2925
2926 Sergey Vlasov (3):
2927       udevd: init signal pipe before daemonizing
2928       unlink old database file before creating a new one
2929       fix %c $string substitution
2930
2931
2932 Summary of changes from v103 to v104
2933 ============================================
2934
2935 Kay Sievers (12):
2936       update Fedora rules
2937       update example rules
2938       update SUSE rules
2939       update SUSE rules
2940       volume_id: fix endianess bug in linux_raid detection
2941       man: fix udevmonitor text
2942       man: recreate from xml
2943       rename config "filename" to "dir"
2944       remove outdated documentation
2945       rename "udev.c" to "test-udev.c" - it is only for testing
2946       update Fedora rules
2947       use git-archive instead of git-tar-tree
2948
2949 Kazuhiro Inaoka (1):
2950       inotify syscall definitions for M32R
2951
2952 Marco d'Itri (2):
2953       write_cd_rules: identity-based persistence
2954       scsi_id: remove trailing garbage from ID_SERIAL_SHORT
2955
2956 Russell Coker (1):
2957       SELinux: label created symlink instead of node
2958
2959
2960 Summary of changes from v102 to v103
2961 ============================================
2962
2963 Kay Sievers:
2964       persistent storage rules: skip gnbd devices
2965       volume_id: add checksum check to via_raid
2966       volume_id: add comment about hfs uuid conversion
2967       update SUSE rules
2968       update Fedora rules
2969
2970
2971 Summary of changes from v101 to v102
2972 ============================================
2973
2974 Daniel Drake:
2975       writing_udev_rules: fix typo in example rule
2976
2977 Kay Sievers:
2978       create missing ChangeLog for version 101
2979       update SUSE rules
2980       update default rules
2981       first try "subsystem" link at a parent device, before guessing
2982       if /sys/subsystem exists, skip class, bus, block scanning
2983       scsi_id: export ID_SERIAL_SHORT without vendor/product
2984       update SUSE rules
2985
2986 MUNEDA Takahiro:
2987       path_id: fix SAS disk handling
2988
2989
2990 Summary of changes from v100 to v101
2991 ============================================
2992
2993 Arjan Opmeer:
2994       fix udevinfo help text typo
2995
2996 Bryan Kadzban:
2997       cleanup default rules
2998       add IMPORT operations to the udev man page
2999
3000 Kay Sievers:
3001       remove Makefile magic for leading '0' in version
3002       udevd: use getopt_long()
3003       udevd: add --verbose option to log also to stdout
3004       udevd: add --debug-trace option
3005       rule_generator: improve net rule comment generation
3006       volume_id: correct iso9660 high sierra header
3007       warn if a PHYSEDV* key, the "device" link, or a parent attribute is used
3008       don't print PHYSDEV* warnings for old WAIT_FOR_SYSFS rules
3009       udevinfo: print error in --attribute-walk
3010       udev_sysfs: unify symlink resolving
3011       udevtrigger: trigger devices sorted by their dependency
3012       fix spelling in deprecation warning
3013       release 101
3014
3015 Michał Bartoszkiewicz:
3016       udevtrigger: fix typo that prevents partition events
3017
3018 Miles Lane:
3019       clarify "specified user/group unknown" error
3020
3021 Piter PUNK:
3022       update slackware rules
3023
3024 VMiklos:
3025       update Frugalware rules
3026
3027
3028 Summary of changes from v099 to v100
3029 ============================================
3030
3031 Kay Sievers:
3032       update SUSE rules
3033       fix messed up ChangeLog from release 099
3034       man: add $attr{} section about symlinks
3035       revert persistent-storage ata-serial '_' '-' replacement
3036
3037
3038 Summary of changes from v098 to v099
3039 ============================================
3040
3041 Greg KH:
3042       update Gentoo rules
3043
3044 Kay Sievers:
3045       udev_db.c: include <sys/stat.h>
3046       use fnmatch() instead of our own pattern match code
3047       rename major/minor variable to maj/min to avoid warning
3048       update source file headers
3049       udevtest: print header that ENV{} can't work
3050       update TODO
3051       udevtrigger: options to filter by subsystem and sysfs attribute
3052       udevtrigger: remove unused longindex
3053       udevinfo: use long options
3054       udevd: use files instead of symlinks for /dev/.udev/queue,failed
3055       udevtrigger: fix pattern match
3056       reorder options in udevinfo man page
3057       udevinfo: fix SUBSYTEMS spelling error
3058       fix ENV{TEST}="Test: $env{TEST}"
3059       let $attr{symlink} return the last element of the path
3060       cdrom_id: add rules file to call cdrom_id
3061       udevinfo: do not show symlinks as attributes in --attribute-walk
3062       remove broken name_cdrom.pl
3063
3064 Marco d'Itri:
3065       update Debian rules
3066       run_program: close pipe fd's which are connected to child process
3067       add persistent rules generator for net devices and optical drives
3068
3069 MUNEDA Takahiro:
3070       changes rules for ata disk from '_' to '-'
3071
3072 Sergey Vlasov:
3073       make struct option arrays static const
3074       fix "subsytem" typo
3075
3076
3077 Summary of changes from v097 to v098
3078 ============================================
3079
3080 Alex Merry:
3081       udevtest: allow /sys in the devpath paramter
3082
3083 Harald Hoyer:
3084       selinux: init once in the daemon, not in every event process
3085
3086 Kay Sievers:
3087       udevd: remove huge socket buffer on the control socket
3088       man page: fix typo
3089       rename udev_libc_wrapper -> udev_sysdeps
3090       db: store devpath - node relationship for all devices
3091       udevinfo: allow -a -n <node>
3092       udevinfo, udevtest: simplify '/sys' stripping from devpath argument
3093       lookup_user, lookup_group: report "unknown user" and "lookup failed"
3094       consistent key naming to match only the event device or include all parent devices
3095       skip rule, if too may keys of the same type are used
3096       introduce ATTR{file}="value" to set sysfs attributes
3097       update SUSE rules
3098       update default rules
3099       export DRIVER for older kernels as a replacement for PHYSDEVDRIVER
3100       fix typo in SUBSYSTEMS key parsing
3101       udevtrigger: add --retry-failed
3102       volume_id: add suspend partition detection
3103       vol_id: use primary group of 'nobody' instead of 'nogroup'
3104       remove built-in /etc/passwd /etc/group parser
3105       always expect KEY{value} on ATTR, ATTRS, ENV keys
3106       use new key names in test programs
3107       cleanup commandline argument handling
3108       db: don't create a db file for only a node name to store
3109       man: add ATTR{file}="value" assignment
3110
3111 Lennart Poettering:
3112       volume_id: fix fat32 cluster chain traversal
3113
3114 Marco d'Itri:
3115       fix 'unknow user' error from getpwnam/getgrnam
3116       fix rc when using udev --daemon
3117       update Debian rules
3118
3119 Michał Bartoszkiewicz:
3120       man pages: fix typos
3121
3122
3123 Summary of changes from v096 to v097
3124 ============================================
3125
3126 Anssi Hannula:
3127       add joystick support to persistent input rules
3128
3129 Kay Sievers:
3130       firmware.sh: remove needless '/'
3131       vol_id: add --skip-raid and --probe-all option
3132       switch uevent netlink socket to group 1 only
3133       increase /proc/stat read buffer
3134       use "change" instead of "online" events
3135       remove 'static' from local variable
3136       libvolume_id: add parameter 'size' to all probe functions
3137       man pages: replace 'device-path' by 'devpath'
3138       man pages: work around xmlto which tries to be smart
3139       refresh vol_id man page
3140       udevinfo: add DRIVER==
3141       Makefile: fix dependency
3142       libvolume_id: read ufs2 label
3143       switch ifdef __KLIBC__ to ifndef __GLIBC__
3144       report failing getpwnam/getgrnam as error
3145       rename udevcontrol message types and variables
3146       initialize unused sockets to -1
3147       udevd: remove useless udevinitsend parameter
3148       update README
3149       udevd: autotune max_childs/max_childs_running
3150       update frugalware rules
3151       update SUSE rules
3152       move default rules to etc/udev/rules.d/
3153       add 'crypto' devices to persistent storage rules
3154       add late.rules to default rules
3155       update Fedora rules
3156       don't report an error on overlong comment lines
3157       update SUSE rules
3158       udevd: read DRIVER from the environment
3159
3160 Marco d'Itri:
3161       make rename_netif() error messages useful
3162       path_id: fix an harmless syntax error
3163
3164 Piter PUNK:
3165       update slackware rules
3166
3167 Richard Purdie:
3168       Fix inotify syscalls on ARM
3169
3170
3171 Summary of changes from v095 to v096
3172 ============================================
3173
3174 Kay Sievers:
3175       Makefiles: fix .PHONY for man page target
3176       allow longer devpath values
3177       path_id: prepare for new sysfs layout
3178
3179
3180 Summary of changes from v094 to v095
3181 ============================================
3182
3183 Kay Sievers:
3184       update SUSE rules
3185       don't remove symlinks if they are already there
3186       allow "online" events to create/update symlinks
3187       udevinfo: clarify parent device attribute use
3188       update SUSE rules
3189       netif rename: optimistic loop for the name to become free
3190       remove broken %e enumeration
3191
3192 Tobias Klauser:
3193       print usage of udevcontrol when no or invalid command is given
3194
3195
3196 Summary of changes from v093 to v094
3197 ============================================
3198
3199 Daniel Drake:
3200       update "writing udev rules"
3201
3202 Kay Sievers:
3203       libvolume_id: gfs + gfs2 support
3204       remove MODALIAS key and substitution
3205       add persistent-input.rules
3206
3207 Marco d'Itri:
3208       update Debian rules
3209
3210
3211 Summary of changes from v092 to v093
3212 ============================================
3213
3214 Hannes Reinecke:
3215       path_id: add support for iSCSI devices
3216
3217 Kay Sievers:
3218       libvolume_id: fat - check for signature at end of sector
3219       libvolume_id: add more software raid signatures
3220       update Fedora rules
3221       path_id: prevent endless loop for SAS devices on older kernels
3222       remove udevsend
3223       replace binary firmware helper with shell script
3224       skip device mapper devices for persistent links
3225
3226
3227 Summary of changes from v091 to v092
3228 ============================================
3229
3230 Kay Sievers:
3231       don't include stropts.h, some libc's don't like it
3232       udevd: create leading directories for /dev/.udev/uevent_seqnum
3233       vol_id: fix logging from libvolume_id's log function
3234       update SUSE rules
3235       update SUSE rules
3236       add more warnings for invalid key operations
3237       fix offsetof() build issue with recent glibc
3238       selinux: fix typo in block device node selection
3239       vol_id: add NetWare volume detection
3240       edd_id: fix "(null)" output if "mbr_signature" does not exist
3241       update Fedora rules
3242       libvolume_id: nss - use different uuid
3243
3244 Libor Klepac:
3245       path_id: add platform and serio support
3246
3247 Marco d'Itri:
3248       update Debian rules
3249       path_id: fix bashism
3250
3251
3252 Summary of changes from v090 to v091
3253 ============================================
3254
3255 Hannes Reinecke:
3256       path_id: fix SAS device path generation
3257
3258 Kay Sievers:
3259       udevtest: don't try to delete symlinks
3260       persistent rules: fix typo in dm rule
3261       allow NAME=="value" to check for already assigned value
3262       udevd: export initial sequence number on startup
3263
3264
3265 Summary of changes from v089 to v090
3266 ============================================
3267
3268 Kay Sievers:
3269       udevd: export current seqnum and add udevsettle
3270       volume_id: fix endianess conversion typo for FAT32
3271       merge device event handling and make database content available on "remove"
3272       set default udevsettle timeout to 3 minutes
3273       export INTERFACE_OLD if we renamed a netif
3274       let udevmonitor show the possibly renamed devpath
3275       volume_id: move some debug to info level
3276       udevtrigger: fix event order
3277       usb_id: remove uneeded code
3278       remove old symlinks before creating current ones
3279       path_id: fix loop for SAS devices
3280       apply format char to variables exported by ENV
3281
3282 Marco d'Itri:
3283       add inotify support for hppa and MIPS and log if inotify is not available
3284
3285 Matt Kraai:
3286       fix typo in error message
3287
3288
3289 Summary of changes from v088 to v089
3290 ============================================
3291
3292 Hannes Reinecke:
3293       path_id: add bus to USB path
3294
3295 Kay Sievers:
3296       change rule to skip removable IDE devices
3297       don't create uuid/label links for raid members
3298       volume_id: provide library
3299       fix rule order for persistent tape links
3300       update man page
3301       volume_id: provide a custom debug function
3302       volume_id: rename subdirectory
3303       volume_id: use shared library by default
3304       because is better than cause
3305       volume_id: remove some global symbols
3306       volume_id: define exported symbols
3307       remove all stripping code
3308       man pages: mention udev(7) not udev(8)
3309       update Debian rules
3310       move all *_id programs to /lib/udev/
3311       update Red Hat rules
3312       update SUSE rules
3313       pass CROSS_COMPILE to AR and RANLIB down to extras/
3314       volume_id: update README
3315       volume_id: generate man page from xml source
3316       update README
3317       fix symlink targets in Makefiles
3318
3319
3320 Summary of changes from v087 to v088
3321 ============================================
3322
3323 Hannes Reinecke:
3324       persistent links: add scsi tape links and usb path support
3325
3326 Kay Sievers:
3327       volume_id: add squashfs detection
3328       reset signal handler in event process
3329       correct use of fcntl()
3330       add udevtrigger to request events for coldplug
3331       add ',' to trusted chars
3332       volume_id: remove partition table parsing code
3333       volume_id: remove all partition table support
3334       fix spelling error in debug string
3335       rename "persistent disk" to "persistent storage"
3336       fix output for USB path
3337
3338
3339 Summary of changes from v086 to v087
3340 ============================================
3341
3342 Hannes Reinecke:
3343       path_id: support SAS devices
3344
3345 Kay Sievers:
3346       fix persistent disk rules to exclude removable IDE drives
3347       warn about %e, MODALIAS, $modalias
3348       remove devfs rules and scripts
3349
3350 Masatake YAMATO:
3351       typo in debug text in udev_run_hotplugd.c
3352
3353
3354 Summary of changes from v085 to v086
3355 ============================================
3356
3357 Kay Sievers:
3358       volume_id: replace __packed__ by PACKED macro
3359       volume_id: split raid and filesystem detection
3360       volume_id: add missing return
3361       udevd: fix queue export for multiple events for the same device
3362
3363 Kyle McMartin:
3364       workaround missing kernel headers for some architectures
3365
3366 Nix:
3367       update to udev-084/doc/writing_udev_rules
3368
3369
3370 Summary of changes from v084 to v085
3371 ============================================
3372
3373 Andrey Borzenkov:
3374       Fix trivial spelling errors in RELEASE-NOTES
3375
3376 Jeroen Roovers:
3377       fix typo in parisc support to path_id
3378
3379 Kay Sievers:
3380       make WAIT_FOR_SYSFS usable in non "wait-only" rules
3381       fix typo in man page
3382       include sys/socket.h for klibc build
3383       cramfs detection for bigendian
3384       exit WAIT_FOR_SYSFS if the whole device goes away
3385       update SUSE rules
3386       update Red Hat rules
3387       update Gentoo rules
3388       include errno.h in udev_libc_wrapper.c
3389
3390
3391 Summary of changes from v083 to v084
3392 ============================================
3393
3394 Kay Sievers:
3395       update SUSE rules
3396       switch CROSS to CROSS_COMPILE
3397       replace fancy silent build program by simple kernel build like logic
3398       move manpages to top level
3399       remove UDEVD_UEVENT_INITSEND
3400       whitespace fixes
3401       scsi_id: remove dead files
3402       optimize sysfs device and attribute cache
3403       let SYSFS{} look at the device, not only the parent device
3404       add debug output to sysfs operations
3405
3406
3407 Summary of changes from v082 to v083
3408 ============================================
3409
3410 Andrey Borzenkov:
3411       man page: document when substitutions are applied for RUN and other keys
3412       check for ignore_device in loop looks redundant
3413
3414 Kay Sievers:
3415       udevstart: fix NAME="" which prevents RUN from being executed
3416       find programs in /lib/udev for IMPORT if {program} is not given
3417       don't add $SUBSYSTEM automatically as $1 to programs
3418       remove redundant substitution of RUN key
3419
3420
3421 Summary of changes from v081 to v082
3422 ============================================
3423
3424 Andrey Borzenkov:
3425       substitute format chars in RUN after rule matching
3426
3427 Kay Sievers:
3428       scsi_id, usb_id: request device parent by subsystem
3429       path_id: work with "all devices in /sys/devices"
3430       ignore all messages with missing devpath or action
3431       Makefile: remove dynamic config file generation
3432       path_id: handle fiber channel (Hannes Reinecke <hare@suse.de>)
3433       usb_id: don't fail on other subsytems than "scsi"
3434       don't do RUN if "ignore_device" is given
3435       increase kernel uevent buffer size
3436       move udev(8) manpage to udev(7)
3437       recreate man pages from xml source
3438       remove udev, udevstart, udevsend from the default installation
3439       update SUSE rules
3440       rename apply_format() cause it is public now
3441       udevtest: add udev_rules_apply_format() to RUN keys
3442       let "ignore_device" always return the event successfully
3443
3444 Olivier Blin:
3445       fixes udev build with -fpie
3446
3447
3448 Summary of changes from v080 to v081
3449 ============================================
3450
3451 Kay Sievers:
3452       add DEVLINKS to "remove" event
3453       better log text and comments
3454       vol_id: probe volume as user nobody
3455       fix BUS, ID, $id usage
3456       prepare moving of /sys/class devices to /sys/devices
3457
3458
3459 Summary of changes from v079 to v080
3460 ============================================
3461
3462 Brent Cook:
3463       fix dependency for make -j2
3464
3465 coly:
3466       fix man page typos
3467
3468 Kay Sievers:
3469       update RELEASE-NOTES + TODO
3470       fix typo in man page
3471       update TODO
3472       update SUSE rules
3473       path_id: fix invalid character class
3474       replace libsysfs
3475
3476 Marco d'Itri:
3477       udev_selinux.c: include udev.h
3478
3479
3480 Summary of changes from v078 to v079
3481 ============================================
3482
3483 Kay Sievers:
3484       don't log error if database does not exist
3485       use udev_root instead of "/dev"in selinux matchpathcon_init_prefix()
3486       scsi_id: read page 0x80 with libata drives
3487       update SUSE rules
3488       remove %e from man page
3489
3490
3491 Summary of changes from v077 to v078
3492 ============================================
3493
3494 Greg Kroah-Hartman:
3495       Update Gentoo udev main rule file.
3496       add parisc support to path_id
3497
3498 Hannes Reinecke:
3499       scsi_id: -u fold multiple consecutive whitespace chars into single '_'
3500
3501 Harald Hoyer:
3502       optimize SELinux path match
3503
3504 Kay Sievers:
3505       update README
3506       allow C99 statements
3507       fix segfaulting create_floppy_devices
3508       update SUSE rules
3509       remove unused variables
3510       remove default settings in udev.conf
3511       clearenv() is now part of klibc
3512       add DEVLINKS to the event environment
3513
3514 Kurt Garloff:
3515       scsi_id: support pre-SPC3 page 83 format
3516
3517
3518 Summary of changes from v076 to v077
3519 ============================================
3520
3521 Kay Sievers:
3522       merge two consecutive static strlcat's
3523       don't return an error, if "ignore_device" is used
3524       remove outdated and misleading stuff
3525       move SEQNUM event skipping to udevsend
3526       update RELEASE-NOTES
3527       update SUSE rules
3528       allow programs in /lib/udev called without the path
3529       update SUSE rules
3530       add target to to generate ChangeLog section
3531       update Red Hat rules
3532
3533 Marco d'Itri:
3534       allow to overwrite the configured udev_root by exporting UDEV_ROOT
3535       let udevsend ignore events with SEQNUM set
3536       update Debian rules
3537
3538
3539 Summary of changes from v75 to v076
3540 ============================================
3541
3542 Kay Sievers:
3543       fix typo in eventrecorder
3544       volume_id: include stddef.h header
3545       remove misleading install instructions
3546       remove all built-in wait_for_sysfs logic
3547       add linux/types.h back, old glibc-kernel-headers want it
3548       volume_id: use glibc's byteswap
3549       udevd: ignore all messages without DEVPATH
3550       udevd: track exit status of event process
3551       udevd: export event queue and event state
3552       remove "udev_db" option from config file
3553       Makefile: remove exec_prefix and srcdir
3554       update README and RELEASE-NOTES
3555       udevd: track killed event processes as failed
3556       update README
3557       don't start udevd from udevsend
3558       udevd: add a missing return
3559       libvolume_id: fix weird fat volume recognition
3560       move some helpers from extras to /lib/udev
3561
3562 Scott James Remnant:
3563       move delete_path() to utils
3564       clean-up empty queue directories
3565       Makefile: fail, if submake fails
3566
3567
3568 Summary of changes from v74 to v075
3569 ============================================
3570
3571 Greg Kroah-Hartman:
3572       Make run_directory.c stat the place it is going to try to run.
3573
3574 Kay Sievers:
3575       forgot the ChangeLog for 074
3576       volume_id: provide libvolume_id.a file
3577       remove our own copy of klibc
3578       remove outdated HOWTO
3579       update TODO
3580       update SUSE rules
3581       remove completely useless start script
3582       fix tests and remove no longer useful stuff
3583       replace udeveventrecorder by a shell script
3584
3585
3586 Summary of changes from v73 to v074
3587 ============================================
3588
3589 Kay Sievers:
3590       never queue events with TIMEOUT set
3591       let NAME="" supress node creation, but do RUN keys
3592       remove udevinitsend
3593       update .gitignore
3594
3595 Marco d'Itri:
3596       add strerror() to error logs
3597       move some logging from dbg() to info()
3598
3599
3600 Summary of changes from v72 to v073
3601 ============================================
3602
3603 Kay Sievers:
3604       udevd: depend on netlink and remove all sequence reorder logic
3605       print useconds in udevmonitor
3606       add RELEASE-NOTES, update TODO
3607
3608
3609 Summary of changes from v71 to v072
3610 ============================================
3611
3612 Ananth N Mavinakayanahalli:
3613   libsysfs: translate devpath of the symlinked class devices to its real path
3614
3615 Jan Luebbe:
3616   add man pages for *_id programs
3617
3618 Kay Sievers:
3619   volume_id: add OCFS Version 1
3620   volume_id: add Veritas fs
3621   volume_id: check ext fs for valid blocksize, cause magic is only 2 bytes
3622   volume_id: move blocksize validation to fix jbd recognition
3623   volume_id: fix typo in ocfs
3624   volume_id: add vxfs include
3625   volume_id: make FAT32 recognition more robust
3626   volume_id: Version 051
3627   volume_id: fix typo in ext blocksize check
3628   volume_id: Version 052
3629   FAQ: remove confusing statement about module loading
3630   cleanup compiler/linker flags
3631   use DESTDIR on uninstall, no need to pass prefix to submake
3632   allow to pass STRIPCMD, to skip stripping of binaries
3633   cleanup make release
3634   fix the new warnings I asked for
3635   move rules parsing into daemon
3636   "make STRIPCMD=" will disable the stripping of binaries
3637   remove no longer working udevd-test program
3638   "STRIPCMD=" for the EXTRAS
3639   add dummy inotify syscalls on unsupported architecture
3640   remove no longer needed waiting for "dev" file
3641   revert the "read symlink as device patch"
3642   use libsysfs to translate the class linke to the device path
3643   libsysfs: remove brute-force "bus", "driver" searching for old kernels
3644   test: add "driver" and "bus" links to test sysfs tree
3645   update RELEASE-NOTES
3646   udevd: don't daemonize before initialization
3647   log to console if syslog is not available
3648   udevd: disable OOM
3649   remove precompiled rules option
3650   export DEVNAME on "remove" only if we really got a node to remove
3651   fix typo in umask()
3652
3653
3654 Summary of changes from v70 to v071
3655 ============================================
3656
3657 Greg Kroah-Hartman:
3658       Remove the udev.spec file as no one uses it anymore
3659
3660 John Hull:
3661       edd_id: check that EDD id is unique
3662
3663 Kay Sievers:
3664       ata_id: open volume O_NONBLOCK
3665       add "Persistent Device Naming" rules file for disks
3666       scsi_id: switch temporary node creation to /dev
3667       volume_id: set reiser instead of reiserfs for filesystem type
3668       update devfs rules header
3669       update Debian rules
3670       update Fedora rules
3671       update Debian rules
3672       remove no longer needed includes
3673       switch tools and volume_id from LGPL to GPLv2
3674       add edd-*-part%n to the persistent.rules
3675       update Debian persistent rules
3676       clarify README
3677       udevd: fix initial timeout handling
3678       force event socket buffer size to 16MB
3679       udevd: move logging from err to info for non-hotplug uevent
3680       fix selinux compilation
3681       libsysfs: accept sysmlinks to directories instead of real directories
3682
3683 Marco d'Itri:
3684       run_directory: fix typo in "make install"
3685
3686
3687 Summary of changes from v069 to v070
3688 ============================================
3689
3690 Amir Shalem:
3691   udevd: fix udevd read() calls to leave room for null byte
3692
3693 Edward Goggin:
3694   scsi_id: derive a UID for a SCSI-2 not compliant with the page 83
3695
3696 Greg Kroah-Hartman:
3697   fix nbd error messages with a gentoo rule hack
3698   fix scsi_id rule in gentoo config file
3699
3700 Jürg Billeter:
3701   EXTRAS/Makefile: fix install targets to match main Makefile
3702
3703 Kay Sievers:
3704   volume_id: fix error handling with failing read()
3705   EXTRAS: cleanup and sync all Makefiles
3706   add install test to 'make buildtest'
3707   update RELEASE-NOTES
3708
3709 Olivier Blin:
3710   fix a debug text typo in udev_rules.c
3711
3712
3713 Summary of changes from v068 to v069
3714 ============================================
3715
3716 Amir Shalem:
3717   fix typo in firmware_helper
3718
3719 Duncan Sands:
3720   firmware_helper: fix write count
3721
3722 Kay Sievers:
3723   *_id: fix zero length in set_str()
3724   add program name to logged error
3725   fix exit code of udevinitsend and udevmonitor
3726   udevd: keep the right order for messages without SEQNUM
3727   volume_id: don't probe for mac_partition_maps
3728   udevmonitor: cleanup on exit
3729   path_id: remove SUSE specific PATH
3730   update SUSE rules
3731   add pci_express to bus list
3732   update SUSE rules
3733   store ENV{key}="value" exported keys in the database
3734   fix lookup for name in the udevdb, it should return the devpath
3735   prepare for new HAL udevdb dump
3736   print persistent data with "udevinfo -q all"
3737   change parameter order of udev_db_search_name()
3738   add and use name_list_cleanup() for cleaning up the string lists
3739   don't store devpath in udevdb, we don't need it
3740   add uft8 validation for safe volume label exporting
3741   start to enforce plain ascii or valid utf8
3742   use WRITE_END/READ_END for the pipe index
3743   remove not needed sig_flag for state of signal_pipe
3744   don't reenter get_udevd_msg() if message is ignored
3745   rename ...trailing_char() to ...trailing_chars()
3746   vol_id: ID_LABEL_SAFE will no longer contain fancy characters
3747   udevd: move some logging to "info" and "err"
3748   remove special TIMEOUT handling from incoming queue
3749   udev_test.pl: we replace untrusted chars with '_'
3750   check the udevdb before assigning a new %e
3751   update RELEASE-NOTES
3752   udevinfo: add database export
3753   write man page masters in DocBook XML
3754   udevinfo: rename dump() to export()
3755   test the automatic man page rebuild and checkin
3756   Makefile: remove all the duplicated rules
3757   all man pages rewritten to use DocBook XML
3758   add missing udevsend man page
3759   also forgot udevmonitor.8
3760   udevinfo: restore -d option
3761   scsi_id: rename SYSFS to LIBSYSFS
3762   add edd_id tool to match BIOS EDD disk information
3763   move and update libsysfs.txt
3764   klibc: update to version 1.1.1
3765   delete cdromsymlinks* - obsoleted by cdrom_id and IMPORT rules
3766   delete docs/persistent_naming - obsoleted by persistent disk names
3767   delete old Fedora html page
3768   add "totally outdated" header to docs/overview :)
3769   update SUSE rules
3770   fix useless but funny name_cdrom.pl script to work again
3771   update TODO
3772   Makefile: fix prerequisits for $(PROGRAMS)
3773   Makefile: cleanup install targets
3774   remove chassis_id program
3775   fic gcov use and move it into the Makefile
3776   FAQ: update things that have changed
3777
3778 Thierry Vignaud:
3779   switch to '==' in raid-devfs.sh
3780
3781
3782 Summary of changes from v067 to v068
3783 ============================================
3784
3785 Greg Kroah-Hartman:
3786   add EXTRAS documentation to the README file.
3787   Always open the cdrom drive in non-blocking mode in cdrom_id
3788   cdrom_id: change err() to info() to help with debugging problems
3789
3790 Kay Sievers:
3791   cleanup some debug output and move to info level + unify select() loops
3792   move udevmonitor to /usr/sbin
3793   ENV{TEST}=="1" compares and ENV{TEST}="1" sets the environment
3794   vol_id: fix sloppy error handling
3795   fix typo in cdrom_id syslog
3796   bring std(in|out|err) fd's in a sane state
3797   fix printed udevmonitor header
3798
3799
3800 Summary of changes from v066 to v067
3801 ============================================
3802
3803 Greg Kroah-Hartman:
3804   added the cdrom.h #defines directly into the cdrom_id.c file
3805
3806 Kay Sievers:
3807   update SUSE rules
3808   fix make install, as we don't provide a default rule set anymore
3809   fix more compiler warnings ...
3810   fix udevstart event ordering, we want /dev/null very early
3811   don't fail too bad, if /dev/null does not exist
3812
3813
3814 Summary of changes from v065 to v066
3815 ============================================
3816
3817 Greg Kroah-Hartman:
3818   update gentoo rule file.
3819   Created cdrom_id program to make it easier to determine cdrom types
3820   added cdrom_id to the build check
3821   updated gentoo rule file to handle removable ide devices.
3822   changed cdrom_id exports to be easier to understand and consistant with other _id programs.
3823   fix klibc build issue in cdrom_id.c
3824   Change the gentoo rules to use cdrom_id instead of cdsymlink.sh
3825   changed location of gentoo helper apps to be /sbin instead of in scripts dir
3826   tweak the gentoo rules some more.
3827
3828 Kay Sievers:
3829   add NETLINK define for the lazy distros
3830   read sysfs attribute also from parent class device
3831   switch some strlcpy's to memcpy
3832   allow clean shutdown of udevd
3833   add flag for reading of precompiled rules
3834   update distro rules files
3835   add SUSE rules
3836   update SUSE rules
3837   add firmware_helper to load firmware
3838   more distro rules updates
3839   update README
3840   remove example rules and put the dev.d stuff into the run_directory folder
3841   trivial text cleanups
3842   update SUSE rules
3843   split udev_util in several files
3844   update SUSE rules
3845   allow logging of all output from executed tools
3846   add Usage: to udevmonitor and udevcontrol
3847   move some logging to the info level
3848
3849 Thierry Vignaud:
3850   fix udevinfo output
3851
3852
3853 Summary of changes from v064 to v065
3854 ============================================
3855
3856 Greg Kroah-Hartman:
3857   Added persistent name rules for block devices to gentoo rule file.
3858   Added horrible (but fun) path_id script to extras.
3859   Update gentoo rules file.
3860
3861 Kay Sievers:
3862   update release notes for next version
3863   add udevmonitor, to debug netlink+udev events at the same time
3864   allow RUN to send the environment to a local socket
3865   fix GGC signed pointer warnings and switch volume_id to stdint
3866
3867
3868 Summary of changes from v063 to v064
3869 ============================================
3870
3871 Andre Masella:
3872   volume_id: add OCFS (Oracle Cluster File System) support
3873
3874 Hannes Reinecke:
3875   usb_id: fix typo
3876   add ID_BUS to *_id programs
3877   create_floppy_devices: add tool to create floppy nodes based on sysfs info
3878
3879 Kay Sievers:
3880   move code to its own files
3881   make SYSFS{} usable for all devices
3882   add padding to rules structure
3883   allow rules to have labels and skip to next label
3884   thread unknown ENV{key} match as empty value
3885
3886
3887 Summary of changes from v062 to v063
3888 ============================================
3889
3890 Anton Farygin:
3891   fix typo in GROUP value application
3892
3893 Greg Kroah-Hartman:
3894   add 'make tests' as I'm always typing that one wrong...
3895   Really commit the udev_run_devd changes...
3896   Fixed udev_run_devd to run the /etc/dev.d/DEVNAME/ files too
3897   fix position of raw rules in gentoo config file
3898
3899 Hannes Reinecke:
3900   dasd_id: add s390 disk-label prober
3901   fix usb_id and let scsi_id ignore "illegal request"
3902
3903 Kay Sievers:
3904   volume_id: remove s390 dasd handling, it is dasd_id now
3905   trivial fixes for *_id programs
3906   IMPORT: add {parent} to import the persistent data of the parent device
3907   allow multiple values to be matched with KEY=="value1|value2"
3908   udevd: set incoming socket buffer SO_RCVBUF to maximum
3909   remember mapped rules state
3910   ata_id: check for empty serial number
3911   compile dasd only on s390
3912
3913 Ville Skyttä:
3914   correct default mode documentation in udev
3915
3916
3917 Summary of changes from v061 to v062
3918 ============================================
3919
3920 Kay Sievers:
3921   fix symlink values separated by multiple spaces
3922   update RELEASE-NOTES
3923   fix typo in group assignment
3924   fix default-name handling and NAME="" rules
3925   add WAIT_FOR_SYSFS key to loop until a file in sysfs arrives
3926   fix unquoted strings in udevinitsend
3927
3928 Summary of changes from v060 to v061
3929 ============================================
3930
3931 Greg Kroah-Hartman:
3932   Sync up the Debian rules files
3933   fix cdrom symlink problem in gentoo rules
3934   Fix ChangeLog titles
3935
3936 Kay Sievers:
3937   update RELEASE-NOTES
3938   we want to provide OPTFLAGS
3939   rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUT
3940   udevd: optimize env-key parsing
3941   don't resolve OWNER, GROUP on precompile if string contains %, $
3942   set default device node to /dev
3943   create udevdb files only if somehting interesting happened
3944   pack parsed rules list
3945   replace useless defines by inline text
3946   move rule matches to function
3947   add usb_id program to generate usb-storage device identifiers
3948   add IEEE1394 rules to the gentoo rule file
3949   fake also kernel-name if we renamed a netif
3950   allow OPTIONS to be recognized for /sys/modules /sys/devices events
3951   switch gentoo rules to new operators
3952
3953
3954 Summary of changes from v059 to v060
3955 ============================================
3956
3957 Greg Kroah-Hartman:
3958   Fix the gentoo udev rules to allow the box to boot properly
3959
3960 Gustavo Zacarias:
3961   Udev doesn't properly build with $CROSS
3962
3963 Kay Sievers:
3964   Keep udevstart from skipping devices without a 'dev' file
3965
3966 Marco d'Itri:
3967   #define NETLINK_KOBJECT_UEVENT
3968
3969
3970 Summary of changes from v058 to v059
3971 ============================================
3972
3973 Greg Kroah-Hartman:
3974   Update the gentoo rule file
3975   Fix udevinfo for empty sysfs directories
3976   Fix makefile to allow 'make release' to work with git
3977
3978 Hannes Reinecke:
3979   udev: fix netdev RUN handling
3980   udevcontrol: fix exit code
3981
3982 Kay Sievers:
3983   prepare RELEASE-NOTES
3984   add ID_TYPE to the id probers
3985   add -x to scsi_id to export the queried values in env format
3986   store the imported device information in the udevdb
3987   rename udev_volume_id to vol_id and add --export option
3988   add ata_id to read serial numbers from ATA drives
3989   IMPORT allow to import program returned keys into the env
3990   unify execute_command() and execute_program()
3991   IMPORT=<file> allow to import a shell-var style config-file
3992   allow rules to be compiled to one binary file
3993   fix the fix and change the file to wait for to the "bus" link
3994   fix udevstart and let all events trvel trough udev
3995   prepare for module loading rules and add MODALIAS key
3996   remove device node, when type block/char has changed
3997   Makefile: remove dev.d/ hotplug.d/ from install target
3998   udevcontrol: add max_childs command
3999   udevd: control log-priority of the running daemon with udevcontrol
4000   udeveventrecorder: add small program that writes an event to disk
4001   klibc: add missing files
4002   udevinitsend: handle replay messages correctly
4003   udev man page: add operators
4004   udevd: allow starting of udevd with stopped exec-queue
4005   klibc: version 1.0.14
4006   udev: handle all events - not only class and block devices
4007   volume_id: use udev-provided log-level
4008   udev: clear lists if a new value is assigned
4009   udev: move dev.d/ handling to external helper
4010   udev: allow final assignments :=
4011   udevd: improve timeout handling
4012   Makefile: fix DESTDIR
4013   udevd: add initsend
4014   udevd: add udevcontrol
4015   udevd: listen for netlink events
4016
4017 Stefan Schweizer:
4018   Dialout group fix for capi devices in the gentoo rules file
4019
4020 Summary of changes from v057 to v058
4021 ============================================
4022
4023 Daniel Drake:
4024   o Writing udev rules docs update
4025
4026 Darren Salt:
4027   o update cdsymlinks to latest version
4028
4029 Greg Kroah-Hartman:
4030   o remove detach_state files from the sysfs test tree
4031   o Update permissions on test scripts so they will run properly now
4032   o hopefully fix up the symlinks in the test directory
4033   o Removed klibc/klibc.spec as it is autogenerated
4034   o Added symlinks thanks to Kay's script and git hacking
4035   o add Red Hat/Fedora html documenation
4036   o Update Red Hat default udev rules
4037
4038 Kay Sievers:
4039   o selinux: fix handling during creation of symlinks
4040   o Fedora udev.rules update
4041   o libsysfs: version 2.0
4042   o klibc: version 1.0.7
4043
4044 Masanao Igarashi:
4045   o Fix libsysfs issue with relying on the detach_state file to be
4046
4047 Summary of changes from v056 to v057
4048 ============================================
4049
4050 <tklauser:access.unizh.ch>:
4051   o fix stupid all_partitions bug
4052
4053 Kay Sievers:
4054   o add test for make -j4 to build-check
4055   o klibc: version 1.0.6
4056   o update Debian rules
4057   o apply default permissions only for devices that will need it
4058   o adapt RELEASE-NOTES
4059   o udev_volume_id: fix endianess macros
4060   o udev-test.pl: add test for DEVNAME export to RUN environment
4061   o update the man page to reflect the recent changes
4062   o export DEVNAME to RUN-key executed programs
4063   o fix make -j4 and the local klibc-install
4064   o update RELEASE-NOTES
4065   o add RUN key to be able to run rule based notification
4066   o fix udevtest to print the error if logging is disabled
4067   o move execute_program to utils + add action to init_device
4068   o correct correction for error path for PROGRAM execution
4069   o correct error path for PROGRAM execution
4070   o klibc: version 1.0.5
4071   o check for strlen()==0 before accessing strlen()-1
4072   o allow to match against empty key values
4073   o read %s{}-sysfs values at any device in the chain
4074   o udev_rules.c: don't change sysfs_device while walking up the device chain
4075   o klibc: strlcpy/strlcat - don't alter destination if size == 0
4076   o fix klibc's broken strlcpy/strlcat
4077   o udevinfo: print SYSFS attribute the same way we match it
4078   o remove untrusted chars read from sysfs-values or returned by PROGRAM
4079   o udevinfo: print errors to stderr instead of stdout
4080   o klibc: version 1.0.4
4081   o support log-priority levels in udev.conf
4082   o test-suite: remove UDEV_TEST, it's not needed anymore
4083   o libsysfs: remove trailing slash on SYSFS_PATH override
4084
4085
4086 Summary of changes from v055 to v056
4087 ============================================
4088
4089 <tklauser:access.unizh.ch>:
4090   o fix header paths in udev_libc_wrapper.c
4091
4092 Kay Sievers:
4093   o udev-test.pl: use more common user/group names
4094   o klibc: remove SCCS directories from the temporary klibc install
4095   o udev-test.pl: add a test where the group cannot be found in /etc/passwd
4096   o udev-test.pl: add check for textual uid/gid
4097   o fix bad typo that prevents the GROUP to be applied
4098   o udevd: don't delay events with TIMEOUT in the environment
4099   o klibc: use klcc wrapper instead of our own Makefile
4100   o change call_foreach_file to return a list
4101
4102
4103 Summary of changes from v054 to v055
4104 ============================================
4105
4106 <jkluebs:luebsphoto.com>:
4107   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.
4108
4109 <pebenito:gentoo.org>:
4110   o udev selinux fix
4111
4112 <tklauser:access.unizh.ch>:
4113   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
4114   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.
4115
4116 Greg Kroah-Hartman:
4117   o fix raid rules
4118   o added frugalware udev ruleset
4119   o merge selinux and Kay's symlink fixes together
4120
4121 Hannes Reinecke:
4122   o volume_id: Fix label/uuid reading for reiserfs
4123
4124 Kay Sievers:
4125   o add udevstart to the RELEASE-NOTES
4126   o volume_id: version 43
4127   o clarify the shortcomings of %e
4128   o correct rule match for devices without a physical device
4129   o remove unneeded code, libsysfs does this for us
4130   o add final release note
4131   o add ENV{} key to match agains environment variables
4132   o simplify sysfs_pair handling
4133   o add a test and simplify debug statement
4134   o support =, ==, !=, += for the key match and assignment
4135   o add OPTION="last_rule" to skip any later rule
4136   o rename namedev_dev to udev_rule
4137   o correct enum device_type
4138   o remove udevstart on make clean
4139   o volume_id: version 42
4140   o volume_id: version 41
4141   o remove unneeded include
4142   o The path to dlist.h is not correct
4143   o udevinfo -d: use '=' as separator, cause ':' may be a part of the devpath
4144   o klibc: version 1.0.3
4145   o add RELEASE-NOTES file
4146   o test suite: move "driver" link to physical device
4147   o remove PLACE key match
4148   o don't lookup "root" in the userdb
4149   o fix ia64 compile
4150   o fix segfaulting udev while DRIVER matching
4151   o cleanup list.h
4152   o klibc: version 0.214
4153   o rename device_list->list to device_list->node
4154   o replace strncpy()/strncat() by strlcpy()/strlcat()
4155   o split udev and udevstart
4156   o udev_volume_id: version 39
4157   o rename LOG to USE_LOG in all places
4158   o remove Makefile magic for klibc integration
4159   o klibc_fixups: remove no longer needed stuff
4160   o udev_volume_id: volume_id v38
4161   o use numeric owner/group as default values to avoid parsing userdb
4162   o fix up segfaulting binaries with new klibc
4163   o udevinfo -d: speed-up device dump
4164   o klibc: version 0.211
4165   o klibc_fixups: remove unneeded stuff
4166   o replace weird defines by real code
4167   o udev-test.pl: remove useless tests
4168   o allow unlimitied count of symlinks
4169   o unmap db-file after use
4170   o remove typedef for call_foreach_file() handler function
4171   o correct udev_init_device
4172   o rename attributes to options
4173   o kill stupid gcc4 warning
4174   o trivial clenaup of namedev code
4175   o klibc: check for gcc4
4176   o klibc: update v0.205
4177
4178 Thierry Vignaud:
4179   o gentoo rule update for raid devices
4180
4181
4182 Summary of changes from v053 to v054
4183 ============================================
4184
4185 <tklauser:access.unizh.ch>:
4186   o udev_volume_id: add Reiser4 support
4187
4188 Kay Sievers:
4189   o namedev: skip backslashes only if followed by newline
4190   o wait_for_sysfs: add joydev
4191   o udevinfo: print devpath -> node relationship for all devices
4192   o trivial rename of some variables
4193   o klibc v0.199
4194   o big libsysfs diet (pre 2.0 version)
4195   o udev_volume_id: volume_id v35
4196   o add "serio" to bus list
4197   o determine device type in udev_init_device()
4198   o move kernel name/number evaluation into udev_init_device()
4199   o detect NAME="" as ignore_device rule
4200   o trivial namedev cleanup
4201   o cleanup db functions
4202   o clean up match_place()
4203   o switch device type to enum
4204   o switch major/minor to dev_t
4205   o remove the device node only if the major/minor number matches
4206   o libsysfs: work around a klibc bug
4207   o introduce OPTIONS=ignore_device, ignore_remove, all_partitions" key
4208   o namedev: execute PROGRAM only once and not possibly for every physical device
4209
4210 Patrick Mansfield:
4211   o update scsi_id to work with libsysfs changes
4212
4213
4214 Summary of changes from v052 to v053
4215 ============================================
4216
4217 Greg Kroah-Hartman:
4218   o fix gentoo fb permission issue
4219   o allow simple-build-check.sh to go faster if MAKEOPTS is set
4220   o make the release tarballs have writable files in them
4221   o remove gentoo permission file as it's not valid anymore
4222
4223 Kay Sievers:
4224   o fix special file mode mask for temporary device node
4225   o udevstart: simplify "dev" file searching
4226   o udev_volume_id: remove temporary node creation and parent handling
4227   o add %P modifier to query the node name of the parent device
4228   o udev_volume_id: remove __packed__ from dasd structure as it does not work
4229   o create /block/*/range count of partitons for all_partitions
4230
4231 Patrick Mansfield:
4232   o scsi_id changes for use with udev %N and %p
4233
4234
4235 Summary of changes from v051 to v052
4236 ============================================
4237
4238 <md:linux.it>:
4239   o debian: update rules files
4240   o raid-devfs.sh: devfs names for hardware RAID controllers
4241   o scsi_id: when udevstart is started, /tmp is not writeable
4242   o cdsymlinks.sh: trivial fix, the variable is initialized to '', not 0
4243
4244 <sschweizer:gmail.com>:
4245   o gentoo/udev.rules: add default permissions for sound devices
4246
4247 Greg Kroah-Hartman:
4248   o fix example comment in ide-devfs.sh
4249   o Add infiniband to gentoo rules
4250   o Another gentoo fix, adding dvb support
4251   o Fix gentoo bug #76056 (fb device group permissions.)
4252   o Fix gentoo bug #81102, device nodes for the pktcdvd device
4253
4254 Kay Sievers:
4255   o provide temporary device node for callouts to access the device
4256   o udev_volume_id: fix dasd disklabel reading with -l option
4257   o udev_volume_id: volume_id version 034
4258   o udev_volume_id: rename probe_ibm into probe_dasd
4259   o udev_volume_id: volume_id version 032
4260   o Makefile: add some more warnings and prepare for clean gcc4 compile
4261   o Makefile: cleanup conditional config option sections
4262   o fix -Wsign-compare warnings
4263   o chassis_id: clean compilation and fix bad function parameter passing
4264   o simple_build_check: make it possible to pass KERNEL_DIR
4265   o selinux: cleanup udev integration
4266
4267 Michael Buesch:
4268   o trivial: remove _all_ trailing slashes with no_trailing_slash()
4269   o trivial: fix signedness
4270   o namdev: allow symlink-only rules to specify node permissions
4271   o udevd: fix valgrind warning
4272
4273
4274 Summary of changes from v050 to v051
4275 ============================================
4276
4277 <roland:digitalvampire.org>:
4278   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" ;)
4279
4280 <tklauser:access.unizh.chbk>:
4281   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. 
4282
4283 Christian Bornträger:
4284   o udev_volume_id: fix -d option
4285
4286 Greg Kroah-Hartman:
4287   o gentoo fb permission fix
4288   o fix gcc 2.96 issue in libsysfs
4289   o remove the lfs startup script on request of the author
4290   o clean up the aoe char device rules, and delete the block one as it's not needed
4291   o add aoe block and char device rules to the gentoo rule file
4292   o fix udev_volume_id build error
4293
4294 Hannes Reinecke:
4295   o rearrange link order in Makefile
4296
4297 Kay Sievers:
4298   o udev_volume_id: new version of volume_id
4299   o klibc: update to version 0.198
4300   o udev_volume_id: fix FAT label reading
4301   o klibc: update to version 0.196
4302   o udevd: throttle the forking of processes
4303   o udevd: add possible initialization of expected_seqnum
4304   o udevd: it's obviously not the brightest idea to exit a device node manager if it doesn't find /dev/null
4305   o udevd: separate socket handling to prepare for other event sources
4306   o udevd: support -d switch to become a daemon
4307   o udev_volume_id: version 27
4308   o udevd: split up message receiving an queueing
4309   o remove useless warning if udev.conf contains keys not read by udev itself
4310   o improve event sequence serialization
4311   o remove udevsend syslog noise on udevd startup
4312   o limit the initial timeout of the udevd event handling
4313   o correct detection of hotplug.d/ udevsend loop
4314   o correct log statement
4315   o remove default_* permissions from udev.conf file
4316   o update Fedora config files and add some more tests
4317   o allow permissions only rules
4318   o add SUBSYSTEM rule to catch all block devices and apply the disk permissions
4319   o update Fedora config files
4320   o handle renamed network interfaces properly if we manage hotplug.d/
4321   o allow multiline rules by backslash at the end of the line
4322   o add OnStream tape drive rules
4323   o simplify rules file by setting default mode to 0660
4324   o simplify permission application
4325   o I broke the extras/ again. Add simple build test script now
4326   o Merge vrfy.org:/home/kay/src/udev into vrfy.org:/home/kay/src/udev.kay
4327   o initial merge of fedora udev.permissions into udev.rules
4328   o remove permissions file mentioning from the udev man page
4329   o fix some typos in gentoo's udev.rules introduced by the merge
4330
4331 Michael Buesch:
4332   o The attached patch fixes the code path if namedev_name_device() fails
4333
4334 Summary of changes from v049 to v050
4335 ============================================
4336
4337 <harald:redhat.com>:
4338   o selinux patch
4339
4340 <tklauser:access.unizh.ch>:
4341   o I made some more changes to the manpage of udev including
4342
4343 Kay Sievers:
4344   o update libsysfs to CVS version and fix segfaulting attribute reading
4345   o klibc supports LOG_PID now, so remove our own implementation
4346   o avoid building klibc test programs and pass SUBDIRS= to klibc clean
4347
4348
4349 Summary of changes from v048 to v049
4350 ============================================
4351
4352 Greg Kroah-Hartman:
4353   o fix 'make clean' error in klibc
4354
4355 Kay Sievers:
4356   o update klibc to 0.194
4357   o export DEVNAME regardless of the state of udev_dev_d
4358   o add class specific files for class/spi_transport and class/spi_host
4359   o udevd-test.pl: remove wrong date calculation
4360   o check earlier if we should run as udevstart
4361   o remove double initialization
4362   o include missing header to udevtest.c
4363   o add -V option to udev to print the version number
4364   o prevent udev node creatinon for "class" registration
4365   o udevd: serialization of the event sequence of a chain of devices
4366   o add a class/fc_host file to the list of what to wait for
4367   o udev_volume_id: links sysfs.a instead of all objects
4368
4369 Martin Schlemmer:
4370   o remove leftover from udevinfo's -d option
4371
4372
4373 Summary of changes from v047 to v048
4374 ============================================
4375
4376 Greg Kroah-Hartman:
4377   o fix udev_volume_id so it will now build properly
4378   o fix scsi_id build errors due to changes in the main udev makefile
4379
4380
4381 Summary of changes from v046 to v047
4382 ============================================
4383
4384 <klauser:access.unizh.ch>:
4385   o Various typos and other litte errors in udev.8.in
4386
4387 <sjoerd:spring.luon.net>:
4388   o DEVNAME on device removal
4389
4390 <sschweizer:gmail.com>:
4391   o Allow GROUP to have modifiers in it
4392
4393 Greg Kroah-Hartman:
4394   o add more debian rules files
4395   o move distro specific config files into their own directories
4396   o update debian rules files
4397   o added asterix rules to the gentoo file
4398   o use udevstart for udev.init.* files
4399   o delete a bunch of files no longer needed
4400   o fix gentoo scsi cdrom rule
4401   o Fix the multithreaded build again
4402   o merge
4403   o comment out ability to run udev-test.pl with valgrind
4404   o fix spurious valgrind warning in udev
4405   o fix udevinfo '-q path' option as it was not working
4406   o merge
4407   o fix parallel build error
4408
4409 Kay Sievers:
4410   o update Fedora dev.d/ example and remove unused conf.d/ directory
4411   o don't install distribution specific init script on "make install"
4412   o restore OWNER/GROUP assignment in rule coming from RESULT
4413   o make gcov compile scripts working with recent gcc
4414   o fix udev-test/udev-test.pl to work with again
4415   o add net/atml and class/ppdev to the wait_for_sysfs exception list
4416   o add net/nlv* devices to the exception list
4417   o add "pcmcia" and "fc_transport" to the wait_for_sysfs lists
4418   o remove unused timestamp field
4419   o simplify permission handling
4420   o handle /etc/hotplug.d/ only if the event comes from udevd
4421   o trivial cleanups and change some comments
4422   o remove unused variables
4423   o udevsend/udevd handle events without a subsystem
4424   o use blacklist on device "remove" and remove dev.d/ call code duplication
4425   o update the man pages and correct Usage: hints
4426   o don't call the hotplug scripts with a test run
4427   o don't call dev.d/ scripts twice, if directory = subsystem
4428   o remove archive file if we changed something
4429   o link archive insted of objects
4430   o rename udev_lib to udev_utils and dev_d to udev_multiplex
4431   o handle whole hotplug event with udevd/udev
4432   o integrate wait_for_sysfs in udev
4433   o make the searched multiplex directories conditionally
4434   o add MANAGED_EVENT to the forked udev environment
4435   o export DEVNAME on remove event
4436   o export udev_log flag to the environment
4437   o remove my test code
4438   o add support for /devices-devices without any file to wait for
4439   o Patch from Alex Riesen <raa.lkml@gmail.com>
4440   o add a bunch of busses to the list of what to wait for
4441   o close connection to syslog in forked udevd child
4442   o udevd exit path cleanup
4443   o fix network device naming bug
4444
4445
4446 Summary of changes from v045 to v046
4447 ============================================
4448
4449 Greg Kroah-Hartman:
4450   o make spotless for releases
4451
4452 Kay Sievers:
4453   o Don't try to print major/minor for devices without a dev file
4454   o remove get_device_type and merge that into udev_set_values()
4455   o prevent udevd crash if DEVPATH is not set
4456   o add ippp and bcrypt to the exception lists of wait_for_sysfs
4457   o let klibc add the trailing newline to syslog conditionally
4458   o disable logging for udevstart
4459   o add NAME{ignore_remove} attribute
4460   o remove historical SYSFS_attr="value" format
4461   o don't wait for sysfs if the kernel(2.6.10-rc2) tells us what not to expect
4462   o change key names in udevinfo sysfs walk to match the kernel
4463   o support DRIVER as a rule key
4464   o support SUBSYSTEM as a rule key
4465   o rename udevdb* to udev_db*
4466   o Make dev.d/ handling a separate processing stage
4467   o make the udev object available to more processing stages
4468   o remove udev_lib dependency from udevsend, which makes it smaller
4469   o add ACTION to udev object to expose it to the whole process
4470   o make udevinfo's -r option also workimg for symlink queries
4471   o let udev act as udevstart if argv[1] == "udevstart"
4472   o improve udevinfo sysfs info walk
4473   o add sysfs info walk to udevinfo
4474   o pass the whole event environment to udevd
4475   o replace tdb database by simple lockless file database
4476
4477
4478 Summary of changes from v044 to v045
4479 ============================================
4480
4481 Martin Schlemmer:
4482   o Some updates for Gentoo's udev rules
4483
4484
4485 Summary of changes from v043 to v044
4486 ============================================
4487
4488 Greg Kroah-Hartman:
4489   o add cdsymlinks.sh support to gentoo rules file
4490   o fix gentoo legacy tty rule
4491   o remove 'sudo' usage from the Makefile
4492   o make udev-test.pl test for root permissions before running
4493
4494 Kay Sievers:
4495   o reduce syslog noise of udevsend if multiple instances try to start udevd
4496   o add i2c-dev to the list of devices without a bus
4497
4498
4499 Summary of changes from v042 to v043
4500 ============================================
4501
4502 Greg Kroah-Hartman:
4503   o add test target to makefile
4504   o add dumb script to show all sysfs devices in the system
4505
4506 Kay Sievers:
4507   o Shut up wait_for_sysfs class/net failure messages, as it's not possible to
4508     get that right for all net devices. Kernels later than 2.6.10-rc1 will
4509     handle that by carrying the neccessary information in the hotplug event.  
4510   o wait() for specific pid to return from fork()
4511   o Don't use any syslog() in signal handler, cause it may deadlock
4512   o Add support for highpoint ataraid to volume_id to suppress label reading on raid set members.
4513   o Add a bunch of devices without "device" symlinks
4514   o Exit, if udevtest cannot open the device (segfault)
4515   o Patches from Harald Hoyer <harald@redhat.com>
4516   o Apply the default permissions even if we found a entry in the permissions
4517     file. Correct one test, as the default is applied correctly now and the
4518     mode will no longer be 0000.
4519   o add test for format chars in multiple symlinks to replace
4520   o Add net/vmnet and class/zaptel to the list of devices without physical device
4521
4522
4523 Summary of changes from v040 to v042
4524 ============================================
4525
4526 Greg Kroah-Hartman:
4527   o add inotify to the rules for gentoo
4528
4529 Kay Sievers:
4530   o skip waiting for device if we get a bad event for class creation and not for a device underneath it
4531   o add net/pan and net/bnep handling
4532   o switch wait for bus_file to stat() instead of open() add net/tun device handling add ieee1394 device handling
4533   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
4534   o ignore *.rej files from failed patches
4535   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.
4536   o improve klibc fixup integration
4537   o cleanup udevd/udevstart
4538   o expose sysfs functions for sharing it
4539
4540
4541 Summary of changes from v039 to v040
4542 ============================================
4543
4544 <jk:blackdown.de>:
4545   o wait_for_sysfs update for dm devices
4546
4547 Greg Kroah-Hartman:
4548   o sparse cleanups on the tree
4549   o fix stupid cut-and-paste error for msr devices on gentoo boxes
4550   o add *~ to bk ignore list
4551   o delete udevruler.c as per Kay's request
4552   o fix up the wait_for_sysfs_test script a bit
4553
4554 Kay Sievers:
4555   o fix debug in volume id / fix clashing global var name
4556   o volume_id fix
4557   o $local user
4558   o cleanup netif handling and netif-dev.d/ events
4559   o big cleanup of internal udev api
4560   o don't wait for dummy devices
4561   o close the syslog
4562   o Fix ppp net devices in wait_for_sysfs
4563   o Fix wait_for_sysfs messages (more debugging info)
4564
4565
4566 Summary of changes from v038 to v039
4567 ============================================
4568
4569 Greg Kroah-Hartman:
4570   o Hopefully fix the vcs issue in wait_for_sysfs
4571   o take out & from wait_for_sysfs_test that I previously missed
4572   o add very nice cdsymlinks scripts
4573   o add some helper scripts for dvb and input devices
4574   o add debian config files
4575   o let the extras/ programs build "pretty" also
4576   o tweak the ccdv program to handle files in subdirectories being built
4577   o crap, I messed up the 'sed' instances pretty badly, this fixes the config and man page mess
4578   o fix broken 'make -j5' functionality
4579
4580 Kay Sievers:
4581   o swich attribute open() to simple stat()
4582   o wait_for_sysfs update for /class/firmware and /class/net/irda devices
4583   o fix unusual sysfs behavior for pcmcia_socket
4584   o remove sleeps from udev as it is external now
4585   o delete udevruler?
4586   o Makefile fix
4587
4588 Patrick Mansfield:
4589   o update udev to scsi_id 0.7
4590   o pass SYSFS setting down for extras builds
4591   o move assignments past local variables
4592
4593
4594 Summary of changes from v037 to v038
4595 ============================================
4596
4597 <andrew.patterson:hp.com>:
4598   o Re: Problem parsing %s in udev rules
4599
4600 Greg Kroah-Hartman:
4601   o fix up error in building extras and libsysfs
4602
4603 Summary of changes from v036 to v037
4604 ============================================
4605
4606 <md:linux.it>:
4607   o small udev patch
4608
4609 Greg Kroah-Hartman:
4610   o fix compilation warning in tdb log message
4611   o Fix build error with klibc due to recent changes
4612   o merge
4613   o add wait_for_sysfs test script to the tarball to help people debug their boxes
4614   o add ipsec to wait_for_sysfs ignore list
4615   o added ccdv to bk ignore list
4616   o a few more Makefile tweaks for the quiet feature
4617   o Make the build silent, thanks to a helper program from ncftp
4618   o rename files to have '_' instead of '-' in them
4619   o change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle some slow machines
4620   o add support for class/raw/ to wait_for_sysfs
4621   o fix up Makefile for wait_for_sysfs udev_version.h dependancy
4622   o remove the debian specific file, as they don't want to share with the rest of the world :(
4623
4624 Kay Sievers:
4625   o prevent deadlocks on an corrupt udev database
4626   o wait_for_sysfs_update
4627
4628 Michael Buesch:
4629   o fix asmlinkage
4630   o fix incompatible pointer type warning
4631
4632
4633 Summary of changes from v035 to v036
4634 ============================================
4635
4636 Greg Kroah-Hartman:
4637   o add the error number to the error message in wait_for_sysfs to help out in debugging problems
4638
4639 Summary of changes from v034 to v035
4640 ============================================
4641
4642 Greg Kroah-Hartman:
4643   o added ieee1394 support to wait_for_sysfs
4644   o update wait_for_sysfs with a bunch more devices thanks to user reports
4645
4646 Summary of changes from v033 to v034
4647 ============================================
4648
4649 Kay Sievers:
4650   o wait_for_sysfs bluetooth class update
4651
4652 Greg Kroah-Hartman:
4653   o add comment in wait_for_sysfs to explain the structure better
4654   o Revert previous dev_d.c change, it's not what is causing HAL problems
4655   o hm, somethings odd with DEVPATH, see if this fixes it
4656   o 33_bk mark for the makefile
4657   o wait_for_sysfs: clean up the logic for the list of devices that we do not expect device symlinks for
4658   o get rid of annoying extra lines in the syslog for some libsysfs debug messages
4659   o added support for i2c devices in wait_for_sysfs.c
4660   o add support for i2c-adapter devices to wait_for_sysfs.c
4661
4662 Summary of changes from v032 to v033
4663 ============================================
4664
4665 <harald:redhat.com>:
4666   o udev close on exec
4667   o some cleanups and security fixes
4668   o some cleanups and security fixes
4669   o selinux for udev
4670   o cleanup PATCH for extras/chassis_id/Makefile
4671
4672 <kpfleming:backtobasicsmgmt.com>:
4673   o respect prefix= setting in built udev.conf (updated)
4674
4675 Greg Kroah-Hartman:
4676   o add support for usb interfaces to wait_for_sysfs to keep it quiet
4677   o enable native tdb spinlocks on i386 platforms
4678   o delete extras/multipath-tools as per the author's request
4679   o be paranoid in dev_d.c
4680   o add USE_SELINUX to README documentation so people have a chance to see what is going on
4681   o update the selinux.h file to start to look sane
4682   o update bk ignore list for the wait_for_sysfs binary
4683   o kdetv wants to see device nodes in /dev
4684   o update comments in scsi-devfs.sh
4685   o fix up Makefiles to get the klibc build working properly
4686   o update bk ignore list for new klibc generated files
4687   o oops forgot to add the new klibc/include directory
4688   o update klibc to version 0.181
4689
4690 Kay Sievers:
4691   o fix problems with dev.d and udevstart
4692   o wait_for_sysfs debug cleanup
4693   o fix problems using scsi_id with udevstart
4694   o update volume_id
4695   o finally solve the bad sysfs-timing for all of us
4696   o volume-id build fix and update
4697   o switch udev's seqnum to u64
4698   o add enum tests
4699   o fix udev segfaults with bad permissions file
4700
4701 Patrick Mansfield:
4702   o update udev to include scsi_id 0.6
4703
4704
4705 Summary of changes from v031 to v032
4706 ============================================
4707
4708 <harald:redhat.com>:
4709   o udev parse bug
4710
4711 Kay Sievers:
4712   o handle only block and class devices
4713   o fix udevstart badly broken in udev 031
4714
4715
4716 Summary of changes from v030 to v031
4717 ============================================
4718
4719 <arun:codemovers.org>:
4720   o udev - read long lines from config files overflow fix
4721
4722 <ballarin.marc:gmx.de>:
4723   o Update the FAQ with info about hardlink security
4724
4725 <david:fubar.dk>:
4726   o compatibility symlinks for udev
4727
4728 David Weinehall:
4729   o Minor POSIX-fixes for udev
4730
4731 Greg Kroah-Hartman:
4732   o add symlink for video rule
4733   o add a "first" list to udevstart and make it contain the class/mem/ devices
4734   o fix compiler warning in udevtest.c
4735   o Fix old-style pty breakage in rules file for tty device
4736   o add rules for i386 cpu devices
4737   o add permission for legotower usb devices
4738
4739 Kay Sievers:
4740   o Fix naming ethernet devices in udevstart
4741   o update udev_volume_id
4742   o let /sbin/hotplug execute udev earlier
4743   o pass SEQNUM trough udevd
4744   o fix manpages based on esr's spambot
4745
4746 Martin Schlemmer:
4747   o add microcode rule to permissions.gentoo file
4748
4749 Michael Buesch:
4750   o Try to provide a bit of security for hardlinks to /dev entries
4751
4752 Olaf Hering:
4753   o udevsend depends on udev_lib.o
4754
4755 Tom Rini:
4756   o fix UDEV_NO_SLEEP
4757   o clean up start_udev a bit
4758   o Make udev/udevstart be one binary
4759   o Add 'asmlinkage' to udev-030
4760
4761
4762 Summary of changes from v029 to v030
4763 ============================================
4764
4765 Greg Kroah-Hartman:
4766   o fix stupid off-by-one bug that caused udevstart to die on x86-64 boxes
4767
4768
4769 Summary of changes from v028 to v029
4770 ============================================
4771
4772 Greg Kroah-Hartman:
4773   o add permission rule for jogdial device
4774   o fix dumb bug I added to udevstart
4775   o make a "last list" of devices for udevstart to operate on last
4776   o fix permission problem with input event and ts nodes for gentoo
4777   o change default perms of misc/rtc to be readable by anyone
4778
4779 Olaf Hering:
4780   o allow NAME_SIZE > SYSFS_PATH_MAX
4781
4782
4783 Summary of changes from v027 to v028
4784 ============================================
4785
4786 <atul.sabharwal:intel.com>:
4787   o Patch for chassis_id exras module
4788
4789 Daniel Drake:
4790   o Writing udev rules doc update
4791
4792 Greg Kroah-Hartman:
4793   o clean up block whitelist search logic a bit
4794   o reverse order of scanning of udevstart to look at class before block
4795
4796 Kay Sievers:
4797   o update udev_volume_id
4798
4799 Leann Ogasawara:
4800   o udevstart performance increase
4801
4802 Patrick Mansfield:
4803   o update udev scsi_id to scsi_id 0.5
4804
4805
4806 Summary of changes from v026 to v027
4807 ============================================
4808
4809 <fork0:users.sf.net>:
4810   o fix handle leak in udev_lib.c
4811
4812 Greg Kroah-Hartman:
4813   o tweak the gentoo default permission rules as they are wrong for tty and misc devices
4814
4815
4816 Summary of changes from v025 to v026
4817 ============================================
4818
4819 Arnd Bergmann:
4820   o udev rpm fix
4821
4822 Greg Kroah-Hartman:
4823   o add test for ! in partition name
4824   o 025_bk mark
4825   o Update to version 117 of klibc (from version 108)
4826   o add volume_id ignore rule for bk
4827   o add volume_id support to the udev.spec file
4828   o remove dbus and selinux stuff from the udev.spec file
4829   o delete udev_selinux as it doesn't work properly and is the wrong way to do it
4830   o Deleted the udev_dbus extra as it didn't really work properly and HAL has a real solution now
4831   o add udev.permissions.slackware file
4832   o udevstart: close open directories
4833
4834 Kay Sievers:
4835   o fix udevd zombies
4836   o catchup with recent klibc
4837   o Re: udevsend fallback
4838   o udev_volume_id update
4839   o udev callout for reading filesystem labels
4840   o udev callout for reading filesystem labels
4841   o udev default config layout changes
4842
4843 Leann Ogasawara:
4844   o evaluate getenv() return value for udev_config.c
4845
4846 Summary of changes from v024 to v025
4847 ============================================
4848
4849 <md:linux.it>:
4850   o devfs.sh-ide-floppy
4851
4852 <sjoerd:spring.luon.net>:
4853   o DEVNODE -> DEVNAME transition fixes
4854
4855 Daniel Drake:
4856   o Update writing udev rules docs
4857
4858 Greg Kroah-Hartman:
4859   o make dev.d call each directory in the directory chain of the device name, instead of just the whole name
4860   o add devd_test script
4861   o add more permissions based on SuSE's recommendations
4862   o added rules for tun and raw devices
4863   o add udev conf.d file
4864   o Switch the default config to point to a directory for the rules and permission files
4865   o update the Red Hat .dev files to work on other distros
4866   o add dbus.dev, pam_console.dev and selinux.dev files for /etc/dev.d/default/ usage
4867   o add hints for red hat users from Leann Ogasawara <ogasawara@osdl.org>
4868   o add scripts to run gcov for udev from Leann Ogasawara <ogasawara@osdl.org>
4869   o change permissions on udevd test scripts
4870   o Fix build process for users who have LC_ALL set to a non-english language
4871   o Added expanded tests to the test framework from Leann Ogasawara <ogasawara@osdl.org>
4872   o added execelent "writing udev rules" document from Daniel Drake <dan@reactivated.net>
4873   o added rule to put USB printers in their proper places
4874   o added rules for CAPI devices
4875   o added a dev.d alsa script to help people out
4876
4877 Kay Sievers:
4878   o fix test regressions
4879   o udev_selinux changes
4880   o udevd test script
4881   o udev_dbus changes
4882   o fix devpath for netdev
4883
4884 Leann Ogasawara:
4885   o gcov for udev
4886
4887
4888 Summary of changes from v023 to v024
4889 ============================================
4890
4891 <atul.sabharwal:intel.com>:
4892   o Add README for chassis_id
4893   o Add chassis_id program to extras directory
4894
4895 <chris_friesen:sympatico.ca>:
4896   o udevd race conditions and performance,  assorted cleanups
4897
4898 <hare:suse.de>:
4899   o fix SEGV in libsysfs/dlist.c
4900
4901 <maryedie:osdl.org>:
4902   o add OSDL documentation for persistent naming
4903
4904 <md:linux.it>:
4905   o small ide-devfs.sh fix
4906
4907 Greg Kroah-Hartman:
4908   o remove compiler warning from udevd.c
4909   o only generate udev.8 on the fly, not all other man pages
4910   o update bk ignore list some more
4911   o update bk ignore list
4912   o switch to generate the man pages during the normal build, not during the install
4913   o convert udev.8.in to use @udevdir@ macro for make install
4914   o first step of making man pages dynamically generated
4915   o add install and uninstall the etc/dev.d/net/hotplug.dev file to the Makefile
4916   o tweak net_test a bit
4917   o fix some segfaults when running udevtest for network devices
4918   o make a net_test test script using udevtest
4919   o handle the subsytem if provided in udevtest
4920   o add hotplug.dev script to handle renamed network devices
4921   o add a bunch of network class devices to the test sysfs tree
4922   o add udevruler to the bk ignore list
4923   o update RFC-dev.d docs due to DEVNODE to DEVNAME change
4924   o clean up chassis_id coding style
4925   o clean up the OSDL document formatting a bit
4926   o add netlink rules to devfs and gentoo rules files
4927   o added USB device rules to rules files
4928   o clean up the gentoo rules file a bit more, adding dri rules
4929   o fix up udev.rules to handle oss rules better
4930   o 023_bk mark
4931   o fix udev.spec file for where udevtest should be placed
4932
4933 Kay Sievers:
4934   o tweak node unlink handling
4935   o switch udevd's msg_dump() to #define
4936   o handle netdev in udevruler
4937   o man page cleanup
4938   o put config info in db for netdev
4939   o increase udevd event timeout
4940   o udevstart fix
4941   o put netdev handling and dev.d/ in manpages
4942   o DEVPATH for netdev
4943   o netdev - udevdb+dev.d changes
4944   o udevd race conditions and performance,  assorted cleanups - take 2
4945   o udevinfo patch
4946   o dev_d.c file sorting and cleanup
4947   o apply all_partitions rule to main block device only
4948
4949
4950 Summary of changes from v022 to v023
4951 ============================================
4952
4953 Kay Sievers:
4954   o hmm, handle net devices with udev?
4955   o correct apply_format() for symlink only rules
4956   o don't init namedev on remove
4957   o first stupid try for a rule compose gui
4958   o replace fgets() with mmap() and introduce udev_lib.[hc]
4959   o make udevtest a real program :)
4960
4961 Daniel E. F. Stekloff:
4962   o udevinfo patch
4963
4964 Greg Kroah-Hartman:
4965   o create the /etc/dev.d/ directories in 'make install'
4966   o actually have udev run files ending in .dev in the /etc/dev.d/ directory as documented
4967   o added RFC-dev.d document detailing how /etc/dev.d/ works
4968   o fixed up udev.spec to handle selinux stuff properly now
4969   o remove USE_DBUS and USE_SELINUX flags from the README as they are no longer present
4970   o remove selinux stuff from the main Makefile
4971   o move udev_selinux into extras/selinux
4972   o fix dbus build in the udev.spec file
4973   o remove dbus stuff from main Makefile
4974   o move udev_dbus to extras/dbus
4975   o udev_dbus can now compile properly, but linnking is another story
4976   o remove udev_dbus.h from Makefile
4977   o first cut at standalone udev_selinux program
4978   o remove selinux support from udev core as it's no longer needed
4979   o first cut at standalone udev_dbus program
4980   o add get_devnode() helper to udev_lib for udev_dbus program
4981   o remove dbus code from core udev code as it's no longer needed to be there
4982   o add /etc/dev.d/ support for udev add and remove events
4983   o fix build error in namedev.c caused by previous patch
4984   o 022_bk tag
4985   o fix 'make spotless' to really do that in klibc
4986   o add a question/answer about automounting usb devices to the FAQ
4987   o mark scsi-devfs.sh as executable
4988   o Increase the name size as requested by Richard Gooch <rgooch@ras.ucalgary.ca>
4989   o fix udevtest to build properly after the big udev_lib change
4990
4991 Olaf Hering:
4992   o uninitialized variable for mknod and friend
4993
4994 Richard Gooch:
4995   o SCSI logical and physical names for udev
4996
4997 Theodore Y. T'so:
4998   o Trivial man page typo fixes to udev
4999
5000
5001 Summary of changes from v021 to v022
5002 ============================================
5003
5004 <ananth:in.ibm.com>:
5005   o more Libsysfs updates
5006   o Libsysfs updates
5007
5008 <async:cc.gatech.edu>:
5009   o fix HOWTO-udev_for_dev for udevdir
5010
5011 Kay Sievers:
5012   o udev-test.pl cleanup
5013   o add dev node test to udev-test.pl
5014   o add permission tests
5015   o "symlink only" test
5016   o callout part selector tweak
5017   o cleanup callout fork
5018   o allow to specify node permissions in the rule
5019   o man page beauty
5020   o put symlink only rules to the man page
5021   o rename strn*() macros to strmax
5022   o conditional remove of trailing sysfs whitespace
5023   o clarify udevinfo text
5024   o better fix for NAME="foo-%c{N}" gets a truncated name
5025   o overall trivial trivial cleanup
5026   o fix NAME="foo-%c{N}" gets a truncated name
5027   o cleanup mult field string handling
5028
5029 <ken:cgi101.com>:
5030   o fix a type in docs/libsysfs.txt
5031   o Added line to udev.permissions.redhat
5032   o Include more examples in the docs area for gentoo and redhat
5033
5034 <md:linux.it>:
5035   o udevstart fixes
5036
5037 Greg Kroah-Hartman:
5038   o add big major tests to udev-test.pl
5039   o add a test for a minor over 255
5040   o udev-test.pl: print out major:minor and perm test "ok" if is ok
5041   o make perm and major:minor test errors be reported properly
5042   o remove extra ; in namedev_parse.c
5043   o Added multipath-tools 0.1.1 release
5044   o deleted current extras/multipath directory
5045   o 021_bk mark
5046   o fix the build for older versions of gcc
5047
5048 Hanna V. Linder:
5049   o Small fix to remove extra "will" in man page
5050
5051 Olaf Hering:
5052   o make spotless
5053   o udev* segfaults with new klibc
5054
5055 Patrick Mansfield:
5056   o add tests for NAME="foo-%c{N}"
5057
5058 Summary of changes from v020 to v021
5059 ============================================
5060
5061 Kay Sievers:
5062   o install udevinfo in /usr/bin
5063   o blacklist pcmcia_socket
5064
5065 Greg Kroah-Hartman:
5066   o fix udev.spec to find udevinfo now that it has moved to /usr/bin
5067   o Fix another problem with Makefile installing initscript
5068   o fix the Makefile to install the init script into the proper directory
5069   o make spec file turn off selinux support by default
5070
5071
5072 Summary of changes from v019 to v020
5073 ============================================
5074
5075 <christophe.varoqui:free.fr>:
5076   o multipath update
5077
5078 Kay Sievers:
5079   o man page udevstart
5080   o cleanup udevstart
5081   o bugfix for local user
5082   o unlink bugfix
5083   o TODO update
5084   o clarify udevinfo device walk
5085   o udevinfo symlink reverse query
5086   o fix stroul endptr use
5087   o add $local user spport for permissions
5088   o udev - man page update
5089   o udev - fix debug info for multiple rule file config
5090   o udev - kill udevd on install
5091   o udev - activate formt length attribute
5092   o udev - safer sprintf() use
5093
5094 <md:linux.it>:
5095   o no error on enoent
5096   o escape dashes in man pages
5097   o remove usage of expr in ide-devfs.sh
5098
5099 <rml:ximian.com>:
5100   o automatically install correct initscript
5101   o update documetation for $local
5102
5103 Andrey Borzenkov:
5104   o Add symlink only rules support
5105
5106 Greg Kroah-Hartman:
5107   o update the TODO list as we already have a devfs config file
5108   o make start_udev use udevstart binary
5109   o install udevstart
5110   o Remove Debian permission files as the Debian maintainer doesn't seem to want to share :(
5111   o update the Gentoo rules files
5112   o Add Red Hat rules and permissions files
5113   o add udevstart to the ignore list
5114   o add udevstart program based on a old patch from Harald Hoyer <harald@redhat.com>
5115   o unlink the file before we try to create it
5116   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
5117
5118
5119 Summary of changes from v018 to v019
5120 ============================================
5121
5122 Kay Sievers:
5123   o TODO update
5124   o udev - correct relative symlink
5125   o udev - safer string handling - part four
5126   o udev - safer string handling - part three
5127   o udev - safer string handling - part two
5128   o udev - man page update
5129   o udev - safer string handling all over the place
5130   o manpage update
5131   o udev - allow all files in a directory as the config
5132   o udev - simple klibc textual uid/gid handling
5133
5134 Andrey Borzenkov:
5135   o do not remove real .udev.tdb during RPM build
5136
5137 Greg Kroah-Hartman:
5138   o add new TODO item about local user permissions
5139   o Add initial SELinux support for udev
5140   o fix build for very old versions of make
5141   o remove limit of the number of args passed to PROGRAM
5142   o force udev to include the internal version of libsysfs and never the external one
5143   o fix up libsysfs header file usage to fix bug reports from users that have sysfsutils installed already
5144   o remove udevtest on 'make clean'
5145   o remove udevd priority TODO item, as it's not needed at all
5146
5147 Patrick Mansfield:
5148   o update udev scsi_id to scsi_id 0.4
5149
5150
5151 Summary of changes from v017 to v018
5152 ============================================
5153
5154 <ext.devoteam.varoqui:sncf.fr>:
5155   o [PATCH] symlink dm-[0-9]* rule
5156   o update extras/multipath
5157
5158 <john-hotplug:fjellstad.org>:
5159   o init.d debian patch
5160
5161 Kay Sievers:
5162   o udev - TODO update
5163   o udev - add %s{filename} to man page
5164   o udev - udevd/udevsend man page
5165   o udev - switch callout part selector to {attribute}
5166   o udev - switch SYSFS_file to SYSFS{file}
5167   o udev - create all partitions of blockdevice
5168   o allow SYSFS{file}
5169   o Adding '%s' format specifier to NAME and SYMLINK
5170
5171 Greg Kroah-Hartman:
5172   o added some scsi_id files to the bk ignore file
5173   o added scsi_id and some more documentation to the udev.spec file
5174   o update udev.rules.gentoo with new config file format
5175   o Update the Gentoo udev.rules and udev.permissions files
5176   o Create a udev.rules.examples file to hold odd udev.rules
5177   o add udevd priority issue to the TODO list
5178   o more HOWTO cleanups
5179   o add HOWTO detailing how to use udev to manage /dev
5180   o mv libsysfs/libsysfs.h to libsysfs/sysfs/libsysfs.h to make it easier to use
5181   o add start_udev init script
5182   o add support for UDEV_NO_SLEEP env variable so Gentoo people will be happy
5183   o start up udevd ourselves in the init script to give it some good priorities
5184   o update the red hat init script to handle nodes that are not present
5185   o add a "old style" SYSFS_attribute test to udev-test.pl
5186   o Have udevsend report more info in debug mode
5187   o Have udevd report it's version in debug mode
5188   o fix up bug created for udevtest in previous partition creation patch
5189   o update the udev.spec to add udevtest and make some more Red Hat suggested changes
5190   o add ability to install udevtest to Makefile
5191   o 017_bk mark
5192   o Add another test to udev-test.pl and fix a bug when only running 1 test
5193   o Fix bug where we did not use the "converted" kernel name if we had no rule
5194
5195 Patrick Mansfield:
5196   o udev use new libsysfs header file location
5197   o udev add some ID tests
5198
5199
5200 Summary of changes from v016 to v017
5201 ============================================
5202
5203 <azarah:nosferatu.za.org>:
5204   o make logging a config option
5205
5206 <christophe.varoqui:free.fr>:
5207   o more udev-016/extras/multipath
5208   o more udev-016/extras/multipath
5209   o update extras/multipath
5210
5211 Kay Sievers:
5212   o udev - keep private data out of the database?
5213   o better credential patch
5214   o udevd - client access authorization
5215   o compile udevd with klibc
5216   o udev - fix "ignore method"
5217   o udev - fix cdrom symlink rule
5218   o convert udevsend/udevd to DGRAM and single-threaded
5219   o udevd - kill the lockfile
5220   o udevd - fix socket path length
5221   o udevd - switch socket path to abstract namespace
5222   o udevd - allow to bypass sequence number
5223   o include used function
5224
5225 Greg Kroah-Hartman:
5226   o add udev_log to the documentation
5227   o fix offsetof() define in klibc
5228   o add some .spec file changes from Red Hat
5229   o update the init.d udev script based on a patch from Red Hat
5230   o remove the .udev.tdb when installing or uninstalling to be safe
5231   o remove the database at startup
5232   o fix bug in permission handling
5233   o update klibc to version .107
5234   o update the bitkeeper ignore file list
5235   o add udevtest program to build
5236   o fix problem where usb devices can be either the main device or the interface
5237   o more logging.h cleanups to be a bit more flexible
5238   o stop using mode_t as different libcs define it in different ways :(
5239   o remove some more KLIBC fixups that are no longer needed
5240   o let udev-test.pl run an individual test if you ask it to
5241   o Handle the '!' character that some block devices have
5242   o add a block device with a ! in the name, and a test for this
5243   o fix up 'make release' to use bk to build the export tree
5244   o fix log option code so that it actually works for all udev programs
5245   o finish syncing up with klibc
5246   o sync with latest version of klibc (0.107)
5247   o fix up Makefile dependancies for udev_version.h
5248
5249 Patrick Mansfield:
5250   o udev add wild card compare for ID
5251   o udev kill extra bus_id compares in match_id
5252
5253
5254 Summary of changes from v015 to v016
5255 ============================================
5256
5257 <elkropac:students.zcu.cz>:
5258   o get_dev_number() in extras/ide-devfs.sh
5259
5260 <rrm3:rrm3.org>:
5261   o FAQ udev.rules.devfs
5262
5263 Greg Kroah-Hartman:
5264   o add udevd and udevsend to the spec file
5265   o make /etc/hotplug.d/default/udev.hotplug symlink point to udevsend now
5266   o add KERNEL_DIR option so that the distros will be happy
5267   o make udevsend binary even smaller
5268   o udevsend now almost compiles with klibc, struct sockaddr_un is only problem now
5269   o fix up logging code so that it can be built without it being enabled
5270   o rework the logging code so that each program logs with the proper name in the syslog
5271   o remove logging.c as it's no longer needed
5272   o kill the last examples that contained the %D option
5273   o remove a __KLIBC__ tests in libsysfs, as klibc now supports getpagesize()
5274   o udevd - remove stupid locking error I wrote
5275   o update to klibc version 0.101, fixing the stdin bug
5276   o fix Makefile typo for USE_LSB install
5277   o allow dbus code to actually build again
5278
5279 Kay Sievers:
5280   o let udevsend build with klibc
5281   o udevd - config cleanup
5282   o udevd - cleanup and better timeout handling
5283   o fix possible buffer overflow
5284   o udevd - next round of fixes
5285   o udevinfo - missing options for man page
5286   o udev - trivial style cleanup
5287
5288
5289 Summary of changes from v014 to v015
5290 ============================================
5291
5292 <mbuesch:freenet.de>:
5293   o LFS init script update
5294
5295 Greg Kroah-Hartman:
5296   o update klibc to version 0.98
5297   o clean up udevinfo on 'make clean'
5298   o add udevinfo man page to spec file
5299   o remove command line documentation from udev man page
5300   o create initial version of udevinfo man page
5301   o added URL to spec file
5302   o add udevinfo to udev.spec file
5303   o add udevinfo to install target of Makefile
5304   o rip out command line code from udev, now that we have udevinfo
5305   o udevinfo doesn't need to declare main_envp
5306   o move get_pair to udev_config.c because udevinfo doesn't need all of namedev.o
5307   o more makefile cleanups
5308   o move udevinfo into the main build and clean up the main Makefile a bit
5309   o clean up compiler warnings if building using klibc
5310   o make udevd only have one instance running at a time
5311   o new testd.block script for debugging
5312   o udevsnd : clean up message creation logic a bit
5313   o make bk ignore udevd and udevsend binaries
5314   o whitespace cleanups
5315   o remove TODO item about BUS value, as it is now done
5316   o add support for figuring out which device on the sysfs "chain" the rule applies to
5317
5318 Kay Sievers:
5319   o udevinfo - now a real program :)
5320   o udevd - cleanup and better timeout handling
5321   o udev - next round of udev event order daemon
5322   o fix udevd exec
5323   o udev - udevinfo with device chain walk
5324   o spilt udev into pieces
5325
5326
5327 Summary of changes from v013 to v014
5328 ============================================
5329
5330 <ananthmg:rediffmail.com>:
5331   o libsysfs update for refresh + namedev.c changes
5332
5333 <christophe.varoqui:free.fr>:
5334   o udev-013/extras/multipath update
5335
5336 <flamingice:sourmilk.net>:
5337   o minor patch for devfs rules
5338
5339 Kay Sievers:
5340   o udev - program to query all device attributes to build a rule
5341   o set default owner/group in db - update
5342   o udev - reverse user query options
5343   o udev - kill %D from udev-test.pl
5344   o add udev logging to info log
5345   o udev - mention format string escape char in man page
5346
5347 Greg Kroah-Hartman:
5348   o misc code cleanups
5349   o fixup logging.h to handle different logging options properly
5350   o clean up the logging patch a bit to make the option more like the other options
5351   o remove the %D modifier as it is not longer needed
5352   o remove unneeded keyboard rule
5353   o add usb_host and pci_bus to the class blacklist
5354   o added input device rules to udev.rules and udev.rules.devfs
5355   o 013_bk mark
5356
5357 Hanna V. Linder:
5358   o set default owner/group in db
5359   o small cut n paste error fix
5360
5361 Patrick Mansfield:
5362   o update udev scsi_id to scsi_id 0.3
5363
5364
5365 Summary of changes from v012 to v013
5366 ============================================
5367
5368 <eike-hotplug:sf-tec.de>:
5369   o LSB init script and other stuff
5370
5371 <elkropac:students.zcu.cz>:
5372   o fix udev directory for Debian init script
5373
5374 <tiggi:infa.abo.fi>:
5375   o udev 012 old gcc fixup
5376
5377 Christophe Saout:
5378   o add IGNORE rule type
5379   o small cleanup
5380
5381 Greg Kroah-Hartman:
5382   o update TODO with some new, small items
5383   o Cset exclude: greg@kroah.com|ChangeSet|20040113010256|48515
5384   o update the README in a few places
5385   o fix -d typo in the manpage update
5386   o Fix stupid gcc "optimization" of 1 character printk() calls.... Ick
5387   o oops, forgot to fix up the PROGRAM result from ID to RESULT in the config files
5388   o Add alsa device rules and a few other devfs rules
5389   o fix a few stale comments in namedev.c
5390   o convert the default rules files to the new format
5391   o convert the test shell scripts to the config file format
5392   o add bus test for usb-serial bus
5393   o Add some helpful messages if the user uses the older config file format
5394   o added dri rule to the default config file
5395   o added init.d udev script for debian
5396   o add a script that tests the IGNORE rule
5397   o add silly script that names cdrom drives based on the cd in them
5398   o add cdrom rule for ide cdrom
5399   o replace list_for_each with list_for_each_entry, saving a few lines of code
5400   o add a blacklist of class devices we do not want to look at
5401
5402 Kay Sievers:
5403   o fix klibc with printf() and gcc
5404   o udev - small script optimization
5405   o udev - introduce format escape char
5406   o udev - more CALLOUT is PROGRAM now
5407   o udev - CALLOUT is PROGRAM now
5408   o update documentation for new config file format
5409   o more advanced user query options
5410   o udev - simple debug tweak
5411   o udev - drop all methods :)
5412   o udev - advanced user query options
5413   o udev - Makefile error
5414   o udev - make exec_callout() reusable
5415   o udev - exec status fix for klibc
5416   o fix Silly udev script
5417
5418
5419 Summary of changes from v011 to v012
5420 ============================================
5421
5422 <azarah:nosferatu.za.org>:
5423   o make symlink work properly if there is already a file in its place
5424   o Fix udev gcc-2.95.4 compat
5425
5426 <christophe.varoqui:free.fr>:
5427   o extras multipath update
5428   o extras multipath update
5429
5430 Kay Sievers:
5431   o mention user callable udev + options in man page
5432   o make udev user callable to query the database
5433   o depend on all .h files
5434   o cleanup namedev_parse debug text
5435   o extend exec_program[]
5436   o ide-devfs.sh update
5437   o fix for apply_format()
5438   o check for empty symlink string
5439   o 'ide' missing in bus_files[]
5440   o small trivial cleanup of latest changes
5441
5442 <mbuesch:freenet.de>:
5443   o introduce signal handler
5444
5445 <rml:ximian.com>:
5446   o udev spec file update
5447
5448 Greg Kroah-Hartman:
5449   o minor grammer fixes for the udev_vs_devfs document
5450   o move the dbus config file to etc/dbus-1/system.d/
5451   o move the config files to etc/udev to clean up main directory a bit
5452   o add Gentoo versions of the rules and permissions files
5453   o if using glibc, link dynamically, as no one like 500Kb udev binaries
5454   o minor change to udev_vs_devfs document
5455   o added udev vs devfs supid document to the tree
5456   o move the signal handling registration to after we have initialized enough stuff
5457   o make ide-devfs.sh executable in the tree
5458   o udev.permissions.debian - forgot the dm nodes
5459   o update the udev.permissions.debian file with new entries
5460   o added udev.init script for the Linux From Scratch project
5461
5462
5463
5464 Summary of changes from v010 to v011
5465 ============================================
5466
5467 <mbuesch:freenet.de>:
5468   o proper cleanup on udevdb_init() failure
5469
5470 <mh:nadir.org>:
5471   o patch udev 009-010 rpm spec file
5472
5473 <svetljo:gmx.de>:
5474   o fix udev sed Makefile usage
5475
5476 Greg Kroah-Hartman:
5477   o add documentation about the BUS key being optional for the LABEL rule
5478   o add tests for LABEL rule with a device that has no bus
5479   o Don't require the BUS value for the LABEL rule
5480   o If a LABEL rule has a BUS id, then we must check to see if the device is on a bus
5481   o add documentation about the BUS key being optional for the CALLOUT rule
5482   o If a CALLOUT rule has a BUS id, then we must check to see if the device is on a bus
5483   o Don't require the BUS value for the CALLOUT rule
5484   o add test for callout rule with a device that has no bus
5485   o 010_bk stamp
5486   o added different build options to the rpm udev.spec file
5487   o add pci to the bus_files list
5488   o check for empty line a bit better in the parser
5489   o more init script cleanups, the stop target now calls udev to cleanup instead of just removing the whole /udev directory
5490   o make udev init script run udev in the background to let startup go much faster
5491   o fix long delay for all devices in namedev
5492
5493
5494 Summary of changes from v009 to v010
5495 ============================================
5496
5497 <ananth:in.ibm.com>:
5498   o change pgsize
5499
5500 <christophe.varoqui:free.fr>:
5501   o extras multipath update
5502   o extras multipath update
5503   o extras multipath update
5504   o extras multipath update
5505
5506 Kay Sievers:
5507   o fix udev-test.pl
5508   o small cleanup udev-remove.c
5509   o experimental CALLOUT script for devfs ide node creation with cd, disc, part
5510   o add any valid device
5511   o introduce format char 'k' for kernel-name
5512   o trivial make fixes
5513   o don't overwrite old config on install
5514   o udev-remove.c cleanups
5515   o bug in udev-remove.c
5516   o trivial cleanup parser changes
5517
5518 <roman.kagan:itep.ru>:
5519   o fix comment and whitespace handling in config files
5520
5521 Adam Kropelin:
5522   o Allow build with empty EXTRAS
5523
5524 Daniel E. F. Stekloff:
5525   o libsysfs 0.4.0 patch
5526   o fix scsi_id segfault with udev-009
5527   o add libsysfs docs
5528
5529 David T. Hollis:
5530   o mark config files as such in the rpm spec file
5531
5532 Greg Kroah-Hartman:
5533   o fix complier warning in namedev.c
5534   o add documentation for the new '%k' modifier (kernel name replacement)
5535   o add documentation about the multiple sysfs values that are now allowed for the LABEL rule
5536   o add tests for multi-file LABEL rules
5537   o add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule
5538   o Just live with a sleep(1) in namedev for now until libsysfs is fixed up
5539   o try to wait until the proper device file shows up in sysfs
5540   o remove unneeded TODO and FIXME entry
5541   o clean up the stand-alone tests to work properly on other people's machines
5542   o add tests to catch whitespace and comment config file parsing errors
5543
5544
5545 Summary of changes from v008 to v009
5546 ============================================
5547
5548 <christophe.varoqui:free.fr>:
5549   o more extras/multipath changes
5550   o and more extras/multipath updates
5551   o more extras/multipath updates
5552   o yet more extras/multipath
5553   o more extras/multipath updates
5554   o extras/multipath update
5555
5556 <david:fubar.dk>:
5557   o D-BUS patch for udev-008
5558
5559 <eike-hotplug:sf-tec.de>:
5560   o add init.d/udev to "make install"
5561   o add init.d/udev to the spec file
5562
5563 Kay Sievers:
5564   o don't rely on field order in namedev_parse
5565   o get part of callout return string
5566   o remove '\n' from end of callout return
5567   o man-page mention multiple symlinks
5568   o allow multiple symlinks
5569   o cleanup man & remove symlink comment
5570   o experimental (very simple) SYMLINK creation
5571   o man page beauty
5572   o pattern match for label method
5573   o a bug in linefeed removal
5574
5575 <rml:ximian.com>:
5576   o remove udev from runlevels on uninstall
5577   o install initscript in udev rpm
5578
5579 Daniel E. F. Stekloff:
5580   o pre-libsysfs-0.4.0 patch
5581
5582 Greg Kroah-Hartman:
5583   o signal fixes due to klibc update
5584   o sync klibc with release 0.95
5585   o add mol permissions to the debian permissions file
5586   o update the FAQ with info about bad modprobe events from the devfs scheme
5587   o some cleanups due to the need for LABEL rules to use "SYSFS_" now
5588   o Add restart target to the etc/init.d/udev script
5589   o tweak the config file generation portion of the Makefile a bit
5590   o change devfs disk name rule from 'disk' to 'disc'
5591   o add vc support to udev.rules.devfs
5592   o added a devfs udev config file from Marco d'Itri <md@Linux.IT>
5593   o set default mode to 0600 to be safer
5594   o Makefile tweaks for the DBUS build
5595   o update the FAQ due to the latest devfs mess on lkml and also due to symlinks now working
5596   o document the different Makefile config options that we have
5597   o change USE_DBUS to DBUS in Makefile, and disable it by default as it's still to hard to build on all systems
5598   o fix formatting of udev_dbus.c to use tabs.  Also get it to build properly now
5599   o move all of the DBUS logic into one file and remove all of the #ifdef crud from the main code
5600
5601 Olaf Hering:
5602   o dump latest klibc into the udev build tree
5603   o use udevdir in udev.conf
5604
5605 Patrick Mansfield:
5606   o better allow builds of extras programs under udev
5607   o update udev extras/scsi_id to version 0.2
5608
5609
5610 Summary of changes from v007 to v008
5611 ============================================
5612
5613 <azarah:nosferatu.za.org>:
5614   o more config file parsing robustness
5615
5616 <christophe.varoqui:free.fr>:
5617   o udev-007/extras/multipath update
5618
5619 Arnd Bergmann:
5620   o Build failure - missing linux/limits.h include?
5621   o Add format modifier for devfs like naming
5622   o klibc makefile fixes
5623
5624 Daniel E. F. Stekloff:
5625   o another patch for path problem
5626   o quick fix for libsysfs bus
5627   o libsysfs changes for sysfsutils 0.3.0
5628
5629 Greg Kroah-Hartman:
5630   o fix up some duplicated function compiler warnings in libsysfs
5631   o fix some compiler warnings in the tdb code
5632   o Added Kay's name to the man page
5633   o update the wildcard documentation in the man page to show the new styles supported
5634   o fix permission handling logic
5635   o enable default_mode ability to actually build
5636   o add support for the default_mode variable, as it is documented
5637   o show permissions and groups in the label_test
5638   o remove some items off of the TODO list, as they are now done
5639   o fix up the tests to work without all of the environ variables
5640   o get rid of the majority of the debug environment variables
5641   o Update the man page to show the new config file, it's format, and how to use it
5642   o fix up the tests to support the rules file name change
5643   o add support for a main udev config file, udev.conf
5644   o turn debugging messages off by default
5645   o split out the namedev config parsing logic to namedev_parse.c
5646   o rename namedev's get_attr() to be main namedev_name_device() as that's what it really is
5647   o add devfs like tty rules as an example in the default config file
5648   o operate on the rules in the order they are in the config file (within the rule type) instead of operating on them backwards.
5649   o Cset exclude: dsteklof@us.ibm.com|ChangeSet|20031126173159|56255
5650   o add test for checking the BUS value
5651   o fix problem where we were not looking at the BUS value
5652   o add scsi and pci bus links in the test sysfs tree
5653   o add test and documentation for new %D devfs format modifier
5654   o changed the default location of the database to /udev/.udev.tdb to be LSB compliant
5655   o get rid of functions in klibc_fixups that are now in klibc
5656   o sync up with the 0.84 version of klibc
5657   o fix udev init.d script to handle all class devices in sysfs
5658   o fix the test.block and test.tty scripts due to their moveing.  Also add a test.all script
5659   o 007_bk version change to Makefile
5660
5661 Kay Sievers:
5662   o pattern matching for namedev
5663   o catch replace device by wildcard
5664   o udev.8 tweak numeric id text
5665   o udev-test.pl add subdir test
5666   o namedev.c strcat tweak
5667   o overall whitespace + debug text conditioning
5668   o udev-test.pl - tweaks
5669
5670 Martin Hicks:
5671   o Add -nodefaultlibs while compiling against klibc
5672
5673 Olaf Hering:
5674   o ARCH detection for ppc
5675
5676 Patrick Mansfield:
5677   o fix udev parallel builds with klibc
5678
5679
5680 Summary of changes from v006 to v007
5681 ============================================
5682
5683 <md:linux.it>:
5684   o fix segfault in parsing bad udev.permissions file
5685
5686 Greg Kroah-Hartman:
5687   o update default config file with a CALLOUT rule, and more documentation
5688   o updated the man page with the latest format specifier changes
5689   o added ability to put format specifiers in the CALLOUT program string
5690   o tweak udev-test.pl to report '0' errors if that's what happened
5691   o only build klibc_fixups.c if we are actually using klibc
5692   o add support for string group and string user names in udev.permissions
5693   o add getgrnam and getpwnam to klibc_fixups files
5694   o remove Makefile.klibc
5695   o add udev-test perl script from Kay Sievers <kay.sievers@vrfy.org> which blows away my puny shell scripts
5696   o added debian's version of udev.permissions
5697   o change to 006_bk version
5698
5699 Kay Sievers:
5700   o format char for CALLOUT output
5701   o more namedev whitespace cleanups
5702   o support arguments in callout exec
5703   o namedev.c - change order of fields in CALLOUT
5704   o namedev.c whitespace + debug text cleanup
5705   o man page with udev.permissions wildcard
5706
5707 Olaf Hering:
5708   o static klibc udev does not link against crt0.o
5709
5710 Summary of changes from v005 to v006
5711 ============================================
5712
5713 <chris_friesen:sympatico.ca>:
5714   o faster test scripts
5715
5716 Arnd Bergmann:
5717   o more robust config file parsing in namedev.c
5718   o add bus id modifier
5719
5720 Daniel E. F. Stekloff:
5721   o patch for libsysfs sysfs directory handling
5722
5723 Greg Kroah-Hartman:
5724   o add another line to udev.permissions in the proper format
5725   o tweak replace_test
5726   o fix permissions to work properly now
5727   o add real udev.permissions file to test directory
5728   o fix namedev.c to build with older version of gcc
5729   o add dumb test for all of the different modifiers
5730   o update the TODO list with more items that people can easily do
5731   o move the test.block and test.tty scripts to the test/ directory
5732   o add remove actions to the test scripts
5733   o turn DEBUG_PARSER off by default
5734   o add some documentation for the %b modifier to the default config file
5735   o fix make install rule for when the udev symlink is already there
5736   o change release target in makefile
5737   o change debug level on printf values for now
5738   o updated demo config file
5739   o add some documentation of the modifiers to the default config file
5740   o add demo config file
5741   o updated bk ignore list for klibc generated files
5742   o add printf option to label test to verify it works
5743   o fix up printf-like functionality due to previous changes
5744   o get the major/minor number before we name the device
5745   o add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com>
5746   o Add multipath "extra" program from Christophe Varoqui, <christophe.varoqui@free.fr>
5747   o trailing whitespace cleanups
5748   o splig LABEL and NUMBER into separate functions
5749   o add TOPO regression test
5750   o move TOPOLOGY rule to it's own function
5751   o fix bug where NUMBER and TOPOLOGY would not work for partitions
5752   o clean up the way we find the sysdevice for a block device for namedev
5753   o updated label test script (tests for partitions now.)
5754   o split REPLACE and CALLOUT into separate functions
5755   o add debug line for REPLACE call
5756   o add replace test
5757   o add more sysfs test tree files
5758   o change UDEV_SYSFS_PATH environment variable due to libsysfs change
5759   o fix bug in klibc's isspace function
5760   o fix udev-add.c to build properly with older versions of gcc
5761   o add prototype for ftruncate to klibc
5762   o Remove a few items from the TODO list that are already done
5763   o version number to 005_bk
5764   o pull some klibc stuff into the make Makefile to try to stay in sync
5765   o klibc build fixes
5766
5767 Kay Sievers:
5768   o apply permissions.conf support for wildcard and default name
5769   o man page with included placeholder list
5770   o implement printf-like placeholder support for NAME
5771   o more manpage tweaks
5772   o add support for subdirs
5773   o add uid/gid to nodes
5774
5775 Olaf Hering:
5776   o DESTDIR for udev
5777
5778 Paul Mundt:
5779   o Fixup path for kernel includes when building with klibc
5780
5781 Robert Love:
5782   o udev init script
5783
5784
5785 Summary of changes from v004 to v005
5786 ============================================
5787
5788 <kay:vrfy.org>:
5789   o namedev.c comments + debug patch
5790   o man page update
5791
5792 Greg Kroah-Hartman:
5793   o ignore the klibc/linux symlink
5794   o add klibc linux symlink info to the README
5795   o get 'make release' to work properly again
5796   o added README info for how to build using klibc
5797   o turn off debugging if we are building with klibc
5798   o turn off debugging in namedev
5799   o added vsyslog support to klibc
5800   o add ftruncate to klibc
5801   o klibc specific tweaks
5802   o libsysfs does not need mntent.h in it's header file
5803   o udev build tweaks to tdb's spinlock code
5804   o klibc makefile changes
5805   o build tdb and libsysfs from the same makefile as udev
5806   o udev-add build cleanups for other libc versions
5807   o tweak tdb to build within udev better
5808   o make libsysfs spit debug messages to the same place as the rest of udev
5809   o make libsysfs build cleanly
5810   o updated bk ignore list
5811   o added klibc version 0.82 (cvs tree) to the udev tree
5812   o makefile fix for now
5813   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
5814   o hm, makefile bug with so many files...  will fix later
5815   o regression tests starting to be added
5816   o fix LABEL bug for device files (not class files.)
5817   o more warning flags to the build
5818   o got rid of struct device_attr
5819   o rename namedev.permissions and namedev.config to udev.permissions and udev.config
5820   o fix dbg line in namedev.c
5821   o more overrides of config info with env variables if in test mode
5822   o Fix bug causing udev to sleep forever waiting for dev file to show up
5823   o change version to 004_bk
5824   o make config files, sysfs root, and udev root configurable from config variables
5825
5826 Robert Love:
5827   o udev: sleep_for_dev() bits
5828   o udev: another canidate for static
5829
5830
5831 Summary of changes from v003 to v004
5832 ============================================
5833
5834 Daniel E. F. Stekloff:
5835   o new version of libsysfs patch
5836
5837 Greg Kroah-Hartman:
5838   o 004 release
5839   o major database cleanups
5840   o Changed test.block and test.tty to take ACTION from the command line
5841   o don't sleep if 'dev' file is already present on device add
5842   o fix comment about how the "dev" file is made up
5843   o more database work.  Now we only store the info we really need right now
5844   o add BUS= bug to TODO list so it will not get forgotten
5845   o spec file changes
5846   o test.block changes
5847   o ok, rpm likes the "_" character instead of "-" better
5848   o change the version to 003-bk to keep things sane with people using the bk tree
5849   o got "remove of named devices" working
5850   o fix segfaults when dealing with partitions
5851
5852 Kay Sievers:
5853   o man file update
5854   o man page update
5855
5856 Robert Love:
5857   o udev: mode should be mode_t
5858   o udev: trivial trivialities
5859   o udev: cool test scripts again
5860   o udev spec file symlink support
5861   o udev: cool test scripts
5862   o udev spec file bits
5863
5864
5865 Summary of changes from v0.2 to v003
5866 ============================================
5867
5868 Daniel E. F. Stekloff:
5869   o udevdb patch
5870   o udevdb prototype
5871
5872 Greg Kroah-Hartman:
5873   o update the spec file for the new version and install process
5874   o fix makefile release rule to not drop tdb.h file
5875   o Add FAQ for udev
5876   o removed AUTHORS and INSTALL files as they were pretty pointless
5877   o copyright updates
5878   o Add AUTHORS and INSTALL files
5879   o TODO updates
5880   o Updatd the README
5881   o updated the TODO list
5882   o add udev man page (basically just a place holder for now.)
5883   o added uninstall support
5884   o added install target for makefile so people don't have to do it by hand anymore
5885   o add version to debug log on startup
5886   o tell the user what mknod() we are trying to do
5887   o add dbg_parse() to cut down on parse file debugging statements
5888   o put config files and database in /etc/udev by default
5889   o add ols 2003 udev paper to docs/
5890   o clean up some debugging stuff in namedev.c
5891   o do not build the tdb binary programs, only the objects
5892   o merge tdb into the build process
5893   o Added tdb code from latest cvs version in the samba tree
5894   o added my name to the .spec file
5895   o minor cleanups
5896   o cleanup the mknod code a bit
5897   o remove mknod callout
5898   o handle new major:minor format of dev files that showed up in 2.6.0-test2-bk3 or so
5899   o oops, everything was getting created as 000 mode, try to fix this up, but fail...
5900   o more test stuff
5901
5902 Olaf Hering:
5903   o print udev pid
5904
5905 Patrick Mansfield:
5906   o add callout config type to udev
5907
5908 Paul Mundt:
5909   o Fix TDB cross compilation
5910   o udev spec file
5911   o udev/libsysfs cross compile fixes
5912
5913
5914 Summary of changes from v0.1 to v0.2
5915 ============================================
5916
5917 Greg Kroah-Hartman:
5918   o more test stuff
5919   o removed unneeded stuff from udev.h
5920   o added 0.2 change log info
5921   o start working on label support, and fix some segfaults for block devices
5922   o test config file changes
5923   o add NUMBER support (basically same logic as TOPOLOGY, perhaps we should
5924     merge this...)
5925   o added topology support
5926   o got REPLACE to work properly
5927   o make struct config_device contain a struct device_attr instead of
5928     duplicating the mess
5929   o block test
5930   o split the tests up into different files
5931   o split udev main logic into udev-add and udev-remove
5932   o Clean up the namedev interface a bit, making the code smaller
5933   o bk: update ignore list
5934   o update the tests to handle block devices too
5935   o add initial libsysfs support
5936   o added libsysfs to the build
5937   o added libsysfs code from sysutils-0.1.1-071803 release
5938   o namedev config files are fully parsed
5939   o more permission tests
5940   o make log_message spit out warnings so I don't have to spend forever
5941     chasing down stupid bugs that aren't there...
5942   o added klibc makefile
5943   o Initial namedev parsing of config files
5944   o sleep for 2 seconds to give the kernel a chance to actually create the
5945     files we need
5946   o pick a better default UDEV_ROOT
5947   o fix up the test to actually work
5948   o added more documentation in README and TODO files
5949
5950
5951 Summary of changes up to v0.1
5952 ============================================
5953
5954 Greg Kroah-Hartman:
5955   o added more documentation in README and TODO files
5956   o updated the documentation
5957   o cleaned up the makefile a bit
5958   o remove now works!
5959   o restructure code to be able to actually get remove_node() to work
5960   o Creating nodes actually works
5961   o added stupid test script for debugging
5962   o added initial documentation and gpl license
5963   o enabled debugging
5964   o updated ignore list
5965   o added initial files
5966   o fixed up config
5967   o Initial repository create
5968   o BitKeeper file /home/greg/src/udev/udev/ChangeSet
5969