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