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