1 Summary of changes from v156 to v157
2 ============================================
5 40-redhat.rules: removed file
8 Fix wlan key on Inspirion 1210
9 Fix wlan key on Inspiron 910
10 Fix wlan key on Inspiron 1010 & 1110
13 configure.ac: version bump
14 Makefile.am: silent build mkdir
15 rules: mount fuse control filesystem
16 fix compilation with --enable-debug
19 udevd: replace --debug-trace with --children-max
21 rules: add -v to modprobe calls to be able see what will be loaded
22 udevd: read debug settings from kernel commandline
24 rules: delete pilot rules and remove redhat directory
25 man: add static device nodes and udevd debug options
26 man: add kernel command line parameters
27 man: udevd - update intro
28 rules: rename packages -> arch
29 rules: SUSE - move last distro rule to package
30 rules: add misc/30-kernel-compat.rules
31 make: mkdir /lib/udev/devices/
32 make: fix rules/ subdir names
33 udevd: set umask before creating files/directories
35 IMPORT{cmdline}: start at first char after '='
36 libudev: doc - fix typo
40 Summary of changes from v155 to v156
41 ============================================
44 udevd: fix typo /proc/fd -> /proc/self/fd
47 configure.ac: version bump
48 cdrom_id: do not export ID_CDROM_MEDIA_SESSION_LAST_OFFSET= for single session media
49 rules: optical drives - use ID_CDROM_MEDIA_TRACK_COUNT_DATA
50 libudev: fix udev_queue_get_seqnum_sequence_is_finished() with empty queue file
53 Summary of changes from v154 to v155
54 ============================================
57 reset process priority before executing RUN+=
58 configure.ac: version bump
59 rules: SUSE - delete device-mapper rules
60 libudev: add O_CLOEXEC
61 use default mode of 0600 for nodes if gid == 0
62 udevd: create standard symlinks and handle /lib/udev/devices
64 fix tests and allow MODE=000
65 create static nodes provided by kernel modules to allow module autoloading
67 man: directly use 'refentry'
70 Summary of changes from v153 to v154
71 ============================================
74 Makefile.am: add LGPL COPYING file to EXTRA_DIST
75 cdrom_id: only mark sr[0-9]* as ID_CDROM
78 Fix volume keys not releasing for Pegatron platform
81 configure.ac: version bump
82 more readlink buffer size handling
83 remove left-over from ignore_remove and all_partitions
85 udevadm: info --export-db -- remove watch handle export
86 add TAG= to improve event filtering and device enumeration
87 all to match against a given TAG==
88 udev-acl: use a tag instead of a property to mark devices
89 fix logic on-demand loading logic for db and uevent
90 use the usual TAG+=, TAG= logic
91 delete old tags when configuration changes
92 libudev: accept NULL in udev_device_get_tags_list_entry()
94 export udev_device_get_tags_list_entry()
95 udevd: always try to find an idle worker instead of forking a new one
96 remove unused parameter from udev_node_mknod()
97 remove debug output during rules parsing
98 warn when renaming kernel-provided nodes instead of adding symlinks
99 man: udevadm trigger - the default is "change" not "add"
100 update README regarding kernel version and default rules
101 add info message when empty NAME is given
102 libudev: add documentation for recently added functions
103 udevd: reload config only for *.rules files
106 keymap: Fix Bluetooth key on Acer TravelMate 4720
109 remove buffer-overrun risk in readlink call
111 Matthias Schwarzott (1):
112 rules: Gentoo - remove old devfs compat rules
115 fix device node deletion
118 configure.ac: move firmware-path setting out of extras section
121 keymap: Add keymap and force-release quirk for Samsung N128
122 keymap: Add keymap quirk of WebCam key for MSI netbooks.
125 Summary of changes from v152 to v153
126 ============================================
129 configure.ac: version bump
132 configure.ac: fix broken firmware search path in configure.ac
135 Summary of changes from v151 to v152
136 ============================================
139 udev needs automake 1.10
142 Fix virtio-ports rule to use $attr instead of $ATTR
143 rules: virtio - fix is to check if the 'name' attribute is present
146 keymap: Add Samsung Q210/P210 force-release quirk
147 keymap: Add Fujitsu Amilo 1848+u force-release quirk
150 modeswitch: morph into tool that only switches Mobile Action cables
153 Decrease buffer size when advancing past NUL byte
154 Use UTIL_LINE_SIZE, not UTIL_PATH_SIZE to truncate properties
155 Increase UTIL_LINE_SIZE from 2048 to 16384
158 cdrom_id: remove debugging code
161 Force key release for volume keys on Dell Studio 1557
162 Fix Keymapping for upcoming Dell Laptops
163 Add new Dell touchpad keycode
164 Revert special casing 0xD8 to latitude XT only
165 Fix Dell Studio 1558 volume keys not releasing
166 Add support for another Dell touchpad toggle key
169 keymap: Unite laptop models needing common volume-key release quirk
170 keymap: Add force-release quirk for Coolbox QBook 270-02
171 keymap: Add force-release quirk for Mitac 8050QDA
174 libudev: bump minor version
175 udevadm: fix untested and broken commit to set buffer size
176 configure.ac: version bump
177 udev-acl: no not encourage use of ACL_MANAGE outside of rules file
178 replace utimes() with utimensat()
179 libbudev-private: rename udev_list_entry_get_flag()
180 udevadm: monitor - use / as separator in --subsystem-match=subsystem[/devtype]
181 use major:minor as entries in symlink stack instead of devpath
182 use major:minor as entries in watch directory
183 libudev: docs - .gitignore backup files
184 firmware: fix possible segfault when firmware device goes away while loading
185 do not reset SELinux context when the node was not touched
186 libudev: add udev_device_new_from_environment()
187 add LGPL COPYING to libudev and GUdev
188 cdrom_id: open non-mounted optical media with O_EXCL
189 libudev: update documentation
190 extras: mobile-action-modeswitch - update gitignore
191 scsi_id: add rand() in retry loop
192 cdrom_id: retry to open the device, if EBUSY
193 cdrom_id: check mount state in retry loop
194 cdrom_id: always set ID_CDROM regardless if we can run cdrom_id
195 rules: delete outdated packagees rules
196 rules: we do not have static devices which are renamed
197 unify/cleanup event handling
198 allow IMPORT{db}="KEY"
199 usb-db: remove double '/'
200 replace "add|change" with "!remove"
202 log info only if we actually delete the node
203 udevadm: trigger - switch default action from "add" to "change"
204 remove "all_partitions" option
205 rules: call modprobe on all events but "remove"
206 remove "ignore_remove" option
208 cdrom_id: rework feature/profiles buffer parsing
209 cdrom_id: print more debug messages
210 cdrom_id: debug - print feature values in hex
211 cdrom_id: debug - print feature values in hex
212 cdrom_id: set ID_CDROM_MEDIA=1 only for known media
213 Revert "Fix switching Logitech bluetooth adapters into hci mode."
214 add O_NOFOLLOW when creating files in link stack
215 delete only device nodes, not symlinks when deleting a devtmpfs node
216 doc: add section about how *not* to rename device nodes
219 rules: input - create by-path/ links for pci devices
220 Fix switching Logitech bluetooth adapters into hci mode.
221 doc: document the WAIT_FOR timeout
224 keymap: Add Dell Inspiron 1011 (Mini 10)
225 Fix brightness keys on MSI Wind U-100
227 keymap: Add Toshiba Satellite M30X
228 udev-acl: Correctly handle ENV{ACL_MANAGE}==0
229 input_id: Fix linking
230 keymap: Add Acer TravelMate 6593G and Acer Aspire 1640
231 keymap: Fix another key for Acer TravelMate 6593
232 cdrom_id: Fix uninitialized variables
233 cdrom_id: Fix uninitialized buffers
234 cdrom_id: Do not ignore errors from scsi_cmd_run()
235 cdrom_id: Swap media state and TOC info probing
238 cdrom_id: add missing profiles to feature_profiles
241 keymap: Add support for Gateway AOA110/AOA150 clones.
243 Scott James Remnant (2):
244 libudev: export udev_monitor_set_receive_buffer_size()
245 udevadm monitor: increase netlink buffer size
248 firmware: fix error reporting on missing firmware files
250 Yury G. Kudryashov (3):
251 configure.ac - fix typo in --with-pci-ids-path option
252 hid2hci: include linux/types.h for __u32
253 configure.ac: ddd --with-firmware-path option
256 Summary of changes from v150 to v151
257 ============================================
260 rules: Add symlink rule for virtio ports
263 Fix reverted floppy-device permissions
266 rulews: suse - add do-not-load-KMS-modules rules
269 rules: acl - add COLOR_MEASUREMENT_DEVICE match
272 configure.ac: version bump
273 udevd: inotify - do not parse rules at create but at close
274 do not remove device nodes of active kernel devices
275 libudev: device - create db file atomically
276 clarify message about not removed device node
277 input_id: include limits.h
278 keymap: include linux/limits.h
279 keymap: linux/input.h - get absolute include path from gcc
280 delete outdated and unmaintained writing_udev_rules
281 update README and NEWS
285 writing_udev_rules: update rules files names
286 keymap: support for the Samsung N140 keyboard
289 add ACL rule for Garmin GPSMap 60
290 keymap: move force-release directory
291 extras/keymap/check-keymaps.sh: Ignore comment-only lines
292 keymap: Fix invalid map line
295 Summary of changes from v149 to v150
296 ============================================
298 Clemens Buchacher (2):
299 add Samsung R70/R71 keymap
300 keymap: Samsung R70/R71 force-release quirk
303 keymap: Add OLPC XO key mappings
304 keymap: Fix typo in compal rules
307 libudev: wrap in extern "C" block for C++
310 Export ID_WWN_VENDOR_EXTENSION and ID_WWN_WITH_EXTENSION
313 keymap: Lenovo Thinkpad USB Keyboard with Tracepoint
315 Johannes Stezenbach (2):
316 keymap: add Samsung N130
317 keymap: handle atkbd force_release quirk
320 util_unlink_secure(): chmod() before chown()
321 floppy: fix rule to create additional floppy device nodes
322 configure.ac: version bump
323 remove remaining support for CONFIG_SYSFS_DEPRECATED
324 cdrom_id: remove deprecated device matches
325 rules: add "block" match to floppy rule
326 update mtime of nodes and links when we re-use them
327 udevadm: info - fix info --root --query=name --path= for device without a device node
328 remove remaining support for CONFIG_SYSFS_DEPRECATED
329 fix typo in log message priority handling
330 remove UDEV_RUN environment variable
331 udevadm: logging - copy va_list and do not use it twice
332 libudev: doc - add symbols to sections.txt
333 work around gtk-doc which breaks distcheck
334 gobject-introspection: use $datadir instead of $prefix
337 build: keymap - create subdir
338 rules: udev-acl - add firewire video devices
341 keymap: Add Acer Aspire 1810T
342 95-keymap.rules: Run on change events, too
343 keymap: fix findkeyboards
344 Speed up udev_enumerate_scan_*
345 keymap: Add hotkey quirk for Acer Aspire One (AO531h/AO751h)
346 Clarify RUN/IMPORT documentation
347 keymap: Add Logitech S510 USB keyboard
348 keymap: add Acer TravelMate 8471
349 keymap: Add Acer Aspire 1810TZ
351 keymap: Add Fujitsu Amilo Li 1718
352 keymap: Document force-release
355 firmware: convert shell script to C
357 Scott James Remnant (1):
358 70-acl.rules: ACL manage Android G1 dev phones
360 Thomas de Grenier de Latour (1):
361 libudev: enumerate - fix move_later logic
364 Summary of changes from v148 to v149
365 ============================================
368 really fix both in-tree and out-of-tree builds
371 input-id: identify touchscreens
374 libudev: doc - use #NULL
375 configure.ac: version bump
376 really really fix both in-tree and out-of-tree builds
377 fix both in-tree and out-of-tree builds
380 input_id: Fix endless loop for non-input devices
381 input_id: Do not tag non-input devices with ID_INPUT
382 input_id: small optimization
383 input_id: check event mask
384 input_id: Check mouse button for ID_INPUT_MOUSE
385 udev_device_get_parent_with_subsystem_devtype(): Clarify documentation
388 Summary of changes from v147 to v148
389 ============================================
392 Revert "modem-modeswitch: add a device"
393 Revert "extras/modem-modeswitch: Add Huawei E1550 GSM modem"
394 modem-modeswitch: 61-option-modem-modeswitch.rules is only for Option NV devices
397 Fix typo in NEWS, ConsoleKit-0.4.11 -> 0.4.1
400 cdrom_id: Still check profiles even if there is no media
401 scsi_id: Export WWN and Unit Serial Number
402 Create /dev/disk/by-id/wwn-0x... symlinks
403 Also create /dev/disk/by-id/wwn-0x..-part%n symlinks for partitions
406 extras/input_id: Correctly identify touchpads
409 modem-modeswitch: add a device
412 rules: set mode of floppy device nodes to 0660
413 remove "ignore_device"
414 print warning for BUS=, SYSFS{}=, ID=
415 test-udev: remove "ignore_device" code
416 udev-test.pl: catch-up with recent changes
417 rules: remove support for IDE (hd*) devices
418 ata_id: skip ATA commands if we find an optical drive
419 Revert "Fix out-of-tree builds"
422 README.keymap.txt: small clarification
424 70-acl.rules: Use new-style input properties
425 input: Deprecate ENV{ID_CLASS}
426 input_id: code cleanup
428 Scott James Remnant (1):
429 Fix out-of-tree builds
432 Summary of changes from v146 to v147
433 ============================================
436 udevd: queue-export - remove retry loop
439 fix wrong parameter size on ioctl FIONREAD
442 don't compare a non-existing function with NULL
443 use nanosleep() instead of usleep()
446 gudev: remove G_UDEV_API_IS_SUBJECT_TO_CHANGE since API is now stable
447 ata_id: export more advanced ATA features
448 gudev: Fix up GUdevDeviceNumber
449 gudev: Remove LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE from priv header
451 Florian Zumbiehl (10):
452 util_delete_path(): use util_strscpy()
453 util_lookup_group(): fix memory leak if realloc() fails
454 util_delete_path(): handle multiple leading slashes
455 util_create_path(): fix possible out of bounds array access
456 ude_rules.c: fix possible NULL pointer dereference in get_key()
457 util_resolve_sys_link(): fix possible buffer overflow
458 udev_util_encode_string(): fix possible buffer overflow
459 udev-rules.c: parse_file() - fix possible buffer overflow
460 udev_queue_get_seqnum_sequence_is_finished(): fix possible file handle leak
461 util_run_program(): fix possible buffer overflow #2
464 scsi_id: prevent buffer overflow in check_fill_0x83_prespc3()
465 rename interfaces to <iface>_rename if rename fails
468 util_run_program: restore signal mask before executing event RUN commands
471 make: sort Makefile.am per target/extra
472 configure.ac: version bump
473 udev-acl: allow to skip ACL handling
474 rules: rfkill has no group, so use 0644
475 rule_generator: net - fix MATCHDEVID
478 print warning for NAME="%k" - it breaks the kernel supplied DEVNAME
479 warn about non-readable or empty rules file
480 change database file names
481 assign errno for getgrnam_r()/getpwnam_r()
482 doc: udevadm test *does* create nodes and links these days
483 util_unlink_secure(): chmod() before chown()
484 util_create_path(): fix errno usage
485 inotify_add_watch(): do not store watch, if it failed
488 rules: suse - use NAME for mapper/control
489 libudev-util.c: get_sys_link() - return error for empty link target
490 udev-rules.c: remove 'first_token' variable
491 Revert "udev-rules.c: remove 'first_token' variable"
492 test: catch possible bug in GOTO resolving
493 udevadm: remove symlink support for old commands
494 util_run_program(): skip multiple spaces in argv creation
496 require 2.6.27 for proper signalfd handling
497 fix randonm findings from llvm-clang-analyzer
498 simplify "symlink name stack"
499 reorder create_path() and node/link creation to be called in a direct sequence
500 put util_create_path() and file creastion in a retry loop
501 udevadm: control - remove compat code
502 scsi_id: delete copy of bsg.h
503 fix SYMLINK{} option parsing
504 rules: remove remaining NAME="%k"
505 rules: drop almost all NAME= keys
507 udevd: serialize events for with the same major/minor
508 break loops if util_create_path() returns error
509 remove "last_rule" option
510 use CLOEXEC flags instead of fcntl()
511 unblock signals we might want to handle
512 udevd: create /dev/.udev/rules.d/ before watching it wit inotify
513 gudev: fix pkg-config call to work with "make distcheck"
515 Revert "gudev: fix out-of-tree build"
517 Lennart Poettering (5):
518 pci-db: make sure we actually read the pci.ids file instead of usb.ids
519 sound: recognize saa7134 TV card sound devices as TV cards
520 sound: include ALSA sound card id in ID_ID property
521 sound: include ALSA sound card id in /dev/snd/by-id/ links
522 Revert "sound: include ALSA sound card id in /dev/snd/by-id/ links"
525 doc: writing_udev_rules updated for the new command names
526 rules: sound - do not use /usr/bin/env
527 udevadm: print all messages to stderr with priority higher or equal than LOG_ERR
528 udevadmi: control = exit with rc=2 if there is some system error
529 gudev: gir-scanner workaround for out of tree builds
530 gudev: fix out-of-tree build
532 Mario Limonciello (1):
533 hid2hci: remove superfluous bmAttributes match
536 extras/keymap: Add Acer Aspire 6920
537 extras/modem-modeswitch: eject ZTE MF6xx fake CD-ROMs
538 extras/keymap: Fix hold key on Acer Aspire 6920
539 extras/keymap: Fix case matching for Micro-Star
540 Revert "extras/keymap: Fix case matching for Micro-Star"
541 make raw USB printer devices accessible for lp
542 modem-modeswitch rules: Match more devices
543 extras/keymap: fix hash table collisions
544 extras/keymap: Rename KEY_COFFEE to KEY_SCREENLOCK
545 fix single-session CD detection
546 fix previous commit for CD detection
547 make raw USB printer devices world-readable again
548 50-udev-default.rules: fix printer MODE
549 keymap: Add Logitech Wave USB
550 keymap: add missing map file
551 keymap: fix usb_id invocation
552 keymap: make USB keyboards really work
553 keymap: Add Logitech Wave cordless
554 keymap: add HP Pavillion dv6315ea
556 Makefile.am: fix build with mawk
557 extras/keymap/README.keymap.txt: Fix bug report link
558 fix major fd leak in link handling
559 modem-modeswitch: fix ZTE MF6xx rule
561 Matthias Schwarzott (2):
566 keymap for Acer Aspire 5720
569 libudev: allow to store negative values in the udev database
571 Scott James Remnant (1):
572 util_run_program: *really* restore signal mask before executing event RUN commands
574 William Jon McCann (1):
575 udev-acl: catch up with ConsoleKit 0.4.1
578 Summary of changes from v145 to v146
579 ============================================
582 man: fix unused, inaccurate metadata
583 man: SYMLINK can be matched as well as assigned
587 rules: exclude digitizers from joystick class
588 udev-acl: add joystick devices
590 Diego Elio 'Flameeyes' Pettenò (21):
591 Merge libudev, udev, and the unconditional extras in a single Makefile.am.
592 Replace the custom test-run target with the standard make check.
593 Also merge into the top-level Makefile.am the simpler extras.
594 Change hook handling to be more portable.
595 Merge keymap building in the top-level Makefile.am.
596 Make keymap generation rules be silent (backward-compatible).
597 Move pkg-config docs and man pages before conditionals.
598 Finally, also merge gudev into the top-level Makefile.am.
599 Make sure to clean up all the built sources.
600 Make sure to use dependency/target variables.
601 Add silent-rule support for the gudev rules.
602 Fix building of introspection library on top-level Makefile.am.
603 Fix another relative path for the new working directory.
604 Include the correct directory for out-of-source builds.
605 Add tests to the distribution; this fixes "make distcheck".
606 Ask gperf to use ANSI-C for generation.
607 Merge in Makefile.am.inc into Makefile.am
608 Use the keymap check during “make distcheck” rather than “check”.
609 Fix building of documentation when doing out-of-source builds.
610 Fix “make distcheck” run outside of the source directory.
611 Use LT_INIT to explicit that udev needs libtool series 2.
613 Eric W. Biederman (1):
614 fix util_lookup_group to handle large groups
617 extras/modem-modeswitch: Add Huawei E1550 GSM modem
620 udevd: add timestamp to --debug output
621 v4l_id: exit with 0 when --help is given
622 configure.ac: version bump
623 hid2hci: remove hid structures and include kernel header
624 path_id: make global variable static
625 udevadm: trigger - add --sysname-match=
626 rules: serial - fix path_id call
627 path_id: fix typo in comment
628 format names are not case insensitive
629 hid2hci: rewrite (and break) rules and device handling
630 make: build internal tools against libudev-private.la
631 update a few years of copyright
632 libudev: silent gcc warning: may be used uninitialized in this function
633 make: suppress enter/leaving directory messages
634 re-enable failed event tracking
635 "record_failed" -> "fail_event_on_error"
636 udevd: block for 15 seconds after error when too old kernel is detected
637 make: fix issues from non-recursive conversion
639 Lennart Poettering (1):
640 enumeration: move ALSA control devices to the end of the enumerated devices of each card
642 Mario Limonciello (2):
643 hid2hci: support to hid2hci for recovering Dell BT devices after S3
644 hid2hci: install re-trigger for hid device when recovering from S3
647 add keymap for Clevo D410J laptop
648 extras/keymap: add Zepto ZNote
649 extras/keymap: add Everex Stepnote XT5000T
650 extras/keymap: add Compal Hel80i
651 keymap tool: improve help
652 keymap tool: support scancode/keycode pair arguments
653 keymap: inline one-line key maps
654 extras/keymap: fix check-keymaps.sh for inline mappings
655 extras/keymap: add recently added keymap files to Makefile.am
656 extras/keymap: Add HP Presario 2100
657 extras/keymap: cover more Compaq Evo models
658 extras/keymap: Add Fujitsu Amilo M
659 extras/keymap: teach findkeyboards about USB keyboards
660 extras/keymap: Add Samsung SX22S
661 extras/keymap: Fix crash for unknown keys
662 extras/keymap: Add Samsung NC20
663 extras/keymap: Fix Bluetooth key on Acer Aspire 6920
666 Summary of changes from v144 to v145
667 ============================================
670 scsi_id: correct error handling in prepend_vendor_model
673 README: add CONFIG_BLK_DEV_BSG
674 use MIN() MAX() from param.h
675 configure.ac: version bump
676 libudev: device - free values before updating them
677 libudev: enumerate - sort with qsort()
678 udevd: detach event from worker if we kill a worker
679 udevadm: info - add space after R:, A:, W: on database export
680 udevd: make sure a worker finishes event handling before exiting
681 udevd: handle SIGCHLD before the worker event message
685 Summary of changes from v143 to v144
686 ============================================
689 firmware: search for third party or sysadmin supplied firmware updates
692 configure.ac: add AM_SILENT_RULES
693 configure.ac: version bump
694 TODO: add cleanup of ATA_COMPAT
695 libudev: queue - add comments for queue format
696 udev/.gitignore: add udev.pc
697 configure.ac: version bump
698 do not exports properties starting with a '.'
699 scsi_id: --reformat_serial - use udev_util_replace_whitespace()
700 ata_id: sync ID_SERIAL(_SHORT) with other *_id tools
701 rules: make ata_id properties the default for all ATA block devices
702 scsi_id: delete no longer needed config file
704 man: udev - add private properties like ENV{.FOO}="bar"
705 Merge branch 'firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/jcm/udev-jcm
706 udevadm: test - print list of properties
707 build: do not delete .la files
708 libudev: monitor - handle kernel supplied DEVNAME properly
710 build: add *exec* to the internal rootlibdir name
713 hid2hci: narrow matches to real HCI devices
714 extras/udev-acl: add smartcard readers
717 rules: set group ownership of new firewire driver device files
720 Summary of changes from v142 to v143
721 ============================================
724 udevadm: settle - fix timeout
725 udevd: remove tiny bit of dead code
726 udevd: implement a more efficient queue file format
727 udev-selinux.c: remove libudev header
728 udevd: queue-export - fix crash
730 Benjamin Gilbert (1):
731 test: check string substitutions in OWNER and GROUP
734 rules: tty/net - move from udev-extras
735 extras/modem-modeswitch: move from udev-extras
738 gudev: move from udev-extras
742 rules: v4l do not mix vbi and video nodes
743 fix possible endless loop for GOTO to non-existent LABEL
744 Revert "rules: v4l do not mix vbi and video nodes"
745 rule-generator: cd - skip by-path links if we create by-id links
746 remove format char string truncation syntax
747 use more efficient string copying
749 use openat(), unlinkat(), fstatat()
751 remove unused GL_FORMAT from rules parser
752 require key names in uppercase
753 keep the ifdef'd udevd testing/profiling hack
754 fix location of database files
755 udevadm: settle - make --timeout=0 working
757 rules: add SUBSYSTEM match to scsi rules
758 cdrom_id: suppress ID_CDROM_MEDIA_STATE=blank for plain non-writable CDROM media
759 udevadm: control - add comment to man page about --reload-rules
760 cdrom_id: add error message if open() fails
761 udevadm: settle - add --exit-if-exists=<file>
762 udevd: remove check for dev_t, DEVPATH_OLD takes care of that
763 str[sp]cpyl: add __attribute__ ((sentinel))
764 udevd: convert to event worker processes
765 udevd: close netlink socket in worker and set cloexec
766 rules: do not call path_id for virtual devices
767 udevd: use enum instead of char in struct declaration
768 allow format substitution in path of ATTR{<path>}=="<value>"
769 cleanup $attr{} substitution
770 path_id: implement in C using libudev
771 path_id: update SCSI handling
772 path_id: add comments
773 fix signed/unsigned warning
774 libudev: enumerate - allow multiple keys with the same name
775 udevadm: trigger - add --property-match=<key>:<value>
776 udevadm: info - accept --query without a value and print properties
777 udevadm: control - --env -> --property
778 udevadm: monitor --environment -> --property
779 path_id: handle fibre channel
780 path_id: add iscsi support
781 path_id: delete old shell script
782 udevd: print error if worker dies unexpectedly
783 path_id: rename scsi sub-fuctions
784 libudev: add comments to libudev.h
785 libudev: move to top-level directory
786 fix libudev include in Makefile.am.in
787 libudev: device_new() -> udev_device_new()
788 udevd: log info for created/killed workers
789 libudev: call log functions conditionally
790 move syslog wrapper to libudev
791 move common stuff from udev/ to private parts of libudev/
792 libudev: rename private files to *-private.c
793 rules: remove scsi ch module loading rule
795 udevadm: info -revert "accept --query without argument"
796 README: add kernel options
797 README: add INOTIFY and SIGNALFD
798 USE_LOG -> ENABLE_LOGGING, DEBUG -> ENABLE_DEBUG, USE_SELINUX -> WITH_SELINUX
800 libudev: update documentation
801 libudev: doc - add section headers
802 libudev: doc - add enumerate
803 libudev: doc - add queue
805 libudev: doc - add namespace for index
806 libudev: move .so version to libudev Makefile
809 libudev: remove prefix from .so version variables
810 libudev: doc - add empty libudev.types
811 udev-acl: move from udev-extras
812 INSTALL: add --enable-extras
813 udev-acl: handle missing action when called in CK mode
814 v4l_id: move from udev-extras
815 libudev: doc - libudev-docs.sgml -> libudev-doc.xml
816 gudev: fix typo in configure option
817 v4l_id: 70-v4l.rules -> 60-persistent-v4l.rules
818 configure: enable all extras by default, provide --disable-extras
819 autogen.sh: make "CFLAGS=-O0 ./autogen.sh" working
820 NEWS: add --disable-extras
821 cleanup ./configure installation directory options
822 rules: remove MMC rule, 2.6.30 has the modalias
823 configure.ac: print error if gperf is missing
824 libudev: install in $libdir and move later to $rootlibdir
825 extras/keymap: use LIBEXECDIR instead /lib/udev
826 README: add /lib/udev/ is private
827 rules: do not install usb-id/pci-id rules when --disable-extras is used
828 extras: delete man pages for private udev tools
830 extras/keymap: install findkeyboards in /lib/udev
831 INSTALL: use /sbin instead of %{sbindir}
834 Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udev
835 docs: install writing_udev_rules
837 Lennart Poettering (2):
838 rules: sound - move from udev-extra
839 usb-db: move from udev-extras
842 rules: make RFKILL control device world readable
844 Mario Limonciello (1):
845 hid2hci: move from udev-extras
848 keymap: move from udev-extras
849 extras/keymap: Fix WLAN button on ThinkPads
850 keymap: Update findkeyboard path in docs
851 udev-acl: Manage hplip device permissions
852 extras/keymap: Update findkeyboards location
854 Matthias Schwarzott (3):
859 Scott James Remnant (1):
860 OWNER/GROUP: fix if logic
863 Summary of changes from v141 to v142
864 ============================================
867 rules: create /dev/cpu/<n>/cpuid world readable
870 path_id: support identification of Xen virtual block devices
873 edd_id: add cciss devices
877 libudev: path_encode - always return 0 if encoded string does not fit into size
878 libudev: monitor - clarify socket handling documentation
879 udevd: log error for too old kernels or CONFIG_SYSFS_DEPRECATED
880 rules: remove DVB shell script
882 cdrom_id: add Xen cdrom support
883 test-libudev: update monitor source
884 TODO: add packet filter
886 udevd: at startup create /dev/null, /dev/console, /dev/kmsg
887 cdrom_id: add and use ID_CDROM_MEDIA to decide if we run vol_id
888 libudev: monitor - add client socket filter for subsystem value
889 udevadm: monitor - print error if we can not bind to socket
891 udevadm monitor - add --subsystem-match=
892 libudev: monitor - use simpler hash
893 libudev: monitor - switch to filter_add_match_subsystem_devtype()
894 libudev: monitor - do not filter messages with wrong magic
895 udevadm: monitor - add <subsytem>:<devtype> support
896 libudev: monitor - add udev_monitor_filter_remove
897 libudev: queue - fix get_seqnum_is_finished()
898 cdrom_id: skip media tests if CDROM_DRIVE_STATUS != CDS_DISC_OK
899 libudev: queue - clarify comments
900 libudev: monitor - export filter_update()
902 drop "extern" keyword from non-static function
903 rule_generator: net - fix usb comment generation
904 rules: input - add links for USB/platform non-kbd/mouse devices
905 rules: input - fix comments
906 rules: add rfcomm* to group dialout
907 accept DEVNAME from the kernel as a hint for the node name
909 build: use AC_MSG_RESULT
910 rules: add "event*" match
911 udevd: revert initial device node creation
912 rules: remove initramfs comment
913 handle devtmpfs nodes
914 oops, removed ppp entry from rules got committed
915 remove all PHYSDEVPATH handling and warning about
917 rules: fix ieee1394 rules
918 add "static" back to the inline functions
920 delete vol_id and require util-linux-ng's blkid
924 rule-generator: net - whitelist NICs that violate MAC local scheme
927 Summary of changes from v140 to v141
928 ============================================
932 cdrom_id: update manpage
933 create_floppy_devices: expand manpage
934 vol_id: fix language in manpage
937 avoid leaking netlink socket fd to external programs
940 rules: rename ide-floppy to ide-gd
943 rules: exclude mtd* from persistent disk links
946 rules: fix extra quote in 50-udev-default.rules
948 udevadm: test - handling trailing '/' in devpath
949 udevadm: monitor - clarify printed header
950 rules: remove ram* from persisten disk links blacklist
951 rules: serial - support ttyACM devices
952 rules: replace IDE driver with media match
953 usb_id: add ID_VENDOR_ID, ID_MODEL_ID, ID_USB_INTERFACE_NUM, ID_USB_DRIVER
955 usb_id: remove unused variable
956 send monitor events back to netlink socket
957 "UDEV_MONITOR_KERNEL/UDEV" -> "kernel/udev"
958 IMPORT: 2048 -> 4096 bytes buffer
959 path_encode: fix max length calculation
960 libudev: monitor - unify socket message handling
963 rules: md-raid.rules fix
966 udevadm: trigger - add "--action" to --help
968 Scott James Remnant (1):
969 libudev: monitor - ignore messages from unusual sources
972 Summary of changes from v139 to v140
973 ============================================
976 libvolume_id: bump age
981 volume_id: ntfs - fix uuid setting
984 libudev: queue - use lstat() to check existence of symlink
985 udevadm: settle - add --seq-start= --seq-end=
986 udevd: switch watch symlinks to devpath
987 udevadm: add text for new options to command and man page
989 libudev: ctrl - return error after sending ctrl message
990 udevadm: settle - use timeout signal, instead of loop counter
993 fix compile error in debug mode
995 Scott James Remnant (1):
996 udevadm: settle - synchronise with the udev daemon
999 Summary of changes from v138 to v139
1000 ============================================
1004 remove static local variable
1005 use the event udev_device to disable the watch on "remove"
1006 add "nowatch" to disable a default installed watch with a later rule
1008 use AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCE
1009 usb_id: add ID_USB_INTERFACES=:0e0100:0e0200:010100:010200:
1010 usb_id: return values if called directly for an usb_device
1011 usb_id: fix NULL string usage
1013 udevadm: info - export all devices with --export-db
1015 Scott James Remnant (10):
1016 Don't add inotify watch until RUN rules processed.
1017 Clear existing inotify watch before processing.
1019 Allow watch handle to be stored in the udevdb.
1020 Store watch handle in db.
1021 Use the udevdb to speed up watch clearing.
1022 Put a log message in a more sensible place.
1023 Output watch handle in udevadm info.
1024 lookup the old watch handle; reload only if has a path
1025 Look at more inotify events in the buffer than just the first.
1028 Summary of changes from v137 to v138
1029 ============================================
1032 *_id: add model/vendor enc strings
1035 vol_id: fix ddf version string
1036 vol_id: add missing id->type to swap0
1042 rules: dm - add escape for uuid links with whitespace
1043 test: add test for empty and non-existent ATTR
1044 rules: fix md "change"/"remove" handling
1045 autogen.sh: add more warnings
1046 fix NAME= and OPTION+="string_escape=..." logic
1047 rules: move OPTIONS to separate rule
1048 use global "reload_config" flag
1049 rules: add "watch" option to dm and md rules
1050 rules: include loop block devices in persistent links
1053 Matthias Schwarzott (1):
1054 rules: Gentoo update
1057 doc: writing udev rules - refer to 'udevadm info' instead of 'udevinfo'
1059 Scott James Remnant (2):
1060 udevd: optionally watch device nodes with inotify
1061 rules: update persistent storage rules to use inotify watches
1064 Summary of changes from v136 to v137
1065 ============================================
1069 remove stray initializer
1073 rules: fix typo in ide cd rule
1074 libudev: use 4096 bytes buffer for attribute reading
1075 rules: add drm devices to group "video"
1076 do not complain about a missing /etc/udev/rules.d/
1077 udevadm: test - remove --force option
1079 remove name from index if the node name has changed
1080 cleanup old names before creating the new names
1081 open-code pollfd setup
1082 increase netif renaming timeout from 30 to 90 seconds
1083 Merge commit '5f03ed8a56d308af72db8a48ab66ed68667af2c6'
1084 Merge commit '9032f119f07ad3b5116b3d4858816d851d4127de'
1086 udevd: add back SA_RESTART
1087 usb_id: handle ATAPI devices like SCSI devices
1088 udevadm: settle - fix typo
1090 Lennart Poettering (1):
1091 fix naming for tape nst devices in /dev/tape/by-path/
1094 udevd: use ppoll instead of signal pipes
1095 reap children faster
1097 Scott James Remnant (2):
1098 Allow user and group lookup to be disabled.
1099 Expose delayed name resolution
1102 volume_id: support via raid version 2
1105 Summary of changes from v135 to v136
1106 ============================================
1108 Adam Buchbinder (1):
1109 extras: fix mis-spelling of "environment"
1112 rule_generator: fix enumeration for write_cd_rules
1115 path_id: rework SAS persistent names
1118 volume_id: HPFS code clean up
1121 rules: ATA_COMPAT do not try to match on sr*, it will never have vendor ATA
1122 scsi_id: do not fail if no serial is found like for optical drives
1123 update configure and NEWS
1124 rules: fix isdn rules
1125 rules: add persistent /dev/serial/{by-id,by-path} rules
1126 make: install serial rules file
1127 make: do not delete autotools generated file with distclean
1128 udevadm: settle - allow --timeout=0 and --quiet
1129 rules: move aoe rules to default rules file
1130 volume_id: btrfs - update format
1131 rules: add "do not edit header"
1132 volume_id: support sub-uuid's and plug in btrfs device uuid
1133 libudev: include <sys/types.h>
1135 build: just use autoreconf -i
1136 rules: remove ide-scsi
1137 rules: first simple step merging with Ubuntu rules
1138 "'/sbin/modprobe abnormal' exit" - also print program options
1139 rules: more changes toward Ubuntu rules merge
1140 rules: more changes toward Ubuntu rules merge
1141 rules: remove /dev/raw/raxctl symlink, it's a devfs leftover
1142 rules: rtc - create rtc compat link only for cmos type rtc
1143 rules: remove legacy symlinks
1144 rules: do not put raw1394 in "video" group
1145 rules: second round merging with Ubuntu rules
1146 rules: remove /dev/dsp /dev/audio
1147 rules: put alsa in group "audio"
1148 rules: isdn - remove /dev/isdn/capi20 symlink
1149 rules: provide /dev/raw/rawctl
1150 if needed, store database entries also for devices which do not have a device node
1151 build: use autoreconf --symlink
1152 usb_id: add "image" class
1153 require non-SYSFS_DEPRECATED 2.6.20+ kernel
1154 build: default to --prefix=/usr --exec-prefix=""
1155 libudev: enumerate - add lookup by property
1156 rules: input - make sure needed variables are set
1157 libudev: device - read "uevent" only if info is not already loaded
1158 libudev: subsytem -> subsystem
1159 libudev: bump revision
1160 usb_id: use devtype lookup
1161 require 2.6.22+ kernel
1162 rules: Ubuntu merge - use group "cdrom"
1163 rules: Ubuntu merge - use group "tape"
1164 rules: replace DVB shell script rule
1165 rules: Ubuntu merge - s/uucp/dialout/
1168 enable skipping of "naming-only" rules
1169 usb_id: s/image/media/
1170 udevadm: s/udevinfo/udevadm info/
1171 rules: reorder block rules
1172 rules: zaptel - add "dialout" group
1173 libudev: device - add udev_device_get_property_value()
1174 libudev: test - add udev_device_get_property_value()
1176 Marcel Holtmann (3):
1177 libudev: device - add devtype support
1178 libudev: device - lookup subsystem and devtype together
1179 libudev: device - remove udev_device_get_parent_with_subsystem
1182 man: udev - update NAME assignment
1185 rules: add rules for AoE devices
1188 Summary of changes from v134 to v135
1189 ============================================
1192 usb_id: add "break" to currently unused case labels
1193 rules: fix cciss disk/by-id/ links
1194 rules: add infiniband rules
1195 rules: infiniband.rules -> 40-infiniband.rules
1196 fix network interface name swapping
1197 update configure and NEWS
1199 Marcel Holtmann (1):
1200 usb_id: fix switch statement for video type
1203 rules: /dev/null -> X0R
1204 rules: add usb device nodes
1207 Summary of changes from v133 to v134
1208 ============================================
1211 include errno.h in sysdeps.h
1214 rules: add persistent rules for memory stick block devices
1217 autogen.sh: fix -print-multi-os-directory usage
1218 volume_id: update btrfs magic
1220 rules: merge group "video" into default rules
1221 rules: v4l - add by-id/ links for USB devices
1222 libudev: accept NULL whitelist in util_replace_chars()
1223 usb_id: replace chars in returned strings
1224 ata_id: make sure, we do not have slashes in values
1225 scsi_id: make sure, we do not have slashes in values
1226 volume_id: remove unused usage types
1227 vol_id: if regular files are probed, use stat() for the size value
1228 volume_id: update btrfs
1229 volume_id: clear probing result before probing and do not probe a second time, if not needed
1230 path_id: fix fibre channel handling
1232 floppy: use ARRAY_SIZE()
1233 fix handling of swapping node name with symlink name
1234 silence PHYSDEV* warning for WAIT_FOR* rules
1235 rules: exclude "btibm" devices from vol_id calls
1237 Matthias Schwarzott (1):
1238 rules: Gentoo update
1240 Peter Breitenlohner (2):
1242 floppy: fix array bounds check and minor calculation
1245 Summary of changes from v132 to v133
1246 ============================================
1249 udevd: de-duplicate strings in rules
1250 scsi_id: we don't use DEVPATH env var anymore, update man page
1253 volume_id: fat - move check for msdos signature (0x55 0xaa)
1256 silence "comparison between signed and unsigned"
1257 string index - split nodes and childs to allow and unlimited number of childs
1258 reserve child slot 0
1259 merge trie nodes, childs and root into a single array
1260 set errno = ENOSYS in inotify stub
1261 udevadm: info - unify -V and --version
1262 rules: remove DEVTYPE disk/partition
1263 rules: remove pnp shell script, acpi loads these modules properly
1265 configure: add linux-hotplug mail address
1266 remove len == 0 check, the index root is always '\0'
1267 volume_id: bump revision
1268 volume_id: always check for all filesystem types and skip conflicting results
1269 volume_id: fat - accept empty FAT32 fsinfo signature
1270 fix spelling in comment
1271 volume_id: ntfs - mark as no other fs must match
1272 vol_id: clarify error message
1273 libudev: device - handle disk "device" link for partitions in deprecated sysfs layout
1274 limit $attr(<symlink>) magic to well-known links only
1275 udevd: fix cleanup of /dev/.udev/uevent_seqnum
1276 fix $links substitution for devices without any link
1280 udevadm: fix option parsing breakage with klibc
1283 Summary of changes from v131 to v132
1284 ============================================
1287 fix size_t compiler warning on 32 bit platforms
1288 convert debug string arrays to functions
1291 Summary of changes from v130 to v131
1292 ============================================
1295 libudev: fix sysnum logic for digit-only device names
1296 udevd: avoid overhead of calling rmdir on non-empty directories
1297 use more appropriate alternatives to malloc()
1298 libudev: util - optimize path_encode()
1299 libudev: allocate udev_device->envp[] dynamically
1300 replace strncpy() with strlcpy()
1301 use re-entrant variants of getpwnam and getgrnam
1302 udevd: fix memory leak
1303 udevd: fix WAIT_FOR_SYSFS execution order
1304 fix handling of string_escape option
1305 udevd: use a tighter loop for compare_devpath()
1306 udevd: avoid implicit memset in match_attr()
1307 kerneldoc comment fixes
1308 udevd: simplify rules execution loop
1309 udevd: fix termination of rule execution
1310 udevd: be more careful when matching against parents
1311 udevd: shrink struct token to 12 bytes
1314 remove outdated docs/README-gcov_for_udev
1315 libudev: device - add device lookup by subsystem:sysname
1316 libudev: also prefix non-exported functions with udev_*
1317 libudev: add udev_monitor_send_device()
1318 libudev: list - add flag
1319 libudev: device - generate DEVNAME and DEVLINKS properties
1320 vol_id: update README
1321 libudev: handle ! in sysname, add sysnum, return allocated list_entry on add
1322 delete simple-build-check.sh
1323 test: move global ENV{ENV_KEY_TEST}="test" to local rule
1324 libudev: monitor - fix send_device() property copying
1325 libudev: device - add get_envp() to construct envp from property list
1326 libudev: do not include ctrl in libudev.so
1327 libudev: monitor - do not mangle DEVLINKS property
1328 libudev: update DEVLINKS property when properties are read
1329 libudev: device - lookup "subsystem" and "driver" only once
1330 libudev: device - export properties when values are set
1331 libudev: list - handle update of key with NULL value
1332 libudev: ctrl - fix typo in set_env()
1333 libudev: add global property list
1334 libudev: device - copy global properties, unset empty properties
1335 volume_id: btrfs - update magic to latest disk format
1337 move udev_device_db to libudev
1338 rename udev source files
1339 libudev: always add UDEV_LOG
1340 libudev: monitor - export MAJOR/MINOR only if available
1341 udev-node: name_list -> udev_list
1342 udev-rules-parse: name_list -> udev_list
1343 delete name_list, move common file functions
1344 fix sorting of rules files
1345 run_program: prevent empty last argv entry
1346 update IMPORT= file/stdout property parsing
1347 update rules file parsing
1348 delete udev-util-file.c
1349 libudev: list - prepend udev_* to all functions
1350 libudev: add sysnum to test program
1351 test: fix a few unintentially wrongly written rules which cause parse errors
1352 libudev: monitor - add set_receive_buffer_size()
1353 libudev: ctrl - change magic to integer
1354 libudev: make list_node functions available
1355 udevd: use udev_list_node
1356 collect: use udev_list
1358 merge udev-rules.c and udev-rules-parse.c
1359 make struct udev_rules opaque
1360 move run_program to util
1361 udev_event_run() -> udev_event_execute_rules()
1362 udev_rules_run() -> udev_event_execute_run();
1363 move udev_rules_apply_format() to udev-event.c
1364 udev_list_cleanup() -> udev_list_cleanup_entries()
1365 selinux_init(udev) -> udev_selinux_init(udev)
1366 prefix udev-util.c functions with util_*
1368 libudev: device - get_attr_value() -> get_sysattr_value()
1369 cdrom_id: remove ARRAY_SIZE() declaration
1370 replace missing get_attr_value() -> get_sysattr_value()
1371 add "root" == 0 shortcuts to lookup_user/group()
1372 do not use the new work-in-progress parser rule matcher
1373 libudev: device - 128 -> ENVP_SIZE
1374 add util_resolve_subsys_kernel()
1375 handle numerical owner/group string in lookup_user/group()
1376 replace in-memory rules array with match/action token list
1377 do not create temporary node ($tempnode) if node already exists
1378 shrink struct udev_event
1379 shrink struct udev_event
1380 rule_generator: fix netif NAME= value extraction regex
1381 skip SYMLINK rules for devices without a device node
1382 rules: let empty strings added to buffer always return offset 0
1383 fix uninitialized variable warnings
1384 cache uid/gid during rule parsing
1385 distinguish "match" from "assign" by (op < OP_MATCH_MAX)
1386 determine at rule parse time if we need to call fnmatch()
1387 special-case "?*" match to skip fnmatch()
1388 libudev: monitor - replace far too expensive snprintf() with strlcpy()
1389 libudev: monitor - cache result of monitor send buffer
1390 fix "unused" warnings
1392 match KEY="A|B" without temporary string copy
1393 match_attr() - copy attr value only when needed
1394 do not init string arrays, just clear first byte
1395 fix $attr{[<subsystem>/<sysname>]<attribute>} substitution
1396 libudev: device - fill envp array while composing monitor buffer
1397 test: add RUN+="socket: ..." to a test to run monitor code
1398 libudev: device - allocate envp array only once
1400 udevd: merge exec and run queue to minimize devpath string compares
1401 ATTR{}== always fails if the attribute does not exist
1402 rules: remove SCSI timeouts
1403 rules: remove "add" match from usb device node rule
1404 edd_id: add "change" event match
1405 fstab_import: add "change" event match
1406 write trace log to stderr
1407 log rules file and line number when NAME, SYMLINK, OWNER, GROUP, MODE, RUN is applied
1408 skip entire rule containing device naming keys, if no device can be named
1409 fix udev_node_update_old_links() logic
1410 move some info() to dbg()
1411 add "devel" and "install" switches to autogen.sh
1412 move debugging strings inside #ifdef DEBUG
1413 firmware.sh: record missing files in /dev/.udev/firmware-missing/
1414 fix list handling in enumerate and rules file sorting
1415 volume_id: btrfs update
1416 info() PROGRAM and IMPORT execution
1417 fix $links substitution
1418 fix cleanup of possible left-over symlinks
1419 do not import the "uevent" file when we only read the db to get old symlinks
1420 usb_id: MassStorage SubClass 6 is "scsi" not "disk"
1421 unify string replacement
1422 $links should be relative
1424 rules: md - add mdadm 3 device naming
1425 cleanup /dev/.udev/queue on startup and exit
1426 udevadm: settle - exit if udevd exits
1428 Matthias Koenig (1):
1429 volume_id: swap - larger PAGE_SIZE support
1431 Steven Whitehouse (1):
1432 volume_id: support for GFS2 UUIDs
1435 Summary of changes from v129 to v130
1436 ============================================
1439 fix compile error with --disable-logging
1440 libudev: enumerate - add_device() -> add_syspath()
1441 volume_id: hpfs - read label and uuid
1442 use no_argument, required_argument, optional_argument in longopts
1443 libudev: get rid of selinux
1444 libudev: device - add get_parent_with_subsystem()
1446 udevadm: info - fix --query=all for devices without a device node
1447 vol_id: add size= option
1448 move selinux noops to udev.h
1449 volume_id: add dbg() as noop to check for compile errors
1450 vol_id: fix logging glue
1451 vol_id: always use the safe string versions for unencoded label and uuid
1452 volume_id: better DDF raid detection
1453 volume_id: add btrfs
1454 volume_id: use PRIu64i, PRIx64 macros
1455 udevd: clarify deprecated sysfs layout warning
1456 libudev: fix --enable-debug
1457 don not print error if GOTO jumps just to next rule
1458 volume_id: add more vfat debugging information
1459 libudev: libudev.pc remove selinux
1460 store node name and symlinks into db symlink target if they are small enough
1461 volume_id: more fat debugging
1462 libudev: fix typo in "multiple entries in symlink" handling
1463 connect /sys and /dev with /sys/dev/{block,char}/<maj>:<min> and /dev/{block,char}/<maj>:<min>
1464 replace spaces in dm and md name symlinks
1467 Summary of changes from v128 to v129
1468 ============================================
1471 udev-test.pl: set non-zero exitcode if tests fail
1472 scsi_id: compiler warning on 32-bit
1473 trivial cleanup in udev_rules_iter
1474 avoid repeated scans for goto targets (udev_iter_find_label)
1475 replace strerror() usage with threadsafe "%m" format string
1476 fix messages (inc. debug compile failure) introduced when optimizing "goto"
1477 allow compiler to check dbg() arguments on non-debug builds
1480 libudev: switch to "udev_device_get_parent"
1481 libudev: udev_device - add attribute cache
1482 libudev: handle "device" link as parent, handle "class" "block" as "subsystem"
1483 udevadm: info - fix lookup-by-name
1484 libudev: switch API from devpath to syspath
1485 libudev: rename ctrl_msg to ctrl_msg_wire
1486 vol_id: fix lib logging glue
1487 fix broken symlink resolving
1489 libudev: pass udev_device in enumerate
1490 libudev: fix "subsystem" value
1491 always include config.h from Makefile
1492 libudev: udev_device_get_devname -> udev_device_get_devnode
1493 libudev: add udev_device_new_from_devnum()
1494 libudev: also import "uevent" file when reading udev database
1495 libudev: add userdata pointer
1496 libudev: replace awkward callback list interfaces with list iterators
1497 libudev: get devnum from uevent file
1498 libudev: enumerate_get_devices_list -> enumerate_get_list
1499 libudev: initialize selinux only when needed
1500 libudev: device - read database only when needed
1501 libudev: rework list handling
1502 libudev: more list rework
1503 lubudev: accept more sys directories as devices, and parent devices
1504 libudev: enumerate - accept list of subsystems to scan, or skip
1505 libudev: enumerate "subsystem"
1506 libudev: enumerate - scan /sys/block/ if needed
1507 libudev: enumerate - split new() and scan()
1508 test: replace ancient sysfs tree with recent one
1509 test: add missing pci directory because of .gitignore *.7
1510 gitignore: move *.8 to subdirs
1511 test: replace last reference of "/class/*" devpath
1513 libudev: enumerate - scan devices and subsystems, add subsystem and attribute filter
1514 udevadm: trigger: use libudev
1515 fix segfault caused by wrong pointer used in dbg()
1516 libudev: device_init() -> device_new()
1517 udevadm: trigger fix long option --type=
1518 libudev: add queue interface
1519 udevadm: settle - use libudev queue
1520 libudev: device - handle /sys/block/<disk-device-link>/<partition>
1521 libudev: enumerate - ignore regular files while scanning
1522 udevadm: trigger --type=failed - use libudev queue
1523 rules: ieee1394 - create both, by-id/scsi-* and by-id/ieee-* links
1524 build: include Makefile.am.inc in all Makefile.am
1525 udevd: print warning if CONFIG_SYSFS_DEPRECATED is used
1528 Summary of changes from v127 to v128
1529 ============================================
1532 fix uninitialized name_list error::ignore_error
1533 do not needlessly declare some local variables in udev_rules_parse.c as static
1534 remove deprecated envp[] in main()
1535 fix name compare bug name_list_key_add()
1536 remove redundant string copy in udev_rules_apply_format()
1537 remove redundant "remove trailing newlines" in udevadm info
1538 threadsafe rules iteration
1539 fix off-by-one in pass_env_to_socket()
1542 libudev: add monitor documentation
1543 libudev: fix --disable-log
1544 autogen.sh: add --with-selinux
1545 volume_id: hfs - calculate proper uuid
1546 fix dangling pointer returned by attr_get_by_subsys_id()
1547 udev-test.pl: add --valgrind option
1548 libudev: libudev.pc add Libs.private
1549 volume_id: fail on undefined __BYTE_ORDER
1551 libudev: fix monitor documentation
1552 libudev: add udev_device_get_syspath()
1553 udev_device_init() remove statically allocated device support
1554 udevadm: info - fix broken --device-id-of-file=
1555 udevadm: control - use getopt_long()
1556 udevadm: print warning to stderr if udevadm is called by symlink
1557 udev-test.pl: remove left-over comment from --valgrind option
1558 udevadm: rename source files
1559 udevadm: rename internal functions to udevadm_*
1560 udevadm: split out control functions
1561 udevadm: move init from commands to udevadm
1562 autogen.sh: add debug
1563 use libudev code, unify logging, pass udev context around everywhere
1564 volume_id: linux_raid - fix logic for volumes with size == 0
1565 vol_id: add --debug option
1566 udevadm: add --version --help options to man page, hide them as commands
1567 move udev_ctrl to libudev-private
1568 udev-test.pl: set udev_log="err"
1569 test-udev: cleanup libudev context and overridden rules file string
1570 test-udev: remove unused var
1571 add a bunch of private device properties to udev_device
1572 udevadm: monitor - use libudev for udev monitor
1573 libudev: monitor - add event properties to udev_device
1574 udevadm: log message if udevadm link is used
1575 udevd: remove max_childs_running logic
1576 libudev: monitor- add netlink uevent support
1577 udevadm: monitor - use libudev code to retrieve device data
1578 libudev: udev_device - read "driver" value
1579 libudev: rename enumerate function
1580 libudev: add selinux
1581 libudev: initialize selinux after logging
1582 volume_id: merge util.h in libvolume_id-private.h
1584 libudev: udev_device - add more properties
1585 libudev: do not use udev_db.c
1586 libudev: get rid of udev_sysfs.c
1587 libudev: get rid of udev_utils.c
1588 libudev: rename libudev-utils.c libudev-util.c
1589 libudev: do not use any udev source file
1590 extras: use libudev code
1591 convert to libudev and delete udev_utils_string.c
1592 get rid of udev_sysdeps.c
1593 use size definitions from libudev
1594 udevadm: info - use "udev_device"
1597 Summary of changes from v126 to v127
1598 ============================================
1601 build-sys: don't duplicate file names
1602 build-sys: remove non-POSIX variable names
1605 add inotify dummy definitions if inotify is not available
1606 build: remove autopoint check
1607 udevadm: trigger - add missing attr filter to synthesized "subsystem" register events
1608 ignore duplicated rules file names
1610 rules: delete all distro rules which do not use default rules
1612 rules: add isdn rules
1613 rules: Gentoo update
1614 add missing includes
1617 add missing 'v' for "make changelog"
1618 build: fix "make dist"
1619 vol_id: make the --offset= argument optional
1620 rules: optical drives - probe at last session offset, do not probe for raid
1621 libudev: add library to access udev information
1622 libudev: split source files
1624 libudev: add udev event monitor API
1625 volume_id: remove deprecated functions and bump major version
1626 volume_id: remove left-over fd close()
1627 split udev_device.c to leave out rules handling from libudev
1628 libudev: link against selinux if needed
1629 firmware.sh: lookup lookup kernel provided firmware directory
1630 libudev: require LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE
1633 rules: fix md rules for partitioned devices
1636 Summary of changes from v125 to v126
1637 ============================================
1640 delete all Makefiles and move udev source to udev/
1642 rules: mode 0660 for group "disk"
1643 rules: update Fedora rules
1645 INSTALL: --enable-selinux not --with-selinux
1646 volume_id: move static lib to $prefix
1647 volume_id: create relative links
1648 rules: run vol_id on opticals only if media is found
1651 rules: Debian update
1654 use proper directory lib/lib64 for libvolume_id
1657 Summary of changes from v124 to v125
1658 ============================================
1661 rules: tape rules - add nst to usb and 1394 links
1664 man: clarify $attr{} parent searching
1667 collect: fix size_t printf
1668 path_id: suppress trailing '-' like 'ID_PATH=pci-0000:05:01.0-'
1669 rules: add v4l persistent links
1670 docs: update some docs and delete outdated stuff
1671 scsi_id: fix fallback to sg v3 for sg nodes
1672 rules: fix cciss rules for partition numbers > 9
1673 udev.conf: udevcontrol -> udevadm control
1674 rules: use consistently OPTIONS+=
1675 scsi_id: the fallback fix broke error handling
1676 man: rebuild from xml
1677 do not touch node ownership and permissions, if already correct
1678 rules: tape rules - add nst to by-path/ links
1679 udevadm: info - add --export format to --device-id-of-file=
1680 move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/
1683 rules_generator: net rules - do not print error if file is missing and ignore commented rules
1684 man: add link_priority default value
1685 scsi_id: man page fix
1686 udevadm: settle - add verbose output when running into timeout
1687 rules: Debian update
1688 rules: Debian update
1689 ignore rule with GOTO to a non-existent label
1692 scsi_id: include sys/stat.h
1695 collect: check realloc return value
1698 Summary of changes from v123 to v124
1699 ============================================
1702 cdrom_id: fix recognition of blank media
1705 Summary of changes from v122 to v123
1706 ============================================
1708 Erik van Konijnenburg (3):
1709 add substitution in MODE= field
1710 Makefile: use udevdir in "make install"
1711 volume_id: support for oracleasm
1714 scsi_id: retry open() on -EBUSY
1717 volume_id: remove unnecessary global variable
1718 volume_id: enable GFS probing code, add LABEL support
1721 edd_id: call it only for sd* and hd*
1722 rename WAIT_FOR_SYSFS to WAIT_FOR and accept an absolute path
1723 rules: tape rules - use bsg device nodes for SG_IO
1724 rules: persistent net - handle "locally administered" ibmveth MAC addresses
1725 cdrom_id: export ID_CDROM_MEDIA_TRACK_COUNT_AUDIO=, ID_CDROM_MEDIA_TRACK_COUNT_DATA=
1728 man: add NAME== match entry
1731 collect: realloc buffer, if needed
1732 udevd: export .udev/queue/$seqnum before .udev/uevent_seqnum
1735 Summary of changes from v121 to v122
1736 ============================================
1738 Hannes Reinecke (2):
1739 scsi_id: remove all sysfs dependencies
1740 scsi_id: add SGv4 support
1743 volume_id: clean up linux_raid code
1746 scsi_id: update man page
1747 scsi_id: remove bus_id option
1748 scsi_id: add --sg-version= option
1749 rules: adapt to new scsi_id
1750 rules: adapt tape rules to new scsi_id
1752 volume_id: bump version
1753 Makefile: do not create udevcontrol, udevtrigger symlinks
1755 MUNEDA Takahiro (2):
1756 man: udevd- fix udev(8) reference
1759 Matthias Schwarzott (1):
1760 cdrom_id: fix segfault
1763 Summary of changes from v120 to v121
1764 ============================================
1766 Damjan Georgievski (1):
1767 libvolume_id: recognize swap partitions with a tuxonice hibernate image
1770 writing udev rules: fix rule typos
1772 David Woodhouse (1):
1773 rules_generator: net rules - add "dev_id" value to generated rules
1776 selinux: more context settings
1779 udevinfo: do not replace chars when printing ATTR== matches
1780 vol_id: add --offset option
1781 cdrom_id: replace with version which also exports media properties
1782 udevd: at startup write message including version number to kernel log
1783 rules_generator: net rules - always add KERNEL== match to generated rules
1784 selinux: fix missing includes
1785 allow setting of MODE="0000"
1786 path_id: remove subsystem whitelist
1787 logging: add trailing newline to all strings
1788 scsi_id: initialize serial strings
1789 persistent device naming: also read unpartitioned media
1790 cdrom_id: add more help text
1791 add $links substitution
1792 fstab_import: add program to IMPORT matching fstab entry
1793 add OPTIONS+="event_timeout=<seconds>"
1794 write "event_timeout" to db
1795 udevadm: trigger - add --env= option
1796 udevadm: control - fix --env key to accept --env=<KEY>=<value>
1797 udevadm: info - do not print ATTR{dev}==
1798 persistent device naming: update tape rules
1799 rules: update md rules
1802 Summary of changes from v119 to v120
1803 ============================================
1806 test: remove duplicated EXTRA entry
1807 rules: remove last WAIT_FOR_SYSFS, load ppdev, switch scsi_device
1808 udevadm: trigger - option to synthesize events and pass them to a socket
1809 udevadm: info - resolve devpath if symlink is given
1810 udevadm: remove old man page links and compat links for debugging tools
1811 udevadm: trigger - fix broken socket option check
1812 udevadm: trigger - fix --socket== + --verbose
1813 also accept real socket files for RUN+="socket:<path>"
1814 persistent device naming: cleanup storage rules
1817 udevd: serialize events if they refer to the same major:minor number
1820 Summary of changes from v118 to v119
1821 ============================================
1823 Anthony L. Awtrey (1):
1824 do not skip RUN execution if device node removal fails
1827 rules: Fedora update
1828 rules: do not set GROUP="disk" for scanners
1831 rules_generator: add missing write_net_rules unlock
1834 volume_id: fix UUID raw buffer usage
1835 volume_id: fix typo in function documentation
1838 switch mailing lists to linux-hotplug@vger.kernel.org
1839 rules: remove tty rule which can never run because of an earlier "last_rule"
1840 volume_id: update ext detection
1841 selinux: set context for real file name not the temp name
1842 hack to allow ATTR{block/*/uevent}="change"
1843 rules_generator: add KERNEL=="<netifname>*" to generated rules
1844 persistent device naming: also run on "change" event
1845 test: add "subsystem" links to all devices
1846 sysfs: depend on "subsystem" link
1847 extend hack to allow TEST=="*/start"
1849 Matthias Schwarzott (1):
1850 volume_id: respect LDFLAGS
1853 volume_id: add prefix=, exec_prefix=
1856 Makefile: do not require GNU install
1859 Summary of changes from v117 to v118
1860 ============================================
1863 doc: update "writing udev rules"
1865 Hannes Reinecke (1):
1866 volume_id: LVM - add uuid
1870 rules_generator: do not create rules with insufficient matches
1871 man: udevadm settle - mention 180 seconds default timeout
1872 libvolume_id: squashfs - add endianess support for LZMA compression
1874 volume_id: md - add metadata minor version
1875 volume_id: run only once into a timeout for unreadable devices
1876 create_floppy_devices: fix logic for more than one floppy device
1877 volume_id: also add readable check to probe_all()
1879 Matthias Schwarzott (1):
1880 rules: Gentoo update
1883 libvolume_id: squashfs+LZMA compression detection
1886 Summary of changes from v116 to v117
1887 ============================================
1890 extras: ignore built and generated files
1891 volume_id: create relative symlink when $(libdir) = $(usrlibdir)
1894 usb_id: fail if vendor/product can not be retrieved
1896 firmware: do not print error if logger is missing
1897 volume_id: vfat - allow all possible sector sizes
1898 volume_id: LUKS - export version
1899 volume_id: ntfs - rely on valid master file table
1900 volume_id: bump version
1901 udevinfo: exclude "uevent" file from --attribute-walk
1902 udevadm: merge all udev tools into a single binary
1903 udevadm: accept command as option, like --help, --version
1904 udevadm: add info option --device-id-of-file=<file>
1905 Makefile: fix bogus version number than got committed
1906 udevadm: also return major==0 results for --device-id-of-file
1907 man: udevd.8 - remove udevcontrol section
1908 udevadm: control - allow command to be passed as option
1910 MUNEDA Takahiro (1):
1911 man: fix udevadm.8 typo
1913 Matthias Schwarzott (2):
1914 firmware: remove hardcoded path to logger
1915 rules: Gentoo update
1918 rules: Frugalware update
1921 Summary of changes from v115 to v116
1922 ============================================
1928 check line length after comment check and whitespace strip
1929 only install *.rules
1930 remove extra space from udevinfo symlink output
1933 rules: fix two trivial typos
1934 rules: random and urandom are 0666
1935 rules: add REMOVE_CMD rule
1936 track "move" events to rename database and failed files
1937 rules: Gentoo update
1938 rules: add i2o driver rule
1939 man: recreate man pages
1940 volume_id: fix linux_raid metadata version 1.0 detection
1941 add $name substitution
1942 do not delete the device node with ignore_remove, but handle the event
1943 print warning for invalid TEST operations
1944 rules: do not delete /lib/udev/devices/ nodes on "remove"
1945 rules: remove broken nvram group assignment without any permission
1946 add /dev/rtc symlink if new rtc drivers are used
1947 increase WAIT_FOR_SYSFS timeout to 10 seconds
1948 rules: put bsd nodes in /dev/bsd/ directory
1949 path_id: fix for stacked class devices
1950 ignore device node names while restoring symlinks from the stack
1951 use SEQNUM in /dev/.udev/queue/ instead of devpath
1952 rules: add memstick module loading
1953 udevinfo: simplify symlink printing logic
1954 prevent wrong symlink creation if database disagress with current rules
1955 fix wrong variable used in logged string
1957 rule_generator: move all policy from write_net_rules to the rules file
1958 rules: call usb_id only for SUBSYSTEMS=="usb"
1959 rules: split out and fix persistent tape rules
1960 fix debug output string
1961 rule_generator: always match netif type in generated rule
1963 Matthias Schwarzott (3):
1964 rules: Gentoo update
1965 rules: Gentoo update
1966 rules: Gentoo update
1969 set buffer size if strlcpy/strlcat indicate truncation
1971 maximilian attems (1):
1972 correct includes in udev_selinux.c
1975 Summary of changes from v114 to v115
1976 ============================================
1979 rules: fix typo in 80-drivers.rules
1982 rules: add default rules
1983 rules: update SUSE rules
1984 rules: add packages rules
1985 rules: add ia64 rules
1986 rules: move md-raid rules to packages dir
1987 rules: run vol_id only for partitions
1988 rules: update Fedora rules
1989 edd_id: move persistent rules to its own file
1990 accept relative path for TEST
1991 rules: add iowarrior rule
1992 volume_id: fix sqashfs detection
1993 do not ignore dynamic rule if it is the last one in the list
1994 rule_generator: fix wrong DRIVERS!= logic
1995 rules: update Fedora
1996 Makefile: install default rules
1999 rules_generator: remove policy from write_cd_rules
2000 rules_generator: fix write_cd_rules when similar names exist in the root directory
2001 rules: Debian update
2004 Summary of changes from v113 to v114
2005 ============================================
2007 Hannes Reinecke (3):
2008 collect: extra to synchronize actions across events
2009 add $driver subtitution
2010 rules_generator: add S/390 persistent network support
2013 rules_generator: remove executable flag from include file
2014 always unlink temporary file before creating new one
2016 volume_id: ext4 detection
2017 udevtrigger: allow to specify action string
2018 add option to RUN key to ignore the return value of the program
2019 use global udev_log variable instead of parameter in run_program
2020 add udev_rules_run() to handle RUN list
2021 move udev_utils_run.c into udev_rules.c
2023 name_list: rename loop_name -> name_loop
2024 handle dynamic rules created in /dev/.udev/rules.d/
2025 allow SYMLINK== match
2026 libvolume_id: use /usr/$libdir in pc file
2027 Makefile: add --as-needed flag to ld
2028 restore behavior of NAME==
2029 rules_generator: remove "installation" function
2030 udevtrigger: trigger "driver" events
2032 rules: Fedora update
2033 rules: add "do not edit" comment
2034 rules: Fedora update
2035 rules_generator: skip random MAC addresses
2036 write changed network interface names to the kernel log
2038 Matthias Schwarzott (3):
2039 rules: Gentoo update
2040 fix inotify to work not only once
2041 rules: Gentoo update
2044 Makefile: add "make dist" for nightly snapshots
2047 Summary of changes from v112 to v113
2048 ============================================
2051 vol_id: do not fail if unable to drop privileges
2054 add missing ChangeLog
2055 make ATTR{[$SUBSYSTEM/$KERNEL]<attr>}="<value>" working
2056 rules: recognize partitions and disk devices properly
2058 atomically replace existing nodes and symlinks
2059 do not try to create existing file
2060 info() for ignore_remove
2062 Makefile: check for missing ChangeLog or RELEASE-NOTES at release
2063 allow to disable the replacement of unusual characters
2064 no newline in log messages
2065 udevd: do not use syslog if --verbose (debugging) is used
2068 fix typo in udev_utils_run.c
2071 Summary of changes from v111 to v112
2072 ============================================
2074 Fabio Massimo Di Nitto (1):
2075 rules: ignore partitons that span the entire disk
2077 Hannes Reinecke (1):
2078 cciss device support
2081 udevd: close /proc/meminfo after reading
2082 create_floppy_devices: remove dead "unlink" code
2083 volume_id: add function documentation
2084 udev_db: escape path names with \x00 instead of %00
2085 udevsettle: use long options
2086 replace_chars: replace spaces in node name
2087 volume_id: add and export string encoding function
2088 vol_id: export encoded strings
2089 rules: use encoded strings instead of skipping characters
2090 udevtest: print message before log output
2091 volume_id: escape % character
2092 replace_chars: replace % character
2093 IMPORT: do not mangle whitespace
2094 scsi_id: do not install symlink in /sbin
2096 volume_id: terminate overlong label strings
2097 scsi_id: add long options
2098 rules: use long options for scsi_id
2099 path_id: skip subsystem directory
2100 rules: fix cciss rule
2102 scsi_id: fix typo in help text
2103 fix "do not access parent" warning for ATTR{}
2104 sysfs: add device lookup by $SUBSYSYTEM:$KERNEL
2105 events for "bus" and "class" registration must be matched as "subsystem"
2106 udevtest: add --subsystem option
2107 sysfs: change order of subsystem lookup
2108 add $sys substitution
2109 add TEST=="<file>" key
2110 add "[$SUBSYSTEM/$KERNEL]<attribute>" lookup
2111 sysfs: handle bus/class top-level directories
2112 sysfs: skip unknown sysfs directories
2117 create_floppy_devices: add man page
2118 path_id: remove on make uninstall
2121 volume_id: support for long-filename based labels
2123 Scott James Remnant (2):
2124 replace_untrusted_chars: replace all whitespace with space
2125 run_program: log "info" not "error" if program is missing
2128 Summary of changes from v110 to v111
2129 ============================================
2133 rules: Fedora update
2134 volume_id: use md native uuid format
2135 vol_id: use long options
2136 volume_id: add volume_id_get_* functions
2137 vol_id: use volume_id_get_*
2138 udevd: use fgets() to read /proc files
2139 volume_id: add internal UUID_STRING
2140 volume_id: add DDF support
2141 vol_id: README update
2142 volume_id: rename UUID_64BIT_LE/BE
2143 vol_id: add ID_FS_UUID_SAFE
2144 rules: use ID_FS_UUID_SAFE
2146 volume_id: give access to list of all available probers
2147 vol_id: use libvolume_id prober list for --probe-all
2148 volume_id: add remaining names for prober lookup by type
2150 volume_id: vol_id depends on libvolume_id
2152 Matthias Schwarzott (2):
2153 volume_id: fix Makefile for parallel make
2154 rules: Gentoo update
2157 Summary of changes from v109 to v110
2158 ============================================
2161 udevcontrol: allow to set global variables in udevd
2164 remove eventrecorder.sh
2166 volume_id: add md metadata 1.0, 1.1, 1.2 support
2167 unset variable with ENV{VAR}=""
2168 delete copies of default rules in SUSE rules
2169 volume_id: ext - fix endianess in version number
2170 rules: Fedora update
2171 volume_id: old md metadata has only 32 bit for the uuid
2172 volume_id: minix version 3 support
2173 don't create $tempnode for devices without major
2174 usb_id: add <devpath> to help text
2175 ata_id: use getopt_long()
2178 Matthias Schwarzott (3):
2179 Makefile: respect CFLAGS/LDFLAGS
2180 rules: Gentoo update
2181 ata_id: don't log error for libata devices on older kernels
2184 Summary of changes from v108 to v109
2185 ============================================
2188 create_floppy_devices: create nodes with correct selinux context
2191 udevtest: export ACTION string if given as option
2193 make ACTION!="add|change" working
2194 udevtest: import uevent variables if possible
2195 udevinfo: export all information stored in database
2196 default rules: add libata compat links
2197 create_path: don't fail if something else created the directory
2198 udevd: fix serialization of events
2199 path_id: remove broken example
2200 libvolume_id: do not install static library
2203 Matthias Schwarzott (2):
2205 persistent device naming: add joystick links
2208 path_id: add man page
2211 Summary of changes from v107 to v108
2212 ============================================
2215 udevinfo: relax check for the correct device if looked up by name
2216 don't write to sysfs files during test run
2217 finally remove the directory event-multiplexer crap
2219 Matthias Schwarzott (2):
2220 write_cd_rules: set default link type to "by-id" for usb and ieee1394 devices
2224 udevsettle: read udev not kernel seqnum first
2227 Summary of changes from v106 to v107
2228 ============================================
2230 Jean Tourrilhes (1):
2231 udevtest: export UDEV_LOG if we changed it
2234 man: add missing options to various man pages
2236 create_floppy_devices: apply specified mode without umask
2238 udevmonitor: add switch for kernel and udev events
2239 default rules: wait for 0:0:0:0 scsi devices only
2241 delete dasd_id, it moved to s390-tools
2243 encode db-file names, instead of just replacing '/'
2244 update internal variables if we see $DEVPATH during IMPORT
2245 increase /proc/stat buffer
2246 maintain index over device-names to devpath relation
2247 restore overwritten symlinks when the device goes away
2248 store devpath with the usual leading slash
2249 add link_priority to rule options, and store it in database
2250 pick actual valid device in udev_db_lookup_name
2251 cleanup already existing db-entries and db-index on device update
2252 selinux: move selinux_exit() to the main programs
2253 remove old error message
2254 read list of devices from index, make index private to database
2255 priority based symlink handling
2256 volume_id: get rid of compiler warning
2257 udevinfo: remove -d option
2258 update %n on netif name change
2259 if a node goes away, possibly restore a waiting symlink
2261 man: add "link_priority" option
2263 udevtest: add --force mode
2264 udevinfo: print link priority
2265 usb_id: append target:lun to storage device serial
2266 run_directory: add final warning before removal
2271 Matthias Schwarzott (2):
2272 udevd: cleanup std{in,our,err} on startup
2273 udevmonitor: fix swapped event switch descriptions
2276 Summary of changes from v105 to v106
2277 ============================================
2280 man: fix typos in scsi_id and udevd
2282 Andrey Borzenkov (2):
2283 vol_id: add -L to print raw partition label
2287 persistent device naming: tape devices and medium changers
2290 exclude parent devices from DRIVER== match
2291 volume_id: really fix endianess bug in linux_raid detection
2293 man: correct udevinfo --export-db
2294 path_id: append LUN to iSCSI path
2295 create_floppy_devices: add option for owner/group
2296 update example rules
2297 apply format chars to ATTR before writing to sysfs
2298 add (subsystem) to udevmonitor output
2299 update DRIVER== changes
2300 remove --version from the udevinfo man page
2301 add test for an attribute which contains an operator char
2302 man: add note about parent matching behavior
2303 scsi_id: accept tabs in /etc/scsi_id.conf
2304 remove dead rule in persistent tape rules
2306 Matthias Schwarzott (4):
2307 correct typo in extras/scsi_id/scsi_id.conf
2308 fix retry-loop in netif-rename code
2309 add option --version to udevd
2310 rule_generator: fix for creating rules on read-only filesystem
2312 Peter Breitenlohner (1):
2313 fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
2316 udevd: init signal pipe before daemonizing
2317 unlink old database file before creating a new one
2318 fix %c $string substitution
2320 Theodoros V. Kalamatianos (1):
2321 fix udev attribute names with a colon
2324 Summary of changes from v104 to v105
2325 ============================================
2328 man: fix typos in scsi_id and udevd
2330 Andrey Borzenkov (2):
2331 vol_id: add -L to print raw partition label
2335 exclude parent devices from DRIVER== match
2336 volume_id: really fix endianess bug in linux_raid detection
2338 Matthias Schwarzott (2):
2339 correct typo in extras/scsi_id/scsi_id.conf
2340 fix retry-loop in netif-rename code
2342 Peter Breitenlohner (1):
2343 fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
2346 udevd: init signal pipe before daemonizing
2347 unlink old database file before creating a new one
2348 fix %c $string substitution
2351 Summary of changes from v103 to v104
2352 ============================================
2356 update example rules
2359 volume_id: fix endianess bug in linux_raid detection
2360 man: fix udevmonitor text
2361 man: recreate from xml
2362 rename config "filename" to "dir"
2363 remove outdated documentation
2364 rename "udev.c" to "test-udev.c" - it is only for testing
2366 use git-archive instead of git-tar-tree
2368 Kazuhiro Inaoka (1):
2369 inotify syscall definitions for M32R
2372 write_cd_rules: identity-based persistence
2373 scsi_id: remove trailing garbage from ID_SERIAL_SHORT
2376 SELinux: label created symlink instead of node
2379 Summary of changes from v102 to v103
2380 ============================================
2383 persistent storage rules: skip gnbd devices
2384 volume_id: add checksum check to via_raid
2385 volume_id: add comment about hfs uuid conversion
2390 Summary of changes from v101 to v102
2391 ============================================
2394 writing_udev_rules: fix typo in example rule
2397 create missing ChangeLog for version 101
2399 update default rules
2400 first try "subsystem" link at a parent device, before guessing
2401 if /sys/subsystem exists, skip class, bus, block scanning
2402 scsi_id: export ID_SERIAL_SHORT without vendor/product
2406 path_id: fix SAS disk handling
2409 Summary of changes from v100 to v101
2410 ============================================
2413 fix udevinfo help text typo
2416 cleanup default rules
2417 add IMPORT operations to the udev man page
2420 remove Makefile magic for leading '0' in version
2421 udevd: use getopt_long()
2422 udevd: add --verbose option to log also to stdout
2423 udevd: add --debug-trace option
2424 rule_generator: improve net rule comment generation
2425 volume_id: correct iso9660 high sierra header
2426 warn if a PHYSEDV* key, the "device" link, or a parent attribute is used
2427 don't print PHYSDEV* warnings for old WAIT_FOR_SYSFS rules
2428 udevinfo: print error in --attribute-walk
2429 udev_sysfs: unify symlink resolving
2430 udevtrigger: trigger devices sorted by their dependency
2431 fix spelling in deprecation warning
2434 Michał Bartoszkiewicz:
2435 udevtrigger: fix typo that prevents partition events
2438 clarify "specified user/group unknown" error
2441 update slackware rules
2444 update Frugalware rules
2447 Summary of changes from v099 to v100
2448 ============================================
2452 fix messed up ChangeLog from release 099
2453 man: add $attr{} section about symlinks
2454 revert persistent-storage ata-serial '_' '-' replacement
2457 Summary of changes from v098 to v099
2458 ============================================
2464 udev_db.c: include <sys/stat.h>
2465 use fnmatch() instead of our own pattern match code
2466 rename major/minor variable to maj/min to avoid warning
2467 update source file headers
2468 udevtest: print header that ENV{} can't work
2470 udevtrigger: options to filter by subsystem and sysfs attribute
2471 udevtrigger: remove unused longindex
2472 udevinfo: use long options
2473 udevd: use files instead of symlinks for /dev/.udev/queue,failed
2474 udevtrigger: fix pattern match
2475 reorder options in udevinfo man page
2476 udevinfo: fix SUBSYTEMS spelling error
2477 fix ENV{TEST}="Test: $env{TEST}"
2478 let $attr{symlink} return the last element of the path
2479 cdrom_id: add rules file to call cdrom_id
2480 udevinfo: do not show symlinks as attributes in --attribute-walk
2481 remove broken name_cdrom.pl
2485 run_program: close pipe fd's which are connected to child process
2486 add persistent rules generator for net devices and optical drives
2489 changes rules for ata disk from '_' to '-'
2492 make struct option arrays static const
2496 Summary of changes from v097 to v098
2497 ============================================
2500 udevtest: allow /sys in the devpath paramter
2503 selinux: init once in the daemon, not in every event process
2506 udevd: remove huge socket buffer on the control socket
2508 rename udev_libc_wrapper -> udev_sysdeps
2509 db: store devpath - node relationship for all devices
2510 udevinfo: allow -a -n <node>
2511 udevinfo, udevtest: simplify '/sys' stripping from devpath argument
2512 lookup_user, lookup_group: report "unknown user" and "lookup failed"
2513 consistent key naming to match only the event device or include all parent devices
2514 skip rule, if too may keys of the same type are used
2515 introduce ATTR{file}="value" to set sysfs attributes
2517 update default rules
2518 export DRIVER for older kernels as a replacement for PHYSDEVDRIVER
2519 fix typo in SUBSYSTEMS key parsing
2520 udevtrigger: add --retry-failed
2521 volume_id: add suspend partition detection
2522 vol_id: use primary group of 'nobody' instead of 'nogroup'
2523 remove built-in /etc/passwd /etc/group parser
2524 always expect KEY{value} on ATTR, ATTRS, ENV keys
2525 use new key names in test programs
2526 cleanup commandline argument handling
2527 db: don't create a db file for only a node name to store
2528 man: add ATTR{file}="value" assignment
2531 volume_id: fix fat32 cluster chain traversal
2534 fix 'unknow user' error from getpwnam/getgrnam
2535 fix rc when using udev --daemon
2538 Michał Bartoszkiewicz:
2539 man pages: fix typos
2542 Summary of changes from v096 to v097
2543 ============================================
2546 add joystick support to persistent input rules
2549 firmware.sh: remove needless '/'
2550 vol_id: add --skip-raid and --probe-all option
2551 switch uevent netlink socket to group 1 only
2552 increase /proc/stat read buffer
2553 use "change" instead of "online" events
2554 remove 'static' from local variable
2555 libvolume_id: add parameter 'size' to all probe functions
2556 man pages: replace 'device-path' by 'devpath'
2557 man pages: work around xmlto which tries to be smart
2558 refresh vol_id man page
2559 udevinfo: add DRIVER==
2560 Makefile: fix dependency
2561 libvolume_id: read ufs2 label
2562 switch ifdef __KLIBC__ to ifndef __GLIBC__
2563 report failing getpwnam/getgrnam as error
2564 rename udevcontrol message types and variables
2565 initialize unused sockets to -1
2566 udevd: remove useless udevinitsend parameter
2568 udevd: autotune max_childs/max_childs_running
2569 update frugalware rules
2571 move default rules to etc/udev/rules.d/
2572 add 'crypto' devices to persistent storage rules
2573 add late.rules to default rules
2575 don't report an error on overlong comment lines
2577 udevd: read DRIVER from the environment
2580 make rename_netif() error messages useful
2581 path_id: fix an harmless syntax error
2584 update slackware rules
2587 Fix inotify syscalls on ARM
2590 Summary of changes from v095 to v096
2591 ============================================
2594 Makefiles: fix .PHONY for man page target
2595 allow longer devpath values
2596 path_id: prepare for new sysfs layout
2599 Summary of changes from v094 to v095
2600 ============================================
2604 don't remove symlinks if they are already there
2605 allow "online" events to create/update symlinks
2606 udevinfo: clarify parent device attribute use
2608 netif rename: optimistic loop for the name to become free
2609 remove broken %e enumeration
2612 print usage of udevcontrol when no or invalid command is given
2615 Summary of changes from v093 to v094
2616 ============================================
2619 update "writing udev rules"
2622 libvolume_id: gfs + gfs2 support
2623 remove MODALIAS key and substitution
2624 add persistent-input.rules
2630 Summary of changes from v092 to v093
2631 ============================================
2634 path_id: add support for iSCSI devices
2637 libvolume_id: fat - check for signature at end of sector
2638 libvolume_id: add more software raid signatures
2640 path_id: prevent endless loop for SAS devices on older kernels
2642 replace binary firmware helper with shell script
2643 skip device mapper devices for persistent links
2646 Summary of changes from v091 to v092
2647 ============================================
2650 don't include stropts.h, some libc's don't like it
2651 udevd: create leading directories for /dev/.udev/uevent_seqnum
2652 vol_id: fix logging from libvolume_id's log function
2655 add more warnings for invalid key operations
2656 fix offsetof() build issue with recent glibc
2657 selinux: fix typo in block device node selection
2658 vol_id: add NetWare volume detection
2659 edd_id: fix "(null)" output if "mbr_signature" does not exist
2661 libvolume_id: nss - use different uuid
2664 path_id: add platform and serio support
2668 path_id: fix bashism
2671 Summary of changes from v090 to v091
2672 ============================================
2675 path_id: fix SAS device path generation
2678 udevtest: don't try to delete symlinks
2679 persistent rules: fix typo in dm rule
2680 allow NAME=="value" to check for already assigned value
2681 udevd: export initial sequence number on startup
2684 Summary of changes from v089 to v090
2685 ============================================
2688 udevd: export current seqnum and add udevsettle
2689 volume_id: fix endianess conversion typo for FAT32
2690 merge device event handling and make database content available on "remove"
2691 set default udevsettle timeout to 3 minutes
2692 export INTERFACE_OLD if we renamed a netif
2693 let udevmonitor show the possibly renamed devpath
2694 volume_id: move some debug to info level
2695 udevtrigger: fix event order
2696 usb_id: remove uneeded code
2697 remove old symlinks before creating current ones
2698 path_id: fix loop for SAS devices
2699 apply format char to variables exported by ENV
2702 add inotify support for hppa and MIPS and log if inotify is not available
2705 fix typo in error message
2708 Summary of changes from v088 to v089
2709 ============================================
2712 path_id: add bus to USB path
2715 change rule to skip removable IDE devices
2716 don't create uuid/label links for raid members
2717 volume_id: provide library
2718 fix rule order for persistent tape links
2720 volume_id: provide a custom debug function
2721 volume_id: rename subdirectory
2722 volume_id: use shared library by default
2723 because is better than cause
2724 volume_id: remove some global symbols
2725 volume_id: define exported symbols
2726 remove all stripping code
2727 man pages: mention udev(7) not udev(8)
2729 move all *_id programs to /lib/udev/
2730 update Red Hat rules
2732 pass CROSS_COMPILE to AR and RANLIB down to extras/
2733 volume_id: update README
2734 volume_id: generate man page from xml source
2736 fix symlink targets in Makefiles
2739 Summary of changes from v087 to v088
2740 ============================================
2743 persistent links: add scsi tape links and usb path support
2746 volume_id: add squashfs detection
2747 reset signal handler in event process
2748 correct use of fcntl()
2749 add udevtrigger to request events for coldplug
2750 add ',' to trusted chars
2751 volume_id: remove partition table parsing code
2752 volume_id: remove all partition table support
2753 fix spelling error in debug string
2754 rename "persistent disk" to "persistent storage"
2755 fix output for USB path
2758 Summary of changes from v086 to v087
2759 ============================================
2762 path_id: support SAS devices
2765 fix persistent disk rules to exclude removable IDE drives
2766 warn about %e, MODALIAS, $modalias
2767 remove devfs rules and scripts
2770 typo in debug text in udev_run_hotplugd.c
2773 Summary of changes from v085 to v086
2774 ============================================
2777 volume_id: replace __packed__ by PACKED macro
2778 volume_id: split raid and filesystem detection
2779 volume_id: add missing return
2780 udevd: fix queue export for multiple events for the same device
2783 workaround missing kernel headers for some architectures
2786 update to udev-084/doc/writing_udev_rules
2789 Summary of changes from v084 to v085
2790 ============================================
2793 Fix trivial spelling errors in RELEASE-NOTES
2796 fix typo in parisc support to path_id
2799 make WAIT_FOR_SYSFS usable in non "wait-only" rules
2800 fix typo in man page
2801 include sys/socket.h for klibc build
2802 cramfs detection for bigendian
2803 exit WAIT_FOR_SYSFS if the whole device goes away
2805 update Red Hat rules
2807 include errno.h in udev_libc_wrapper.c
2810 Summary of changes from v083 to v084
2811 ============================================
2815 switch CROSS to CROSS_COMPILE
2816 replace fancy silent build program by simple kernel build like logic
2817 move manpages to top level
2818 remove UDEVD_UEVENT_INITSEND
2820 scsi_id: remove dead files
2821 optimize sysfs device and attribute cache
2822 let SYSFS{} look at the device, not only the parent device
2823 add debug output to sysfs operations
2826 Summary of changes from v082 to v083
2827 ============================================
2830 man page: document when substitutions are applied for RUN and other keys
2831 check for ignore_device in loop looks redundant
2834 udevstart: fix NAME="" which prevents RUN from being executed
2835 find programs in /lib/udev for IMPORT if {program} is not given
2836 don't add $SUBSYSTEM automatically as $1 to programs
2837 remove redundant substitution of RUN key
2840 Summary of changes from v081 to v082
2841 ============================================
2844 substitute format chars in RUN after rule matching
2847 scsi_id, usb_id: request device parent by subsystem
2848 path_id: work with "all devices in /sys/devices"
2849 ignore all messages with missing devpath or action
2850 Makefile: remove dynamic config file generation
2851 path_id: handle fiber channel (Hannes Reinecke <hare@suse.de>)
2852 usb_id: don't fail on other subsytems than "scsi"
2853 don't do RUN if "ignore_device" is given
2854 increase kernel uevent buffer size
2855 move udev(8) manpage to udev(7)
2856 recreate man pages from xml source
2857 remove udev, udevstart, udevsend from the default installation
2859 rename apply_format() cause it is public now
2860 udevtest: add udev_rules_apply_format() to RUN keys
2861 let "ignore_device" always return the event successfully
2864 fixes udev build with -fpie
2867 Summary of changes from v080 to v081
2868 ============================================
2871 add DEVLINKS to "remove" event
2872 better log text and comments
2873 vol_id: probe volume as user nobody
2874 fix BUS, ID, $id usage
2875 prepare moving of /sys/class devices to /sys/devices
2878 Summary of changes from v079 to v080
2879 ============================================
2882 fix dependency for make -j2
2888 update RELEASE-NOTES + TODO
2889 fix typo in man page
2892 path_id: fix invalid character class
2896 udev_selinux.c: include udev.h
2899 Summary of changes from v078 to v079
2900 ============================================
2903 don't log error if database does not exist
2904 use udev_root instead of "/dev"in selinux matchpathcon_init_prefix()
2905 scsi_id: read page 0x80 with libata drives
2907 remove %e from man page
2910 Summary of changes from v077 to v078
2911 ============================================
2914 Update Gentoo udev main rule file.
2915 add parisc support to path_id
2918 scsi_id: -u fold multiple consecutive whitespace chars into single '_'
2921 optimize SELinux path match
2925 allow C99 statements
2926 fix segfaulting create_floppy_devices
2928 remove unused variables
2929 remove default settings in udev.conf
2930 clearenv() is now part of klibc
2931 add DEVLINKS to the event environment
2934 scsi_id: support pre-SPC3 page 83 format
2937 Summary of changes from v076 to v077
2938 ============================================
2941 merge two consecutive static strlcat's
2942 don't return an error, if "ignore_device" is used
2943 remove outdated and misleading stuff
2944 move SEQNUM event skipping to udevsend
2945 update RELEASE-NOTES
2947 allow programs in /lib/udev called without the path
2949 add target to to generate ChangeLog section
2950 update Red Hat rules
2953 allow to overwrite the configured udev_root by exporting UDEV_ROOT
2954 let udevsend ignore events with SEQNUM set
2958 Summary of changes from v75 to v076
2959 ============================================
2962 fix typo in eventrecorder
2963 volume_id: include stddef.h header
2964 remove misleading install instructions
2965 remove all built-in wait_for_sysfs logic
2966 add linux/types.h back, old glibc-kernel-headers want it
2967 volume_id: use glibc's byteswap
2968 udevd: ignore all messages without DEVPATH
2969 udevd: track exit status of event process
2970 udevd: export event queue and event state
2971 remove "udev_db" option from config file
2972 Makefile: remove exec_prefix and srcdir
2973 update README and RELEASE-NOTES
2974 udevd: track killed event processes as failed
2976 don't start udevd from udevsend
2977 udevd: add a missing return
2978 libvolume_id: fix weird fat volume recognition
2979 move some helpers from extras to /lib/udev
2981 Scott James Remnant:
2982 move delete_path() to utils
2983 clean-up empty queue directories
2984 Makefile: fail, if submake fails
2987 Summary of changes from v74 to v075
2988 ============================================
2991 Make run_directory.c stat the place it is going to try to run.
2994 forgot the ChangeLog for 074
2995 volume_id: provide libvolume_id.a file
2996 remove our own copy of klibc
2997 remove outdated HOWTO
3000 remove completely useless start script
3001 fix tests and remove no longer useful stuff
3002 replace udeveventrecorder by a shell script
3005 Summary of changes from v73 to v074
3006 ============================================
3009 never queue events with TIMEOUT set
3010 let NAME="" supress node creation, but do RUN keys
3015 add strerror() to error logs
3016 move some logging from dbg() to info()
3019 Summary of changes from v72 to v073
3020 ============================================
3023 udevd: depend on netlink and remove all sequence reorder logic
3024 print useconds in udevmonitor
3025 add RELEASE-NOTES, update TODO
3028 Summary of changes from v71 to v072
3029 ============================================
3031 Ananth N Mavinakayanahalli:
3032 libsysfs: translate devpath of the symlinked class devices to its real path
3035 add man pages for *_id programs
3038 volume_id: add OCFS Version 1
3039 volume_id: add Veritas fs
3040 volume_id: check ext fs for valid blocksize, cause magic is only 2 bytes
3041 volume_id: move blocksize validation to fix jbd recognition
3042 volume_id: fix typo in ocfs
3043 volume_id: add vxfs include
3044 volume_id: make FAT32 recognition more robust
3045 volume_id: Version 051
3046 volume_id: fix typo in ext blocksize check
3047 volume_id: Version 052
3048 FAQ: remove confusing statement about module loading
3049 cleanup compiler/linker flags
3050 use DESTDIR on uninstall, no need to pass prefix to submake
3051 allow to pass STRIPCMD, to skip stripping of binaries
3052 cleanup make release
3053 fix the new warnings I asked for
3054 move rules parsing into daemon
3055 "make STRIPCMD=" will disable the stripping of binaries
3056 remove no longer working udevd-test program
3057 "STRIPCMD=" for the EXTRAS
3058 add dummy inotify syscalls on unsupported architecture
3059 remove no longer needed waiting for "dev" file
3060 revert the "read symlink as device patch"
3061 use libsysfs to translate the class linke to the device path
3062 libsysfs: remove brute-force "bus", "driver" searching for old kernels
3063 test: add "driver" and "bus" links to test sysfs tree
3064 update RELEASE-NOTES
3065 udevd: don't daemonize before initialization
3066 log to console if syslog is not available
3068 remove precompiled rules option
3069 export DEVNAME on "remove" only if we really got a node to remove
3073 Summary of changes from v70 to v071
3074 ============================================
3077 Remove the udev.spec file as no one uses it anymore
3080 edd_id: check that EDD id is unique
3083 ata_id: open volume O_NONBLOCK
3084 add "Persistent Device Naming" rules file for disks
3085 scsi_id: switch temporary node creation to /dev
3086 volume_id: set reiser instead of reiserfs for filesystem type
3087 update devfs rules header
3091 remove no longer needed includes
3092 switch tools and volume_id from LGPL to GPLv2
3093 add edd-*-part%n to the persistent.rules
3094 update Debian persistent rules
3096 udevd: fix initial timeout handling
3097 force event socket buffer size to 16MB
3098 udevd: move logging from err to info for non-hotplug uevent
3099 fix selinux compilation
3100 libsysfs: accept sysmlinks to directories instead of real directories
3103 run_directory: fix typo in "make install"
3106 Summary of changes from v069 to v070
3107 ============================================
3110 udevd: fix udevd read() calls to leave room for null byte
3113 scsi_id: derive a UID for a SCSI-2 not compliant with the page 83
3116 fix nbd error messages with a gentoo rule hack
3117 fix scsi_id rule in gentoo config file
3120 EXTRAS/Makefile: fix install targets to match main Makefile
3123 volume_id: fix error handling with failing read()
3124 EXTRAS: cleanup and sync all Makefiles
3125 add install test to 'make buildtest'
3126 update RELEASE-NOTES
3129 fix a debug text typo in udev_rules.c
3132 Summary of changes from v068 to v069
3133 ============================================
3136 fix typo in firmware_helper
3139 firmware_helper: fix write count
3142 *_id: fix zero length in set_str()
3143 add program name to logged error
3144 fix exit code of udevinitsend and udevmonitor
3145 udevd: keep the right order for messages without SEQNUM
3146 volume_id: don't probe for mac_partition_maps
3147 udevmonitor: cleanup on exit
3148 path_id: remove SUSE specific PATH
3150 add pci_express to bus list
3152 store ENV{key}="value" exported keys in the database
3153 fix lookup for name in the udevdb, it should return the devpath
3154 prepare for new HAL udevdb dump
3155 print persistent data with "udevinfo -q all"
3156 change parameter order of udev_db_search_name()
3157 add and use name_list_cleanup() for cleaning up the string lists
3158 don't store devpath in udevdb, we don't need it
3159 add uft8 validation for safe volume label exporting
3160 start to enforce plain ascii or valid utf8
3161 use WRITE_END/READ_END for the pipe index
3162 remove not needed sig_flag for state of signal_pipe
3163 don't reenter get_udevd_msg() if message is ignored
3164 rename ...trailing_char() to ...trailing_chars()
3165 vol_id: ID_LABEL_SAFE will no longer contain fancy characters
3166 udevd: move some logging to "info" and "err"
3167 remove special TIMEOUT handling from incoming queue
3168 udev_test.pl: we replace untrusted chars with '_'
3169 check the udevdb before assigning a new %e
3170 update RELEASE-NOTES
3171 udevinfo: add database export
3172 write man page masters in DocBook XML
3173 udevinfo: rename dump() to export()
3174 test the automatic man page rebuild and checkin
3175 Makefile: remove all the duplicated rules
3176 all man pages rewritten to use DocBook XML
3177 add missing udevsend man page
3178 also forgot udevmonitor.8
3179 udevinfo: restore -d option
3180 scsi_id: rename SYSFS to LIBSYSFS
3181 add edd_id tool to match BIOS EDD disk information
3182 move and update libsysfs.txt
3183 klibc: update to version 1.1.1
3184 delete cdromsymlinks* - obsoleted by cdrom_id and IMPORT rules
3185 delete docs/persistent_naming - obsoleted by persistent disk names
3186 delete old Fedora html page
3187 add "totally outdated" header to docs/overview :)
3189 fix useless but funny name_cdrom.pl script to work again
3191 Makefile: fix prerequisits for $(PROGRAMS)
3192 Makefile: cleanup install targets
3193 remove chassis_id program
3194 fic gcov use and move it into the Makefile
3195 FAQ: update things that have changed
3198 switch to '==' in raid-devfs.sh
3201 Summary of changes from v067 to v068
3202 ============================================
3205 add EXTRAS documentation to the README file.
3206 Always open the cdrom drive in non-blocking mode in cdrom_id
3207 cdrom_id: change err() to info() to help with debugging problems
3210 cleanup some debug output and move to info level + unify select() loops
3211 move udevmonitor to /usr/sbin
3212 ENV{TEST}=="1" compares and ENV{TEST}="1" sets the environment
3213 vol_id: fix sloppy error handling
3214 fix typo in cdrom_id syslog
3215 bring std(in|out|err) fd's in a sane state
3216 fix printed udevmonitor header
3219 Summary of changes from v066 to v067
3220 ============================================
3223 added the cdrom.h #defines directly into the cdrom_id.c file
3227 fix make install, as we don't provide a default rule set anymore
3228 fix more compiler warnings ...
3229 fix udevstart event ordering, we want /dev/null very early
3230 don't fail too bad, if /dev/null does not exist
3233 Summary of changes from v065 to v066
3234 ============================================
3237 update gentoo rule file.
3238 Created cdrom_id program to make it easier to determine cdrom types
3239 added cdrom_id to the build check
3240 updated gentoo rule file to handle removable ide devices.
3241 changed cdrom_id exports to be easier to understand and consistant with other _id programs.
3242 fix klibc build issue in cdrom_id.c
3243 Change the gentoo rules to use cdrom_id instead of cdsymlink.sh
3244 changed location of gentoo helper apps to be /sbin instead of in scripts dir
3245 tweak the gentoo rules some more.
3248 add NETLINK define for the lazy distros
3249 read sysfs attribute also from parent class device
3250 switch some strlcpy's to memcpy
3251 allow clean shutdown of udevd
3252 add flag for reading of precompiled rules
3253 update distro rules files
3256 add firmware_helper to load firmware
3257 more distro rules updates
3259 remove example rules and put the dev.d stuff into the run_directory folder
3260 trivial text cleanups
3262 split udev_util in several files
3264 allow logging of all output from executed tools
3265 add Usage: to udevmonitor and udevcontrol
3266 move some logging to the info level
3272 Summary of changes from v064 to v065
3273 ============================================
3276 Added persistent name rules for block devices to gentoo rule file.
3277 Added horrible (but fun) path_id script to extras.
3278 Update gentoo rules file.
3281 update release notes for next version
3282 add udevmonitor, to debug netlink+udev events at the same time
3283 allow RUN to send the environment to a local socket
3284 fix GGC signed pointer warnings and switch volume_id to stdint
3287 Summary of changes from v063 to v064
3288 ============================================
3291 volume_id: add OCFS (Oracle Cluster File System) support
3295 add ID_BUS to *_id programs
3296 create_floppy_devices: add tool to create floppy nodes based on sysfs info
3299 move code to its own files
3300 make SYSFS{} usable for all devices
3301 add padding to rules structure
3302 allow rules to have labels and skip to next label
3303 thread unknown ENV{key} match as empty value
3306 Summary of changes from v062 to v063
3307 ============================================
3310 fix typo in GROUP value application
3313 add 'make tests' as I'm always typing that one wrong...
3314 Really commit the udev_run_devd changes...
3315 Fixed udev_run_devd to run the /etc/dev.d/DEVNAME/ files too
3316 fix position of raw rules in gentoo config file
3319 dasd_id: add s390 disk-label prober
3320 fix usb_id and let scsi_id ignore "illegal request"
3323 volume_id: remove s390 dasd handling, it is dasd_id now
3324 trivial fixes for *_id programs
3325 IMPORT: add {parent} to import the persistent data of the parent device
3326 allow multiple values to be matched with KEY=="value1|value2"
3327 udevd: set incoming socket buffer SO_RCVBUF to maximum
3328 remember mapped rules state
3329 ata_id: check for empty serial number
3330 compile dasd only on s390
3333 correct default mode documentation in udev
3336 Summary of changes from v061 to v062
3337 ============================================
3340 fix symlink values separated by multiple spaces
3341 update RELEASE-NOTES
3342 fix typo in group assignment
3343 fix default-name handling and NAME="" rules
3344 add WAIT_FOR_SYSFS key to loop until a file in sysfs arrives
3345 fix unquoted strings in udevinitsend
3347 Summary of changes from v060 to v061
3348 ============================================
3351 Sync up the Debian rules files
3352 fix cdrom symlink problem in gentoo rules
3353 Fix ChangeLog titles
3356 update RELEASE-NOTES
3357 we want to provide OPTFLAGS
3358 rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUT
3359 udevd: optimize env-key parsing
3360 don't resolve OWNER, GROUP on precompile if string contains %, $
3361 set default device node to /dev
3362 create udevdb files only if somehting interesting happened
3363 pack parsed rules list
3364 replace useless defines by inline text
3365 move rule matches to function
3366 add usb_id program to generate usb-storage device identifiers
3367 add IEEE1394 rules to the gentoo rule file
3368 fake also kernel-name if we renamed a netif
3369 allow OPTIONS to be recognized for /sys/modules /sys/devices events
3370 switch gentoo rules to new operators
3373 Summary of changes from v059 to v060
3374 ============================================
3377 Fix the gentoo udev rules to allow the box to boot properly
3380 Udev doesn't properly build with $CROSS
3383 Keep udevstart from skipping devices without a 'dev' file
3386 #define NETLINK_KOBJECT_UEVENT
3389 Summary of changes from v058 to v059
3390 ============================================
3393 Update the gentoo rule file
3394 Fix udevinfo for empty sysfs directories
3395 Fix makefile to allow 'make release' to work with git
3398 udev: fix netdev RUN handling
3399 udevcontrol: fix exit code
3402 prepare RELEASE-NOTES
3403 add ID_TYPE to the id probers
3404 add -x to scsi_id to export the queried values in env format
3405 store the imported device information in the udevdb
3406 rename udev_volume_id to vol_id and add --export option
3407 add ata_id to read serial numbers from ATA drives
3408 IMPORT allow to import program returned keys into the env
3409 unify execute_command() and execute_program()
3410 IMPORT=<file> allow to import a shell-var style config-file
3411 allow rules to be compiled to one binary file
3412 fix the fix and change the file to wait for to the "bus" link
3413 fix udevstart and let all events trvel trough udev
3414 prepare for module loading rules and add MODALIAS key
3415 remove device node, when type block/char has changed
3416 Makefile: remove dev.d/ hotplug.d/ from install target
3417 udevcontrol: add max_childs command
3418 udevd: control log-priority of the running daemon with udevcontrol
3419 udeveventrecorder: add small program that writes an event to disk
3420 klibc: add missing files
3421 udevinitsend: handle replay messages correctly
3422 udev man page: add operators
3423 udevd: allow starting of udevd with stopped exec-queue
3424 klibc: version 1.0.14
3425 udev: handle all events - not only class and block devices
3426 volume_id: use udev-provided log-level
3427 udev: clear lists if a new value is assigned
3428 udev: move dev.d/ handling to external helper
3429 udev: allow final assignments :=
3430 udevd: improve timeout handling
3431 Makefile: fix DESTDIR
3433 udevd: add udevcontrol
3434 udevd: listen for netlink events
3437 Dialout group fix for capi devices in the gentoo rules file
3439 Summary of changes from v057 to v058
3440 ============================================
3443 o Writing udev rules docs update
3446 o update cdsymlinks to latest version
3449 o remove detach_state files from the sysfs test tree
3450 o Update permissions on test scripts so they will run properly now
3451 o hopefully fix up the symlinks in the test directory
3452 o Removed klibc/klibc.spec as it is autogenerated
3453 o Added symlinks thanks to Kay's script and git hacking
3454 o add Red Hat/Fedora html documenation
3455 o Update Red Hat default udev rules
3458 o selinux: fix handling during creation of symlinks
3459 o Fedora udev.rules update
3460 o libsysfs: version 2.0
3461 o klibc: version 1.0.7
3464 o Fix libsysfs issue with relying on the detach_state file to be
3466 Summary of changes from v056 to v057
3467 ============================================
3469 <tklauser:access.unizh.ch>:
3470 o fix stupid all_partitions bug
3473 o add test for make -j4 to build-check
3474 o klibc: version 1.0.6
3475 o update Debian rules
3476 o apply default permissions only for devices that will need it
3477 o adapt RELEASE-NOTES
3478 o udev_volume_id: fix endianess macros
3479 o udev-test.pl: add test for DEVNAME export to RUN environment
3480 o update the man page to reflect the recent changes
3481 o export DEVNAME to RUN-key executed programs
3482 o fix make -j4 and the local klibc-install
3483 o update RELEASE-NOTES
3484 o add RUN key to be able to run rule based notification
3485 o fix udevtest to print the error if logging is disabled
3486 o move execute_program to utils + add action to init_device
3487 o correct correction for error path for PROGRAM execution
3488 o correct error path for PROGRAM execution
3489 o klibc: version 1.0.5
3490 o check for strlen()==0 before accessing strlen()-1
3491 o allow to match against empty key values
3492 o read %s{}-sysfs values at any device in the chain
3493 o udev_rules.c: don't change sysfs_device while walking up the device chain
3494 o klibc: strlcpy/strlcat - don't alter destination if size == 0
3495 o fix klibc's broken strlcpy/strlcat
3496 o udevinfo: print SYSFS attribute the same way we match it
3497 o remove untrusted chars read from sysfs-values or returned by PROGRAM
3498 o udevinfo: print errors to stderr instead of stdout
3499 o klibc: version 1.0.4
3500 o support log-priority levels in udev.conf
3501 o test-suite: remove UDEV_TEST, it's not needed anymore
3502 o libsysfs: remove trailing slash on SYSFS_PATH override
3505 Summary of changes from v055 to v056
3506 ============================================
3508 <tklauser:access.unizh.ch>:
3509 o fix header paths in udev_libc_wrapper.c
3512 o udev-test.pl: use more common user/group names
3513 o klibc: remove SCCS directories from the temporary klibc install
3514 o udev-test.pl: add a test where the group cannot be found in /etc/passwd
3515 o udev-test.pl: add check for textual uid/gid
3516 o fix bad typo that prevents the GROUP to be applied
3517 o udevd: don't delay events with TIMEOUT in the environment
3518 o klibc: use klcc wrapper instead of our own Makefile
3519 o change call_foreach_file to return a list
3522 Summary of changes from v054 to v055
3523 ============================================
3525 <jkluebs:luebsphoto.com>:
3526 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.
3528 <pebenito:gentoo.org>:
3531 <tklauser:access.unizh.ch>:
3532 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
3533 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.
3537 o added frugalware udev ruleset
3538 o merge selinux and Kay's symlink fixes together
3541 o volume_id: Fix label/uuid reading for reiserfs
3544 o add udevstart to the RELEASE-NOTES
3545 o volume_id: version 43
3546 o clarify the shortcomings of %e
3547 o correct rule match for devices without a physical device
3548 o remove unneeded code, libsysfs does this for us
3549 o add final release note
3550 o add ENV{} key to match agains environment variables
3551 o simplify sysfs_pair handling
3552 o add a test and simplify debug statement
3553 o support =, ==, !=, += for the key match and assignment
3554 o add OPTION="last_rule" to skip any later rule
3555 o rename namedev_dev to udev_rule
3556 o correct enum device_type
3557 o remove udevstart on make clean
3558 o volume_id: version 42
3559 o volume_id: version 41
3560 o remove unneeded include
3561 o The path to dlist.h is not correct
3562 o udevinfo -d: use '=' as separator, cause ':' may be a part of the devpath
3563 o klibc: version 1.0.3
3564 o add RELEASE-NOTES file
3565 o test suite: move "driver" link to physical device
3566 o remove PLACE key match
3567 o don't lookup "root" in the userdb
3569 o fix segfaulting udev while DRIVER matching
3571 o klibc: version 0.214
3572 o rename device_list->list to device_list->node
3573 o replace strncpy()/strncat() by strlcpy()/strlcat()
3574 o split udev and udevstart
3575 o udev_volume_id: version 39
3576 o rename LOG to USE_LOG in all places
3577 o remove Makefile magic for klibc integration
3578 o klibc_fixups: remove no longer needed stuff
3579 o udev_volume_id: volume_id v38
3580 o use numeric owner/group as default values to avoid parsing userdb
3581 o fix up segfaulting binaries with new klibc
3582 o udevinfo -d: speed-up device dump
3583 o klibc: version 0.211
3584 o klibc_fixups: remove unneeded stuff
3585 o replace weird defines by real code
3586 o udev-test.pl: remove useless tests
3587 o allow unlimitied count of symlinks
3588 o unmap db-file after use
3589 o remove typedef for call_foreach_file() handler function
3590 o correct udev_init_device
3591 o rename attributes to options
3592 o kill stupid gcc4 warning
3593 o trivial clenaup of namedev code
3594 o klibc: check for gcc4
3595 o klibc: update v0.205
3598 o gentoo rule update for raid devices
3601 Summary of changes from v053 to v054
3602 ============================================
3604 <tklauser:access.unizh.ch>:
3605 o udev_volume_id: add Reiser4 support
3608 o namedev: skip backslashes only if followed by newline
3609 o wait_for_sysfs: add joydev
3610 o udevinfo: print devpath -> node relationship for all devices
3611 o trivial rename of some variables
3613 o big libsysfs diet (pre 2.0 version)
3614 o udev_volume_id: volume_id v35
3615 o add "serio" to bus list
3616 o determine device type in udev_init_device()
3617 o move kernel name/number evaluation into udev_init_device()
3618 o detect NAME="" as ignore_device rule
3619 o trivial namedev cleanup
3620 o cleanup db functions
3621 o clean up match_place()
3622 o switch device type to enum
3623 o switch major/minor to dev_t
3624 o remove the device node only if the major/minor number matches
3625 o libsysfs: work around a klibc bug
3626 o introduce OPTIONS=ignore_device, ignore_remove, all_partitions" key
3627 o namedev: execute PROGRAM only once and not possibly for every physical device
3630 o update scsi_id to work with libsysfs changes
3633 Summary of changes from v052 to v053
3634 ============================================
3637 o fix gentoo fb permission issue
3638 o allow simple-build-check.sh to go faster if MAKEOPTS is set
3639 o make the release tarballs have writable files in them
3640 o remove gentoo permission file as it's not valid anymore
3643 o fix special file mode mask for temporary device node
3644 o udevstart: simplify "dev" file searching
3645 o udev_volume_id: remove temporary node creation and parent handling
3646 o add %P modifier to query the node name of the parent device
3647 o udev_volume_id: remove __packed__ from dasd structure as it does not work
3648 o create /block/*/range count of partitons for all_partitions
3651 o scsi_id changes for use with udev %N and %p
3654 Summary of changes from v051 to v052
3655 ============================================
3658 o debian: update rules files