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