1 Summary of changes from v174 to v175
2 ============================================
5 gudev: Use strtoul to parse unsigned 64-bit integers
6 gudev: Use g_ascii_strtoull() instead of strtoul()
9 extras/keymap/findkeyboards: beautify shell code and get rid of grep
12 keymap: Fix micmute remap for Lenovo Thinkpads
15 make: add gpg signing bits
16 ignore entire rules line if unknown keys are used
17 do not skip /dev/{disk,char}/M:m removal when the device node is already gone
18 replace AC_DISABLE_STATIC with LT_INIT([disable-static])
19 make: tweak some autofoo according to Flameeyes' recommendations for libabc
20 rules: restore rule to set cdrom group for optical drives
24 check-keymaps.sh: Allow running separately
25 extras/keymap/findkeyboards: Filter out non-event devices
26 findkeyboards: Consistently use spaces instead of tabs
27 keymap: Fix stuck keys on GIGABYTE i1520M
28 keymap: More Asus module variants
29 keymap: Fix "internet" key on HP G62
30 keymap: Fix bluetooth key on Acer TravelMate 7720
31 keymap: Fix stuck keys on BenQ nScreen
34 Summary of changes from v173 to v174
35 ============================================
38 ata_id: Check for Compact Flash card
41 Add mic mute keycode support for Lenovo Thinkpad USB keyboard
44 gtk-doc: delete empty files
45 libudev: list - use binary search for list lookup
46 rules: move input_id to default rules
47 implement path_id, usb_id, input_id as built-in command
48 do not remove static nodes on module unload
49 rules: remove legacy rules for cdrom and usb printer
51 preserve 'sticky bit' on 'add/change' events
52 libudev: util_get_sys_(subsystem,driver}() -> util_get_sys_core_link_value()
53 export USEC_INITIALIZED= and take timestamp on message receive time
54 libudev: udev_device_get_sysattr_value() return syspath of custom links
55 libudev: list - properly sort linked list not only the index
56 mknod: do not complain about existing node
58 libudev: fix typo in documentation
59 rules: fuse: do not mount fusectl from udev rules
60 keymap: add genius keymap to Makefile
62 usb_id: can't use global variables when used as built-in
63 remove 'udevadm trigger --type=failed' and SYSFS, ID, BUS keys
64 libudev: export udev_util_encode_string()
66 systemd: no not start udev in a container
67 systemd: no not start udev in a container
68 delete left-over files in extras/
69 systemd: update drop-in sd-daemon files
70 udevadm: control - use /run/udev/control socket instead of abstract namespace one
71 udevd: control - no not delete socket file when --daemon is used
72 udev_ctrl_cleanup()- accept NULL as argument
74 udevd: install into /lib/udev instead of /sbin
75 udevd: add missing braces
76 systemd: use ConditionCapability=CAP_MKNOD instead of ConditionVirtualization=!container
77 rules: do not load sg module
80 keymap: add Genius SlimStar 320
83 keymap: Update Acer Aspire 5920g
86 make: allow to pass ${ACLOCAL_FLAGS}
89 keymap: update the OLPC keymap for correct function key behavior
92 udevadm: settle - return failure if unknown option is given
95 udevd: exit - process events before signals in worker
98 keymap: Support keymap overrides in /etc/udev/keymaps
99 keymap: Support for microphone mute button on ThinkPad X220 et al
102 Summary of changes from v172 to v173
103 ============================================
106 configure: allow to disable mtd_probe
109 make: fix 'make tar-sync'
110 udevd: use 'uptime' in debug timestamp
111 udevd: fix (recently) broken static node permission setting
112 rules: mount fuse filesystem only 'add'
113 udevadm: move udevadm command descriptions into their files
114 udev-acl: skip ACLs when systemd is running, disable by default
115 do not delete database when renaming netif, the db name does not change anymore
116 do not allow kernel properties to be set by udev rules
117 configure: reorder options
118 rules: input - do not create (broken) links for bluetooth devices
119 rules: serial - do not export ID_PORT, use ID_USB_INTERFACE_NUM
120 rules: sound - instead of ID_IFACE use standard ID_USB_INTERFACE_NUM
121 keymap: do not run usb_id for bluetooth devices
122 udevadm: trigger --type=failed - log deprecation warning
123 udevd: debug - put timestamp in []
126 gudev: Ship JavaScript examples
128 Remove obsolete extras/scsi_id/scsi_id.config
129 keymap: Only run on key devices
132 Summary of changes from v171 to v172
133 ============================================
136 accelerometer: add orientation property
137 udev-acl: fix memleak
138 accelerometer: add documentation
141 udevadm-*.c: return != 0, if unknown option given
142 udev/udevadm-monitor.c: fixed misplaced brace
145 rules: apply 'audio' group of the static snd/{seq,timer} nodes
146 Makefile: add tar-sync
147 rules: static_node - use 0660 if group is given to get the cigar
148 rule-syntax-check.py: use print()
150 rules: run input_id for main input devices too
152 configure: add AC_CONFIG_AUX_DIR, AC_CONFIG_SRCDIR
153 cdrom_id: add tray lock and eject handling
154 rules: enable in-kernel media-presence polling
156 delete mobile-action-modeswitch which has moved to usb_modeswitch
157 libudev: enumerate - scan /sys/module
158 rules: move polling rule above 'block' match
159 libudev: monitor - update doc
160 rules: set polling value only if it is disabled
161 libudev: device - fix udev_device_get_tags_list_entry() to always load database
162 rules: remove redundant MODE="0664" from lp rules
163 rules: fix wrong wildcard match, we always need a ':*' at the end
164 libudev: device - export udev_device_has_tag()
165 path_id: add missing '-' to tape suffix
166 path_id: add ID_PATH_TAG= to be used in udev tags
167 enforce valid TAG+= names
169 libudev: device - add udev_device_has_tag() to libudev.h and gtk-doc
170 libudev: enumerate - add udev_enumerate_add_match_parent()
171 libudev: enumerate - include parent device itself with match_parent()
172 libudev: enumerate - clarify documentation
173 path_id: recognize ACPI parent devices
174 rules: input - call path_id for ACPI devices
175 udevadm: monitor - use uptime to match the kernel's timestamp
176 libudev: ctrl - move code to udev directory
177 update sd-daemon.[ch]
180 rules: support for gpt partition uuid/label
183 Support more MSI notebook by using asterisk on dmi vendor name
186 Add missing commas to 95-keymap.rules
189 keymap: Add Microsoft Natural Keyboard
190 keymap: Add force-release quirk for Hannspree SN10.
191 keymap: Add slight name variations of Toshiba Satellites
194 ata_id: show the error message when HDIO_GET_IDENTITY fails
197 Summary of changes from v170 to v171
198 ============================================
201 libudev: export symbols explicitely and individually from C code not from separate file or prefix match
202 libudev: device - make a bunch of symbols static
203 systemd: Replace Requires= with Wants=, run trigger in parallel
204 systemd: sort trigger after socket
205 systemd: trigger - run after udev.service (for now)
206 systemd: set socket buffer size to 128 MB like udev has
209 libudev: monitor - use SOCK_NONBLOCK
210 systemd: split socket file
211 systemd: add missing socket files
212 rules: fix whitespace
213 rules: implement TAGS== match
214 libudev: enumerate - do not ignore other matches when add_match_tag() is used
215 rules: support substitutions in TAG=
216 path_id: allow to be asked about usb_devices not only usb_interfaces
217 systemd: run udev.service and udev-trigger.service in parallel
219 Scott James Remnant (1):
220 configure: allow usb.ids location to be specified
223 Summary of changes from v169 to v170
224 ============================================
227 libudev: ctrl - properly wait for incoming message after connect
230 configure.ac: fixes for rule_generator and modeswitch
233 Summary of changes from v168 to v169
234 ============================================
237 simplify rules file overwrite logic
238 libudev: list - use bit flags for 'sort' and 'unique'
239 libudev: queue - _unref() should return the object
240 remove dead fstab_import files
241 hid2hci: prepare move to bluez package
242 set event timeout to 60 sec and settle timeout to 120
243 udevd: improve error message in case exec() fails
244 configure: allow to enable/disable extras individually
245 delete hid2hci which moved to the bluez tree
247 bump requirement to Linux kernel 2.6.32 and ARM 2.6.36
248 libudev: ctrl - log accept4() errors
250 update INSTALL, NEWS, configure comment, queue doc
252 udevd: create queue file before daemonizing to reliably block 'settle'
253 udevd: remove left-over SIGALRM
254 gudev: silent gtk-doc warnings
255 cdrom_id: remove unused --export switch to silent gcc
256 libudev: queue - always rebuild queue file when nothing is queued anymore
257 libudev: device - use DEVMODE from kernel as the default mode
259 Merge branch 'docs/udev.xml' of git://github.com/mfwitten/udev
260 udate TODO, NEWS, INSTALL
261 build: use --gc-sections, -fvisibility=hidden
262 udevadm: settle: wake up more often if --seq-start= or --exit-if-exists= is used
265 configure: reintroduce introspection flags to fix crosscompilation
268 Docs: udev.xml: Offset daemon name with commas
269 Docs: udev.xml: Remove commas (and unnecessary repetition)
270 Docs: udev.xml: `are' -> `is'; the subject is `Access'
271 Docs: udev.xml: Use present tense
272 Docs: udev.xml: Clarification through proper wording
273 Docs: udev.xml: `,' -> `;'
274 Docs: udev.xml: `key value' -> `key-value'
275 Docs: udev.xml: `,' -> `:'
276 Docs: udev.xml: Use `assignment' consistently
277 Docs: udev.xml: `comma-separated' is a better description
278 Docs: udev.xml: Remove unnecessary repitition
279 Docs: udev.xml: Add a few more words for context
280 Docs: udev.xml: Use `unless' for clarity
281 Docs: udev.xml: Clarify PROGRAM key
282 Docs: udev.xml: `a shell style' -> `shell-style'
283 Docs: udev.xml: Clean `*' description
284 Docs: udev.xml: Clean character range description
285 Docs: udev.xml: Clean up description of NAME assignment key
286 Docs: udev.xml: Clean up description of SYMLINK assignment key
287 Docs: udev.xml: Clean up description of ENV assignment key
288 Docs: udev.xml: Clean up description of RUN assignment key
289 Docs: udev.xml: Clean up description of LABEL assignment key
290 Docs: udev.xml: Add missing `.'
291 Docs: udev.xml: `which' -> `content of which'
292 Docs: udev.xml: `commandline' -> `command line'
293 Docs: udev.xml: Clean up WAIT_FOR description
294 Docs: udev.xml: `a' -> `the'
295 Docs: udev.xml: Clean up introduction to substitutions.
296 Docs: udev.xml: Use normal sentence structure
297 Docs: udev.xml: Actually make a separate paragraph
298 Docs: udev.xml: Add comma
299 Docs: udev.xml: `char' -> `character'
300 Docs: udev.xml: `comma-separated' is a better description
301 Docs: udev.xml: Clarify through a change in word ordering
302 Docs: udev.xml: Improved word order
303 Docs: udev.xml: Fix dangling modifier
306 libudev: queue - accept NULL passed into udev_queue_export_cleanup()
309 Summary of changes from v167 to v168
310 ============================================
313 Run ata_id on non-removable USB devices
316 udevd: clarify worker exit status
320 systemd: let settle depend on trigger, do not block basic with trigger
321 selinux: do not label files in runtime dir
322 selinux: firmware - do not label files in runtime dir
323 udevadm: control - add --exit
325 udevd: log warning if /run is not writable
326 libudev: ctrl - fix refcounting in connection handling
327 udevadm: settle - watch queue file
328 libudev: bump revision
329 udevadm: info --cleanup-db
330 udevd: do not nice processes
331 "db_persist=" -> "db_persist"
332 udevd: move OOM disable into --daemon option
333 systemd: add OOMScoreAdjust=-1000
334 require explicit "db_persist" to exclude device info from --db-cleanup
335 udevd: get netlink socket from systemd
337 libudev: ctrl, monitor - use SOCK_NONBLOCK
338 systemd: socket -> sockets
339 udevadm: monitor - use epoll
340 libudev: test - use epoll
341 udevadm: test - use printf() instead of info() for non-debug output
342 use 'else if' in epoll event array loop
343 libudev: run_program() - select() -> epoll
344 udevd: ppoll() -> epoll + signalfd
345 Merge branch 'docs/README' of git://github.com/mfwitten/udev
346 timeout handling without alarm()
347 udevadm: settle - kill alarm()
348 udevd: netif rename - use ifindex for temporary name
349 udevd: always use udevd[] log prefix
350 udevd: rules files - accept empty or /dev/null links
351 udevd: log signal number when spawned processes fail
352 systemd: Reqires= -> Wants=udev.socket
353 udevd, udev-event: sync waitpid() error handling
356 Add rule for Acer Aspire One ZG8 to use acer-aspire_5720 keymap
358 Leonid Antonenkov (1):
359 rule-generator: net - ignore Hyper-V virtual interfaces
362 Revert "Do not build extras with --disable-extras"
363 Avoid spinning up CD on pressing eject button
364 keymap: Another ID for Logitech Wave keyboard
367 path_id: rework SAS device handling
370 Docs: README: `to replace' -> `replacing'
371 Docs: README: `,' -> `;'
372 Docs: README: Clean up a sentence
373 Docs: README: Use present tense
374 Docs: README: Add missing `and'
375 Docs: README: Remove commas and use subjective mood
376 Docs: README: Clean up `udev extras' requirements
377 Docs: README: Clarify configuration of existing devices
378 Docs: README: `does never apply' -> `never applies'
379 Docs: README: Flip sentence structure to improve wording
380 Docs: README: `set up' is the verb; `setup' is a noun
381 Docs: README: Add a comma to offset the modifier
384 keymap: Support Dell Latitude XT2 tablet-mode navigation keys
387 udevd: add 'N:' to optstring in getopt_long
390 Summary of changes from v166 to v167
391 ============================================
393 Andrey Borzenkov (1):
394 udev-acl: add /dev/sgX nodes for CD-ROM
397 cdrom_id: Don't ignore profiles when there is no media available
400 cdrom_id: cd_media_toc() extend toc size to 65536
401 udev-acl/70-acl.rules: tag ID_REMOTE_CONTROL with acl
405 Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udev
406 v4l_id: kill the v4l1 ioctl
407 v4l_id: remove left-over variable
409 test-libudev: add short options
410 libudev: udev_device_get_sysattr_list_entry() update
411 libudev: resolve ifindex in udev_device_new_from_id_filename()
412 libudev: bump minor version
413 udev-acl: move sg rule to optical drive rule
414 move /dev/.udev/ to /dev/.run/udev/ and convert old udev database at udevd startup
415 NEWS: clarify /dev/.run/ requirements
416 input_id: silent gcc warnings
417 fstab_import: disable build
418 systemd: remove deprecated udev-retry.service
419 fstab_import: remove from configure
420 update sd-daemon.[ch]
421 udevd: use facility == LOG_DAEMON when writing to /dev/kmsg
422 udevd: initialize fds, for proper close() on exit
423 use /run/udev/ if possible and fall back to /dev/.udev/
424 rules: run ata_id only on SPC-3 or later optical drives
425 systemd: bind udev control socket in systemd and split udev.service
426 systemd: use sockets.target not socket.target
427 man: remove trigger --type=failed handling
428 libudev: export udev_get_run_path()
429 libudev: docs - add udev_get_run_path()
430 libudev: make valgrind happy
431 systemd: do not enable udev-settle.service by default
432 systemd: udev.socket - disable implicit dependencies
435 udevadm: enumerate - update prev pointer properly
438 Remap Acer WMI touchpad toggle key to F21 used by X
439 Remap MSI Laptop touchpad on/off key to F22 and F23
442 60-persistent-input.rules: Support multiple interfaces
443 Only build v4l_id if V4L1 header file is available
444 60-persistent-input.rules: Do not create duplicate links
445 Fix building with --disable-extras
446 Do not build extras with --disable-extras
447 v4l_id: Drop videodev.h check again
448 keymap: Fix Acer Aspire 5920G media key
449 input_id: Consistently use tabs for indentation
450 input_id: Add some debugging output
451 input_id: Avoid memory overflow with too long capability masks
452 input_id: Cover key devices which only have KEY_* > 255
453 input_id: Rewrite debug logging to use standard udev info()
456 keymap: continue reading keymap after invalid scancodes
459 libudev: allow to get list of all available sysfs attrs for a device
460 libudev: use sysfs attr ilist interface for attribute walk
461 udevadm: info - make attribute array static and const
464 Summary of changes from v165 to v166
465 ============================================
468 Remap Eee PC touchpad toggle key to F21 used by X
471 extras: add rules for qemu guests
474 keymap: Add Acer Aspire 8930
478 man: generate html pages for www.kernel.org
480 make: fix qemu rules file name
481 extras: qemu - fix typo
482 ata_id: do not print empty serial numbers to avoid unwanted trailing '_'
486 keymap: Add Acer TravelMate C310
487 keymap: Update README.keymap.txt
488 keymap: Add Lenovo ThinkPad X201 tablet
489 keymap: Move reading of event in separate function
490 keymap: More robust state machine
491 keymap: Explain how to end the program
494 keymap: Remove wlan from Dell
497 Summary of changes from v164 to v165
498 ============================================
501 keymap: Add release quirks for two Zepto Znote models and AMILO Xi 2428
504 keymap: Add force release for HP touchpad off
505 extras/keymap: Make touchpad buttons consistent
507 David Henningsson (1):
508 Add ACLs for FFADO supported sound cards
511 ata_id: Support SG_IO version 4 interface
512 Run scsi_id and ata_id on the scsi_device object
513 Use ata_id, not scsi_id, on ATAPI devices
514 Add GUdevEnumerator type and Device.get_tags() method
515 Add g_udev_device_get_is_initialized() method
516 gudev: Add Device.get_usec_since_initialized
519 udev-rules.c: change import property buffer to 16384 bytes
520 70-acl.rules: add ACLs for ID_PDA devices
523 man: udev - workaraound -> workaround
526 cdrom_id: Fix media state for unreadable DVDs
530 rules: 78-sound-card - remove specific hardware matches, they do not belong here
531 rules: drop OSS audio rule
532 rules: drop alsa jack-plug input devices
533 rules: revert bsg use until the event ordering problem is sorted out
534 libudev: do not overwrite path with readlink() call
535 udevadm: info - honor --export and --export-prefix for property query
536 udevadm: info - honor --export, --export-prefix=
537 udevd: use dev_t or netif ifindex as database key
538 udevd: always create /dev/{char,block}/$major:$minor
539 udevd: simplify udev database and fix DEVNAME handling
540 udevd: switch to common id_filename functions
541 udevd: write full database file for (unsupported) renamed device nodes
542 check ifindex > 0 instead of subsystem == "net"
543 libudev: enumerate - allow to filter-out not-already-initialized devices
544 libudev: fix renamed device nodes detection logic
545 libudev: record and export "age" of device record
546 gudev: bump minor version
550 keymap: Add Sony Vaio VGN71
551 keymap: Add some more Sony Vaio VGN-* models
552 Add ACL for media player USB devices
553 keymap: Fix struck Touchpad key on Dell Latitude E series
554 keymap: Fix struck Touchpad key on Dell Precision M series
557 udevd: create static nodes before /dev/null is needed
560 Summary of changes from v163 to v164
561 ============================================
564 Install libgudev-1.0.so in prefix / instead of prefix /usr
567 cdrom_id: request the drive profile features with a dynamic length
571 udevd: do not wrongly delay events for devices with swapped names
572 return proper error code in rename_netif()
573 libudev: return kernel provided devnode when asked before we handled any rules
576 keymap: Apply force-release rules to all Samsung models.
577 keymap: Add Toshiba Satellite U500
580 Summary of changes from v162 to v163
581 ============================================
584 gudev: Deliver ::uevent signal in the thread-default main loop
585 Bump required GLib version to 2.22
588 scsi_id: export target port group
592 scsi_id: fix compiler warnings
593 systemd: hook into basic.target instead of sysinit.target
594 systemd: sort before basic.target
595 udevd: add sd-daemon.c
598 keymap: Add alternate MSI vendor name
601 keymap: Add Lenovo Y550
602 Clarify WAIT_FOR documentation
603 fix various syntax errors in rules
604 Add automatic rules syntax check
605 cdrom_id: Try reading the medium if all MMC commands fail
606 Revert "cdrom_id: Try reading the medium if all MMC commands fail"
607 cdrom_id: Fall back to CDROM_DRIVE_STATUS if all MMC commands fail
608 cdrom_id: Don't read beyond "last track" in TOC
610 Torsten Schoenfeld (1):
611 gudev: add a few annotations that newer gobject-introspection versions demand
614 Summary of changes from v161 to v162
615 ============================================
618 Add keymap for Lenovo IdeaPad S10-3
621 cdrom_id: Drop MEDIA_SESSION_NEXT for DVD-RW-RO
622 cdrom_id: Fix DVD blank detection for sloppy firmware
625 init: update systemd service files
626 init: update systemd service files
627 init: add 'udev -' to description in systemd service files
628 udevd: add pid to kmsg logs
629 init: edit systemd service descriptions
631 udevd: remove unneeded credential passing from init_notify()
632 set SELinux context on 'add' but not on 'change' events
633 systemd: enable all udev services unconditionally
634 Revert "Add alternative KVM MAC address blacklist"
637 Add support for oom_score_adj
640 udev-acl: do not mistake all SCSI "processor" devices for scanner
641 do not create persistent name rules for KVM network interfaces
644 cdrom_id: Add media status debugging
645 udev(7): Point out required extension, and remove some confusion
648 keymap: Fix Sony VAIO VGN-SZ2HP/B
649 udev(7) manpage: Fix description of $attr
650 gudev: fix crash if netlink is not available
651 keymap: Fix Acer TravelMate 4720
652 cdrom_id: Fix DVD-RW media detection
653 Fix KVM MAC address range
654 do not create persistent name rules for VMWare network interfaces
655 Add alternative KVM MAC address blacklist
658 Don't install systemd scripts with --without-systemdsystemunitdir
664 Summary of changes from v160 to v161
665 ============================================
667 Fortunato Ventre (1):
668 keymap: Add force-release quirks for a lot more Samsung models
671 udev-event.c: rename interface to <src>-<dest>, if <dest> taken
672 rule_generator/write_net_rules: prevent interface to be named "eth"
673 cdrom_id: READ TOC before READ DISC INFORMATION fixes qemu
676 cdrom_id: Fix detection of reblanked DVD+RW and DVD-RAM
677 cdrom_id: Handle pre-MMC2 drives
678 cdrom_id: Also apply format check to DVD-RW
679 cdrom_id: No "next session" for "other" media state
680 cdrom_id: Fix state for fresh DVD-RW
683 Fix volume keys not releasing on Mivvy G310
687 rules: remove firewire rules for deprecated drivers
688 udev-acl: update firewire matches to recent rule changes
689 libudev: bump minor so version after adding symbols
690 call util_delete_path() only when we actually deleted stuff
691 udev-acl: properly handle CK change events for root user
692 udev-acl: remove specific device matches from the rules file
693 fix broken "compile warning fix"
694 always log error when renaming a network interface fails
695 do not rename the database on device rename
696 cdrom_id: whitespace fix
697 cdrom_id: do not bail out when we can not read the TOC like for empty CDRW
700 hid2hci: fix Logitech diNovo, MX5500 and other keyboards
701 log an error when a message from the wrong version of udevadm is ignored
702 hid2hci: fix for Logitech diNovo Edge keyboard
705 keymap: Generalize Samsung keymaps
708 udev-acl: really fix ACL assignment in CK events
711 udev-acl: add DDC_DEVICE to the types that are managed
714 rules: add more FireWire IDs: Point Grey IIDC; AV/C + vendor unique
717 udevadm: fix short options in getopt()
718 udevd: fix some memory leaks in error path
719 malloc()+memset() -> calloc()
720 udevd: fix short options in getopt()
721 udevd: fix unref'ing of device in error path
722 udevd: create static device links only when the target exists
723 udev: fix compile warning
726 Summary of changes from v159 to v160
727 ============================================
730 60-persistent-storage-tape: s/path_id.sh/path_id/
731 60-persistent-storage-tape.rules: make own by-path symlink for nst tapes
735 rules: tape - remove WAIT_FOR instruction and don't export BSG_DEV
736 allow final assignment for OPTIONS:="nowatch"
737 udevd: init_notify() fix abstract namespace name handling
739 Lennart Poettering (1):
740 systemd: make service files readable by GKeyFile
743 keymap: Find alternate Lenovo module
744 keymap: Add Lenovo ThinkPad SL Series extra buttons
747 Summary of changes from v158 to v159
748 ============================================
751 Fix stuck volume key presses for Toshiba Satellite U300 & U305models
755 add systemd service files
756 make: pre-process and install systemd service files when needed
757 make: fix 'make distcheck'
758 switch a few left-over from GPLv2 to GPLv2 or later
760 Lennart Poettering (1):
761 systemd: update service files for newly introduced DefaultDependencies= option
764 keymap: Add Logitech Cordless Wave Pro
767 keymap: Add support for IBM-branded USB devices
770 gudev: respect possibly given LD_LIBRARY_PATH
773 Add virtio-blk support to path_id
774 Add virtio-blk by-id rules based on 'serial' attribute
777 Summary of changes from v157 to v158
778 ============================================
781 extras/keymap: add Samsung N210 to keymap rules
785 libudev: fix fd leak in udev_enumerate_scan_devices() when tags are searched
786 udevd: in case we don't daemonize, send READY message to /sbin/init
787 delete last distro specific rules
788 remove a few comments in file headers
789 mtd_probe: add needed include, modprobe blacklist flag, and change some whitespace
790 rules: remove unused subdir
793 Fix hid2hci rules harder
794 add Vala vapi for gudev-1.0
795 Revert "add Vala vapi for gudev-1.0"
796 Fix usb printer rule for multiple USB interfaces
799 mtd_probe: add autodetection for xD cards
802 configure.ac: fix cross compilation
805 Summary of changes from v156 to v157
806 ============================================
809 40-redhat.rules: removed file
812 Fix wlan key on Inspirion 1210
813 Fix wlan key on Inspiron 910
814 Fix wlan key on Inspiron 1010 & 1110
817 configure.ac: version bump
818 Makefile.am: silent build mkdir
819 rules: mount fuse control filesystem
820 fix compilation with --enable-debug
821 while (1) -> for (;;)
823 udevd: replace --debug-trace with --children-max
825 rules: add -v to modprobe calls to be able see what will be loaded
826 udevd: read debug settings from kernel commandline
828 rules: delete pilot rules and remove redhat directory
829 man: add static device nodes and udevd debug options
830 man: add kernel command line parameters
831 man: udevd - update intro
832 rules: rename packages -> arch
833 rules: SUSE - move last distro rule to package
834 rules: add misc/30-kernel-compat.rules
835 make: mkdir /lib/udev/devices/
836 make: fix rules/ subdir names
837 udevd: set umask before creating files/directories
839 IMPORT{cmdline}: start at first char after '='
840 libudev: doc - fix typo
844 Summary of changes from v155 to v156
845 ============================================
848 udevd: fix typo /proc/fd -> /proc/self/fd
851 configure.ac: version bump
852 cdrom_id: do not export ID_CDROM_MEDIA_SESSION_LAST_OFFSET= for single session media
853 rules: optical drives - use ID_CDROM_MEDIA_TRACK_COUNT_DATA
854 libudev: fix udev_queue_get_seqnum_sequence_is_finished() with empty queue file
857 Summary of changes from v154 to v155
858 ============================================
861 reset process priority before executing RUN+=
862 configure.ac: version bump
863 rules: SUSE - delete device-mapper rules
864 libudev: add O_CLOEXEC
865 use default mode of 0600 for nodes if gid == 0
866 udevd: create standard symlinks and handle /lib/udev/devices
868 fix tests and allow MODE=000
869 create static nodes provided by kernel modules to allow module autoloading
871 man: directly use 'refentry'
874 Summary of changes from v153 to v154
875 ============================================
878 Makefile.am: add LGPL COPYING file to EXTRA_DIST
879 cdrom_id: only mark sr[0-9]* as ID_CDROM
882 Fix volume keys not releasing for Pegatron platform
885 configure.ac: version bump
886 more readlink buffer size handling
887 remove left-over from ignore_remove and all_partitions
889 udevadm: info --export-db -- remove watch handle export
890 add TAG= to improve event filtering and device enumeration
891 all to match against a given TAG==
892 udev-acl: use a tag instead of a property to mark devices
893 fix logic on-demand loading logic for db and uevent
894 use the usual TAG+=, TAG= logic
895 delete old tags when configuration changes
896 libudev: accept NULL in udev_device_get_tags_list_entry()
898 export udev_device_get_tags_list_entry()
899 udevd: always try to find an idle worker instead of forking a new one
900 remove unused parameter from udev_node_mknod()
901 remove debug output during rules parsing
902 warn when renaming kernel-provided nodes instead of adding symlinks
903 man: udevadm trigger - the default is "change" not "add"
904 update README regarding kernel version and default rules
905 add info message when empty NAME is given
906 libudev: add documentation for recently added functions
907 udevd: reload config only for *.rules files
910 keymap: Fix Bluetooth key on Acer TravelMate 4720
913 remove buffer-overrun risk in readlink call
915 Matthias Schwarzott (1):
916 rules: Gentoo - remove old devfs compat rules
919 fix device node deletion
922 configure.ac: move firmware-path setting out of extras section
925 keymap: Add keymap and force-release quirk for Samsung N128
926 keymap: Add keymap quirk of WebCam key for MSI netbooks.
929 Summary of changes from v152 to v153
930 ============================================
933 configure.ac: version bump
936 configure.ac: fix broken firmware search path in configure.ac
939 Summary of changes from v151 to v152
940 ============================================
943 udev needs automake 1.10
946 Fix virtio-ports rule to use $attr instead of $ATTR
947 rules: virtio - fix is to check if the 'name' attribute is present
950 keymap: Add Samsung Q210/P210 force-release quirk
951 keymap: Add Fujitsu Amilo 1848+u force-release quirk
954 modeswitch: morph into tool that only switches Mobile Action cables
957 Decrease buffer size when advancing past NUL byte
958 Use UTIL_LINE_SIZE, not UTIL_PATH_SIZE to truncate properties
959 Increase UTIL_LINE_SIZE from 2048 to 16384
962 cdrom_id: remove debugging code
965 Force key release for volume keys on Dell Studio 1557
966 Fix Keymapping for upcoming Dell Laptops
967 Add new Dell touchpad keycode
968 Revert special casing 0xD8 to latitude XT only
969 Fix Dell Studio 1558 volume keys not releasing
970 Add support for another Dell touchpad toggle key
973 keymap: Unite laptop models needing common volume-key release quirk
974 keymap: Add force-release quirk for Coolbox QBook 270-02
975 keymap: Add force-release quirk for Mitac 8050QDA
978 libudev: bump minor version
979 udevadm: fix untested and broken commit to set buffer size
980 configure.ac: version bump
981 udev-acl: no not encourage use of ACL_MANAGE outside of rules file
982 replace utimes() with utimensat()
983 libbudev-private: rename udev_list_entry_get_flag()
984 udevadm: monitor - use / as separator in --subsystem-match=subsystem[/devtype]
985 use major:minor as entries in symlink stack instead of devpath
986 use major:minor as entries in watch directory
987 libudev: docs - .gitignore backup files
988 firmware: fix possible segfault when firmware device goes away while loading
989 do not reset SELinux context when the node was not touched
990 libudev: add udev_device_new_from_environment()
991 add LGPL COPYING to libudev and GUdev
992 cdrom_id: open non-mounted optical media with O_EXCL
993 libudev: update documentation
994 extras: mobile-action-modeswitch - update gitignore
995 scsi_id: add rand() in retry loop
996 cdrom_id: retry to open the device, if EBUSY
997 cdrom_id: check mount state in retry loop
998 cdrom_id: always set ID_CDROM regardless if we can run cdrom_id
999 rules: delete outdated packagees rules
1000 rules: we do not have static devices which are renamed
1001 unify/cleanup event handling
1002 allow IMPORT{db}="KEY"
1003 usb-db: remove double '/'
1004 replace "add|change" with "!remove"
1006 log info only if we actually delete the node
1007 udevadm: trigger - switch default action from "add" to "change"
1008 remove "all_partitions" option
1009 rules: call modprobe on all events but "remove"
1010 remove "ignore_remove" option
1012 cdrom_id: rework feature/profiles buffer parsing
1013 cdrom_id: print more debug messages
1014 cdrom_id: debug - print feature values in hex
1015 cdrom_id: debug - print feature values in hex
1016 cdrom_id: set ID_CDROM_MEDIA=1 only for known media
1017 Revert "Fix switching Logitech bluetooth adapters into hci mode."
1018 add O_NOFOLLOW when creating files in link stack
1019 delete only device nodes, not symlinks when deleting a devtmpfs node
1020 doc: add section about how *not* to rename device nodes
1023 rules: input - create by-path/ links for pci devices
1024 Fix switching Logitech bluetooth adapters into hci mode.
1025 doc: document the WAIT_FOR timeout
1028 keymap: Add Dell Inspiron 1011 (Mini 10)
1029 Fix brightness keys on MSI Wind U-100
1031 keymap: Add Toshiba Satellite M30X
1032 udev-acl: Correctly handle ENV{ACL_MANAGE}==0
1033 input_id: Fix linking
1034 keymap: Add Acer TravelMate 6593G and Acer Aspire 1640
1035 keymap: Fix another key for Acer TravelMate 6593
1036 cdrom_id: Fix uninitialized variables
1037 cdrom_id: Fix uninitialized buffers
1038 cdrom_id: Do not ignore errors from scsi_cmd_run()
1039 cdrom_id: Swap media state and TOC info probing
1042 cdrom_id: add missing profiles to feature_profiles
1045 keymap: Add support for Gateway AOA110/AOA150 clones.
1047 Scott James Remnant (2):
1048 libudev: export udev_monitor_set_receive_buffer_size()
1049 udevadm monitor: increase netlink buffer size
1052 firmware: fix error reporting on missing firmware files
1054 Yury G. Kudryashov (3):
1055 configure.ac - fix typo in --with-pci-ids-path option
1056 hid2hci: include linux/types.h for __u32
1057 configure.ac: ddd --with-firmware-path option
1060 Summary of changes from v150 to v151
1061 ============================================
1064 rules: Add symlink rule for virtio ports
1067 Fix reverted floppy-device permissions
1070 rulews: suse - add do-not-load-KMS-modules rules
1072 Frederic Crozat (1):
1073 rules: acl - add COLOR_MEASUREMENT_DEVICE match
1076 configure.ac: version bump
1077 udevd: inotify - do not parse rules at create but at close
1078 do not remove device nodes of active kernel devices
1079 libudev: device - create db file atomically
1080 clarify message about not removed device node
1081 input_id: include limits.h
1082 keymap: include linux/limits.h
1083 keymap: linux/input.h - get absolute include path from gcc
1084 delete outdated and unmaintained writing_udev_rules
1085 update README and NEWS
1089 writing_udev_rules: update rules files names
1090 keymap: support for the Samsung N140 keyboard
1093 add ACL rule for Garmin GPSMap 60
1094 keymap: move force-release directory
1095 extras/keymap/check-keymaps.sh: Ignore comment-only lines
1096 keymap: Fix invalid map line
1099 Summary of changes from v149 to v150
1100 ============================================
1102 Clemens Buchacher (2):
1103 add Samsung R70/R71 keymap
1104 keymap: Samsung R70/R71 force-release quirk
1107 keymap: Add OLPC XO key mappings
1108 keymap: Fix typo in compal rules
1111 libudev: wrap in extern "C" block for C++
1114 Export ID_WWN_VENDOR_EXTENSION and ID_WWN_WITH_EXTENSION
1117 keymap: Lenovo Thinkpad USB Keyboard with Tracepoint
1119 Johannes Stezenbach (2):
1120 keymap: add Samsung N130
1121 keymap: handle atkbd force_release quirk
1124 util_unlink_secure(): chmod() before chown()
1125 floppy: fix rule to create additional floppy device nodes
1126 configure.ac: version bump
1127 remove remaining support for CONFIG_SYSFS_DEPRECATED
1128 cdrom_id: remove deprecated device matches
1129 rules: add "block" match to floppy rule
1130 update mtime of nodes and links when we re-use them
1131 udevadm: info - fix info --root --query=name --path= for device without a device node
1132 remove remaining support for CONFIG_SYSFS_DEPRECATED
1133 fix typo in log message priority handling
1134 remove UDEV_RUN environment variable
1135 udevadm: logging - copy va_list and do not use it twice
1136 libudev: doc - add symbols to sections.txt
1137 work around gtk-doc which breaks distcheck
1138 gobject-introspection: use $datadir instead of $prefix
1141 build: keymap - create subdir
1142 rules: udev-acl - add firewire video devices
1145 keymap: Add Acer Aspire 1810T
1146 95-keymap.rules: Run on change events, too
1147 keymap: fix findkeyboards
1148 Speed up udev_enumerate_scan_*
1149 keymap: Add hotkey quirk for Acer Aspire One (AO531h/AO751h)
1150 Clarify RUN/IMPORT documentation
1151 keymap: Add Logitech S510 USB keyboard
1152 keymap: add Acer TravelMate 8471
1153 keymap: Add Acer Aspire 1810TZ
1155 keymap: Add Fujitsu Amilo Li 1718
1156 keymap: Document force-release
1159 firmware: convert shell script to C
1161 Scott James Remnant (1):
1162 70-acl.rules: ACL manage Android G1 dev phones
1164 Thomas de Grenier de Latour (1):
1165 libudev: enumerate - fix move_later logic
1168 Summary of changes from v148 to v149
1169 ============================================
1172 really fix both in-tree and out-of-tree builds
1174 Dmitry Torokhov (1):
1175 input-id: identify touchscreens
1178 libudev: doc - use #NULL
1179 configure.ac: version bump
1180 really really fix both in-tree and out-of-tree builds
1181 fix both in-tree and out-of-tree builds
1184 input_id: Fix endless loop for non-input devices
1185 input_id: Do not tag non-input devices with ID_INPUT
1186 input_id: small optimization
1187 input_id: check event mask
1188 input_id: Check mouse button for ID_INPUT_MOUSE
1189 udev_device_get_parent_with_subsystem_devtype(): Clarify documentation
1192 Summary of changes from v147 to v148
1193 ============================================
1196 Revert "modem-modeswitch: add a device"
1197 Revert "extras/modem-modeswitch: Add Huawei E1550 GSM modem"
1198 modem-modeswitch: 61-option-modem-modeswitch.rules is only for Option NV devices
1201 Fix typo in NEWS, ConsoleKit-0.4.11 -> 0.4.1
1204 cdrom_id: Still check profiles even if there is no media
1205 scsi_id: Export WWN and Unit Serial Number
1206 Create /dev/disk/by-id/wwn-0x... symlinks
1207 Also create /dev/disk/by-id/wwn-0x..-part%n symlinks for partitions
1209 Dmitry Torokhov (1):
1210 extras/input_id: Correctly identify touchpads
1213 modem-modeswitch: add a device
1216 rules: set mode of floppy device nodes to 0660
1217 remove "ignore_device"
1218 print warning for BUS=, SYSFS{}=, ID=
1219 test-udev: remove "ignore_device" code
1220 udev-test.pl: catch-up with recent changes
1221 rules: remove support for IDE (hd*) devices
1222 ata_id: skip ATA commands if we find an optical drive
1223 Revert "Fix out-of-tree builds"
1226 README.keymap.txt: small clarification
1227 extras: Add input_id
1228 70-acl.rules: Use new-style input properties
1229 input: Deprecate ENV{ID_CLASS}
1230 input_id: code cleanup
1232 Scott James Remnant (1):
1233 Fix out-of-tree builds
1236 Summary of changes from v146 to v147
1237 ============================================
1240 udevd: queue-export - remove retry loop
1243 fix wrong parameter size on ioctl FIONREAD
1246 don't compare a non-existing function with NULL
1247 use nanosleep() instead of usleep()
1250 gudev: remove G_UDEV_API_IS_SUBJECT_TO_CHANGE since API is now stable
1251 ata_id: export more advanced ATA features
1252 gudev: Fix up GUdevDeviceNumber
1253 gudev: Remove LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE from priv header
1255 Florian Zumbiehl (10):
1256 util_delete_path(): use util_strscpy()
1257 util_lookup_group(): fix memory leak if realloc() fails
1258 util_delete_path(): handle multiple leading slashes
1259 util_create_path(): fix possible out of bounds array access
1260 ude_rules.c: fix possible NULL pointer dereference in get_key()
1261 util_resolve_sys_link(): fix possible buffer overflow
1262 udev_util_encode_string(): fix possible buffer overflow
1263 udev-rules.c: parse_file() - fix possible buffer overflow
1264 udev_queue_get_seqnum_sequence_is_finished(): fix possible file handle leak
1265 util_run_program(): fix possible buffer overflow #2
1268 scsi_id: prevent buffer overflow in check_fill_0x83_prespc3()
1269 rename interfaces to <iface>_rename if rename fails
1272 util_run_program: restore signal mask before executing event RUN commands
1275 make: sort Makefile.am per target/extra
1276 configure.ac: version bump
1277 udev-acl: allow to skip ACL handling
1278 rules: rfkill has no group, so use 0644
1279 rule_generator: net - fix MATCHDEVID
1282 print warning for NAME="%k" - it breaks the kernel supplied DEVNAME
1283 warn about non-readable or empty rules file
1284 change database file names
1285 assign errno for getgrnam_r()/getpwnam_r()
1286 doc: udevadm test *does* create nodes and links these days
1287 util_unlink_secure(): chmod() before chown()
1288 util_create_path(): fix errno usage
1289 inotify_add_watch(): do not store watch, if it failed
1292 rules: suse - use NAME for mapper/control
1293 libudev-util.c: get_sys_link() - return error for empty link target
1294 udev-rules.c: remove 'first_token' variable
1295 Revert "udev-rules.c: remove 'first_token' variable"
1296 test: catch possible bug in GOTO resolving
1297 udevadm: remove symlink support for old commands
1298 util_run_program(): skip multiple spaces in argv creation
1300 require 2.6.27 for proper signalfd handling
1301 fix randonm findings from llvm-clang-analyzer
1302 simplify "symlink name stack"
1303 reorder create_path() and node/link creation to be called in a direct sequence
1304 put util_create_path() and file creastion in a retry loop
1305 udevadm: control - remove compat code
1306 scsi_id: delete copy of bsg.h
1307 fix SYMLINK{} option parsing
1308 rules: remove remaining NAME="%k"
1309 rules: drop almost all NAME= keys
1311 udevd: serialize events for with the same major/minor
1312 break loops if util_create_path() returns error
1313 remove "last_rule" option
1314 use CLOEXEC flags instead of fcntl()
1315 unblock signals we might want to handle
1316 udevd: create /dev/.udev/rules.d/ before watching it wit inotify
1317 gudev: fix pkg-config call to work with "make distcheck"
1319 Revert "gudev: fix out-of-tree build"
1321 Lennart Poettering (5):
1322 pci-db: make sure we actually read the pci.ids file instead of usb.ids
1323 sound: recognize saa7134 TV card sound devices as TV cards
1324 sound: include ALSA sound card id in ID_ID property
1325 sound: include ALSA sound card id in /dev/snd/by-id/ links
1326 Revert "sound: include ALSA sound card id in /dev/snd/by-id/ links"
1329 doc: writing_udev_rules updated for the new command names
1330 rules: sound - do not use /usr/bin/env
1331 udevadm: print all messages to stderr with priority higher or equal than LOG_ERR
1332 udevadmi: control = exit with rc=2 if there is some system error
1333 gudev: gir-scanner workaround for out of tree builds
1334 gudev: fix out-of-tree build
1336 Mario Limonciello (1):
1337 hid2hci: remove superfluous bmAttributes match
1340 extras/keymap: Add Acer Aspire 6920
1341 extras/modem-modeswitch: eject ZTE MF6xx fake CD-ROMs
1342 extras/keymap: Fix hold key on Acer Aspire 6920
1343 extras/keymap: Fix case matching for Micro-Star
1344 Revert "extras/keymap: Fix case matching for Micro-Star"
1345 make raw USB printer devices accessible for lp
1346 modem-modeswitch rules: Match more devices
1347 extras/keymap: fix hash table collisions
1348 extras/keymap: Rename KEY_COFFEE to KEY_SCREENLOCK
1349 fix single-session CD detection
1350 fix previous commit for CD detection
1351 make raw USB printer devices world-readable again
1352 50-udev-default.rules: fix printer MODE
1353 keymap: Add Logitech Wave USB
1354 keymap: add missing map file
1355 keymap: fix usb_id invocation
1356 keymap: make USB keyboards really work
1357 keymap: Add Logitech Wave cordless
1358 keymap: add HP Pavillion dv6315ea
1359 keymap: add HP 2230s
1360 Makefile.am: fix build with mawk
1361 extras/keymap/README.keymap.txt: Fix bug report link
1362 fix major fd leak in link handling
1363 modem-modeswitch: fix ZTE MF6xx rule
1365 Matthias Schwarzott (2):
1366 rules: Gentoo update
1367 rules: Gentoo update
1370 keymap for Acer Aspire 5720
1373 libudev: allow to store negative values in the udev database
1375 Scott James Remnant (1):
1376 util_run_program: *really* restore signal mask before executing event RUN commands
1378 William Jon McCann (1):
1379 udev-acl: catch up with ConsoleKit 0.4.1
1382 Summary of changes from v145 to v146
1383 ============================================
1386 man: fix unused, inaccurate metadata
1387 man: SYMLINK can be matched as well as assigned
1391 rules: exclude digitizers from joystick class
1392 udev-acl: add joystick devices
1394 Diego Elio 'Flameeyes' Pettenò (21):
1395 Merge libudev, udev, and the unconditional extras in a single Makefile.am.
1396 Replace the custom test-run target with the standard make check.
1397 Also merge into the top-level Makefile.am the simpler extras.
1398 Change hook handling to be more portable.
1399 Merge keymap building in the top-level Makefile.am.
1400 Make keymap generation rules be silent (backward-compatible).
1401 Move pkg-config docs and man pages before conditionals.
1402 Finally, also merge gudev into the top-level Makefile.am.
1403 Make sure to clean up all the built sources.
1404 Make sure to use dependency/target variables.
1405 Add silent-rule support for the gudev rules.
1406 Fix building of introspection library on top-level Makefile.am.
1407 Fix another relative path for the new working directory.
1408 Include the correct directory for out-of-source builds.
1409 Add tests to the distribution; this fixes "make distcheck".
1410 Ask gperf to use ANSI-C for generation.
1411 Merge in Makefile.am.inc into Makefile.am
1412 Use the keymap check during “make distcheck” rather than “check”.
1413 Fix building of documentation when doing out-of-source builds.
1414 Fix “make distcheck” run outside of the source directory.
1415 Use LT_INIT to explicit that udev needs libtool series 2.
1417 Eric W. Biederman (1):
1418 fix util_lookup_group to handle large groups
1421 extras/modem-modeswitch: Add Huawei E1550 GSM modem
1424 udevd: add timestamp to --debug output
1425 v4l_id: exit with 0 when --help is given
1426 configure.ac: version bump
1427 hid2hci: remove hid structures and include kernel header
1428 path_id: make global variable static
1429 udevadm: trigger - add --sysname-match=
1430 rules: serial - fix path_id call
1431 path_id: fix typo in comment
1432 format names are not case insensitive
1433 hid2hci: rewrite (and break) rules and device handling
1434 make: build internal tools against libudev-private.la
1435 update a few years of copyright
1436 libudev: silent gcc warning: may be used uninitialized in this function
1437 make: suppress enter/leaving directory messages
1438 re-enable failed event tracking
1439 "record_failed" -> "fail_event_on_error"
1440 udevd: block for 15 seconds after error when too old kernel is detected
1441 make: fix issues from non-recursive conversion
1443 Lennart Poettering (1):
1444 enumeration: move ALSA control devices to the end of the enumerated devices of each card
1446 Mario Limonciello (2):
1447 hid2hci: support to hid2hci for recovering Dell BT devices after S3
1448 hid2hci: install re-trigger for hid device when recovering from S3
1451 add keymap for Clevo D410J laptop
1452 extras/keymap: add Zepto ZNote
1453 extras/keymap: add Everex Stepnote XT5000T
1454 extras/keymap: add Compal Hel80i
1455 keymap tool: improve help
1456 keymap tool: support scancode/keycode pair arguments
1457 keymap: inline one-line key maps
1458 extras/keymap: fix check-keymaps.sh for inline mappings
1459 extras/keymap: add recently added keymap files to Makefile.am
1460 extras/keymap: Add HP Presario 2100
1461 extras/keymap: cover more Compaq Evo models
1462 extras/keymap: Add Fujitsu Amilo M
1463 extras/keymap: teach findkeyboards about USB keyboards
1464 extras/keymap: Add Samsung SX22S
1465 extras/keymap: Fix crash for unknown keys
1466 extras/keymap: Add Samsung NC20
1467 extras/keymap: Fix Bluetooth key on Acer Aspire 6920
1470 Summary of changes from v144 to v145
1471 ============================================
1474 scsi_id: correct error handling in prepend_vendor_model
1477 README: add CONFIG_BLK_DEV_BSG
1478 use MIN() MAX() from param.h
1479 configure.ac: version bump
1480 libudev: device - free values before updating them
1481 libudev: enumerate - sort with qsort()
1482 udevd: detach event from worker if we kill a worker
1483 udevadm: info - add space after R:, A:, W: on database export
1484 udevd: make sure a worker finishes event handling before exiting
1485 udevd: handle SIGCHLD before the worker event message
1489 Summary of changes from v143 to v144
1490 ============================================
1493 firmware: search for third party or sysadmin supplied firmware updates
1496 configure.ac: add AM_SILENT_RULES
1497 configure.ac: version bump
1498 TODO: add cleanup of ATA_COMPAT
1499 libudev: queue - add comments for queue format
1500 udev/.gitignore: add udev.pc
1501 configure.ac: version bump
1502 do not exports properties starting with a '.'
1503 scsi_id: --reformat_serial - use udev_util_replace_whitespace()
1504 ata_id: sync ID_SERIAL(_SHORT) with other *_id tools
1505 rules: make ata_id properties the default for all ATA block devices
1506 scsi_id: delete no longer needed config file
1508 man: udev - add private properties like ENV{.FOO}="bar"
1509 Merge branch 'firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/jcm/udev-jcm
1510 udevadm: test - print list of properties
1511 build: do not delete .la files
1512 libudev: monitor - handle kernel supplied DEVNAME properly
1514 build: add *exec* to the internal rootlibdir name
1517 hid2hci: narrow matches to real HCI devices
1518 extras/udev-acl: add smartcard readers
1521 rules: set group ownership of new firewire driver device files
1524 Summary of changes from v142 to v143
1525 ============================================
1528 udevadm: settle - fix timeout
1529 udevd: remove tiny bit of dead code
1530 udevd: implement a more efficient queue file format
1531 udev-selinux.c: remove libudev header
1532 udevd: queue-export - fix crash
1534 Benjamin Gilbert (1):
1535 test: check string substitutions in OWNER and GROUP
1538 rules: tty/net - move from udev-extras
1539 extras/modem-modeswitch: move from udev-extras
1542 gudev: move from udev-extras
1546 rules: v4l do not mix vbi and video nodes
1547 fix possible endless loop for GOTO to non-existent LABEL
1548 Revert "rules: v4l do not mix vbi and video nodes"
1549 rule-generator: cd - skip by-path links if we create by-id links
1550 remove format char string truncation syntax
1551 use more efficient string copying
1552 edd_id: use openat()
1553 use openat(), unlinkat(), fstatat()
1555 remove unused GL_FORMAT from rules parser
1556 require key names in uppercase
1557 keep the ifdef'd udevd testing/profiling hack
1558 fix location of database files
1559 udevadm: settle - make --timeout=0 working
1561 rules: add SUBSYSTEM match to scsi rules
1562 cdrom_id: suppress ID_CDROM_MEDIA_STATE=blank for plain non-writable CDROM media
1563 udevadm: control - add comment to man page about --reload-rules
1564 cdrom_id: add error message if open() fails
1565 udevadm: settle - add --exit-if-exists=<file>
1566 udevd: remove check for dev_t, DEVPATH_OLD takes care of that
1567 str[sp]cpyl: add __attribute__ ((sentinel))
1568 udevd: convert to event worker processes
1569 udevd: close netlink socket in worker and set cloexec
1570 rules: do not call path_id for virtual devices
1571 udevd: use enum instead of char in struct declaration
1572 allow format substitution in path of ATTR{<path>}=="<value>"
1573 cleanup $attr{} substitution
1574 path_id: implement in C using libudev
1575 path_id: update SCSI handling
1576 path_id: add comments
1577 fix signed/unsigned warning
1578 libudev: enumerate - allow multiple keys with the same name
1579 udevadm: trigger - add --property-match=<key>:<value>
1580 udevadm: info - accept --query without a value and print properties
1581 udevadm: control - --env -> --property
1582 udevadm: monitor --environment -> --property
1583 path_id: handle fibre channel
1584 path_id: add iscsi support
1585 path_id: delete old shell script
1586 udevd: print error if worker dies unexpectedly
1587 path_id: rename scsi sub-fuctions
1588 libudev: add comments to libudev.h
1589 libudev: move to top-level directory
1590 fix libudev include in Makefile.am.in
1591 libudev: device_new() -> udev_device_new()
1592 udevd: log info for created/killed workers
1593 libudev: call log functions conditionally
1594 move syslog wrapper to libudev
1595 move common stuff from udev/ to private parts of libudev/
1596 libudev: rename private files to *-private.c
1597 rules: remove scsi ch module loading rule
1599 udevadm: info -revert "accept --query without argument"
1600 README: add kernel options
1601 README: add INOTIFY and SIGNALFD
1602 USE_LOG -> ENABLE_LOGGING, DEBUG -> ENABLE_DEBUG, USE_SELINUX -> WITH_SELINUX
1603 libudev: add gtk-doc
1604 libudev: update documentation
1605 libudev: doc - add section headers
1606 libudev: doc - add enumerate
1607 libudev: doc - add queue
1609 libudev: doc - add namespace for index
1610 libudev: move .so version to libudev Makefile
1611 autogen.sh: simplify
1613 libudev: remove prefix from .so version variables
1614 libudev: doc - add empty libudev.types
1615 udev-acl: move from udev-extras
1616 INSTALL: add --enable-extras
1617 udev-acl: handle missing action when called in CK mode
1618 v4l_id: move from udev-extras
1619 libudev: doc - libudev-docs.sgml -> libudev-doc.xml
1620 gudev: fix typo in configure option
1621 v4l_id: 70-v4l.rules -> 60-persistent-v4l.rules
1622 configure: enable all extras by default, provide --disable-extras
1623 autogen.sh: make "CFLAGS=-O0 ./autogen.sh" working
1624 NEWS: add --disable-extras
1625 cleanup ./configure installation directory options
1626 rules: remove MMC rule, 2.6.30 has the modalias
1627 configure.ac: print error if gperf is missing
1628 libudev: install in $libdir and move later to $rootlibdir
1629 extras/keymap: use LIBEXECDIR instead /lib/udev
1630 README: add /lib/udev/ is private
1631 rules: do not install usb-id/pci-id rules when --disable-extras is used
1632 extras: delete man pages for private udev tools
1634 extras/keymap: install findkeyboards in /lib/udev
1635 INSTALL: use /sbin instead of %{sbindir}
1638 Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udev
1639 docs: install writing_udev_rules
1641 Lennart Poettering (2):
1642 rules: sound - move from udev-extra
1643 usb-db: move from udev-extras
1645 Marcel Holtmann (1):
1646 rules: make RFKILL control device world readable
1648 Mario Limonciello (1):
1649 hid2hci: move from udev-extras
1652 keymap: move from udev-extras
1653 extras/keymap: Fix WLAN button on ThinkPads
1654 keymap: Update findkeyboard path in docs
1655 udev-acl: Manage hplip device permissions
1656 extras/keymap: Update findkeyboards location
1658 Matthias Schwarzott (3):
1659 rules: Gentoo update
1660 rules: Gentoo update
1661 rules: Gentoo update
1663 Scott James Remnant (1):
1664 OWNER/GROUP: fix if logic
1667 Summary of changes from v141 to v142
1668 ============================================
1671 rules: create /dev/cpu/<n>/cpuid world readable
1674 path_id: support identification of Xen virtual block devices
1677 edd_id: add cciss devices
1681 libudev: path_encode - always return 0 if encoded string does not fit into size
1682 libudev: monitor - clarify socket handling documentation
1683 udevd: log error for too old kernels or CONFIG_SYSFS_DEPRECATED
1684 rules: remove DVB shell script
1686 cdrom_id: add Xen cdrom support
1687 test-libudev: update monitor source
1688 TODO: add packet filter
1690 cdrom_id: add and use ID_CDROM_MEDIA to decide if we run vol_id
1691 libudev: monitor - add client socket filter for subsystem value
1692 udevadm: monitor - print error if we can not bind to socket
1694 udevadm monitor - add --subsystem-match=
1695 libudev: monitor - use simpler hash
1696 libudev: monitor - switch to filter_add_match_subsystem_devtype()
1697 libudev: monitor - do not filter messages with wrong magic
1698 udevadm: monitor - add <subsytem>:<devtype> support
1699 libudev: monitor - add udev_monitor_filter_remove
1700 libudev: queue - fix get_seqnum_is_finished()
1701 cdrom_id: skip media tests if CDROM_DRIVE_STATUS != CDS_DISC_OK
1702 libudev: queue - clarify comments
1703 libudev: monitor - export filter_update()
1705 drop "extern" keyword from non-static function
1706 rule_generator: net - fix usb comment generation
1707 rules: input - add links for USB/platform non-kbd/mouse devices
1708 rules: input - fix comments
1709 rules: add rfcomm* to group dialout
1710 accept DEVNAME from the kernel as a hint for the node name
1712 build: use AC_MSG_RESULT
1713 rules: add "event*" match
1714 udevd: revert initial device node creation
1715 rules: remove initramfs comment
1716 handle devtmpfs nodes
1717 oops, removed ppp entry from rules got committed
1718 remove all PHYSDEVPATH handling and warning about
1720 rules: fix ieee1394 rules
1721 add "static" back to the inline functions
1723 delete vol_id and require util-linux-ng's blkid
1727 rule-generator: net - whitelist NICs that violate MAC local scheme
1730 Summary of changes from v140 to v141
1731 ============================================
1733 Adam Buchbinder (4):
1735 cdrom_id: update manpage
1736 create_floppy_devices: expand manpage
1737 vol_id: fix language in manpage
1740 avoid leaking netlink socket fd to external programs
1742 Borislav Petkov (1):
1743 rules: rename ide-floppy to ide-gd
1746 rules: exclude mtd* from persistent disk links
1749 rules: fix extra quote in 50-udev-default.rules
1751 udevadm: test - handling trailing '/' in devpath
1752 udevadm: monitor - clarify printed header
1753 rules: remove ram* from persisten disk links blacklist
1754 rules: serial - support ttyACM devices
1755 rules: replace IDE driver with media match
1756 usb_id: add ID_VENDOR_ID, ID_MODEL_ID, ID_USB_INTERFACE_NUM, ID_USB_DRIVER
1757 libudev: GPL -> LGPL
1758 usb_id: remove unused variable
1759 send monitor events back to netlink socket
1760 "UDEV_MONITOR_KERNEL/UDEV" -> "kernel/udev"
1761 IMPORT: 2048 -> 4096 bytes buffer
1762 path_encode: fix max length calculation
1763 libudev: monitor - unify socket message handling
1766 rules: md-raid.rules fix
1769 udevadm: trigger - add "--action" to --help
1771 Scott James Remnant (1):
1772 libudev: monitor - ignore messages from unusual sources
1775 Summary of changes from v139 to v140
1776 ============================================
1779 libvolume_id: bump age
1784 volume_id: ntfs - fix uuid setting
1786 rules: Fedora update
1787 libudev: queue - use lstat() to check existence of symlink
1788 udevadm: settle - add --seq-start= --seq-end=
1789 udevd: switch watch symlinks to devpath
1790 udevadm: add text for new options to command and man page
1792 libudev: ctrl - return error after sending ctrl message
1793 udevadm: settle - use timeout signal, instead of loop counter
1796 fix compile error in debug mode
1798 Scott James Remnant (1):
1799 udevadm: settle - synchronise with the udev daemon
1802 Summary of changes from v138 to v139
1803 ============================================
1807 remove static local variable
1808 use the event udev_device to disable the watch on "remove"
1809 add "nowatch" to disable a default installed watch with a later rule
1811 use AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCE
1812 usb_id: add ID_USB_INTERFACES=:0e0100:0e0200:010100:010200:
1813 usb_id: return values if called directly for an usb_device
1814 usb_id: fix NULL string usage
1816 udevadm: info - export all devices with --export-db
1818 Scott James Remnant (10):
1819 Don't add inotify watch until RUN rules processed.
1820 Clear existing inotify watch before processing.
1822 Allow watch handle to be stored in the udevdb.
1823 Store watch handle in db.
1824 Use the udevdb to speed up watch clearing.
1825 Put a log message in a more sensible place.
1826 Output watch handle in udevadm info.
1827 lookup the old watch handle; reload only if has a path
1828 Look at more inotify events in the buffer than just the first.
1831 Summary of changes from v137 to v138
1832 ============================================
1835 *_id: add model/vendor enc strings
1838 vol_id: fix ddf version string
1839 vol_id: add missing id->type to swap0
1845 rules: dm - add escape for uuid links with whitespace
1846 test: add test for empty and non-existent ATTR
1847 rules: fix md "change"/"remove" handling
1848 autogen.sh: add more warnings
1849 fix NAME= and OPTION+="string_escape=..." logic
1850 rules: move OPTIONS to separate rule
1851 use global "reload_config" flag
1852 rules: add "watch" option to dm and md rules
1853 rules: include loop block devices in persistent links
1856 Matthias Schwarzott (1):
1857 rules: Gentoo update
1860 doc: writing udev rules - refer to 'udevadm info' instead of 'udevinfo'
1862 Scott James Remnant (2):
1863 udevd: optionally watch device nodes with inotify
1864 rules: update persistent storage rules to use inotify watches
1867 Summary of changes from v136 to v137
1868 ============================================
1872 remove stray initializer
1876 rules: fix typo in ide cd rule
1877 libudev: use 4096 bytes buffer for attribute reading
1878 rules: add drm devices to group "video"
1879 do not complain about a missing /etc/udev/rules.d/
1880 udevadm: test - remove --force option
1882 remove name from index if the node name has changed
1883 cleanup old names before creating the new names
1884 open-code pollfd setup
1885 increase netif renaming timeout from 30 to 90 seconds
1886 Merge commit '5f03ed8a56d308af72db8a48ab66ed68667af2c6'
1887 Merge commit '9032f119f07ad3b5116b3d4858816d851d4127de'
1889 udevd: add back SA_RESTART
1890 usb_id: handle ATAPI devices like SCSI devices
1891 udevadm: settle - fix typo
1893 Lennart Poettering (1):
1894 fix naming for tape nst devices in /dev/tape/by-path/
1897 udevd: use ppoll instead of signal pipes
1898 reap children faster
1900 Scott James Remnant (2):
1901 Allow user and group lookup to be disabled.
1902 Expose delayed name resolution
1905 volume_id: support via raid version 2
1908 Summary of changes from v135 to v136
1909 ============================================
1911 Adam Buchbinder (1):
1912 extras: fix mis-spelling of "environment"
1915 rule_generator: fix enumeration for write_cd_rules
1918 path_id: rework SAS persistent names
1921 volume_id: HPFS code clean up
1924 rules: ATA_COMPAT do not try to match on sr*, it will never have vendor ATA
1925 scsi_id: do not fail if no serial is found like for optical drives
1926 update configure and NEWS
1927 rules: fix isdn rules
1928 rules: add persistent /dev/serial/{by-id,by-path} rules
1929 make: install serial rules file
1930 make: do not delete autotools generated file with distclean
1931 udevadm: settle - allow --timeout=0 and --quiet
1932 rules: move aoe rules to default rules file
1933 volume_id: btrfs - update format
1934 rules: add "do not edit header"
1935 volume_id: support sub-uuid's and plug in btrfs device uuid
1936 libudev: include <sys/types.h>
1938 build: just use autoreconf -i
1939 rules: remove ide-scsi
1940 rules: first simple step merging with Ubuntu rules
1941 "'/sbin/modprobe abnormal' exit" - also print program options
1942 rules: more changes toward Ubuntu rules merge
1943 rules: more changes toward Ubuntu rules merge
1944 rules: remove /dev/raw/raxctl symlink, it's a devfs leftover
1945 rules: rtc - create rtc compat link only for cmos type rtc
1946 rules: remove legacy symlinks
1947 rules: do not put raw1394 in "video" group
1948 rules: second round merging with Ubuntu rules
1949 rules: remove /dev/dsp /dev/audio
1950 rules: put alsa in group "audio"
1951 rules: isdn - remove /dev/isdn/capi20 symlink
1952 rules: provide /dev/raw/rawctl
1953 if needed, store database entries also for devices which do not have a device node
1954 build: use autoreconf --symlink
1955 usb_id: add "image" class
1956 require non-SYSFS_DEPRECATED 2.6.20+ kernel
1957 build: default to --prefix=/usr --exec-prefix=""
1958 libudev: enumerate - add lookup by property
1959 rules: input - make sure needed variables are set
1960 libudev: device - read "uevent" only if info is not already loaded
1961 libudev: subsytem -> subsystem
1962 libudev: bump revision
1963 usb_id: use devtype lookup
1964 require 2.6.22+ kernel
1965 rules: Ubuntu merge - use group "cdrom"
1966 rules: Ubuntu merge - use group "tape"
1967 rules: replace DVB shell script rule
1968 rules: Ubuntu merge - s/uucp/dialout/
1971 enable skipping of "naming-only" rules
1972 usb_id: s/image/media/
1973 udevadm: s/udevinfo/udevadm info/
1974 rules: reorder block rules
1975 rules: zaptel - add "dialout" group
1976 libudev: device - add udev_device_get_property_value()
1977 libudev: test - add udev_device_get_property_value()
1979 Marcel Holtmann (3):
1980 libudev: device - add devtype support
1981 libudev: device - lookup subsystem and devtype together
1982 libudev: device - remove udev_device_get_parent_with_subsystem
1985 man: udev - update NAME assignment
1988 rules: add rules for AoE devices
1991 Summary of changes from v134 to v135
1992 ============================================
1995 usb_id: add "break" to currently unused case labels
1996 rules: fix cciss disk/by-id/ links
1997 rules: add infiniband rules
1998 rules: infiniband.rules -> 40-infiniband.rules
1999 fix network interface name swapping
2000 update configure and NEWS
2002 Marcel Holtmann (1):
2003 usb_id: fix switch statement for video type
2006 rules: /dev/null -> X0R
2007 rules: add usb device nodes
2010 Summary of changes from v133 to v134
2011 ============================================
2014 include errno.h in sysdeps.h
2017 rules: add persistent rules for memory stick block devices
2020 autogen.sh: fix -print-multi-os-directory usage
2021 volume_id: update btrfs magic
2023 rules: merge group "video" into default rules
2024 rules: v4l - add by-id/ links for USB devices
2025 libudev: accept NULL whitelist in util_replace_chars()
2026 usb_id: replace chars in returned strings
2027 ata_id: make sure, we do not have slashes in values
2028 scsi_id: make sure, we do not have slashes in values
2029 volume_id: remove unused usage types
2030 vol_id: if regular files are probed, use stat() for the size value
2031 volume_id: update btrfs
2032 volume_id: clear probing result before probing and do not probe a second time, if not needed
2033 path_id: fix fibre channel handling
2035 floppy: use ARRAY_SIZE()
2036 fix handling of swapping node name with symlink name
2037 silence PHYSDEV* warning for WAIT_FOR* rules
2038 rules: exclude "btibm" devices from vol_id calls
2040 Matthias Schwarzott (1):
2041 rules: Gentoo update
2043 Peter Breitenlohner (2):
2045 floppy: fix array bounds check and minor calculation
2048 Summary of changes from v132 to v133
2049 ============================================
2052 udevd: de-duplicate strings in rules
2053 scsi_id: we don't use DEVPATH env var anymore, update man page
2056 volume_id: fat - move check for msdos signature (0x55 0xaa)
2059 silence "comparison between signed and unsigned"
2060 string index - split nodes and childs to allow and unlimited number of childs
2061 reserve child slot 0
2062 merge trie nodes, childs and root into a single array
2063 set errno = ENOSYS in inotify stub
2064 udevadm: info - unify -V and --version
2065 rules: remove DEVTYPE disk/partition
2066 rules: remove pnp shell script, acpi loads these modules properly
2068 configure: add linux-hotplug mail address
2069 remove len == 0 check, the index root is always '\0'
2070 volume_id: bump revision
2071 volume_id: always check for all filesystem types and skip conflicting results
2072 volume_id: fat - accept empty FAT32 fsinfo signature
2073 fix spelling in comment
2074 volume_id: ntfs - mark as no other fs must match
2075 vol_id: clarify error message
2076 libudev: device - handle disk "device" link for partitions in deprecated sysfs layout
2077 limit $attr(<symlink>) magic to well-known links only
2078 udevd: fix cleanup of /dev/.udev/uevent_seqnum
2079 fix $links substitution for devices without any link
2083 udevadm: fix option parsing breakage with klibc
2086 Summary of changes from v131 to v132
2087 ============================================
2090 fix size_t compiler warning on 32 bit platforms
2091 convert debug string arrays to functions
2094 Summary of changes from v130 to v131
2095 ============================================
2098 libudev: fix sysnum logic for digit-only device names
2099 udevd: avoid overhead of calling rmdir on non-empty directories
2100 use more appropriate alternatives to malloc()
2101 libudev: util - optimize path_encode()
2102 libudev: allocate udev_device->envp[] dynamically
2103 replace strncpy() with strlcpy()
2104 use re-entrant variants of getpwnam and getgrnam
2105 udevd: fix memory leak
2106 udevd: fix WAIT_FOR_SYSFS execution order
2107 fix handling of string_escape option
2108 udevd: use a tighter loop for compare_devpath()
2109 udevd: avoid implicit memset in match_attr()
2110 kerneldoc comment fixes
2111 udevd: simplify rules execution loop
2112 udevd: fix termination of rule execution
2113 udevd: be more careful when matching against parents
2114 udevd: shrink struct token to 12 bytes
2117 remove outdated docs/README-gcov_for_udev
2118 libudev: device - add device lookup by subsystem:sysname
2119 libudev: also prefix non-exported functions with udev_*
2120 libudev: add udev_monitor_send_device()
2121 libudev: list - add flag
2122 libudev: device - generate DEVNAME and DEVLINKS properties
2123 vol_id: update README
2124 libudev: handle ! in sysname, add sysnum, return allocated list_entry on add
2125 delete simple-build-check.sh
2126 test: move global ENV{ENV_KEY_TEST}="test" to local rule
2127 libudev: monitor - fix send_device() property copying
2128 libudev: device - add get_envp() to construct envp from property list
2129 libudev: do not include ctrl in libudev.so
2130 libudev: monitor - do not mangle DEVLINKS property
2131 libudev: update DEVLINKS property when properties are read
2132 libudev: device - lookup "subsystem" and "driver" only once
2133 libudev: device - export properties when values are set
2134 libudev: list - handle update of key with NULL value
2135 libudev: ctrl - fix typo in set_env()
2136 libudev: add global property list
2137 libudev: device - copy global properties, unset empty properties
2138 volume_id: btrfs - update magic to latest disk format
2140 move udev_device_db to libudev
2141 rename udev source files
2142 libudev: always add UDEV_LOG
2143 libudev: monitor - export MAJOR/MINOR only if available
2144 udev-node: name_list -> udev_list
2145 udev-rules-parse: name_list -> udev_list
2146 delete name_list, move common file functions
2147 fix sorting of rules files
2148 run_program: prevent empty last argv entry
2149 update IMPORT= file/stdout property parsing
2150 update rules file parsing
2151 delete udev-util-file.c
2152 libudev: list - prepend udev_* to all functions
2153 libudev: add sysnum to test program
2154 test: fix a few unintentially wrongly written rules which cause parse errors
2155 libudev: monitor - add set_receive_buffer_size()
2156 libudev: ctrl - change magic to integer
2157 libudev: make list_node functions available
2158 udevd: use udev_list_node
2159 collect: use udev_list
2161 merge udev-rules.c and udev-rules-parse.c
2162 make struct udev_rules opaque
2163 move run_program to util
2164 udev_event_run() -> udev_event_execute_rules()
2165 udev_rules_run() -> udev_event_execute_run();
2166 move udev_rules_apply_format() to udev-event.c
2167 udev_list_cleanup() -> udev_list_cleanup_entries()
2168 selinux_init(udev) -> udev_selinux_init(udev)
2169 prefix udev-util.c functions with util_*
2171 libudev: device - get_attr_value() -> get_sysattr_value()
2172 cdrom_id: remove ARRAY_SIZE() declaration
2173 replace missing get_attr_value() -> get_sysattr_value()
2174 add "root" == 0 shortcuts to lookup_user/group()
2175 do not use the new work-in-progress parser rule matcher
2176 libudev: device - 128 -> ENVP_SIZE
2177 add util_resolve_subsys_kernel()
2178 handle numerical owner/group string in lookup_user/group()
2179 replace in-memory rules array with match/action token list
2180 do not create temporary node ($tempnode) if node already exists
2181 shrink struct udev_event
2182 shrink struct udev_event
2183 rule_generator: fix netif NAME= value extraction regex
2184 skip SYMLINK rules for devices without a device node
2185 rules: let empty strings added to buffer always return offset 0
2186 fix uninitialized variable warnings
2187 cache uid/gid during rule parsing
2188 distinguish "match" from "assign" by (op < OP_MATCH_MAX)
2189 determine at rule parse time if we need to call fnmatch()
2190 special-case "?*" match to skip fnmatch()
2191 libudev: monitor - replace far too expensive snprintf() with strlcpy()
2192 libudev: monitor - cache result of monitor send buffer
2193 fix "unused" warnings
2195 match KEY="A|B" without temporary string copy
2196 match_attr() - copy attr value only when needed
2197 do not init string arrays, just clear first byte
2198 fix $attr{[<subsystem>/<sysname>]<attribute>} substitution
2199 libudev: device - fill envp array while composing monitor buffer
2200 test: add RUN+="socket: ..." to a test to run monitor code
2201 libudev: device - allocate envp array only once
2203 udevd: merge exec and run queue to minimize devpath string compares
2204 ATTR{}== always fails if the attribute does not exist
2205 rules: remove SCSI timeouts
2206 rules: remove "add" match from usb device node rule
2207 edd_id: add "change" event match
2208 fstab_import: add "change" event match
2209 write trace log to stderr
2210 log rules file and line number when NAME, SYMLINK, OWNER, GROUP, MODE, RUN is applied
2211 skip entire rule containing device naming keys, if no device can be named
2212 fix udev_node_update_old_links() logic
2213 move some info() to dbg()
2214 add "devel" and "install" switches to autogen.sh
2215 move debugging strings inside #ifdef DEBUG
2216 firmware.sh: record missing files in /dev/.udev/firmware-missing/
2217 fix list handling in enumerate and rules file sorting
2218 volume_id: btrfs update
2219 info() PROGRAM and IMPORT execution
2220 fix $links substitution
2221 fix cleanup of possible left-over symlinks
2222 do not import the "uevent" file when we only read the db to get old symlinks
2223 usb_id: MassStorage SubClass 6 is "scsi" not "disk"
2224 unify string replacement
2225 $links should be relative
2227 rules: md - add mdadm 3 device naming
2228 cleanup /dev/.udev/queue on startup and exit
2229 udevadm: settle - exit if udevd exits
2231 Matthias Koenig (1):
2232 volume_id: swap - larger PAGE_SIZE support
2234 Steven Whitehouse (1):
2235 volume_id: support for GFS2 UUIDs
2238 Summary of changes from v129 to v130
2239 ============================================
2242 fix compile error with --disable-logging
2243 libudev: enumerate - add_device() -> add_syspath()
2244 volume_id: hpfs - read label and uuid
2245 use no_argument, required_argument, optional_argument in longopts
2246 libudev: get rid of selinux
2247 libudev: device - add get_parent_with_subsystem()
2249 udevadm: info - fix --query=all for devices without a device node
2250 vol_id: add size= option
2251 move selinux noops to udev.h
2252 volume_id: add dbg() as noop to check for compile errors
2253 vol_id: fix logging glue
2254 vol_id: always use the safe string versions for unencoded label and uuid
2255 volume_id: better DDF raid detection
2256 volume_id: add btrfs
2257 volume_id: use PRIu64i, PRIx64 macros
2258 udevd: clarify deprecated sysfs layout warning
2259 libudev: fix --enable-debug
2260 don not print error if GOTO jumps just to next rule
2261 volume_id: add more vfat debugging information
2262 libudev: libudev.pc remove selinux
2263 store node name and symlinks into db symlink target if they are small enough
2264 volume_id: more fat debugging
2265 libudev: fix typo in "multiple entries in symlink" handling
2266 connect /sys and /dev with /sys/dev/{block,char}/<maj>:<min> and /dev/{block,char}/<maj>:<min>
2267 replace spaces in dm and md name symlinks
2270 Summary of changes from v128 to v129
2271 ============================================
2274 udev-test.pl: set non-zero exitcode if tests fail
2275 scsi_id: compiler warning on 32-bit
2276 trivial cleanup in udev_rules_iter
2277 avoid repeated scans for goto targets (udev_iter_find_label)
2278 replace strerror() usage with threadsafe "%m" format string
2279 fix messages (inc. debug compile failure) introduced when optimizing "goto"
2280 allow compiler to check dbg() arguments on non-debug builds
2283 libudev: switch to "udev_device_get_parent"
2284 libudev: udev_device - add attribute cache
2285 libudev: handle "device" link as parent, handle "class" "block" as "subsystem"
2286 udevadm: info - fix lookup-by-name
2287 libudev: switch API from devpath to syspath
2288 libudev: rename ctrl_msg to ctrl_msg_wire
2289 vol_id: fix lib logging glue
2290 fix broken symlink resolving
2292 libudev: pass udev_device in enumerate
2293 libudev: fix "subsystem" value
2294 always include config.h from Makefile
2295 libudev: udev_device_get_devname -> udev_device_get_devnode
2296 libudev: add udev_device_new_from_devnum()
2297 libudev: also import "uevent" file when reading udev database
2298 libudev: add userdata pointer
2299 libudev: replace awkward callback list interfaces with list iterators
2300 libudev: get devnum from uevent file
2301 libudev: enumerate_get_devices_list -> enumerate_get_list
2302 libudev: initialize selinux only when needed
2303 libudev: device - read database only when needed
2304 libudev: rework list handling
2305 libudev: more list rework
2306 lubudev: accept more sys directories as devices, and parent devices
2307 libudev: enumerate - accept list of subsystems to scan, or skip
2308 libudev: enumerate "subsystem"
2309 libudev: enumerate - scan /sys/block/ if needed
2310 libudev: enumerate - split new() and scan()
2311 test: replace ancient sysfs tree with recent one
2312 test: add missing pci directory because of .gitignore *.7
2313 gitignore: move *.8 to subdirs
2314 test: replace last reference of "/class/*" devpath
2316 libudev: enumerate - scan devices and subsystems, add subsystem and attribute filter
2317 udevadm: trigger: use libudev
2318 fix segfault caused by wrong pointer used in dbg()
2319 libudev: device_init() -> device_new()
2320 udevadm: trigger fix long option --type=
2321 libudev: add queue interface
2322 udevadm: settle - use libudev queue
2323 libudev: device - handle /sys/block/<disk-device-link>/<partition>
2324 libudev: enumerate - ignore regular files while scanning
2325 udevadm: trigger --type=failed - use libudev queue
2326 rules: ieee1394 - create both, by-id/scsi-* and by-id/ieee-* links
2327 build: include Makefile.am.inc in all Makefile.am
2328 udevd: print warning if CONFIG_SYSFS_DEPRECATED is used
2331 Summary of changes from v127 to v128
2332 ============================================
2335 fix uninitialized name_list error::ignore_error
2336 do not needlessly declare some local variables in udev_rules_parse.c as static
2337 remove deprecated envp[] in main()
2338 fix name compare bug name_list_key_add()
2339 remove redundant string copy in udev_rules_apply_format()
2340 remove redundant "remove trailing newlines" in udevadm info
2341 threadsafe rules iteration
2342 fix off-by-one in pass_env_to_socket()
2345 libudev: add monitor documentation
2346 libudev: fix --disable-log
2347 autogen.sh: add --with-selinux
2348 volume_id: hfs - calculate proper uuid
2349 fix dangling pointer returned by attr_get_by_subsys_id()
2350 udev-test.pl: add --valgrind option
2351 libudev: libudev.pc add Libs.private
2352 volume_id: fail on undefined __BYTE_ORDER
2354 libudev: fix monitor documentation
2355 libudev: add udev_device_get_syspath()
2356 udev_device_init() remove statically allocated device support
2357 udevadm: info - fix broken --device-id-of-file=
2358 udevadm: control - use getopt_long()
2359 udevadm: print warning to stderr if udevadm is called by symlink
2360 udev-test.pl: remove left-over comment from --valgrind option
2361 udevadm: rename source files
2362 udevadm: rename internal functions to udevadm_*
2363 udevadm: split out control functions
2364 udevadm: move init from commands to udevadm
2365 autogen.sh: add debug
2366 use libudev code, unify logging, pass udev context around everywhere
2367 volume_id: linux_raid - fix logic for volumes with size == 0
2368 vol_id: add --debug option
2369 udevadm: add --version --help options to man page, hide them as commands
2370 move udev_ctrl to libudev-private
2371 udev-test.pl: set udev_log="err"
2372 test-udev: cleanup libudev context and overridden rules file string
2373 test-udev: remove unused var
2374 add a bunch of private device properties to udev_device
2375 udevadm: monitor - use libudev for udev monitor
2376 libudev: monitor - add event properties to udev_device
2377 udevadm: log message if udevadm link is used
2378 udevd: remove max_childs_running logic
2379 libudev: monitor- add netlink uevent support
2380 udevadm: monitor - use libudev code to retrieve device data
2381 libudev: udev_device - read "driver" value
2382 libudev: rename enumerate function
2383 libudev: add selinux
2384 libudev: initialize selinux after logging
2385 volume_id: merge util.h in libvolume_id-private.h
2387 libudev: udev_device - add more properties
2388 libudev: do not use udev_db.c
2389 libudev: get rid of udev_sysfs.c
2390 libudev: get rid of udev_utils.c
2391 libudev: rename libudev-utils.c libudev-util.c
2392 libudev: do not use any udev source file
2393 extras: use libudev code
2394 convert to libudev and delete udev_utils_string.c
2395 get rid of udev_sysdeps.c
2396 use size definitions from libudev
2397 udevadm: info - use "udev_device"
2400 Summary of changes from v126 to v127
2401 ============================================
2404 build-sys: don't duplicate file names
2405 build-sys: remove non-POSIX variable names
2408 add inotify dummy definitions if inotify is not available
2409 build: remove autopoint check
2410 udevadm: trigger - add missing attr filter to synthesized "subsystem" register events
2411 ignore duplicated rules file names
2413 rules: delete all distro rules which do not use default rules
2415 rules: add isdn rules
2416 rules: Gentoo update
2417 add missing includes
2420 add missing 'v' for "make changelog"
2421 build: fix "make dist"
2422 vol_id: make the --offset= argument optional
2423 rules: optical drives - probe at last session offset, do not probe for raid
2424 libudev: add library to access udev information
2425 libudev: split source files
2427 libudev: add udev event monitor API
2428 volume_id: remove deprecated functions and bump major version
2429 volume_id: remove left-over fd close()
2430 split udev_device.c to leave out rules handling from libudev
2431 libudev: link against selinux if needed
2432 firmware.sh: lookup lookup kernel provided firmware directory
2433 libudev: require LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE
2436 rules: fix md rules for partitioned devices
2439 Summary of changes from v125 to v126
2440 ============================================
2443 delete all Makefiles and move udev source to udev/
2445 rules: mode 0660 for group "disk"
2446 rules: update Fedora rules
2448 INSTALL: --enable-selinux not --with-selinux
2449 volume_id: move static lib to $prefix
2450 volume_id: create relative links
2451 rules: run vol_id on opticals only if media is found
2454 rules: Debian update
2457 use proper directory lib/lib64 for libvolume_id
2460 Summary of changes from v124 to v125
2461 ============================================
2464 rules: tape rules - add nst to usb and 1394 links
2467 man: clarify $attr{} parent searching
2470 collect: fix size_t printf
2471 path_id: suppress trailing '-' like 'ID_PATH=pci-0000:05:01.0-'
2472 rules: add v4l persistent links
2473 docs: update some docs and delete outdated stuff
2474 scsi_id: fix fallback to sg v3 for sg nodes
2475 rules: fix cciss rules for partition numbers > 9
2476 udev.conf: udevcontrol -> udevadm control
2477 rules: use consistently OPTIONS+=
2478 scsi_id: the fallback fix broke error handling
2479 man: rebuild from xml
2480 do not touch node ownership and permissions, if already correct
2481 rules: tape rules - add nst to by-path/ links
2482 udevadm: info - add --export format to --device-id-of-file=
2483 move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/
2486 rules_generator: net rules - do not print error if file is missing and ignore commented rules
2487 man: add link_priority default value
2488 scsi_id: man page fix
2489 udevadm: settle - add verbose output when running into timeout
2490 rules: Debian update
2491 rules: Debian update
2492 ignore rule with GOTO to a non-existent label
2495 scsi_id: include sys/stat.h
2498 collect: check realloc return value
2501 Summary of changes from v123 to v124
2502 ============================================
2505 cdrom_id: fix recognition of blank media
2508 Summary of changes from v122 to v123
2509 ============================================
2511 Erik van Konijnenburg (3):
2512 add substitution in MODE= field
2513 Makefile: use udevdir in "make install"
2514 volume_id: support for oracleasm
2517 scsi_id: retry open() on -EBUSY
2520 volume_id: remove unnecessary global variable
2521 volume_id: enable GFS probing code, add LABEL support
2524 edd_id: call it only for sd* and hd*
2525 rename WAIT_FOR_SYSFS to WAIT_FOR and accept an absolute path
2526 rules: tape rules - use bsg device nodes for SG_IO
2527 rules: persistent net - handle "locally administered" ibmveth MAC addresses
2528 cdrom_id: export ID_CDROM_MEDIA_TRACK_COUNT_AUDIO=, ID_CDROM_MEDIA_TRACK_COUNT_DATA=
2531 man: add NAME== match entry
2534 collect: realloc buffer, if needed
2535 udevd: export .udev/queue/$seqnum before .udev/uevent_seqnum
2538 Summary of changes from v121 to v122
2539 ============================================
2541 Hannes Reinecke (2):
2542 scsi_id: remove all sysfs dependencies
2543 scsi_id: add SGv4 support
2546 volume_id: clean up linux_raid code
2549 scsi_id: update man page
2550 scsi_id: remove bus_id option
2551 scsi_id: add --sg-version= option
2552 rules: adapt to new scsi_id
2553 rules: adapt tape rules to new scsi_id
2555 volume_id: bump version
2556 Makefile: do not create udevcontrol, udevtrigger symlinks
2558 MUNEDA Takahiro (2):
2559 man: udevd- fix udev(8) reference
2562 Matthias Schwarzott (1):
2563 cdrom_id: fix segfault
2566 Summary of changes from v120 to v121
2567 ============================================
2569 Damjan Georgievski (1):
2570 libvolume_id: recognize swap partitions with a tuxonice hibernate image
2573 writing udev rules: fix rule typos
2575 David Woodhouse (1):
2576 rules_generator: net rules - add "dev_id" value to generated rules
2579 selinux: more context settings
2582 udevinfo: do not replace chars when printing ATTR== matches
2583 vol_id: add --offset option
2584 cdrom_id: replace with version which also exports media properties
2585 udevd: at startup write message including version number to kernel log
2586 rules_generator: net rules - always add KERNEL== match to generated rules
2587 selinux: fix missing includes
2588 allow setting of MODE="0000"
2589 path_id: remove subsystem whitelist
2590 logging: add trailing newline to all strings
2591 scsi_id: initialize serial strings
2592 persistent device naming: also read unpartitioned media
2593 cdrom_id: add more help text
2594 add $links substitution
2595 fstab_import: add program to IMPORT matching fstab entry
2596 add OPTIONS+="event_timeout=<seconds>"
2597 write "event_timeout" to db
2598 udevadm: trigger - add --env= option
2599 udevadm: control - fix --env key to accept --env=<KEY>=<value>
2600 udevadm: info - do not print ATTR{dev}==
2601 persistent device naming: update tape rules
2602 rules: update md rules
2605 Summary of changes from v119 to v120
2606 ============================================
2609 test: remove duplicated EXTRA entry
2610 rules: remove last WAIT_FOR_SYSFS, load ppdev, switch scsi_device
2611 udevadm: trigger - option to synthesize events and pass them to a socket
2612 udevadm: info - resolve devpath if symlink is given
2613 udevadm: remove old man page links and compat links for debugging tools
2614 udevadm: trigger - fix broken socket option check
2615 udevadm: trigger - fix --socket== + --verbose
2616 also accept real socket files for RUN+="socket:<path>"
2617 persistent device naming: cleanup storage rules
2620 udevd: serialize events if they refer to the same major:minor number
2623 Summary of changes from v118 to v119
2624 ============================================
2626 Anthony L. Awtrey (1):
2627 do not skip RUN execution if device node removal fails
2630 rules: Fedora update
2631 rules: do not set GROUP="disk" for scanners
2634 rules_generator: add missing write_net_rules unlock
2637 volume_id: fix UUID raw buffer usage
2638 volume_id: fix typo in function documentation
2641 switch mailing lists to linux-hotplug@vger.kernel.org
2642 rules: remove tty rule which can never run because of an earlier "last_rule"
2643 volume_id: update ext detection
2644 selinux: set context for real file name not the temp name
2645 hack to allow ATTR{block/*/uevent}="change"
2646 rules_generator: add KERNEL=="<netifname>*" to generated rules
2647 persistent device naming: also run on "change" event
2648 test: add "subsystem" links to all devices
2649 sysfs: depend on "subsystem" link
2650 extend hack to allow TEST=="*/start"
2652 Matthias Schwarzott (1):
2653 volume_id: respect LDFLAGS
2656 volume_id: add prefix=, exec_prefix=
2659 Makefile: do not require GNU install
2662 Summary of changes from v117 to v118
2663 ============================================
2666 doc: update "writing udev rules"
2668 Hannes Reinecke (1):
2669 volume_id: LVM - add uuid
2673 rules_generator: do not create rules with insufficient matches
2674 man: udevadm settle - mention 180 seconds default timeout
2675 libvolume_id: squashfs - add endianess support for LZMA compression
2677 volume_id: md - add metadata minor version
2678 volume_id: run only once into a timeout for unreadable devices
2679 create_floppy_devices: fix logic for more than one floppy device
2680 volume_id: also add readable check to probe_all()
2682 Matthias Schwarzott (1):
2683 rules: Gentoo update
2686 libvolume_id: squashfs+LZMA compression detection
2689 Summary of changes from v116 to v117
2690 ============================================
2693 extras: ignore built and generated files
2694 volume_id: create relative symlink when $(libdir) = $(usrlibdir)
2697 usb_id: fail if vendor/product can not be retrieved
2699 firmware: do not print error if logger is missing
2700 volume_id: vfat - allow all possible sector sizes
2701 volume_id: LUKS - export version
2702 volume_id: ntfs - rely on valid master file table
2703 volume_id: bump version
2704 udevinfo: exclude "uevent" file from --attribute-walk
2705 udevadm: merge all udev tools into a single binary
2706 udevadm: accept command as option, like --help, --version
2707 udevadm: add info option --device-id-of-file=<file>
2708 Makefile: fix bogus version number than got committed
2709 udevadm: also return major==0 results for --device-id-of-file
2710 man: udevd.8 - remove udevcontrol section
2711 udevadm: control - allow command to be passed as option
2713 MUNEDA Takahiro (1):
2714 man: fix udevadm.8 typo
2716 Matthias Schwarzott (2):
2717 firmware: remove hardcoded path to logger
2718 rules: Gentoo update
2721 rules: Frugalware update
2724 Summary of changes from v115 to v116
2725 ============================================
2731 check line length after comment check and whitespace strip
2732 only install *.rules
2733 remove extra space from udevinfo symlink output
2736 rules: fix two trivial typos
2737 rules: random and urandom are 0666
2738 rules: add REMOVE_CMD rule
2739 track "move" events to rename database and failed files
2740 rules: Gentoo update
2741 rules: add i2o driver rule
2742 man: recreate man pages
2743 volume_id: fix linux_raid metadata version 1.0 detection
2744 add $name substitution
2745 do not delete the device node with ignore_remove, but handle the event
2746 print warning for invalid TEST operations
2747 rules: do not delete /lib/udev/devices/ nodes on "remove"
2748 rules: remove broken nvram group assignment without any permission
2749 add /dev/rtc symlink if new rtc drivers are used
2750 increase WAIT_FOR_SYSFS timeout to 10 seconds
2751 rules: put bsd nodes in /dev/bsd/ directory
2752 path_id: fix for stacked class devices
2753 ignore device node names while restoring symlinks from the stack
2754 use SEQNUM in /dev/.udev/queue/ instead of devpath
2755 rules: add memstick module loading
2756 udevinfo: simplify symlink printing logic
2757 prevent wrong symlink creation if database disagress with current rules
2758 fix wrong variable used in logged string
2760 rule_generator: move all policy from write_net_rules to the rules file
2761 rules: call usb_id only for SUBSYSTEMS=="usb"
2762 rules: split out and fix persistent tape rules
2763 fix debug output string
2764 rule_generator: always match netif type in generated rule
2766 Matthias Schwarzott (3):
2767 rules: Gentoo update
2768 rules: Gentoo update
2769 rules: Gentoo update
2772 set buffer size if strlcpy/strlcat indicate truncation
2774 maximilian attems (1):
2775 correct includes in udev_selinux.c
2778 Summary of changes from v114 to v115
2779 ============================================
2782 rules: fix typo in 80-drivers.rules
2785 rules: add default rules
2786 rules: update SUSE rules
2787 rules: add packages rules
2788 rules: add ia64 rules
2789 rules: move md-raid rules to packages dir
2790 rules: run vol_id only for partitions
2791 rules: update Fedora rules
2792 edd_id: move persistent rules to its own file
2793 accept relative path for TEST
2794 rules: add iowarrior rule
2795 volume_id: fix sqashfs detection
2796 do not ignore dynamic rule if it is the last one in the list
2797 rule_generator: fix wrong DRIVERS!= logic
2798 rules: update Fedora
2799 Makefile: install default rules
2802 rules_generator: remove policy from write_cd_rules
2803 rules_generator: fix write_cd_rules when similar names exist in the root directory
2804 rules: Debian update
2807 Summary of changes from v113 to v114
2808 ============================================
2810 Hannes Reinecke (3):
2811 collect: extra to synchronize actions across events
2812 add $driver subtitution
2813 rules_generator: add S/390 persistent network support
2816 rules_generator: remove executable flag from include file
2817 always unlink temporary file before creating new one
2819 volume_id: ext4 detection
2820 udevtrigger: allow to specify action string
2821 add option to RUN key to ignore the return value of the program
2822 use global udev_log variable instead of parameter in run_program
2823 add udev_rules_run() to handle RUN list
2824 move udev_utils_run.c into udev_rules.c
2826 name_list: rename loop_name -> name_loop
2827 handle dynamic rules created in /dev/.udev/rules.d/
2828 allow SYMLINK== match
2829 libvolume_id: use /usr/$libdir in pc file
2830 Makefile: add --as-needed flag to ld
2831 restore behavior of NAME==
2832 rules_generator: remove "installation" function
2833 udevtrigger: trigger "driver" events
2835 rules: Fedora update
2836 rules: add "do not edit" comment
2837 rules: Fedora update
2838 rules_generator: skip random MAC addresses
2839 write changed network interface names to the kernel log
2841 Matthias Schwarzott (3):
2842 rules: Gentoo update
2843 fix inotify to work not only once
2844 rules: Gentoo update
2847 Makefile: add "make dist" for nightly snapshots
2850 Summary of changes from v112 to v113
2851 ============================================
2854 vol_id: do not fail if unable to drop privileges
2857 add missing ChangeLog
2858 make ATTR{[$SUBSYSTEM/$KERNEL]<attr>}="<value>" working
2859 rules: recognize partitions and disk devices properly
2861 atomically replace existing nodes and symlinks
2862 do not try to create existing file
2863 info() for ignore_remove
2865 Makefile: check for missing ChangeLog or RELEASE-NOTES at release
2866 allow to disable the replacement of unusual characters
2867 no newline in log messages
2868 udevd: do not use syslog if --verbose (debugging) is used
2871 fix typo in udev_utils_run.c
2874 Summary of changes from v111 to v112
2875 ============================================
2877 Fabio Massimo Di Nitto (1):
2878 rules: ignore partitons that span the entire disk
2880 Hannes Reinecke (1):
2881 cciss device support
2884 udevd: close /proc/meminfo after reading
2885 create_floppy_devices: remove dead "unlink" code
2886 volume_id: add function documentation
2887 udev_db: escape path names with \x00 instead of %00
2888 udevsettle: use long options
2889 replace_chars: replace spaces in node name
2890 volume_id: add and export string encoding function
2891 vol_id: export encoded strings
2892 rules: use encoded strings instead of skipping characters
2893 udevtest: print message before log output
2894 volume_id: escape % character
2895 replace_chars: replace % character
2896 IMPORT: do not mangle whitespace
2897 scsi_id: do not install symlink in /sbin
2899 volume_id: terminate overlong label strings
2900 scsi_id: add long options
2901 rules: use long options for scsi_id
2902 path_id: skip subsystem directory
2903 rules: fix cciss rule
2905 scsi_id: fix typo in help text
2906 fix "do not access parent" warning for ATTR{}
2907 sysfs: add device lookup by $SUBSYSYTEM:$KERNEL
2908 events for "bus" and "class" registration must be matched as "subsystem"
2909 udevtest: add --subsystem option
2910 sysfs: change order of subsystem lookup
2911 add $sys substitution
2912 add TEST=="<file>" key
2913 add "[$SUBSYSTEM/$KERNEL]<attribute>" lookup
2914 sysfs: handle bus/class top-level directories
2915 sysfs: skip unknown sysfs directories
2920 create_floppy_devices: add man page
2921 path_id: remove on make uninstall
2924 volume_id: support for long-filename based labels
2926 Scott James Remnant (2):
2927 replace_untrusted_chars: replace all whitespace with space
2928 run_program: log "info" not "error" if program is missing
2931 Summary of changes from v110 to v111
2932 ============================================
2936 rules: Fedora update
2937 volume_id: use md native uuid format
2938 vol_id: use long options
2939 volume_id: add volume_id_get_* functions
2940 vol_id: use volume_id_get_*
2941 udevd: use fgets() to read /proc files
2942 volume_id: add internal UUID_STRING
2943 volume_id: add DDF support
2944 vol_id: README update
2945 volume_id: rename UUID_64BIT_LE/BE
2946 vol_id: add ID_FS_UUID_SAFE
2947 rules: use ID_FS_UUID_SAFE
2949 volume_id: give access to list of all available probers
2950 vol_id: use libvolume_id prober list for --probe-all
2951 volume_id: add remaining names for prober lookup by type
2953 volume_id: vol_id depends on libvolume_id
2955 Matthias Schwarzott (2):
2956 volume_id: fix Makefile for parallel make
2957 rules: Gentoo update
2960 Summary of changes from v109 to v110
2961 ============================================
2964 udevcontrol: allow to set global variables in udevd
2967 remove eventrecorder.sh
2969 volume_id: add md metadata 1.0, 1.1, 1.2 support
2970 unset variable with ENV{VAR}=""
2971 delete copies of default rules in SUSE rules
2972 volume_id: ext - fix endianess in version number
2973 rules: Fedora update
2974 volume_id: old md metadata has only 32 bit for the uuid
2975 volume_id: minix version 3 support
2976 don't create $tempnode for devices without major
2977 usb_id: add <devpath> to help text
2978 ata_id: use getopt_long()
2981 Matthias Schwarzott (3):
2982 Makefile: respect CFLAGS/LDFLAGS
2983 rules: Gentoo update
2984 ata_id: don't log error for libata devices on older kernels
2987 Summary of changes from v108 to v109
2988 ============================================
2991 create_floppy_devices: create nodes with correct selinux context
2994 udevtest: export ACTION string if given as option
2996 make ACTION!="add|change" working
2997 udevtest: import uevent variables if possible
2998 udevinfo: export all information stored in database
2999 default rules: add libata compat links
3000 create_path: don't fail if something else created the directory
3001 udevd: fix serialization of events
3002 path_id: remove broken example
3003 libvolume_id: do not install static library
3006 Matthias Schwarzott (2):
3008 persistent device naming: add joystick links
3011 path_id: add man page
3014 Summary of changes from v107 to v108
3015 ============================================
3018 udevinfo: relax check for the correct device if looked up by name
3019 don't write to sysfs files during test run
3020 finally remove the directory event-multiplexer crap
3022 Matthias Schwarzott (2):
3023 write_cd_rules: set default link type to "by-id" for usb and ieee1394 devices
3027 udevsettle: read udev not kernel seqnum first
3030 Summary of changes from v106 to v107
3031 ============================================
3033 Jean Tourrilhes (1):
3034 udevtest: export UDEV_LOG if we changed it
3037 man: add missing options to various man pages
3039 create_floppy_devices: apply specified mode without umask
3041 udevmonitor: add switch for kernel and udev events
3042 default rules: wait for 0:0:0:0 scsi devices only
3044 delete dasd_id, it moved to s390-tools
3046 encode db-file names, instead of just replacing '/'
3047 update internal variables if we see $DEVPATH during IMPORT
3048 increase /proc/stat buffer
3049 maintain index over device-names to devpath relation
3050 restore overwritten symlinks when the device goes away
3051 store devpath with the usual leading slash
3052 add link_priority to rule options, and store it in database
3053 pick actual valid device in udev_db_lookup_name
3054 cleanup already existing db-entries and db-index on device update
3055 selinux: move selinux_exit() to the main programs
3056 remove old error message
3057 read list of devices from index, make index private to database
3058 priority based symlink handling
3059 volume_id: get rid of compiler warning
3060 udevinfo: remove -d option
3061 update %n on netif name change
3062 if a node goes away, possibly restore a waiting symlink
3064 man: add "link_priority" option
3066 udevtest: add --force mode
3067 udevinfo: print link priority
3068 usb_id: append target:lun to storage device serial
3069 run_directory: add final warning before removal
3074 Matthias Schwarzott (2):
3075 udevd: cleanup std{in,our,err} on startup
3076 udevmonitor: fix swapped event switch descriptions
3079 Summary of changes from v105 to v106
3080 ============================================
3083 man: fix typos in scsi_id and udevd
3085 Andrey Borzenkov (2):
3086 vol_id: add -L to print raw partition label
3090 persistent device naming: tape devices and medium changers
3093 exclude parent devices from DRIVER== match
3094 volume_id: really fix endianess bug in linux_raid detection
3096 man: correct udevinfo --export-db
3097 path_id: append LUN to iSCSI path
3098 create_floppy_devices: add option for owner/group
3099 update example rules
3100 apply format chars to ATTR before writing to sysfs
3101 add (subsystem) to udevmonitor output
3102 update DRIVER== changes
3103 remove --version from the udevinfo man page
3104 add test for an attribute which contains an operator char
3105 man: add note about parent matching behavior
3106 scsi_id: accept tabs in /etc/scsi_id.conf
3107 remove dead rule in persistent tape rules
3109 Matthias Schwarzott (4):
3110 correct typo in extras/scsi_id/scsi_id.conf
3111 fix retry-loop in netif-rename code
3112 add option --version to udevd
3113 rule_generator: fix for creating rules on read-only filesystem
3115 Peter Breitenlohner (1):
3116 fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
3119 udevd: init signal pipe before daemonizing
3120 unlink old database file before creating a new one
3121 fix %c $string substitution
3123 Theodoros V. Kalamatianos (1):
3124 fix udev attribute names with a colon
3127 Summary of changes from v104 to v105
3128 ============================================
3131 man: fix typos in scsi_id and udevd
3133 Andrey Borzenkov (2):
3134 vol_id: add -L to print raw partition label
3138 exclude parent devices from DRIVER== match
3139 volume_id: really fix endianess bug in linux_raid detection
3141 Matthias Schwarzott (2):
3142 correct typo in extras/scsi_id/scsi_id.conf
3143 fix retry-loop in netif-rename code
3145 Peter Breitenlohner (1):
3146 fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
3149 udevd: init signal pipe before daemonizing
3150 unlink old database file before creating a new one
3151 fix %c $string substitution
3154 Summary of changes from v103 to v104
3155 ============================================
3159 update example rules
3162 volume_id: fix endianess bug in linux_raid detection
3163 man: fix udevmonitor text
3164 man: recreate from xml
3165 rename config "filename" to "dir"
3166 remove outdated documentation
3167 rename "udev.c" to "test-udev.c" - it is only for testing
3169 use git-archive instead of git-tar-tree
3171 Kazuhiro Inaoka (1):
3172 inotify syscall definitions for M32R
3175 write_cd_rules: identity-based persistence
3176 scsi_id: remove trailing garbage from ID_SERIAL_SHORT
3179 SELinux: label created symlink instead of node
3182 Summary of changes from v102 to v103
3183 ============================================
3186 persistent storage rules: skip gnbd devices
3187 volume_id: add checksum check to via_raid
3188 volume_id: add comment about hfs uuid conversion
3193 Summary of changes from v101 to v102
3194 ============================================
3197 writing_udev_rules: fix typo in example rule
3200 create missing ChangeLog for version 101
3202 update default rules
3203 first try "subsystem" link at a parent device, before guessing
3204 if /sys/subsystem exists, skip class, bus, block scanning
3205 scsi_id: export ID_SERIAL_SHORT without vendor/product
3209 path_id: fix SAS disk handling
3212 Summary of changes from v100 to v101
3213 ============================================
3216 fix udevinfo help text typo
3219 cleanup default rules
3220 add IMPORT operations to the udev man page
3223 remove Makefile magic for leading '0' in version
3224 udevd: use getopt_long()
3225 udevd: add --verbose option to log also to stdout
3226 udevd: add --debug-trace option
3227 rule_generator: improve net rule comment generation
3228 volume_id: correct iso9660 high sierra header
3229 warn if a PHYSEDV* key, the "device" link, or a parent attribute is used
3230 don't print PHYSDEV* warnings for old WAIT_FOR_SYSFS rules
3231 udevinfo: print error in --attribute-walk
3232 udev_sysfs: unify symlink resolving
3233 udevtrigger: trigger devices sorted by their dependency
3234 fix spelling in deprecation warning
3237 Michał Bartoszkiewicz:
3238 udevtrigger: fix typo that prevents partition events
3241 clarify "specified user/group unknown" error
3244 update slackware rules
3247 update Frugalware rules
3250 Summary of changes from v099 to v100
3251 ============================================
3255 fix messed up ChangeLog from release 099
3256 man: add $attr{} section about symlinks
3257 revert persistent-storage ata-serial '_' '-' replacement
3260 Summary of changes from v098 to v099
3261 ============================================
3267 udev_db.c: include <sys/stat.h>
3268 use fnmatch() instead of our own pattern match code
3269 rename major/minor variable to maj/min to avoid warning
3270 update source file headers
3271 udevtest: print header that ENV{} can't work
3273 udevtrigger: options to filter by subsystem and sysfs attribute
3274 udevtrigger: remove unused longindex
3275 udevinfo: use long options
3276 udevd: use files instead of symlinks for /dev/.udev/queue,failed
3277 udevtrigger: fix pattern match
3278 reorder options in udevinfo man page
3279 udevinfo: fix SUBSYTEMS spelling error
3280 fix ENV{TEST}="Test: $env{TEST}"
3281 let $attr{symlink} return the last element of the path
3282 cdrom_id: add rules file to call cdrom_id
3283 udevinfo: do not show symlinks as attributes in --attribute-walk
3284 remove broken name_cdrom.pl
3288 run_program: close pipe fd's which are connected to child process
3289 add persistent rules generator for net devices and optical drives
3292 changes rules for ata disk from '_' to '-'
3295 make struct option arrays static const
3299 Summary of changes from v097 to v098
3300 ============================================
3303 udevtest: allow /sys in the devpath paramter
3306 selinux: init once in the daemon, not in every event process
3309 udevd: remove huge socket buffer on the control socket
3311 rename udev_libc_wrapper -> udev_sysdeps
3312 db: store devpath - node relationship for all devices
3313 udevinfo: allow -a -n <node>
3314 udevinfo, udevtest: simplify '/sys' stripping from devpath argument
3315 lookup_user, lookup_group: report "unknown user" and "lookup failed"
3316 consistent key naming to match only the event device or include all parent devices
3317 skip rule, if too may keys of the same type are used
3318 introduce ATTR{file}="value" to set sysfs attributes
3320 update default rules
3321 export DRIVER for older kernels as a replacement for PHYSDEVDRIVER
3322 fix typo in SUBSYSTEMS key parsing
3323 udevtrigger: add --retry-failed
3324 volume_id: add suspend partition detection
3325 vol_id: use primary group of 'nobody' instead of 'nogroup'
3326 remove built-in /etc/passwd /etc/group parser
3327 always expect KEY{value} on ATTR, ATTRS, ENV keys
3328 use new key names in test programs
3329 cleanup commandline argument handling
3330 db: don't create a db file for only a node name to store
3331 man: add ATTR{file}="value" assignment
3334 volume_id: fix fat32 cluster chain traversal
3337 fix 'unknow user' error from getpwnam/getgrnam
3338 fix rc when using udev --daemon
3341 Michał Bartoszkiewicz:
3342 man pages: fix typos
3345 Summary of changes from v096 to v097
3346 ============================================
3349 add joystick support to persistent input rules
3352 firmware.sh: remove needless '/'
3353 vol_id: add --skip-raid and --probe-all option
3354 switch uevent netlink socket to group 1 only
3355 increase /proc/stat read buffer
3356 use "change" instead of "online" events
3357 remove 'static' from local variable
3358 libvolume_id: add parameter 'size' to all probe functions
3359 man pages: replace 'device-path' by 'devpath'
3360 man pages: work around xmlto which tries to be smart
3361 refresh vol_id man page
3362 udevinfo: add DRIVER==
3363 Makefile: fix dependency
3364 libvolume_id: read ufs2 label
3365 switch ifdef __KLIBC__ to ifndef __GLIBC__
3366 report failing getpwnam/getgrnam as error
3367 rename udevcontrol message types and variables
3368 initialize unused sockets to -1
3369 udevd: remove useless udevinitsend parameter
3371 udevd: autotune max_childs/max_childs_running
3372 update frugalware rules
3374 move default rules to etc/udev/rules.d/
3375 add 'crypto' devices to persistent storage rules
3376 add late.rules to default rules
3378 don't report an error on overlong comment lines
3380 udevd: read DRIVER from the environment
3383 make rename_netif() error messages useful
3384 path_id: fix an harmless syntax error
3387 update slackware rules
3390 Fix inotify syscalls on ARM
3393 Summary of changes from v095 to v096
3394 ============================================
3397 Makefiles: fix .PHONY for man page target
3398 allow longer devpath values
3399 path_id: prepare for new sysfs layout
3402 Summary of changes from v094 to v095
3403 ============================================
3407 don't remove symlinks if they are already there
3408 allow "online" events to create/update symlinks
3409 udevinfo: clarify parent device attribute use
3411 netif rename: optimistic loop for the name to become free
3412 remove broken %e enumeration
3415 print usage of udevcontrol when no or invalid command is given
3418 Summary of changes from v093 to v094
3419 ============================================
3422 update "writing udev rules"
3425 libvolume_id: gfs + gfs2 support
3426 remove MODALIAS key and substitution
3427 add persistent-input.rules
3433 Summary of changes from v092 to v093
3434 ============================================
3437 path_id: add support for iSCSI devices
3440 libvolume_id: fat - check for signature at end of sector
3441 libvolume_id: add more software raid signatures
3443 path_id: prevent endless loop for SAS devices on older kernels
3445 replace binary firmware helper with shell script
3446 skip device mapper devices for persistent links
3449 Summary of changes from v091 to v092
3450 ============================================
3453 don't include stropts.h, some libc's don't like it
3454 udevd: create leading directories for /dev/.udev/uevent_seqnum
3455 vol_id: fix logging from libvolume_id's log function
3458 add more warnings for invalid key operations
3459 fix offsetof() build issue with recent glibc
3460 selinux: fix typo in block device node selection
3461 vol_id: add NetWare volume detection
3462 edd_id: fix "(null)" output if "mbr_signature" does not exist
3464 libvolume_id: nss - use different uuid
3467 path_id: add platform and serio support
3471 path_id: fix bashism
3474 Summary of changes from v090 to v091
3475 ============================================
3478 path_id: fix SAS device path generation
3481 udevtest: don't try to delete symlinks
3482 persistent rules: fix typo in dm rule
3483 allow NAME=="value" to check for already assigned value
3484 udevd: export initial sequence number on startup
3487 Summary of changes from v089 to v090
3488 ============================================
3491 udevd: export current seqnum and add udevsettle
3492 volume_id: fix endianess conversion typo for FAT32
3493 merge device event handling and make database content available on "remove"
3494 set default udevsettle timeout to 3 minutes
3495 export INTERFACE_OLD if we renamed a netif
3496 let udevmonitor show the possibly renamed devpath
3497 volume_id: move some debug to info level
3498 udevtrigger: fix event order
3499 usb_id: remove uneeded code
3500 remove old symlinks before creating current ones
3501 path_id: fix loop for SAS devices
3502 apply format char to variables exported by ENV
3505 add inotify support for hppa and MIPS and log if inotify is not available
3508 fix typo in error message
3511 Summary of changes from v088 to v089
3512 ============================================
3515 path_id: add bus to USB path
3518 change rule to skip removable IDE devices
3519 don't create uuid/label links for raid members
3520 volume_id: provide library
3521 fix rule order for persistent tape links
3523 volume_id: provide a custom debug function
3524 volume_id: rename subdirectory
3525 volume_id: use shared library by default
3526 because is better than cause
3527 volume_id: remove some global symbols
3528 volume_id: define exported symbols
3529 remove all stripping code
3530 man pages: mention udev(7) not udev(8)
3532 move all *_id programs to /lib/udev/
3533 update Red Hat rules
3535 pass CROSS_COMPILE to AR and RANLIB down to extras/
3536 volume_id: update README
3537 volume_id: generate man page from xml source
3539 fix symlink targets in Makefiles
3542 Summary of changes from v087 to v088
3543 ============================================
3546 persistent links: add scsi tape links and usb path support
3549 volume_id: add squashfs detection
3550 reset signal handler in event process
3551 correct use of fcntl()
3552 add udevtrigger to request events for coldplug
3553 add ',' to trusted chars
3554 volume_id: remove partition table parsing code
3555 volume_id: remove all partition table support
3556 fix spelling error in debug string
3557 rename "persistent disk" to "persistent storage"
3558 fix output for USB path
3561 Summary of changes from v086 to v087
3562 ============================================
3565 path_id: support SAS devices
3568 fix persistent disk rules to exclude removable IDE drives
3569 warn about %e, MODALIAS, $modalias
3570 remove devfs rules and scripts
3573 typo in debug text in udev_run_hotplugd.c
3576 Summary of changes from v085 to v086
3577 ============================================
3580 volume_id: replace __packed__ by PACKED macro
3581 volume_id: split raid and filesystem detection
3582 volume_id: add missing return
3583 udevd: fix queue export for multiple events for the same device
3586 workaround missing kernel headers for some architectures
3589 update to udev-084/doc/writing_udev_rules
3592 Summary of changes from v084 to v085
3593 ============================================
3596 Fix trivial spelling errors in RELEASE-NOTES
3599 fix typo in parisc support to path_id
3602 make WAIT_FOR_SYSFS usable in non "wait-only" rules
3603 fix typo in man page
3604 include sys/socket.h for klibc build
3605 cramfs detection for bigendian
3606 exit WAIT_FOR_SYSFS if the whole device goes away
3608 update Red Hat rules
3610 include errno.h in udev_libc_wrapper.c
3613 Summary of changes from v083 to v084
3614 ============================================
3618 switch CROSS to CROSS_COMPILE
3619 replace fancy silent build program by simple kernel build like logic
3620 move manpages to top level