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