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