chiark / gitweb /
[PATCH] catchup with recent klibc
[elogind.git] / ChangeLog
1 Summary of changes from v024 to v025
2 ============================================
3
4 <md:linux.it>:
5   o devfs.sh-ide-floppy
6
7 <sjoerd:spring.luon.net>:
8   o DEVNODE -> DEVNAME transition fixes
9
10 Daniel Drake:
11   o Update writing udev rules docs
12
13 Greg Kroah-Hartman:
14   o make dev.d call each directory in the directory chain of the device name, instead of just the whole name
15   o add devd_test script
16   o add more permissions based on SuSE's recommendations
17   o added rules for tun and raw devices
18   o add udev conf.d file
19   o Switch the default config to point to a directory for the rules and permission files
20   o update the Red Hat .dev files to work on other distros
21   o add dbus.dev, pam_console.dev and selinux.dev files for /etc/dev.d/default/ usage
22   o add hints for red hat users from Leann Ogasawara <ogasawara@osdl.org>
23   o add scripts to run gcov for udev from Leann Ogasawara <ogasawara@osdl.org>
24   o change permissions on udevd test scripts
25   o Fix build process for users who have LC_ALL set to a non-english language
26   o Added expanded tests to the test framework from Leann Ogasawara <ogasawara@osdl.org>
27   o added execelent "writing udev rules" document from Daniel Drake <dan@reactivated.net>
28   o added rule to put USB printers in their proper places
29   o added rules for CAPI devices
30   o added a dev.d alsa script to help people out
31   o v024 release TAG: v024
32
33 Kay Sievers:
34   o fix test regressions
35   o udev_selinux changes
36   o udevd test script
37   o udev_dbus changes
38   o fix devpath for netdev
39
40 Leann Ogasawara:
41   o gcov for udev
42
43
44 Summary of changes from v023 to v024
45 ============================================
46
47 <atul.sabharwal:intel.com>:
48   o Add README for chassis_id
49   o Add chassis_id program to extras directory
50
51 <chris_friesen:sympatico.ca>:
52   o udevd race conditions and performance,  assorted cleanups
53
54 <hare:suse.de>:
55   o fix SEGV in libsysfs/dlist.c
56
57 <maryedie:osdl.org>:
58   o add OSDL documentation for persistent naming
59
60 <md:linux.it>:
61   o small ide-devfs.sh fix
62
63 Greg Kroah-Hartman:
64   o remove compiler warning from udevd.c
65   o only generate udev.8 on the fly, not all other man pages
66   o update bk ignore list some more
67   o update bk ignore list
68   o switch to generate the man pages during the normal build, not during the install
69   o convert udev.8.in to use @udevdir@ macro for make install
70   o first step of making man pages dynamically generated
71   o add install and uninstall the etc/dev.d/net/hotplug.dev file to the Makefile
72   o tweak net_test a bit
73   o fix some segfaults when running udevtest for network devices
74   o make a net_test test script using udevtest
75   o handle the subsytem if provided in udevtest
76   o add hotplug.dev script to handle renamed network devices
77   o add a bunch of network class devices to the test sysfs tree
78   o add udevruler to the bk ignore list
79   o update RFC-dev.d docs due to DEVNODE to DEVNAME change
80   o clean up chassis_id coding style
81   o clean up the OSDL document formatting a bit
82   o add netlink rules to devfs and gentoo rules files
83   o added USB device rules to rules files
84   o clean up the gentoo rules file a bit more, adding dri rules
85   o fix up udev.rules to handle oss rules better
86   o 023_bk mark
87   o fix udev.spec file for where udevtest should be placed
88
89 Kay Sievers:
90   o tweak node unlink handling
91   o switch udevd's msg_dump() to #define
92   o handle netdev in udevruler
93   o man page cleanup
94   o put config info in db for netdev
95   o increase udevd event timeout
96   o udevstart fix
97   o put netdev handling and dev.d/ in manpages
98   o DEVPATH for netdev
99   o netdev - udevdb+dev.d changes
100   o udevd race conditions and performance,  assorted cleanups - take 2
101   o udevinfo patch
102   o dev_d.c file sorting and cleanup
103   o apply all_partitions rule to main block device only
104
105
106 Summary of changes from v022 to v023
107 ============================================
108
109 Kay Sievers:
110   o hmm, handle net devices with udev?
111   o correct apply_format() for symlink only rules
112   o don't init namedev on remove
113   o first stupid try for a rule compose gui
114   o replace fgets() with mmap() and introduce udev_lib.[hc]
115   o make udevtest a real program :)
116
117 Daniel E. F. Stekloff:
118   o udevinfo patch
119
120 Greg Kroah-Hartman:
121   o create the /etc/dev.d/ directories in 'make install'
122   o actually have udev run files ending in .dev in the /etc/dev.d/ directory as documented
123   o added RFC-dev.d document detailing how /etc/dev.d/ works
124   o fixed up udev.spec to handle selinux stuff properly now
125   o remove USE_DBUS and USE_SELINUX flags from the README as they are no longer present
126   o remove selinux stuff from the main Makefile
127   o move udev_selinux into extras/selinux
128   o fix dbus build in the udev.spec file
129   o remove dbus stuff from main Makefile
130   o move udev_dbus to extras/dbus
131   o udev_dbus can now compile properly, but linnking is another story
132   o remove udev_dbus.h from Makefile
133   o first cut at standalone udev_selinux program
134   o remove selinux support from udev core as it's no longer needed
135   o first cut at standalone udev_dbus program
136   o add get_devnode() helper to udev_lib for udev_dbus program
137   o remove dbus code from core udev code as it's no longer needed to be there
138   o add /etc/dev.d/ support for udev add and remove events
139   o fix build error in namedev.c caused by previous patch
140   o 022_bk tag
141   o fix 'make spotless' to really do that in klibc
142   o add a question/answer about automounting usb devices to the FAQ
143   o mark scsi-devfs.sh as executable
144   o Increase the name size as requested by Richard Gooch <rgooch@ras.ucalgary.ca>
145   o fix udevtest to build properly after the big udev_lib change
146   o 022 release TAG: v022
147
148 Olaf Hering:
149   o uninitialized variable for mknod and friend
150
151 Richard Gooch:
152   o SCSI logical and physical names for udev
153
154 Theodore Y. T'so:
155   o Trivial man page typo fixes to udev
156
157
158 Summary of changes from v021 to v022
159 ============================================
160
161 <ananth:in.ibm.com>:
162   o more Libsysfs updates
163   o Libsysfs updates
164
165 <async:cc.gatech.edu>:
166   o fix HOWTO-udev_for_dev for udevdir
167
168 Kay Sievers:
169   o udev-test.pl cleanup
170   o add dev node test to udev-test.pl
171   o add permission tests
172   o "symlink only" test
173   o callout part selector tweak
174   o cleanup callout fork
175   o allow to specify node permissions in the rule
176   o man page beauty
177   o put symlink only rules to the man page
178   o rename strn*() macros to strmax
179   o conditional remove of trailing sysfs whitespace
180   o clarify udevinfo text
181   o better fix for NAME="foo-%c{N}" gets a truncated name
182   o overall trivial trivial cleanup
183   o fix NAME="foo-%c{N}" gets a truncated name
184   o cleanup mult field string handling
185
186 <ken:cgi101.com>:
187   o fix a type in docs/libsysfs.txt
188   o Added line to udev.permissions.redhat
189   o Include more examples in the docs area for gentoo and redhat
190
191 <md:linux.it>:
192   o udevstart fixes
193
194 Greg Kroah-Hartman:
195   o add big major tests to udev-test.pl
196   o add a test for a minor over 255
197   o udev-test.pl: print out major:minor and perm test "ok" if is ok
198   o make perm and major:minor test errors be reported properly
199   o remove extra ; in namedev_parse.c
200   o Added multipath-tools 0.1.1 release
201   o deleted current extras/multipath directory
202   o 021_bk mark
203   o fix the build for older versions of gcc
204   o 021 release TAG: v021
205
206 Hanna V. Linder:
207   o Small fix to remove extra "will" in man page
208
209 Olaf Hering:
210   o make spotless
211   o udev* segfaults with new klibc
212
213 Patrick Mansfield:
214   o add tests for NAME="foo-%c{N}"
215
216 Summary of changes from v020 to v021
217 ============================================
218
219 Kay Sievers:
220   o install udevinfo in /usr/bin
221   o blacklist pcmcia_socket
222
223 Greg Kroah-Hartman:
224   o fix udev.spec to find udevinfo now that it has moved to /usr/bin
225   o Fix another problem with Makefile installing initscript
226   o fix the Makefile to install the init script into the proper directory
227   o make spec file turn off selinux support by default
228
229
230 Summary of changes from v019 to v020
231 ============================================
232
233 <christophe.varoqui:free.fr>:
234   o multipath update
235
236 Kay Sievers:
237   o man page udevstart
238   o cleanup udevstart
239   o bugfix for local user
240   o unlink bugfix
241   o TODO update
242   o clarify udevinfo device walk
243   o udevinfo symlink reverse query
244   o fix stroul endptr use
245   o add $local user spport for permissions
246   o udev - man page update
247   o udev - fix debug info for multiple rule file config
248   o udev - kill udevd on install
249   o udev - activate formt length attribute
250   o udev - safer sprintf() use
251
252 <md:linux.it>:
253   o no error on enoent
254   o escape dashes in man pages
255   o remove usage of expr in ide-devfs.sh
256
257 <rml:ximian.com>:
258   o automatically install correct initscript
259   o update documetation for $local
260
261 Andrey Borzenkov:
262   o Add symlink only rules support
263
264 Greg Kroah-Hartman:
265   o update the TODO list as we already have a devfs config file
266   o make start_udev use udevstart binary
267   o install udevstart
268   o Remove Debian permission files as the Debian maintainer doesn't seem to want to share :(
269   o update the Gentoo rules files
270   o Add Red Hat rules and permissions files
271   o add udevstart to the ignore list
272   o add udevstart program based on a old patch from Harald Hoyer <harald@redhat.com>
273   o unlink the file before we try to create it
274   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
275
276
277 Summary of changes from v018 to v019
278 ============================================
279
280 Kay Sievers:
281   o TODO update
282   o udev - correct relative symlink
283   o udev - safer string handling - part four
284   o udev - safer string handling - part three
285   o udev - safer string handling - part two
286   o udev - man page update
287   o udev - safer string handling all over the place
288   o manpage update
289   o udev - allow all files in a directory as the config
290   o udev - simple klibc textual uid/gid handling
291
292 Andrey Borzenkov:
293   o do not remove real .udev.tdb during RPM build
294
295 Greg Kroah-Hartman:
296   o add new TODO item about local user permissions
297   o Add initial SELinux support for udev
298   o fix build for very old versions of make
299   o remove limit of the number of args passed to PROGRAM
300   o force udev to include the internal version of libsysfs and never the external one
301   o fix up libsysfs header file usage to fix bug reports from users that have sysfsutils installed already
302   o remove udevtest on 'make clean'
303   o remove udevd priority TODO item, as it's not needed at all
304
305 Patrick Mansfield:
306   o update udev scsi_id to scsi_id 0.4
307
308
309 Summary of changes from v017 to v018
310 ============================================
311
312 <ext.devoteam.varoqui:sncf.fr>:
313   o [PATCH] symlink dm-[0-9]* rule
314   o update extras/multipath
315
316 <john-hotplug:fjellstad.org>:
317   o init.d debian patch
318
319 Kay Sievers:
320   o udev - TODO update
321   o udev - add %s{filename} to man page
322   o udev - udevd/udevsend man page
323   o udev - switch callout part selector to {attribute}
324   o udev - switch SYSFS_file to SYSFS{file}
325   o udev - create all partitions of blockdevice
326   o allow SYSFS{file}
327   o Adding '%s' format specifier to NAME and SYMLINK
328
329 Greg Kroah-Hartman:
330   o added some scsi_id files to the bk ignore file
331   o added scsi_id and some more documentation to the udev.spec file
332   o update udev.rules.gentoo with new config file format
333   o Update the Gentoo udev.rules and udev.permissions files
334   o Create a udev.rules.examples file to hold odd udev.rules
335   o add udevd priority issue to the TODO list
336   o more HOWTO cleanups
337   o add HOWTO detailing how to use udev to manage /dev
338   o mv libsysfs/libsysfs.h to libsysfs/sysfs/libsysfs.h to make it easier to use
339   o add start_udev init script
340   o add support for UDEV_NO_SLEEP env variable so Gentoo people will be happy
341   o start up udevd ourselves in the init script to give it some good priorities
342   o update the red hat init script to handle nodes that are not present
343   o add a "old style" SYSFS_attribute test to udev-test.pl
344   o Have udevsend report more info in debug mode
345   o Have udevd report it's version in debug mode
346   o fix up bug created for udevtest in previous partition creation patch
347   o update the udev.spec to add udevtest and make some more Red Hat suggested changes
348   o add ability to install udevtest to Makefile
349   o 017_bk mark
350   o Add another test to udev-test.pl and fix a bug when only running 1 test
351   o Fix bug where we did not use the "converted" kernel name if we had no rule
352   o v017 release TAG: v017
353
354 Patrick Mansfield:
355   o udev use new libsysfs header file location
356   o udev add some ID tests
357
358
359 Summary of changes from v016 to v017
360 ============================================
361
362 <azarah:nosferatu.za.org>:
363   o make logging a config option
364
365 <christophe.varoqui:free.fr>:
366   o more udev-016/extras/multipath
367   o more udev-016/extras/multipath
368   o update extras/multipath
369
370 Kay Sievers:
371   o udev - keep private data out of the database?
372   o better credential patch
373   o udevd - client access authorization
374   o compile udevd with klibc
375   o udev - fix "ignore method"
376   o udev - fix cdrom symlink rule
377   o convert udevsend/udevd to DGRAM and single-threaded
378   o udevd - kill the lockfile
379   o udevd - fix socket path length
380   o udevd - switch socket path to abstract namespace
381   o udevd - allow to bypass sequence number
382   o include used function
383
384 Greg Kroah-Hartman:
385   o add udev_log to the documentation
386   o fix offsetof() define in klibc
387   o add some .spec file changes from Red Hat
388   o update the init.d udev script based on a patch from Red Hat
389   o remove the .udev.tdb when installing or uninstalling to be safe
390   o remove the database at startup
391   o fix bug in permission handling
392   o update klibc to version .107
393   o update the bitkeeper ignore file list
394   o add udevtest program to build
395   o fix problem where usb devices can be either the main device or the interface
396   o more logging.h cleanups to be a bit more flexible
397   o stop using mode_t as different libcs define it in different ways :(
398   o remove some more KLIBC fixups that are no longer needed
399   o let udev-test.pl run an individual test if you ask it to
400   o Handle the '!' character that some block devices have
401   o add a block device with a ! in the name, and a test for this
402   o fix up 'make release' to use bk to build the export tree
403   o fix log option code so that it actually works for all udev programs
404   o finish syncing up with klibc
405   o sync with latest version of klibc (0.107)
406   o fix up Makefile dependancies for udev_version.h
407
408 Patrick Mansfield:
409   o udev add wild card compare for ID
410   o udev kill extra bus_id compares in match_id
411
412
413 Summary of changes from v015 to v016
414 ============================================
415
416 <elkropac:students.zcu.cz>:
417   o get_dev_number() in extras/ide-devfs.sh
418
419 <rrm3:rrm3.org>:
420   o FAQ udev.rules.devfs
421
422 Greg Kroah-Hartman:
423   o add udevd and udevsend to the spec file
424   o make /etc/hotplug.d/default/udev.hotplug symlink point to udevsend now
425   o add KERNEL_DIR option so that the distros will be happy
426   o make udevsend binary even smaller
427   o udevsend now almost compiles with klibc, struct sockaddr_un is only problem now
428   o fix up logging code so that it can be built without it being enabled
429   o rework the logging code so that each program logs with the proper name in the syslog
430   o remove logging.c as it's no longer needed
431   o kill the last examples that contained the %D option
432   o remove a __KLIBC__ tests in libsysfs, as klibc now supports getpagesize()
433   o udevd - remove stupid locking error I wrote
434   o update to klibc version 0.101, fixing the stdin bug
435   o fix Makefile typo for USE_LSB install
436   o allow dbus code to actually build again
437
438 Kay Sievers:
439   o let udevsend build with klibc
440   o udevd - config cleanup
441   o udevd - cleanup and better timeout handling
442   o fix possible buffer overflow
443   o udevd - next round of fixes
444   o udevinfo - missing options for man page
445   o udev - trivial style cleanup
446
447
448 Summary of changes from v014 to v015
449 ============================================
450
451 <mbuesch:freenet.de>:
452   o LFS init script update
453
454 Greg Kroah-Hartman:
455   o update klibc to version 0.98
456   o clean up udevinfo on 'make clean'
457   o add udevinfo man page to spec file
458   o remove command line documentation from udev man page
459   o create initial version of udevinfo man page
460   o added URL to spec file
461   o add udevinfo to udev.spec file
462   o add udevinfo to install target of Makefile
463   o rip out command line code from udev, now that we have udevinfo
464   o udevinfo doesn't need to declare main_envp
465   o move get_pair to udev_config.c because udevinfo doesn't need all of namedev.o
466   o more makefile cleanups
467   o move udevinfo into the main build and clean up the main Makefile a bit
468   o clean up compiler warnings if building using klibc
469   o make udevd only have one instance running at a time
470   o new testd.block script for debugging
471   o udevsnd : clean up message creation logic a bit
472   o make bk ignore udevd and udevsend binaries
473   o whitespace cleanups
474   o remove TODO item about BUS value, as it is now done
475   o add support for figuring out which device on the sysfs "chain" the rule applies to
476
477 Kay Sievers:
478   o udevinfo - now a real program :)
479   o udevd - cleanup and better timeout handling
480   o udev - next round of udev event order daemon
481   o fix udevd exec
482   o udev - udevinfo with device chain walk
483   o spilt udev into pieces
484
485
486 Summary of changes from v013 to v014
487 ============================================
488
489 <ananthmg:rediffmail.com>:
490   o libsysfs update for refresh + namedev.c changes
491
492 <christophe.varoqui:free.fr>:
493   o udev-013/extras/multipath update
494
495 <flamingice:sourmilk.net>:
496   o minor patch for devfs rules
497
498 Kay Sievers:
499   o udev - program to query all device attributes to build a rule
500   o set default owner/group in db - update
501   o udev - reverse user query options
502   o udev - kill %D from udev-test.pl
503   o add udev logging to info log
504   o udev - mention format string escape char in man page
505
506 Greg Kroah-Hartman:
507   o misc code cleanups
508   o fixup logging.h to handle different logging options properly
509   o clean up the logging patch a bit to make the option more like the other options
510   o remove the %D modifier as it is not longer needed
511   o remove unneeded keyboard rule
512   o add usb_host and pci_bus to the class blacklist
513   o added input device rules to udev.rules and udev.rules.devfs
514   o 013_bk mark
515   o v013 release TAG: v013
516
517 Hanna V. Linder:
518   o set default owner/group in db
519   o small cut n paste error fix
520
521 Patrick Mansfield:
522   o update udev scsi_id to scsi_id 0.3
523
524
525 Summary of changes from v012 to v013
526 ============================================
527
528 <eike-hotplug:sf-tec.de>:
529   o LSB init script and other stuff
530
531 <elkropac:students.zcu.cz>:
532   o fix udev directory for Debian init script
533
534 <tiggi:infa.abo.fi>:
535   o udev 012 old gcc fixup
536
537 Christophe Saout:
538   o add IGNORE rule type
539   o small cleanup
540
541 Greg Kroah-Hartman:
542   o update TODO with some new, small items
543   o Cset exclude: greg@kroah.com|ChangeSet|20040113010256|48515
544   o update the README in a few places
545   o fix -d typo in the manpage update
546   o Fix stupid gcc "optimization" of 1 character printk() calls.... Ick
547   o oops, forgot to fix up the PROGRAM result from ID to RESULT in the config files
548   o Add alsa device rules and a few other devfs rules
549   o fix a few stale comments in namedev.c
550   o convert the default rules files to the new format
551   o convert the test shell scripts to the config file format
552   o add bus test for usb-serial bus
553   o Add some helpful messages if the user uses the older config file format
554   o added dri rule to the default config file
555   o added init.d udev script for debian
556   o add a script that tests the IGNORE rule
557   o add silly script that names cdrom drives based on the cd in them
558   o add cdrom rule for ide cdrom
559   o replace list_for_each with list_for_each_entry, saving a few lines of code
560   o add a blacklist of class devices we do not want to look at
561
562 Kay Sievers:
563   o fix klibc with printf() and gcc
564   o udev - small script optimization
565   o udev - introduce format escape char
566   o udev - more CALLOUT is PROGRAM now
567   o udev - CALLOUT is PROGRAM now
568   o update documentation for new config file format
569   o more advanced user query options
570   o udev - simple debug tweak
571   o udev - drop all methods :)
572   o udev - advanced user query options
573   o udev - Makefile error
574   o udev - make exec_callout() reusable
575   o udev - exec status fix for klibc
576   o fix Silly udev script
577
578
579 Summary of changes from v011 to v012
580 ============================================
581
582 <azarah:nosferatu.za.org>:
583   o make symlink work properly if there is already a file in its place
584   o Fix udev gcc-2.95.4 compat
585
586 <christophe.varoqui:free.fr>:
587   o extras multipath update
588   o extras multipath update
589
590 Kay Sievers:
591   o mention user callable udev + options in man page
592   o make udev user callable to query the database
593   o depend on all .h files
594   o cleanup namedev_parse debug text
595   o extend exec_program[]
596   o ide-devfs.sh update
597   o fix for apply_format()
598   o check for empty symlink string
599   o 'ide' missing in bus_files[]
600   o small trivial cleanup of latest changes
601
602 <mbuesch:freenet.de>:
603   o introduce signal handler
604
605 <rml:ximian.com>:
606   o udev spec file update
607
608 Greg Kroah-Hartman:
609   o minor grammer fixes for the udev_vs_devfs document
610   o move the dbus config file to etc/dbus-1/system.d/
611   o move the config files to etc/udev to clean up main directory a bit
612   o add Gentoo versions of the rules and permissions files
613   o if using glibc, link dynamically, as no one like 500Kb udev binaries
614   o minor change to udev_vs_devfs document
615   o added udev vs devfs supid document to the tree
616   o move the signal handling registration to after we have initialized enough stuff
617   o make ide-devfs.sh executable in the tree
618   o udev.permissions.debian - forgot the dm nodes
619   o update the udev.permissions.debian file with new entries
620   o added udev.init script for the Linux From Scratch project
621
622
623
624 Summary of changes from v010 to v011
625 ============================================
626
627 <mbuesch:freenet.de>:
628   o proper cleanup on udevdb_init() failure
629
630 <mh:nadir.org>:
631   o patch udev 009-010 rpm spec file
632
633 <svetljo:gmx.de>:
634   o fix udev sed Makefile usage
635
636 Greg Kroah-Hartman:
637   o add documentation about the BUS key being optional for the LABEL rule
638   o add tests for LABEL rule with a device that has no bus
639   o Don't require the BUS value for the LABEL rule
640   o If a LABEL rule has a BUS id, then we must check to see if the device is on a bus
641   o add documentation about the BUS key being optional for the CALLOUT rule
642   o If a CALLOUT rule has a BUS id, then we must check to see if the device is on a bus
643   o Don't require the BUS value for the CALLOUT rule
644   o add test for callout rule with a device that has no bus
645   o 010_bk stamp
646   o added different build options to the rpm udev.spec file
647   o add pci to the bus_files list
648   o check for empty line a bit better in the parser
649   o more init script cleanups, the stop target now calls udev to cleanup instead of just removing the whole /udev directory
650   o make udev init script run udev in the background to let startup go much faster
651   o fix long delay for all devices in namedev
652
653
654 Summary of changes from v009 to v010
655 ============================================
656
657 <ananth:in.ibm.com>:
658   o change pgsize
659
660 <christophe.varoqui:free.fr>:
661   o extras multipath update
662   o extras multipath update
663   o extras multipath update
664   o extras multipath update
665
666 Kay Sievers:
667   o fix udev-test.pl
668   o small cleanup udev-remove.c
669   o experimental CALLOUT script for devfs ide node creation with cd, disc, part
670   o add any valid device
671   o introduce format char 'k' for kernel-name
672   o trivial make fixes
673   o don't overwrite old config on install
674   o udev-remove.c cleanups
675   o bug in udev-remove.c
676   o trivial cleanup parser changes
677
678 <roman.kagan:itep.ru>:
679   o fix comment and whitespace handling in config files
680
681 Adam Kropelin:
682   o Allow build with empty EXTRAS
683
684 Daniel E. F. Stekloff:
685   o libsysfs 0.4.0 patch
686   o fix scsi_id segfault with udev-009
687   o add libsysfs docs
688
689 David T. Hollis:
690   o mark config files as such in the rpm spec file
691
692 Greg Kroah-Hartman:
693   o fix complier warning in namedev.c
694   o add documentation for the new '%k' modifier (kernel name replacement)
695   o add documentation about the multiple sysfs values that are now allowed for the LABEL rule
696   o add tests for multi-file LABEL rules
697   o add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule
698   o Just live with a sleep(1) in namedev for now until libsysfs is fixed up
699   o try to wait until the proper device file shows up in sysfs
700   o remove unneeded TODO and FIXME entry
701   o clean up the stand-alone tests to work properly on other people's machines
702   o add tests to catch whitespace and comment config file parsing errors
703
704
705 Summary of changes from v008 to v009
706 ============================================
707
708 <christophe.varoqui:free.fr>:
709   o more extras/multipath changes
710   o and more extras/multipath updates
711   o more extras/multipath updates
712   o yet more extras/multipath
713   o more extras/multipath updates
714   o extras/multipath update
715
716 <david:fubar.dk>:
717   o D-BUS patch for udev-008
718
719 <eike-hotplug:sf-tec.de>:
720   o add init.d/udev to "make install"
721   o add init.d/udev to the spec file
722
723 Kay Sievers:
724   o don't rely on field order in namedev_parse
725   o get part of callout return string
726   o remove '\n' from end of callout return
727   o man-page mention multiple symlinks
728   o allow multiple symlinks
729   o cleanup man & remove symlink comment
730   o experimental (very simple) SYMLINK creation
731   o man page beauty
732   o pattern match for label method
733   o a bug in linefeed removal
734
735 <rml:ximian.com>:
736   o remove udev from runlevels on uninstall
737   o install initscript in udev rpm
738
739 Daniel E. F. Stekloff:
740   o pre-libsysfs-0.4.0 patch
741
742 Greg Kroah-Hartman:
743   o signal fixes due to klibc update
744   o sync klibc with release 0.95
745   o add mol permissions to the debian permissions file
746   o update the FAQ with info about bad modprobe events from the devfs scheme
747   o some cleanups due to the need for LABEL rules to use "SYSFS_" now
748   o Add restart target to the etc/init.d/udev script
749   o tweak the config file generation portion of the Makefile a bit
750   o change devfs disk name rule from 'disk' to 'disc'
751   o add vc support to udev.rules.devfs
752   o added a devfs udev config file from Marco d'Itri <md@Linux.IT>
753   o set default mode to 0600 to be safer
754   o Makefile tweaks for the DBUS build
755   o update the FAQ due to the latest devfs mess on lkml and also due to symlinks now working
756   o document the different Makefile config options that we have
757   o change USE_DBUS to DBUS in Makefile, and disable it by default as it's still to hard to build on all systems
758   o fix formatting of udev_dbus.c to use tabs.  Also get it to build properly now
759   o move all of the DBUS logic into one file and remove all of the #ifdef crud from the main code
760
761 Olaf Hering:
762   o dump latest klibc into the udev build tree
763   o use udevdir in udev.conf
764
765 Patrick Mansfield:
766   o better allow builds of extras programs under udev
767   o update udev extras/scsi_id to version 0.2
768
769
770 Summary of changes from v007 to v008
771 ============================================
772
773 <azarah:nosferatu.za.org>:
774   o more config file parsing robustness
775
776 <christophe.varoqui:free.fr>:
777   o udev-007/extras/multipath update
778
779 Arnd Bergmann:
780   o Build failure - missing linux/limits.h include?
781   o Add format modifier for devfs like naming
782   o klibc makefile fixes
783
784 Daniel E. F. Stekloff:
785   o another patch for path problem
786   o quick fix for libsysfs bus
787   o libsysfs changes for sysfsutils 0.3.0
788
789 Greg Kroah-Hartman:
790   o fix up some duplicated function compiler warnings in libsysfs
791   o fix some compiler warnings in the tdb code
792   o Added Kay's name to the man page
793   o update the wildcard documentation in the man page to show the new styles supported
794   o fix permission handling logic
795   o enable default_mode ability to actually build
796   o add support for the default_mode variable, as it is documented
797   o show permissions and groups in the label_test
798   o remove some items off of the TODO list, as they are now done
799   o fix up the tests to work without all of the environ variables
800   o get rid of the majority of the debug environment variables
801   o Update the man page to show the new config file, it's format, and how to use it
802   o fix up the tests to support the rules file name change
803   o add support for a main udev config file, udev.conf
804   o turn debugging messages off by default
805   o split out the namedev config parsing logic to namedev_parse.c
806   o rename namedev's get_attr() to be main namedev_name_device() as that's what it really is
807   o add devfs like tty rules as an example in the default config file
808   o operate on the rules in the order they are in the config file (within the rule type) instead of operating on them backwards.
809   o Cset exclude: dsteklof@us.ibm.com|ChangeSet|20031126173159|56255
810   o add test for checking the BUS value
811   o fix problem where we were not looking at the BUS value
812   o add scsi and pci bus links in the test sysfs tree
813   o add test and documentation for new %D devfs format modifier
814   o changed the default location of the database to /udev/.udev.tdb to be LSB compliant
815   o get rid of functions in klibc_fixups that are now in klibc
816   o sync up with the 0.84 version of klibc
817   o fix udev init.d script to handle all class devices in sysfs
818   o fix the test.block and test.tty scripts due to their moveing.  Also add a test.all script
819   o 007_bk version change to Makefile
820
821 Kay Sievers:
822   o pattern matching for namedev
823   o catch replace device by wildcard
824   o udev.8 tweak numeric id text
825   o udev-test.pl add subdir test
826   o namedev.c strcat tweak
827   o overall whitespace + debug text conditioning
828   o udev-test.pl - tweaks
829
830 Martin Hicks:
831   o Add -nodefaultlibs while compiling against klibc
832
833 Olaf Hering:
834   o ARCH detection for ppc
835
836 Patrick Mansfield:
837   o fix udev parallel builds with klibc
838
839
840 Summary of changes from v006 to v007
841 ============================================
842
843 <md:linux.it>:
844   o fix segfault in parsing bad udev.permissions file
845
846 Greg Kroah-Hartman:
847   o update default config file with a CALLOUT rule, and more documentation
848   o updated the man page with the latest format specifier changes
849   o added ability to put format specifiers in the CALLOUT program string
850   o tweak udev-test.pl to report '0' errors if that's what happened
851   o only build klibc_fixups.c if we are actually using klibc
852   o add support for string group and string user names in udev.permissions
853   o add getgrnam and getpwnam to klibc_fixups files
854   o remove Makefile.klibc
855   o add udev-test perl script from Kay Sievers <kay.sievers@vrfy.org> which blows away my puny shell scripts
856   o added debian's version of udev.permissions
857   o change to 006_bk version
858
859 Kay Sievers:
860   o format char for CALLOUT output
861   o more namedev whitespace cleanups
862   o support arguments in callout exec
863   o namedev.c - change order of fields in CALLOUT
864   o namedev.c whitespace + debug text cleanup
865   o man page with udev.permissions wildcard
866
867 Olaf Hering:
868   o static klibc udev does not link against crt0.o
869
870 Summary of changes from v005 to v006
871 ============================================
872
873 <chris_friesen:sympatico.ca>:
874   o faster test scripts
875
876 Arnd Bergmann:
877   o more robust config file parsing in namedev.c
878   o add bus id modifier
879
880 Daniel E. F. Stekloff:
881   o patch for libsysfs sysfs directory handling
882
883 Greg Kroah-Hartman:
884   o add another line to udev.permissions in the proper format
885   o tweak replace_test
886   o fix permissions to work properly now
887   o add real udev.permissions file to test directory
888   o fix namedev.c to build with older version of gcc
889   o add dumb test for all of the different modifiers
890   o update the TODO list with more items that people can easily do
891   o move the test.block and test.tty scripts to the test/ directory
892   o add remove actions to the test scripts
893   o turn DEBUG_PARSER off by default
894   o add some documentation for the %b modifier to the default config file
895   o fix make install rule for when the udev symlink is already there
896   o change release target in makefile
897   o change debug level on printf values for now
898   o updated demo config file
899   o add some documentation of the modifiers to the default config file
900   o add demo config file
901   o updated bk ignore list for klibc generated files
902   o add printf option to label test to verify it works
903   o fix up printf-like functionality due to previous changes
904   o get the major/minor number before we name the device
905   o add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com>
906   o Add multipath "extra" program from Christophe Varoqui, <christophe.varoqui@free.fr>
907   o trailing whitespace cleanups
908   o splig LABEL and NUMBER into separate functions
909   o add TOPO regression test
910   o move TOPOLOGY rule to it's own function
911   o fix bug where NUMBER and TOPOLOGY would not work for partitions
912   o clean up the way we find the sysdevice for a block device for namedev
913   o updated label test script (tests for partitions now.)
914   o split REPLACE and CALLOUT into separate functions
915   o add debug line for REPLACE call
916   o add replace test
917   o add more sysfs test tree files
918   o change UDEV_SYSFS_PATH environment variable due to libsysfs change
919   o fix bug in klibc's isspace function
920   o fix udev-add.c to build properly with older versions of gcc
921   o add prototype for ftruncate to klibc
922   o Remove a few items from the TODO list that are already done
923   o version number to 005_bk
924   o pull some klibc stuff into the make Makefile to try to stay in sync
925   o klibc build fixes
926
927 Kay Sievers:
928   o apply permissions.conf support for wildcard and default name
929   o man page with included placeholder list
930   o implement printf-like placeholder support for NAME
931   o more manpage tweaks
932   o add support for subdirs
933   o add uid/gid to nodes
934
935 Olaf Hering:
936   o DESTDIR for udev
937
938 Paul Mundt:
939   o Fixup path for kernel includes when building with klibc
940
941 Robert Love:
942   o udev init script
943
944
945 Summary of changes from v004 to v005
946 ============================================
947
948 <kay:vrfy.org>:
949   o namedev.c comments + debug patch
950   o man page update
951
952 Greg Kroah-Hartman:
953   o ignore the klibc/linux symlink
954   o add klibc linux symlink info to the README
955   o get 'make release' to work properly again
956   o added README info for how to build using klibc
957   o turn off debugging if we are building with klibc
958   o turn off debugging in namedev
959   o added vsyslog support to klibc
960   o add ftruncate to klibc
961   o klibc specific tweaks
962   o libsysfs does not need mntent.h in it's header file
963   o udev build tweaks to tdb's spinlock code
964   o klibc makefile changes
965   o build tdb and libsysfs from the same makefile as udev
966   o udev-add build cleanups for other libc versions
967   o tweak tdb to build within udev better
968   o make libsysfs spit debug messages to the same place as the rest of udev
969   o make libsysfs build cleanly
970   o updated bk ignore list
971   o added klibc version 0.82 (cvs tree) to the udev tree
972   o makefile fix for now
973   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
974   o hm, makefile bug with so many files...  will fix later
975   o regression tests starting to be added
976   o fix LABEL bug for device files (not class files.)
977   o more warning flags to the build
978   o got rid of struct device_attr
979   o rename namedev.permissions and namedev.config to udev.permissions and udev.config
980   o fix dbg line in namedev.c
981   o more overrides of config info with env variables if in test mode
982   o Fix bug causing udev to sleep forever waiting for dev file to show up
983   o change version to 004_bk
984   o make config files, sysfs root, and udev root configurable from config variables
985   o 004 changelog entrys TAG: v004
986
987 Robert Love:
988   o udev: sleep_for_dev() bits
989   o udev: another canidate for static
990
991
992 Summary of changes from v003 to v004
993 ============================================
994
995 Daniel E. F. Stekloff:
996   o new version of libsysfs patch
997
998 Greg Kroah-Hartman:
999   o 004 release
1000   o major database cleanups
1001   o Changed test.block and test.tty to take ACTION from the command line
1002   o don't sleep if 'dev' file is already present on device add
1003   o fix comment about how the "dev" file is made up
1004   o more database work.  Now we only store the info we really need right now
1005   o add BUS= bug to TODO list so it will not get forgotten
1006   o spec file changes
1007   o test.block changes
1008   o ok, rpm likes the "_" character instead of "-" better
1009   o change the version to 003-bk to keep things sane with people using the bk tree
1010   o got "remove of named devices" working
1011   o fix segfaults when dealing with partitions
1012   o update changelog for 003 release TAG: v003
1013
1014 Kay Sievers:
1015   o man file update
1016   o man page update
1017
1018 Robert Love:
1019   o udev: mode should be mode_t
1020   o udev: trivial trivialities
1021   o udev: cool test scripts again
1022   o udev spec file symlink support
1023   o udev: cool test scripts
1024   o udev spec file bits
1025
1026
1027 Summary of changes from v0.2 to v003
1028 ============================================
1029
1030 Daniel E. F. Stekloff:
1031   o udevdb patch
1032   o udevdb prototype
1033
1034 Greg Kroah-Hartman:
1035   o update the spec file for the new version and install process
1036   o fix makefile release rule to not drop tdb.h file
1037   o Add FAQ for udev
1038   o removed AUTHORS and INSTALL files as they were pretty pointless
1039   o copyright updates
1040   o Add AUTHORS and INSTALL files
1041   o TODO updates
1042   o Updatd the README
1043   o updated the TODO list
1044   o add udev man page (basically just a place holder for now.)
1045   o added uninstall support
1046   o added install target for makefile so people don't have to do it by hand anymore
1047   o add version to debug log on startup
1048   o tell the user what mknod() we are trying to do
1049   o add dbg_parse() to cut down on parse file debugging statements
1050   o put config files and database in /etc/udev by default
1051   o add ols 2003 udev paper to docs/
1052   o clean up some debugging stuff in namedev.c
1053   o do not build the tdb binary programs, only the objects
1054   o merge tdb into the build process
1055   o Added tdb code from latest cvs version in the samba tree
1056   o added my name to the .spec file
1057   o minor cleanups
1058   o cleanup the mknod code a bit
1059   o remove mknod callout
1060   o handle new major:minor format of dev files that showed up in 2.6.0-test2-bk3 or so
1061   o oops, everything was getting created as 000 mode, try to fix this up, but fail...
1062   o more test stuff
1063
1064 Olaf Hering:
1065   o print udev pid
1066
1067 Patrick Mansfield:
1068   o add callout config type to udev
1069
1070 Paul Mundt:
1071   o Fix TDB cross compilation
1072   o udev spec file
1073   o udev/libsysfs cross compile fixes
1074
1075
1076 Summary of changes from v0.1 to v0.2
1077 ============================================
1078
1079 Greg Kroah-Hartman:
1080   o more test stuff
1081   o removed unneeded stuff from udev.h
1082   o added 0.2 change log info
1083   o start working on label support, and fix some segfaults for block devices
1084   o test config file changes
1085   o add NUMBER support (basically same logic as TOPOLOGY, perhaps we should
1086     merge this...)
1087   o added topology support
1088   o got REPLACE to work properly
1089   o make struct config_device contain a struct device_attr instead of
1090     duplicating the mess
1091   o block test
1092   o split the tests up into different files
1093   o split udev main logic into udev-add and udev-remove
1094   o Clean up the namedev interface a bit, making the code smaller
1095   o bk: update ignore list
1096   o update the tests to handle block devices too
1097   o add initial libsysfs support
1098   o added libsysfs to the build
1099   o added libsysfs code from sysutils-0.1.1-071803 release
1100   o namedev config files are fully parsed
1101   o more permission tests
1102   o make log_message spit out warnings so I don't have to spend forever
1103     chasing down stupid bugs that aren't there...
1104   o added klibc makefile
1105   o Initial namedev parsing of config files
1106   o sleep for 2 seconds to give the kernel a chance to actually create the
1107     files we need
1108   o pick a better default UDEV_ROOT
1109   o fix up the test to actually work
1110   o added more documentation in README and TODO files
1111
1112
1113 Summary of changes up to v0.1
1114 ============================================
1115
1116 Greg Kroah-Hartman:
1117   o added more documentation in README and TODO files
1118   o updated the documentation
1119   o cleaned up the makefile a bit
1120   o remove now works!
1121   o restructure code to be able to actually get remove_node() to work
1122   o Creating nodes actually works
1123   o added stupid test script for debugging
1124   o added initial documentation and gpl license
1125   o enabled debugging
1126   o updated ignore list
1127   o added initial files
1128   o fixed up config
1129   o Initial repository create
1130   o BitKeeper file /home/greg/src/udev/udev/ChangeSet
1131