chiark / gitweb /
[PATCH] avoid building klibc test programs and pass SUBDIRS= to klibc clean
[elogind.git] / ChangeLog
1 Summary of changes from v048 to v049
2 ============================================
3
4 Greg Kroah-Hartman:
5   o fix 'make clean' error in klibc
6
7 Kay Sievers:
8   o update klibc to 0.194
9   o export DEVNAME regardless of the state of udev_dev_d
10   o add class specific files for class/spi_transport and class/spi_host
11   o udevd-test.pl: remove wrong date calculation
12   o check earlier if we should run as udevstart
13   o remove double initialization
14   o include missing header to udevtest.c
15   o add -V option to udev to print the version number
16   o prevent udev node creatinon for "class" registration
17   o udevd: serialization of the event sequence of a chain of devices
18   o add a class/fc_host file to the list of what to wait for
19   o udev_volume_id: links sysfs.a instead of all objects
20
21 Martin Schlemmer:
22   o remove leftover from udevinfo's -d option
23
24
25 Summary of changes from v047 to v048
26 ============================================
27
28 Greg Kroah-Hartman:
29   o fix udev_volume_id so it will now build properly
30   o fix scsi_id build errors due to changes in the main udev makefile
31
32
33 Summary of changes from v046 to v047
34 ============================================
35
36 <klauser:access.unizh.ch>:
37   o Various typos and other litte errors in udev.8.in
38
39 <sjoerd:spring.luon.net>:
40   o DEVNAME on device removal
41
42 <sschweizer:gmail.com>:
43   o Allow GROUP to have modifiers in it
44
45 Greg Kroah-Hartman:
46   o add more debian rules files
47   o move distro specific config files into their own directories
48   o update debian rules files
49   o added asterix rules to the gentoo file
50   o use udevstart for udev.init.* files
51   o delete a bunch of files no longer needed
52   o fix gentoo scsi cdrom rule
53   o Fix the multithreaded build again
54   o merge
55   o comment out ability to run udev-test.pl with valgrind
56   o fix spurious valgrind warning in udev
57   o fix udevinfo '-q path' option as it was not working
58   o merge
59   o fix parallel build error
60
61 Kay Sievers:
62   o update Fedora dev.d/ example and remove unused conf.d/ directory
63   o don't install distribution specific init script on "make install"
64   o restore OWNER/GROUP assignment in rule coming from RESULT
65   o make gcov compile scripts working with recent gcc
66   o fix udev-test/udev-test.pl to work with again
67   o add net/atml and class/ppdev to the wait_for_sysfs exception list
68   o add net/nlv* devices to the exception list
69   o add "pcmcia" and "fc_transport" to the wait_for_sysfs lists
70   o remove unused timestamp field
71   o simplify permission handling
72   o handle /etc/hotplug.d/ only if the event comes from udevd
73   o trivial cleanups and change some comments
74   o remove unused variables
75   o udevsend/udevd handle events without a subsystem
76   o use blacklist on device "remove" and remove dev.d/ call code duplication
77   o update the man pages and correct Usage: hints
78   o don't call the hotplug scripts with a test run
79   o don't call dev.d/ scripts twice, if directory = subsystem
80   o remove archive file if we changed something
81   o link archive insted of objects
82   o rename udev_lib to udev_utils and dev_d to udev_multiplex
83   o handle whole hotplug event with udevd/udev
84   o integrate wait_for_sysfs in udev
85   o make the searched multiplex directories conditionally
86   o add MANAGED_EVENT to the forked udev environment
87   o export DEVNAME on remove event
88   o export udev_log flag to the environment
89   o remove my test code
90   o add support for /devices-devices without any file to wait for
91   o Patch from Alex Riesen <raa.lkml@gmail.com>
92   o add a bunch of busses to the list of what to wait for
93   o close connection to syslog in forked udevd child
94   o udevd exit path cleanup
95   o fix network device naming bug
96
97
98 Summary of changes from v045 to v046
99 ============================================
100
101 Greg Kroah-Hartman:
102   o make spotless for releases
103
104 Kay Sievers:
105   o Don't try to print major/minor for devices without a dev file
106   o remove get_device_type and merge that into udev_set_values()
107   o prevent udevd crash if DEVPATH is not set
108   o add ippp and bcrypt to the exception lists of wait_for_sysfs
109   o let klibc add the trailing newline to syslog conditionally
110   o disable logging for udevstart
111   o add NAME{ignore_remove} attribute
112   o remove historical SYSFS_attr="value" format
113   o don't wait for sysfs if the kernel(2.6.10-rc2) tells us what not to expect
114   o change key names in udevinfo sysfs walk to match the kernel
115   o support DRIVER as a rule key
116   o support SUBSYSTEM as a rule key
117   o rename udevdb* to udev_db*
118   o Make dev.d/ handling a separate processing stage
119   o make the udev object available to more processing stages
120   o remove udev_lib dependency from udevsend, which makes it smaller
121   o add ACTION to udev object to expose it to the whole process
122   o make udevinfo's -r option also workimg for symlink queries
123   o let udev act as udevstart if argv[1] == "udevstart"
124   o improve udevinfo sysfs info walk
125   o add sysfs info walk to udevinfo
126   o pass the whole event environment to udevd
127   o replace tdb database by simple lockless file database
128
129
130 Summary of changes from v044 to v045
131 ============================================
132
133 Martin Schlemmer:
134   o Some updates for Gentoo's udev rules
135
136
137 Summary of changes from v043 to v044
138 ============================================
139
140 Greg Kroah-Hartman:
141   o add cdsymlinks.sh support to gentoo rules file
142   o fix gentoo legacy tty rule
143   o remove 'sudo' usage from the Makefile
144   o make udev-test.pl test for root permissions before running
145
146 Kay Sievers:
147   o reduce syslog noise of udevsend if multiple instances try to start udevd
148   o add i2c-dev to the list of devices without a bus
149
150
151 Summary of changes from v042 to v043
152 ============================================
153
154 Greg Kroah-Hartman:
155   o add test target to makefile
156   o add dumb script to show all sysfs devices in the system
157
158 Kay Sievers:
159   o Shut up wait_for_sysfs class/net failure messages, as it's not possible to
160     get that right for all net devices. Kernels later than 2.6.10-rc1 will
161     handle that by carrying the neccessary information in the hotplug event.  
162   o wait() for specific pid to return from fork()
163   o Don't use any syslog() in signal handler, cause it may deadlock
164   o Add support for highpoint ataraid to volume_id to suppress label reading on raid set members.
165   o Add a bunch of devices without "device" symlinks
166   o Exit, if udevtest cannot open the device (segfault)
167   o Patches from Harald Hoyer <harald@redhat.com>
168   o Apply the default permissions even if we found a entry in the permissions
169     file. Correct one test, as the default is applied correctly now and the
170     mode will no longer be 0000.
171   o add test for format chars in multiple symlinks to replace
172   o Add net/vmnet and class/zaptel to the list of devices without physical device
173
174
175 Summary of changes from v040 to v042
176 ============================================
177
178 Greg Kroah-Hartman:
179   o add inotify to the rules for gentoo
180
181 Kay Sievers:
182   o skip waiting for device if we get a bad event for class creation and not for a device underneath it
183   o add net/pan and net/bnep handling
184   o switch wait for bus_file to stat() instead of open() add net/tun device handling add ieee1394 device handling
185   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
186   o ignore *.rej files from failed patches
187   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.
188   o improve klibc fixup integration
189   o cleanup udevd/udevstart
190   o expose sysfs functions for sharing it
191
192
193 Summary of changes from v039 to v040
194 ============================================
195
196 <jk:blackdown.de>:
197   o wait_for_sysfs update for dm devices
198
199 Greg Kroah-Hartman:
200   o sparse cleanups on the tree
201   o fix stupid cut-and-paste error for msr devices on gentoo boxes
202   o add *~ to bk ignore list
203   o delete udevruler.c as per Kay's request
204   o fix up the wait_for_sysfs_test script a bit
205
206 Kay Sievers:
207   o fix debug in volume id / fix clashing global var name
208   o volume_id fix
209   o $local user
210   o cleanup netif handling and netif-dev.d/ events
211   o big cleanup of internal udev api
212   o don't wait for dummy devices
213   o close the syslog
214   o Fix ppp net devices in wait_for_sysfs
215   o Fix wait_for_sysfs messages (more debugging info)
216
217
218 Summary of changes from v038 to v039
219 ============================================
220
221 Greg Kroah-Hartman:
222   o Hopefully fix the vcs issue in wait_for_sysfs
223   o take out & from wait_for_sysfs_test that I previously missed
224   o add very nice cdsymlinks scripts
225   o add some helper scripts for dvb and input devices
226   o add debian config files
227   o let the extras/ programs build "pretty" also
228   o tweak the ccdv program to handle files in subdirectories being built
229   o crap, I messed up the 'sed' instances pretty badly, this fixes the config and man page mess
230   o fix broken 'make -j5' functionality
231
232 Kay Sievers:
233   o swich attribute open() to simple stat()
234   o wait_for_sysfs update for /class/firmware and /class/net/irda devices
235   o fix unusual sysfs behavior for pcmcia_socket
236   o remove sleeps from udev as it is external now
237   o delete udevruler?
238   o Makefile fix
239
240 Patrick Mansfield:
241   o update udev to scsi_id 0.7
242   o pass SYSFS setting down for extras builds
243   o move assignments past local variables
244
245
246 Summary of changes from v037 to v038
247 ============================================
248
249 <andrew.patterson:hp.com>:
250   o Re: Problem parsing %s in udev rules
251
252 Greg Kroah-Hartman:
253   o fix up error in building extras and libsysfs
254
255 Summary of changes from v036 to v037
256 ============================================
257
258 <md:linux.it>:
259   o small udev patch
260
261 Greg Kroah-Hartman:
262   o fix compilation warning in tdb log message
263   o Fix build error with klibc due to recent changes
264   o merge
265   o add wait_for_sysfs test script to the tarball to help people debug their boxes
266   o add ipsec to wait_for_sysfs ignore list
267   o added ccdv to bk ignore list
268   o a few more Makefile tweaks for the quiet feature
269   o Make the build silent, thanks to a helper program from ncftp
270   o rename files to have '_' instead of '-' in them
271   o change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle some slow machines
272   o add support for class/raw/ to wait_for_sysfs
273   o fix up Makefile for wait_for_sysfs udev_version.h dependancy
274   o remove the debian specific file, as they don't want to share with the rest of the world :(
275
276 Kay Sievers:
277   o prevent deadlocks on an corrupt udev database
278   o wait_for_sysfs_update
279
280 Michael Buesch:
281   o fix asmlinkage
282   o fix incompatible pointer type warning
283
284
285 Summary of changes from v035 to v036
286 ============================================
287
288 Greg Kroah-Hartman:
289   o add the error number to the error message in wait_for_sysfs to help out in debugging problems
290
291 Summary of changes from v034 to v035
292 ============================================
293
294 Greg Kroah-Hartman:
295   o added ieee1394 support to wait_for_sysfs
296   o update wait_for_sysfs with a bunch more devices thanks to user reports
297
298 Summary of changes from v033 to v034
299 ============================================
300
301 Kay Sievers:
302   o wait_for_sysfs bluetooth class update
303
304 Greg Kroah-Hartman:
305   o add comment in wait_for_sysfs to explain the structure better
306   o Revert previous dev_d.c change, it's not what is causing HAL problems
307   o hm, somethings odd with DEVPATH, see if this fixes it
308   o 33_bk mark for the makefile
309   o wait_for_sysfs: clean up the logic for the list of devices that we do not expect device symlinks for
310   o get rid of annoying extra lines in the syslog for some libsysfs debug messages
311   o added support for i2c devices in wait_for_sysfs.c
312   o add support for i2c-adapter devices to wait_for_sysfs.c
313
314 Summary of changes from v032 to v033
315 ============================================
316
317 <harald:redhat.com>:
318   o udev close on exec
319   o some cleanups and security fixes
320   o some cleanups and security fixes
321   o selinux for udev
322   o cleanup PATCH for extras/chassis_id/Makefile
323
324 <kpfleming:backtobasicsmgmt.com>:
325   o respect prefix= setting in built udev.conf (updated)
326
327 Greg Kroah-Hartman:
328   o add support for usb interfaces to wait_for_sysfs to keep it quiet
329   o enable native tdb spinlocks on i386 platforms
330   o delete extras/multipath-tools as per the author's request
331   o be paranoid in dev_d.c
332   o add USE_SELINUX to README documentation so people have a chance to see what is going on
333   o update the selinux.h file to start to look sane
334   o update bk ignore list for the wait_for_sysfs binary
335   o kdetv wants to see device nodes in /dev
336   o update comments in scsi-devfs.sh
337   o fix up Makefiles to get the klibc build working properly
338   o update bk ignore list for new klibc generated files
339   o oops forgot to add the new klibc/include directory
340   o update klibc to version 0.181
341
342 Kay Sievers:
343   o fix problems with dev.d and udevstart
344   o wait_for_sysfs debug cleanup
345   o fix problems using scsi_id with udevstart
346   o update volume_id
347   o finally solve the bad sysfs-timing for all of us
348   o volume-id build fix and update
349   o switch udev's seqnum to u64
350   o add enum tests
351   o fix udev segfaults with bad permissions file
352
353 Patrick Mansfield:
354   o update udev to include scsi_id 0.6
355
356
357 Summary of changes from v031 to v032
358 ============================================
359
360 <harald:redhat.com>:
361   o udev parse bug
362
363 Kay Sievers:
364   o handle only block and class devices
365   o fix udevstart badly broken in udev 031
366
367
368 Summary of changes from v030 to v031
369 ============================================
370
371 <arun:codemovers.org>:
372   o udev - read long lines from config files overflow fix
373
374 <ballarin.marc:gmx.de>:
375   o Update the FAQ with info about hardlink security
376
377 <david:fubar.dk>:
378   o compatibility symlinks for udev
379
380 David Weinehall:
381   o Minor POSIX-fixes for udev
382
383 Greg Kroah-Hartman:
384   o add symlink for video rule
385   o add a "first" list to udevstart and make it contain the class/mem/ devices
386   o fix compiler warning in udevtest.c
387   o Fix old-style pty breakage in rules file for tty device
388   o add rules for i386 cpu devices
389   o add permission for legotower usb devices
390
391 Kay Sievers:
392   o Fix naming ethernet devices in udevstart
393   o update udev_volume_id
394   o let /sbin/hotplug execute udev earlier
395   o pass SEQNUM trough udevd
396   o fix manpages based on esr's spambot
397
398 Martin Schlemmer:
399   o add microcode rule to permissions.gentoo file
400
401 Michael Buesch:
402   o Try to provide a bit of security for hardlinks to /dev entries
403
404 Olaf Hering:
405   o udevsend depends on udev_lib.o
406
407 Tom Rini:
408   o fix UDEV_NO_SLEEP
409   o clean up start_udev a bit
410   o Make udev/udevstart be one binary
411   o Add 'asmlinkage' to udev-030
412
413
414 Summary of changes from v029 to v030
415 ============================================
416
417 Greg Kroah-Hartman:
418   o fix stupid off-by-one bug that caused udevstart to die on x86-64 boxes
419
420
421 Summary of changes from v028 to v029
422 ============================================
423
424 Greg Kroah-Hartman:
425   o add permission rule for jogdial device
426   o fix dumb bug I added to udevstart
427   o make a "last list" of devices for udevstart to operate on last
428   o fix permission problem with input event and ts nodes for gentoo
429   o change default perms of misc/rtc to be readable by anyone
430
431 Olaf Hering:
432   o allow NAME_SIZE > SYSFS_PATH_MAX
433
434
435 Summary of changes from v027 to v028
436 ============================================
437
438 <atul.sabharwal:intel.com>:
439   o Patch for chassis_id exras module
440
441 Daniel Drake:
442   o Writing udev rules doc update
443
444 Greg Kroah-Hartman:
445   o clean up block whitelist search logic a bit
446   o reverse order of scanning of udevstart to look at class before block
447
448 Kay Sievers:
449   o update udev_volume_id
450
451 Leann Ogasawara:
452   o udevstart performance increase
453
454 Patrick Mansfield:
455   o update udev scsi_id to scsi_id 0.5
456
457
458 Summary of changes from v026 to v027
459 ============================================
460
461 <fork0:users.sf.net>:
462   o fix handle leak in udev_lib.c
463
464 Greg Kroah-Hartman:
465   o tweak the gentoo default permission rules as they are wrong for tty and misc devices
466
467
468 Summary of changes from v025 to v026
469 ============================================
470
471 Arnd Bergmann:
472   o udev rpm fix
473
474 Greg Kroah-Hartman:
475   o add test for ! in partition name
476   o 025_bk mark
477   o Update to version 117 of klibc (from version 108)
478   o add volume_id ignore rule for bk
479   o add volume_id support to the udev.spec file
480   o remove dbus and selinux stuff from the udev.spec file
481   o delete udev_selinux as it doesn't work properly and is the wrong way to do it
482   o Deleted the udev_dbus extra as it didn't really work properly and HAL has a real solution now
483   o add udev.permissions.slackware file
484   o udevstart: close open directories
485
486 Kay Sievers:
487   o fix udevd zombies
488   o catchup with recent klibc
489   o Re: udevsend fallback
490   o udev_volume_id update
491   o udev callout for reading filesystem labels
492   o udev callout for reading filesystem labels
493   o udev default config layout changes
494
495 Leann Ogasawara:
496   o evaluate getenv() return value for udev_config.c
497
498 Summary of changes from v024 to v025
499 ============================================
500
501 <md:linux.it>:
502   o devfs.sh-ide-floppy
503
504 <sjoerd:spring.luon.net>:
505   o DEVNODE -> DEVNAME transition fixes
506
507 Daniel Drake:
508   o Update writing udev rules docs
509
510 Greg Kroah-Hartman:
511   o make dev.d call each directory in the directory chain of the device name, instead of just the whole name
512   o add devd_test script
513   o add more permissions based on SuSE's recommendations
514   o added rules for tun and raw devices
515   o add udev conf.d file
516   o Switch the default config to point to a directory for the rules and permission files
517   o update the Red Hat .dev files to work on other distros
518   o add dbus.dev, pam_console.dev and selinux.dev files for /etc/dev.d/default/ usage
519   o add hints for red hat users from Leann Ogasawara <ogasawara@osdl.org>
520   o add scripts to run gcov for udev from Leann Ogasawara <ogasawara@osdl.org>
521   o change permissions on udevd test scripts
522   o Fix build process for users who have LC_ALL set to a non-english language
523   o Added expanded tests to the test framework from Leann Ogasawara <ogasawara@osdl.org>
524   o added execelent "writing udev rules" document from Daniel Drake <dan@reactivated.net>
525   o added rule to put USB printers in their proper places
526   o added rules for CAPI devices
527   o added a dev.d alsa script to help people out
528
529 Kay Sievers:
530   o fix test regressions
531   o udev_selinux changes
532   o udevd test script
533   o udev_dbus changes
534   o fix devpath for netdev
535
536 Leann Ogasawara:
537   o gcov for udev
538
539
540 Summary of changes from v023 to v024
541 ============================================
542
543 <atul.sabharwal:intel.com>:
544   o Add README for chassis_id
545   o Add chassis_id program to extras directory
546
547 <chris_friesen:sympatico.ca>:
548   o udevd race conditions and performance,  assorted cleanups
549
550 <hare:suse.de>:
551   o fix SEGV in libsysfs/dlist.c
552
553 <maryedie:osdl.org>:
554   o add OSDL documentation for persistent naming
555
556 <md:linux.it>:
557   o small ide-devfs.sh fix
558
559 Greg Kroah-Hartman:
560   o remove compiler warning from udevd.c
561   o only generate udev.8 on the fly, not all other man pages
562   o update bk ignore list some more
563   o update bk ignore list
564   o switch to generate the man pages during the normal build, not during the install
565   o convert udev.8.in to use @udevdir@ macro for make install
566   o first step of making man pages dynamically generated
567   o add install and uninstall the etc/dev.d/net/hotplug.dev file to the Makefile
568   o tweak net_test a bit
569   o fix some segfaults when running udevtest for network devices
570   o make a net_test test script using udevtest
571   o handle the subsytem if provided in udevtest
572   o add hotplug.dev script to handle renamed network devices
573   o add a bunch of network class devices to the test sysfs tree
574   o add udevruler to the bk ignore list
575   o update RFC-dev.d docs due to DEVNODE to DEVNAME change
576   o clean up chassis_id coding style
577   o clean up the OSDL document formatting a bit
578   o add netlink rules to devfs and gentoo rules files
579   o added USB device rules to rules files
580   o clean up the gentoo rules file a bit more, adding dri rules
581   o fix up udev.rules to handle oss rules better
582   o 023_bk mark
583   o fix udev.spec file for where udevtest should be placed
584
585 Kay Sievers:
586   o tweak node unlink handling
587   o switch udevd's msg_dump() to #define
588   o handle netdev in udevruler
589   o man page cleanup
590   o put config info in db for netdev
591   o increase udevd event timeout
592   o udevstart fix
593   o put netdev handling and dev.d/ in manpages
594   o DEVPATH for netdev
595   o netdev - udevdb+dev.d changes
596   o udevd race conditions and performance,  assorted cleanups - take 2
597   o udevinfo patch
598   o dev_d.c file sorting and cleanup
599   o apply all_partitions rule to main block device only
600
601
602 Summary of changes from v022 to v023
603 ============================================
604
605 Kay Sievers:
606   o hmm, handle net devices with udev?
607   o correct apply_format() for symlink only rules
608   o don't init namedev on remove
609   o first stupid try for a rule compose gui
610   o replace fgets() with mmap() and introduce udev_lib.[hc]
611   o make udevtest a real program :)
612
613 Daniel E. F. Stekloff:
614   o udevinfo patch
615
616 Greg Kroah-Hartman:
617   o create the /etc/dev.d/ directories in 'make install'
618   o actually have udev run files ending in .dev in the /etc/dev.d/ directory as documented
619   o added RFC-dev.d document detailing how /etc/dev.d/ works
620   o fixed up udev.spec to handle selinux stuff properly now
621   o remove USE_DBUS and USE_SELINUX flags from the README as they are no longer present
622   o remove selinux stuff from the main Makefile
623   o move udev_selinux into extras/selinux
624   o fix dbus build in the udev.spec file
625   o remove dbus stuff from main Makefile
626   o move udev_dbus to extras/dbus
627   o udev_dbus can now compile properly, but linnking is another story
628   o remove udev_dbus.h from Makefile
629   o first cut at standalone udev_selinux program
630   o remove selinux support from udev core as it's no longer needed
631   o first cut at standalone udev_dbus program
632   o add get_devnode() helper to udev_lib for udev_dbus program
633   o remove dbus code from core udev code as it's no longer needed to be there
634   o add /etc/dev.d/ support for udev add and remove events
635   o fix build error in namedev.c caused by previous patch
636   o 022_bk tag
637   o fix 'make spotless' to really do that in klibc
638   o add a question/answer about automounting usb devices to the FAQ
639   o mark scsi-devfs.sh as executable
640   o Increase the name size as requested by Richard Gooch <rgooch@ras.ucalgary.ca>
641   o fix udevtest to build properly after the big udev_lib change
642
643 Olaf Hering:
644   o uninitialized variable for mknod and friend
645
646 Richard Gooch:
647   o SCSI logical and physical names for udev
648
649 Theodore Y. T'so:
650   o Trivial man page typo fixes to udev
651
652
653 Summary of changes from v021 to v022
654 ============================================
655
656 <ananth:in.ibm.com>:
657   o more Libsysfs updates
658   o Libsysfs updates
659
660 <async:cc.gatech.edu>:
661   o fix HOWTO-udev_for_dev for udevdir
662
663 Kay Sievers:
664   o udev-test.pl cleanup
665   o add dev node test to udev-test.pl
666   o add permission tests
667   o "symlink only" test
668   o callout part selector tweak
669   o cleanup callout fork
670   o allow to specify node permissions in the rule
671   o man page beauty
672   o put symlink only rules to the man page
673   o rename strn*() macros to strmax
674   o conditional remove of trailing sysfs whitespace
675   o clarify udevinfo text
676   o better fix for NAME="foo-%c{N}" gets a truncated name
677   o overall trivial trivial cleanup
678   o fix NAME="foo-%c{N}" gets a truncated name
679   o cleanup mult field string handling
680
681 <ken:cgi101.com>:
682   o fix a type in docs/libsysfs.txt
683   o Added line to udev.permissions.redhat
684   o Include more examples in the docs area for gentoo and redhat
685
686 <md:linux.it>:
687   o udevstart fixes
688
689 Greg Kroah-Hartman:
690   o add big major tests to udev-test.pl
691   o add a test for a minor over 255
692   o udev-test.pl: print out major:minor and perm test "ok" if is ok
693   o make perm and major:minor test errors be reported properly
694   o remove extra ; in namedev_parse.c
695   o Added multipath-tools 0.1.1 release
696   o deleted current extras/multipath directory
697   o 021_bk mark
698   o fix the build for older versions of gcc
699
700 Hanna V. Linder:
701   o Small fix to remove extra "will" in man page
702
703 Olaf Hering:
704   o make spotless
705   o udev* segfaults with new klibc
706
707 Patrick Mansfield:
708   o add tests for NAME="foo-%c{N}"
709
710 Summary of changes from v020 to v021
711 ============================================
712
713 Kay Sievers:
714   o install udevinfo in /usr/bin
715   o blacklist pcmcia_socket
716
717 Greg Kroah-Hartman:
718   o fix udev.spec to find udevinfo now that it has moved to /usr/bin
719   o Fix another problem with Makefile installing initscript
720   o fix the Makefile to install the init script into the proper directory
721   o make spec file turn off selinux support by default
722
723
724 Summary of changes from v019 to v020
725 ============================================
726
727 <christophe.varoqui:free.fr>:
728   o multipath update
729
730 Kay Sievers:
731   o man page udevstart
732   o cleanup udevstart
733   o bugfix for local user
734   o unlink bugfix
735   o TODO update
736   o clarify udevinfo device walk
737   o udevinfo symlink reverse query
738   o fix stroul endptr use
739   o add $local user spport for permissions
740   o udev - man page update
741   o udev - fix debug info for multiple rule file config
742   o udev - kill udevd on install
743   o udev - activate formt length attribute
744   o udev - safer sprintf() use
745
746 <md:linux.it>:
747   o no error on enoent
748   o escape dashes in man pages
749   o remove usage of expr in ide-devfs.sh
750
751 <rml:ximian.com>:
752   o automatically install correct initscript
753   o update documetation for $local
754
755 Andrey Borzenkov:
756   o Add symlink only rules support
757
758 Greg Kroah-Hartman:
759   o update the TODO list as we already have a devfs config file
760   o make start_udev use udevstart binary
761   o install udevstart
762   o Remove Debian permission files as the Debian maintainer doesn't seem to want to share :(
763   o update the Gentoo rules files
764   o Add Red Hat rules and permissions files
765   o add udevstart to the ignore list
766   o add udevstart program based on a old patch from Harald Hoyer <harald@redhat.com>
767   o unlink the file before we try to create it
768   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
769
770
771 Summary of changes from v018 to v019
772 ============================================
773
774 Kay Sievers:
775   o TODO update
776   o udev - correct relative symlink
777   o udev - safer string handling - part four
778   o udev - safer string handling - part three
779   o udev - safer string handling - part two
780   o udev - man page update
781   o udev - safer string handling all over the place
782   o manpage update
783   o udev - allow all files in a directory as the config
784   o udev - simple klibc textual uid/gid handling
785
786 Andrey Borzenkov:
787   o do not remove real .udev.tdb during RPM build
788
789 Greg Kroah-Hartman:
790   o add new TODO item about local user permissions
791   o Add initial SELinux support for udev
792   o fix build for very old versions of make
793   o remove limit of the number of args passed to PROGRAM
794   o force udev to include the internal version of libsysfs and never the external one
795   o fix up libsysfs header file usage to fix bug reports from users that have sysfsutils installed already
796   o remove udevtest on 'make clean'
797   o remove udevd priority TODO item, as it's not needed at all
798
799 Patrick Mansfield:
800   o update udev scsi_id to scsi_id 0.4
801
802
803 Summary of changes from v017 to v018
804 ============================================
805
806 <ext.devoteam.varoqui:sncf.fr>:
807   o [PATCH] symlink dm-[0-9]* rule
808   o update extras/multipath
809
810 <john-hotplug:fjellstad.org>:
811   o init.d debian patch
812
813 Kay Sievers:
814   o udev - TODO update
815   o udev - add %s{filename} to man page
816   o udev - udevd/udevsend man page
817   o udev - switch callout part selector to {attribute}
818   o udev - switch SYSFS_file to SYSFS{file}
819   o udev - create all partitions of blockdevice
820   o allow SYSFS{file}
821   o Adding '%s' format specifier to NAME and SYMLINK
822
823 Greg Kroah-Hartman:
824   o added some scsi_id files to the bk ignore file
825   o added scsi_id and some more documentation to the udev.spec file
826   o update udev.rules.gentoo with new config file format
827   o Update the Gentoo udev.rules and udev.permissions files
828   o Create a udev.rules.examples file to hold odd udev.rules
829   o add udevd priority issue to the TODO list
830   o more HOWTO cleanups
831   o add HOWTO detailing how to use udev to manage /dev
832   o mv libsysfs/libsysfs.h to libsysfs/sysfs/libsysfs.h to make it easier to use
833   o add start_udev init script
834   o add support for UDEV_NO_SLEEP env variable so Gentoo people will be happy
835   o start up udevd ourselves in the init script to give it some good priorities
836   o update the red hat init script to handle nodes that are not present
837   o add a "old style" SYSFS_attribute test to udev-test.pl
838   o Have udevsend report more info in debug mode
839   o Have udevd report it's version in debug mode
840   o fix up bug created for udevtest in previous partition creation patch
841   o update the udev.spec to add udevtest and make some more Red Hat suggested changes
842   o add ability to install udevtest to Makefile
843   o 017_bk mark
844   o Add another test to udev-test.pl and fix a bug when only running 1 test
845   o Fix bug where we did not use the "converted" kernel name if we had no rule
846
847 Patrick Mansfield:
848   o udev use new libsysfs header file location
849   o udev add some ID tests
850
851
852 Summary of changes from v016 to v017
853 ============================================
854
855 <azarah:nosferatu.za.org>:
856   o make logging a config option
857
858 <christophe.varoqui:free.fr>:
859   o more udev-016/extras/multipath
860   o more udev-016/extras/multipath
861   o update extras/multipath
862
863 Kay Sievers:
864   o udev - keep private data out of the database?
865   o better credential patch
866   o udevd - client access authorization
867   o compile udevd with klibc
868   o udev - fix "ignore method"
869   o udev - fix cdrom symlink rule
870   o convert udevsend/udevd to DGRAM and single-threaded
871   o udevd - kill the lockfile
872   o udevd - fix socket path length
873   o udevd - switch socket path to abstract namespace
874   o udevd - allow to bypass sequence number
875   o include used function
876
877 Greg Kroah-Hartman:
878   o add udev_log to the documentation
879   o fix offsetof() define in klibc
880   o add some .spec file changes from Red Hat
881   o update the init.d udev script based on a patch from Red Hat
882   o remove the .udev.tdb when installing or uninstalling to be safe
883   o remove the database at startup
884   o fix bug in permission handling
885   o update klibc to version .107
886   o update the bitkeeper ignore file list
887   o add udevtest program to build
888   o fix problem where usb devices can be either the main device or the interface
889   o more logging.h cleanups to be a bit more flexible
890   o stop using mode_t as different libcs define it in different ways :(
891   o remove some more KLIBC fixups that are no longer needed
892   o let udev-test.pl run an individual test if you ask it to
893   o Handle the '!' character that some block devices have
894   o add a block device with a ! in the name, and a test for this
895   o fix up 'make release' to use bk to build the export tree
896   o fix log option code so that it actually works for all udev programs
897   o finish syncing up with klibc
898   o sync with latest version of klibc (0.107)
899   o fix up Makefile dependancies for udev_version.h
900
901 Patrick Mansfield:
902   o udev add wild card compare for ID
903   o udev kill extra bus_id compares in match_id
904
905
906 Summary of changes from v015 to v016
907 ============================================
908
909 <elkropac:students.zcu.cz>:
910   o get_dev_number() in extras/ide-devfs.sh
911
912 <rrm3:rrm3.org>:
913   o FAQ udev.rules.devfs
914
915 Greg Kroah-Hartman:
916   o add udevd and udevsend to the spec file
917   o make /etc/hotplug.d/default/udev.hotplug symlink point to udevsend now
918   o add KERNEL_DIR option so that the distros will be happy
919   o make udevsend binary even smaller
920   o udevsend now almost compiles with klibc, struct sockaddr_un is only problem now
921   o fix up logging code so that it can be built without it being enabled
922   o rework the logging code so that each program logs with the proper name in the syslog
923   o remove logging.c as it's no longer needed
924   o kill the last examples that contained the %D option
925   o remove a __KLIBC__ tests in libsysfs, as klibc now supports getpagesize()
926   o udevd - remove stupid locking error I wrote
927   o update to klibc version 0.101, fixing the stdin bug
928   o fix Makefile typo for USE_LSB install
929   o allow dbus code to actually build again
930
931 Kay Sievers:
932   o let udevsend build with klibc
933   o udevd - config cleanup
934   o udevd - cleanup and better timeout handling
935   o fix possible buffer overflow
936   o udevd - next round of fixes
937   o udevinfo - missing options for man page
938   o udev - trivial style cleanup
939
940
941 Summary of changes from v014 to v015
942 ============================================
943
944 <mbuesch:freenet.de>:
945   o LFS init script update
946
947 Greg Kroah-Hartman:
948   o update klibc to version 0.98
949   o clean up udevinfo on 'make clean'
950   o add udevinfo man page to spec file
951   o remove command line documentation from udev man page
952   o create initial version of udevinfo man page
953   o added URL to spec file
954   o add udevinfo to udev.spec file
955   o add udevinfo to install target of Makefile
956   o rip out command line code from udev, now that we have udevinfo
957   o udevinfo doesn't need to declare main_envp
958   o move get_pair to udev_config.c because udevinfo doesn't need all of namedev.o
959   o more makefile cleanups
960   o move udevinfo into the main build and clean up the main Makefile a bit
961   o clean up compiler warnings if building using klibc
962   o make udevd only have one instance running at a time
963   o new testd.block script for debugging
964   o udevsnd : clean up message creation logic a bit
965   o make bk ignore udevd and udevsend binaries
966   o whitespace cleanups
967   o remove TODO item about BUS value, as it is now done
968   o add support for figuring out which device on the sysfs "chain" the rule applies to
969
970 Kay Sievers:
971   o udevinfo - now a real program :)
972   o udevd - cleanup and better timeout handling
973   o udev - next round of udev event order daemon
974   o fix udevd exec
975   o udev - udevinfo with device chain walk
976   o spilt udev into pieces
977
978
979 Summary of changes from v013 to v014
980 ============================================
981
982 <ananthmg:rediffmail.com>:
983   o libsysfs update for refresh + namedev.c changes
984
985 <christophe.varoqui:free.fr>:
986   o udev-013/extras/multipath update
987
988 <flamingice:sourmilk.net>:
989   o minor patch for devfs rules
990
991 Kay Sievers:
992   o udev - program to query all device attributes to build a rule
993   o set default owner/group in db - update
994   o udev - reverse user query options
995   o udev - kill %D from udev-test.pl
996   o add udev logging to info log
997   o udev - mention format string escape char in man page
998
999 Greg Kroah-Hartman:
1000   o misc code cleanups
1001   o fixup logging.h to handle different logging options properly
1002   o clean up the logging patch a bit to make the option more like the other options
1003   o remove the %D modifier as it is not longer needed
1004   o remove unneeded keyboard rule
1005   o add usb_host and pci_bus to the class blacklist
1006   o added input device rules to udev.rules and udev.rules.devfs
1007   o 013_bk mark
1008
1009 Hanna V. Linder:
1010   o set default owner/group in db
1011   o small cut n paste error fix
1012
1013 Patrick Mansfield:
1014   o update udev scsi_id to scsi_id 0.3
1015
1016
1017 Summary of changes from v012 to v013
1018 ============================================
1019
1020 <eike-hotplug:sf-tec.de>:
1021   o LSB init script and other stuff
1022
1023 <elkropac:students.zcu.cz>:
1024   o fix udev directory for Debian init script
1025
1026 <tiggi:infa.abo.fi>:
1027   o udev 012 old gcc fixup
1028
1029 Christophe Saout:
1030   o add IGNORE rule type
1031   o small cleanup
1032
1033 Greg Kroah-Hartman:
1034   o update TODO with some new, small items
1035   o Cset exclude: greg@kroah.com|ChangeSet|20040113010256|48515
1036   o update the README in a few places
1037   o fix -d typo in the manpage update
1038   o Fix stupid gcc "optimization" of 1 character printk() calls.... Ick
1039   o oops, forgot to fix up the PROGRAM result from ID to RESULT in the config files
1040   o Add alsa device rules and a few other devfs rules
1041   o fix a few stale comments in namedev.c
1042   o convert the default rules files to the new format
1043   o convert the test shell scripts to the config file format
1044   o add bus test for usb-serial bus
1045   o Add some helpful messages if the user uses the older config file format
1046   o added dri rule to the default config file
1047   o added init.d udev script for debian
1048   o add a script that tests the IGNORE rule
1049   o add silly script that names cdrom drives based on the cd in them
1050   o add cdrom rule for ide cdrom
1051   o replace list_for_each with list_for_each_entry, saving a few lines of code
1052   o add a blacklist of class devices we do not want to look at
1053
1054 Kay Sievers:
1055   o fix klibc with printf() and gcc
1056   o udev - small script optimization
1057   o udev - introduce format escape char
1058   o udev - more CALLOUT is PROGRAM now
1059   o udev - CALLOUT is PROGRAM now
1060   o update documentation for new config file format
1061   o more advanced user query options
1062   o udev - simple debug tweak
1063   o udev - drop all methods :)
1064   o udev - advanced user query options
1065   o udev - Makefile error
1066   o udev - make exec_callout() reusable
1067   o udev - exec status fix for klibc
1068   o fix Silly udev script
1069
1070
1071 Summary of changes from v011 to v012
1072 ============================================
1073
1074 <azarah:nosferatu.za.org>:
1075   o make symlink work properly if there is already a file in its place
1076   o Fix udev gcc-2.95.4 compat
1077
1078 <christophe.varoqui:free.fr>:
1079   o extras multipath update
1080   o extras multipath update
1081
1082 Kay Sievers:
1083   o mention user callable udev + options in man page
1084   o make udev user callable to query the database
1085   o depend on all .h files
1086   o cleanup namedev_parse debug text
1087   o extend exec_program[]
1088   o ide-devfs.sh update
1089   o fix for apply_format()
1090   o check for empty symlink string
1091   o 'ide' missing in bus_files[]
1092   o small trivial cleanup of latest changes
1093
1094 <mbuesch:freenet.de>:
1095   o introduce signal handler
1096
1097 <rml:ximian.com>:
1098   o udev spec file update
1099
1100 Greg Kroah-Hartman:
1101   o minor grammer fixes for the udev_vs_devfs document
1102   o move the dbus config file to etc/dbus-1/system.d/
1103   o move the config files to etc/udev to clean up main directory a bit
1104   o add Gentoo versions of the rules and permissions files
1105   o if using glibc, link dynamically, as no one like 500Kb udev binaries
1106   o minor change to udev_vs_devfs document
1107   o added udev vs devfs supid document to the tree
1108   o move the signal handling registration to after we have initialized enough stuff
1109   o make ide-devfs.sh executable in the tree
1110   o udev.permissions.debian - forgot the dm nodes
1111   o update the udev.permissions.debian file with new entries
1112   o added udev.init script for the Linux From Scratch project
1113
1114
1115
1116 Summary of changes from v010 to v011
1117 ============================================
1118
1119 <mbuesch:freenet.de>:
1120   o proper cleanup on udevdb_init() failure
1121
1122 <mh:nadir.org>:
1123   o patch udev 009-010 rpm spec file
1124
1125 <svetljo:gmx.de>:
1126   o fix udev sed Makefile usage
1127
1128 Greg Kroah-Hartman:
1129   o add documentation about the BUS key being optional for the LABEL rule
1130   o add tests for LABEL rule with a device that has no bus
1131   o Don't require the BUS value for the LABEL rule
1132   o If a LABEL rule has a BUS id, then we must check to see if the device is on a bus
1133   o add documentation about the BUS key being optional for the CALLOUT rule
1134   o If a CALLOUT rule has a BUS id, then we must check to see if the device is on a bus
1135   o Don't require the BUS value for the CALLOUT rule
1136   o add test for callout rule with a device that has no bus
1137   o 010_bk stamp
1138   o added different build options to the rpm udev.spec file
1139   o add pci to the bus_files list
1140   o check for empty line a bit better in the parser
1141   o more init script cleanups, the stop target now calls udev to cleanup instead of just removing the whole /udev directory
1142   o make udev init script run udev in the background to let startup go much faster
1143   o fix long delay for all devices in namedev
1144
1145
1146 Summary of changes from v009 to v010
1147 ============================================
1148
1149 <ananth:in.ibm.com>:
1150   o change pgsize
1151
1152 <christophe.varoqui:free.fr>:
1153   o extras multipath update
1154   o extras multipath update
1155   o extras multipath update
1156   o extras multipath update
1157
1158 Kay Sievers:
1159   o fix udev-test.pl
1160   o small cleanup udev-remove.c
1161   o experimental CALLOUT script for devfs ide node creation with cd, disc, part
1162   o add any valid device
1163   o introduce format char 'k' for kernel-name
1164   o trivial make fixes
1165   o don't overwrite old config on install
1166   o udev-remove.c cleanups
1167   o bug in udev-remove.c
1168   o trivial cleanup parser changes
1169
1170 <roman.kagan:itep.ru>:
1171   o fix comment and whitespace handling in config files
1172
1173 Adam Kropelin:
1174   o Allow build with empty EXTRAS
1175
1176 Daniel E. F. Stekloff:
1177   o libsysfs 0.4.0 patch
1178   o fix scsi_id segfault with udev-009
1179   o add libsysfs docs
1180
1181 David T. Hollis:
1182   o mark config files as such in the rpm spec file
1183
1184 Greg Kroah-Hartman:
1185   o fix complier warning in namedev.c
1186   o add documentation for the new '%k' modifier (kernel name replacement)
1187   o add documentation about the multiple sysfs values that are now allowed for the LABEL rule
1188   o add tests for multi-file LABEL rules
1189   o add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule
1190   o Just live with a sleep(1) in namedev for now until libsysfs is fixed up
1191   o try to wait until the proper device file shows up in sysfs
1192   o remove unneeded TODO and FIXME entry
1193   o clean up the stand-alone tests to work properly on other people's machines
1194   o add tests to catch whitespace and comment config file parsing errors
1195
1196
1197 Summary of changes from v008 to v009
1198 ============================================
1199
1200 <christophe.varoqui:free.fr>:
1201   o more extras/multipath changes
1202   o and more extras/multipath updates
1203   o more extras/multipath updates
1204   o yet more extras/multipath
1205   o more extras/multipath updates
1206   o extras/multipath update
1207
1208 <david:fubar.dk>:
1209   o D-BUS patch for udev-008
1210
1211 <eike-hotplug:sf-tec.de>:
1212   o add init.d/udev to "make install"
1213   o add init.d/udev to the spec file
1214
1215 Kay Sievers:
1216   o don't rely on field order in namedev_parse
1217   o get part of callout return string
1218   o remove '\n' from end of callout return
1219   o man-page mention multiple symlinks
1220   o allow multiple symlinks
1221   o cleanup man & remove symlink comment
1222   o experimental (very simple) SYMLINK creation
1223   o man page beauty
1224   o pattern match for label method
1225   o a bug in linefeed removal
1226
1227 <rml:ximian.com>:
1228   o remove udev from runlevels on uninstall
1229   o install initscript in udev rpm
1230
1231 Daniel E. F. Stekloff:
1232   o pre-libsysfs-0.4.0 patch
1233
1234 Greg Kroah-Hartman:
1235   o signal fixes due to klibc update
1236   o sync klibc with release 0.95
1237   o add mol permissions to the debian permissions file
1238   o update the FAQ with info about bad modprobe events from the devfs scheme
1239   o some cleanups due to the need for LABEL rules to use "SYSFS_" now
1240   o Add restart target to the etc/init.d/udev script
1241   o tweak the config file generation portion of the Makefile a bit
1242   o change devfs disk name rule from 'disk' to 'disc'
1243   o add vc support to udev.rules.devfs
1244   o added a devfs udev config file from Marco d'Itri <md@Linux.IT>
1245   o set default mode to 0600 to be safer
1246   o Makefile tweaks for the DBUS build
1247   o update the FAQ due to the latest devfs mess on lkml and also due to symlinks now working
1248   o document the different Makefile config options that we have
1249   o change USE_DBUS to DBUS in Makefile, and disable it by default as it's still to hard to build on all systems
1250   o fix formatting of udev_dbus.c to use tabs.  Also get it to build properly now
1251   o move all of the DBUS logic into one file and remove all of the #ifdef crud from the main code
1252
1253 Olaf Hering:
1254   o dump latest klibc into the udev build tree
1255   o use udevdir in udev.conf
1256
1257 Patrick Mansfield:
1258   o better allow builds of extras programs under udev
1259   o update udev extras/scsi_id to version 0.2
1260
1261
1262 Summary of changes from v007 to v008
1263 ============================================
1264
1265 <azarah:nosferatu.za.org>:
1266   o more config file parsing robustness
1267
1268 <christophe.varoqui:free.fr>:
1269   o udev-007/extras/multipath update
1270
1271 Arnd Bergmann:
1272   o Build failure - missing linux/limits.h include?
1273   o Add format modifier for devfs like naming
1274   o klibc makefile fixes
1275
1276 Daniel E. F. Stekloff:
1277   o another patch for path problem
1278   o quick fix for libsysfs bus
1279   o libsysfs changes for sysfsutils 0.3.0
1280
1281 Greg Kroah-Hartman:
1282   o fix up some duplicated function compiler warnings in libsysfs
1283   o fix some compiler warnings in the tdb code
1284   o Added Kay's name to the man page
1285   o update the wildcard documentation in the man page to show the new styles supported
1286   o fix permission handling logic
1287   o enable default_mode ability to actually build
1288   o add support for the default_mode variable, as it is documented
1289   o show permissions and groups in the label_test
1290   o remove some items off of the TODO list, as they are now done
1291   o fix up the tests to work without all of the environ variables
1292   o get rid of the majority of the debug environment variables
1293   o Update the man page to show the new config file, it's format, and how to use it
1294   o fix up the tests to support the rules file name change
1295   o add support for a main udev config file, udev.conf
1296   o turn debugging messages off by default
1297   o split out the namedev config parsing logic to namedev_parse.c
1298   o rename namedev's get_attr() to be main namedev_name_device() as that's what it really is
1299   o add devfs like tty rules as an example in the default config file
1300   o operate on the rules in the order they are in the config file (within the rule type) instead of operating on them backwards.
1301   o Cset exclude: dsteklof@us.ibm.com|ChangeSet|20031126173159|56255
1302   o add test for checking the BUS value
1303   o fix problem where we were not looking at the BUS value
1304   o add scsi and pci bus links in the test sysfs tree
1305   o add test and documentation for new %D devfs format modifier
1306   o changed the default location of the database to /udev/.udev.tdb to be LSB compliant
1307   o get rid of functions in klibc_fixups that are now in klibc
1308   o sync up with the 0.84 version of klibc
1309   o fix udev init.d script to handle all class devices in sysfs
1310   o fix the test.block and test.tty scripts due to their moveing.  Also add a test.all script
1311   o 007_bk version change to Makefile
1312
1313 Kay Sievers:
1314   o pattern matching for namedev
1315   o catch replace device by wildcard
1316   o udev.8 tweak numeric id text
1317   o udev-test.pl add subdir test
1318   o namedev.c strcat tweak
1319   o overall whitespace + debug text conditioning
1320   o udev-test.pl - tweaks
1321
1322 Martin Hicks:
1323   o Add -nodefaultlibs while compiling against klibc
1324
1325 Olaf Hering:
1326   o ARCH detection for ppc
1327
1328 Patrick Mansfield:
1329   o fix udev parallel builds with klibc
1330
1331
1332 Summary of changes from v006 to v007
1333 ============================================
1334
1335 <md:linux.it>:
1336   o fix segfault in parsing bad udev.permissions file
1337
1338 Greg Kroah-Hartman:
1339   o update default config file with a CALLOUT rule, and more documentation
1340   o updated the man page with the latest format specifier changes
1341   o added ability to put format specifiers in the CALLOUT program string
1342   o tweak udev-test.pl to report '0' errors if that's what happened
1343   o only build klibc_fixups.c if we are actually using klibc
1344   o add support for string group and string user names in udev.permissions
1345   o add getgrnam and getpwnam to klibc_fixups files
1346   o remove Makefile.klibc
1347   o add udev-test perl script from Kay Sievers <kay.sievers@vrfy.org> which blows away my puny shell scripts
1348   o added debian's version of udev.permissions
1349   o change to 006_bk version
1350
1351 Kay Sievers:
1352   o format char for CALLOUT output
1353   o more namedev whitespace cleanups
1354   o support arguments in callout exec
1355   o namedev.c - change order of fields in CALLOUT
1356   o namedev.c whitespace + debug text cleanup
1357   o man page with udev.permissions wildcard
1358
1359 Olaf Hering:
1360   o static klibc udev does not link against crt0.o
1361
1362 Summary of changes from v005 to v006
1363 ============================================
1364
1365 <chris_friesen:sympatico.ca>:
1366   o faster test scripts
1367
1368 Arnd Bergmann:
1369   o more robust config file parsing in namedev.c
1370   o add bus id modifier
1371
1372 Daniel E. F. Stekloff:
1373   o patch for libsysfs sysfs directory handling
1374
1375 Greg Kroah-Hartman:
1376   o add another line to udev.permissions in the proper format
1377   o tweak replace_test
1378   o fix permissions to work properly now
1379   o add real udev.permissions file to test directory
1380   o fix namedev.c to build with older version of gcc
1381   o add dumb test for all of the different modifiers
1382   o update the TODO list with more items that people can easily do
1383   o move the test.block and test.tty scripts to the test/ directory
1384   o add remove actions to the test scripts
1385   o turn DEBUG_PARSER off by default
1386   o add some documentation for the %b modifier to the default config file
1387   o fix make install rule for when the udev symlink is already there
1388   o change release target in makefile
1389   o change debug level on printf values for now
1390   o updated demo config file
1391   o add some documentation of the modifiers to the default config file
1392   o add demo config file
1393   o updated bk ignore list for klibc generated files
1394   o add printf option to label test to verify it works
1395   o fix up printf-like functionality due to previous changes
1396   o get the major/minor number before we name the device
1397   o add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com>
1398   o Add multipath "extra" program from Christophe Varoqui, <christophe.varoqui@free.fr>
1399   o trailing whitespace cleanups
1400   o splig LABEL and NUMBER into separate functions
1401   o add TOPO regression test
1402   o move TOPOLOGY rule to it's own function
1403   o fix bug where NUMBER and TOPOLOGY would not work for partitions
1404   o clean up the way we find the sysdevice for a block device for namedev
1405   o updated label test script (tests for partitions now.)
1406   o split REPLACE and CALLOUT into separate functions
1407   o add debug line for REPLACE call
1408   o add replace test
1409   o add more sysfs test tree files
1410   o change UDEV_SYSFS_PATH environment variable due to libsysfs change
1411   o fix bug in klibc's isspace function
1412   o fix udev-add.c to build properly with older versions of gcc
1413   o add prototype for ftruncate to klibc
1414   o Remove a few items from the TODO list that are already done
1415   o version number to 005_bk
1416   o pull some klibc stuff into the make Makefile to try to stay in sync
1417   o klibc build fixes
1418
1419 Kay Sievers:
1420   o apply permissions.conf support for wildcard and default name
1421   o man page with included placeholder list
1422   o implement printf-like placeholder support for NAME
1423   o more manpage tweaks
1424   o add support for subdirs
1425   o add uid/gid to nodes
1426
1427 Olaf Hering:
1428   o DESTDIR for udev
1429
1430 Paul Mundt:
1431   o Fixup path for kernel includes when building with klibc
1432
1433 Robert Love:
1434   o udev init script
1435
1436
1437 Summary of changes from v004 to v005
1438 ============================================
1439
1440 <kay:vrfy.org>:
1441   o namedev.c comments + debug patch
1442   o man page update
1443
1444 Greg Kroah-Hartman:
1445   o ignore the klibc/linux symlink
1446   o add klibc linux symlink info to the README
1447   o get 'make release' to work properly again
1448   o added README info for how to build using klibc
1449   o turn off debugging if we are building with klibc
1450   o turn off debugging in namedev
1451   o added vsyslog support to klibc
1452   o add ftruncate to klibc
1453   o klibc specific tweaks
1454   o libsysfs does not need mntent.h in it's header file
1455   o udev build tweaks to tdb's spinlock code
1456   o klibc makefile changes
1457   o build tdb and libsysfs from the same makefile as udev
1458   o udev-add build cleanups for other libc versions
1459   o tweak tdb to build within udev better
1460   o make libsysfs spit debug messages to the same place as the rest of udev
1461   o make libsysfs build cleanly
1462   o updated bk ignore list
1463   o added klibc version 0.82 (cvs tree) to the udev tree
1464   o makefile fix for now
1465   o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
1466   o hm, makefile bug with so many files...  will fix later
1467   o regression tests starting to be added
1468   o fix LABEL bug for device files (not class files.)
1469   o more warning flags to the build
1470   o got rid of struct device_attr
1471   o rename namedev.permissions and namedev.config to udev.permissions and udev.config
1472   o fix dbg line in namedev.c
1473   o more overrides of config info with env variables if in test mode
1474   o Fix bug causing udev to sleep forever waiting for dev file to show up
1475   o change version to 004_bk
1476   o make config files, sysfs root, and udev root configurable from config variables
1477
1478 Robert Love:
1479   o udev: sleep_for_dev() bits
1480   o udev: another canidate for static
1481
1482
1483 Summary of changes from v003 to v004
1484 ============================================
1485
1486 Daniel E. F. Stekloff:
1487   o new version of libsysfs patch
1488
1489 Greg Kroah-Hartman:
1490   o 004 release
1491   o major database cleanups
1492   o Changed test.block and test.tty to take ACTION from the command line
1493   o don't sleep if 'dev' file is already present on device add
1494   o fix comment about how the "dev" file is made up
1495   o more database work.  Now we only store the info we really need right now
1496   o add BUS= bug to TODO list so it will not get forgotten
1497   o spec file changes
1498   o test.block changes
1499   o ok, rpm likes the "_" character instead of "-" better
1500   o change the version to 003-bk to keep things sane with people using the bk tree
1501   o got "remove of named devices" working
1502   o fix segfaults when dealing with partitions
1503
1504 Kay Sievers:
1505   o man file update
1506   o man page update
1507
1508 Robert Love:
1509   o udev: mode should be mode_t
1510   o udev: trivial trivialities
1511   o udev: cool test scripts again
1512   o udev spec file symlink support
1513   o udev: cool test scripts
1514   o udev spec file bits
1515
1516
1517 Summary of changes from v0.2 to v003
1518 ============================================
1519
1520 Daniel E. F. Stekloff:
1521   o udevdb patch
1522   o udevdb prototype
1523
1524 Greg Kroah-Hartman:
1525   o update the spec file for the new version and install process
1526   o fix makefile release rule to not drop tdb.h file
1527   o Add FAQ for udev
1528   o removed AUTHORS and INSTALL files as they were pretty pointless
1529   o copyright updates
1530   o Add AUTHORS and INSTALL files
1531   o TODO updates
1532   o Updatd the README
1533   o updated the TODO list
1534   o add udev man page (basically just a place holder for now.)
1535   o added uninstall support
1536   o added install target for makefile so people don't have to do it by hand anymore
1537   o add version to debug log on startup
1538   o tell the user what mknod() we are trying to do
1539   o add dbg_parse() to cut down on parse file debugging statements
1540   o put config files and database in /etc/udev by default
1541   o add ols 2003 udev paper to docs/
1542   o clean up some debugging stuff in namedev.c
1543   o do not build the tdb binary programs, only the objects
1544   o merge tdb into the build process
1545   o Added tdb code from latest cvs version in the samba tree
1546   o added my name to the .spec file
1547   o minor cleanups
1548   o cleanup the mknod code a bit
1549   o remove mknod callout
1550   o handle new major:minor format of dev files that showed up in 2.6.0-test2-bk3 or so
1551   o oops, everything was getting created as 000 mode, try to fix this up, but fail...
1552   o more test stuff
1553
1554 Olaf Hering:
1555   o print udev pid
1556
1557 Patrick Mansfield:
1558   o add callout config type to udev
1559
1560 Paul Mundt:
1561   o Fix TDB cross compilation
1562   o udev spec file
1563   o udev/libsysfs cross compile fixes
1564
1565
1566 Summary of changes from v0.1 to v0.2
1567 ============================================
1568
1569 Greg Kroah-Hartman:
1570   o more test stuff
1571   o removed unneeded stuff from udev.h
1572   o added 0.2 change log info
1573   o start working on label support, and fix some segfaults for block devices
1574   o test config file changes
1575   o add NUMBER support (basically same logic as TOPOLOGY, perhaps we should
1576     merge this...)
1577   o added topology support
1578   o got REPLACE to work properly
1579   o make struct config_device contain a struct device_attr instead of
1580     duplicating the mess
1581   o block test
1582   o split the tests up into different files
1583   o split udev main logic into udev-add and udev-remove
1584   o Clean up the namedev interface a bit, making the code smaller
1585   o bk: update ignore list
1586   o update the tests to handle block devices too
1587   o add initial libsysfs support
1588   o added libsysfs to the build
1589   o added libsysfs code from sysutils-0.1.1-071803 release
1590   o namedev config files are fully parsed
1591   o more permission tests
1592   o make log_message spit out warnings so I don't have to spend forever
1593     chasing down stupid bugs that aren't there...
1594   o added klibc makefile
1595   o Initial namedev parsing of config files
1596   o sleep for 2 seconds to give the kernel a chance to actually create the
1597     files we need
1598   o pick a better default UDEV_ROOT
1599   o fix up the test to actually work
1600   o added more documentation in README and TODO files
1601
1602
1603 Summary of changes up to v0.1
1604 ============================================
1605
1606 Greg Kroah-Hartman:
1607   o added more documentation in README and TODO files
1608   o updated the documentation
1609   o cleaned up the makefile a bit
1610   o remove now works!
1611   o restructure code to be able to actually get remove_node() to work
1612   o Creating nodes actually works
1613   o added stupid test script for debugging
1614   o added initial documentation and gpl license
1615   o enabled debugging
1616   o updated ignore list
1617   o added initial files
1618   o fixed up config
1619   o Initial repository create
1620   o BitKeeper file /home/greg/src/udev/udev/ChangeSet
1621