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