]> git.ipfire.org Git - thirdparty/systemd.git/blame - ChangeLog
[PATCH] fix problem where usb devices can be either the main device or the interface
[thirdparty/systemd.git] / ChangeLog
CommitLineData
33689812
GKH
1Summary of changes from v015 to v016
2============================================
3
4<elkropac:students.zcu.cz>:
5 o get_dev_number() in extras/ide-devfs.sh
6
7<rrm3:rrm3.org>:
8 o FAQ udev.rules.devfs
9
10Greg Kroah-Hartman:
11 o add udevd and udevsend to the spec file
12 o make /etc/hotplug.d/default/udev.hotplug symlink point to udevsend now
13 o add KERNEL_DIR option so that the distros will be happy
14 o make udevsend binary even smaller
15 o udevsend now almost compiles with klibc, struct sockaddr_un is only problem now
16 o fix up logging code so that it can be built without it being enabled
17 o rework the logging code so that each program logs with the proper name in the syslog
18 o remove logging.c as it's no longer needed
19 o kill the last examples that contained the %D option
20 o remove a __KLIBC__ tests in libsysfs, as klibc now supports getpagesize()
21 o udevd - remove stupid locking error I wrote
22 o update to klibc version 0.101, fixing the stdin bug
23 o fix Makefile typo for USE_LSB install
24 o allow dbus code to actually build again
25
26Kay Sievers:
27 o let udevsend build with klibc
28 o udevd - config cleanup
29 o udevd - cleanup and better timeout handling
30 o fix possible buffer overflow
31 o udevd - next round of fixes
32 o udevinfo - missing options for man page
33 o udev - trivial style cleanup
34
35
46a7fa4b
GKH
36Summary of changes from v014 to v015
37============================================
38
39<mbuesch:freenet.de>:
40 o LFS init script update
41
42Greg Kroah-Hartman:
43 o update klibc to version 0.98
44 o clean up udevinfo on 'make clean'
45 o add udevinfo man page to spec file
46 o remove command line documentation from udev man page
47 o create initial version of udevinfo man page
48 o added URL to spec file
49 o add udevinfo to udev.spec file
50 o add udevinfo to install target of Makefile
51 o rip out command line code from udev, now that we have udevinfo
52 o udevinfo doesn't need to declare main_envp
53 o move get_pair to udev_config.c because udevinfo doesn't need all of namedev.o
54 o more makefile cleanups
55 o move udevinfo into the main build and clean up the main Makefile a bit
56 o clean up compiler warnings if building using klibc
57 o make udevd only have one instance running at a time
58 o new testd.block script for debugging
59 o udevsnd : clean up message creation logic a bit
60 o make bk ignore udevd and udevsend binaries
61 o whitespace cleanups
62 o remove TODO item about BUS value, as it is now done
63 o add support for figuring out which device on the sysfs "chain" the rule applies to
64
65Kay Sievers:
66 o udevinfo - now a real program :)
67 o udevd - cleanup and better timeout handling
68 o udev - next round of udev event order daemon
69 o fix udevd exec
70 o udev - udevinfo with device chain walk
71 o spilt udev into pieces
72
73
f2ec8f1a
GKH
74Summary of changes from v013 to v014
75============================================
76
77<ananthmg:rediffmail.com>:
78 o libsysfs update for refresh + namedev.c changes
79
80<christophe.varoqui:free.fr>:
81 o udev-013/extras/multipath update
82
83<flamingice:sourmilk.net>:
84 o minor patch for devfs rules
85
86Kay Sievers:
87 o udev - program to query all device attributes to build a rule
88 o set default owner/group in db - update
89 o udev - reverse user query options
90 o udev - kill %D from udev-test.pl
91 o add udev logging to info log
92 o udev - mention format string escape char in man page
93
94Greg Kroah-Hartman:
95 o misc code cleanups
96 o fixup logging.h to handle different logging options properly
97 o clean up the logging patch a bit to make the option more like the other options
98 o remove the %D modifier as it is not longer needed
99 o remove unneeded keyboard rule
100 o add usb_host and pci_bus to the class blacklist
101 o added input device rules to udev.rules and udev.rules.devfs
102 o 013_bk mark
103 o v013 release TAG: v013
104
105Hanna V. Linder:
106 o set default owner/group in db
107 o small cut n paste error fix
108
109Patrick Mansfield:
110 o update udev scsi_id to scsi_id 0.3
111
112
c58ffe50
GKH
113Summary of changes from v012 to v013
114============================================
115
116<eike-hotplug:sf-tec.de>:
117 o LSB init script and other stuff
118
119<elkropac:students.zcu.cz>:
120 o fix udev directory for Debian init script
121
122<tiggi:infa.abo.fi>:
123 o udev 012 old gcc fixup
124
125Christophe Saout:
126 o add IGNORE rule type
127 o small cleanup
128
129Greg Kroah-Hartman:
130 o update TODO with some new, small items
131 o Cset exclude: greg@kroah.com|ChangeSet|20040113010256|48515
132 o update the README in a few places
133 o fix -d typo in the manpage update
134 o Fix stupid gcc "optimization" of 1 character printk() calls.... Ick
135 o oops, forgot to fix up the PROGRAM result from ID to RESULT in the config files
136 o Add alsa device rules and a few other devfs rules
137 o fix a few stale comments in namedev.c
138 o convert the default rules files to the new format
139 o convert the test shell scripts to the config file format
140 o add bus test for usb-serial bus
141 o Add some helpful messages if the user uses the older config file format
142 o added dri rule to the default config file
143 o added init.d udev script for debian
144 o add a script that tests the IGNORE rule
145 o add silly script that names cdrom drives based on the cd in them
146 o add cdrom rule for ide cdrom
147 o replace list_for_each with list_for_each_entry, saving a few lines of code
148 o add a blacklist of class devices we do not want to look at
149
150Kay Sievers:
151 o fix klibc with printf() and gcc
152 o udev - small script optimization
153 o udev - introduce format escape char
154 o udev - more CALLOUT is PROGRAM now
155 o udev - CALLOUT is PROGRAM now
156 o update documentation for new config file format
157 o more advanced user query options
158 o udev - simple debug tweak
159 o udev - drop all methods :)
160 o udev - advanced user query options
161 o udev - Makefile error
162 o udev - make exec_callout() reusable
163 o udev - exec status fix for klibc
164 o fix Silly udev script
165
166
8c55357f
GKH
167Summary of changes from v011 to v012
168============================================
169
170<azarah:nosferatu.za.org>:
171 o make symlink work properly if there is already a file in its place
172 o Fix udev gcc-2.95.4 compat
173
174<christophe.varoqui:free.fr>:
175 o extras multipath update
176 o extras multipath update
177
178Kay Sievers:
179 o mention user callable udev + options in man page
180 o make udev user callable to query the database
181 o depend on all .h files
182 o cleanup namedev_parse debug text
183 o extend exec_program[]
184 o ide-devfs.sh update
185 o fix for apply_format()
186 o check for empty symlink string
187 o 'ide' missing in bus_files[]
188 o small trivial cleanup of latest changes
189
190<mbuesch:freenet.de>:
191 o introduce signal handler
192
193<rml:ximian.com>:
194 o udev spec file update
195
196Greg Kroah-Hartman:
197 o minor grammer fixes for the udev_vs_devfs document
198 o move the dbus config file to etc/dbus-1/system.d/
199 o move the config files to etc/udev to clean up main directory a bit
200 o add Gentoo versions of the rules and permissions files
201 o if using glibc, link dynamically, as no one like 500Kb udev binaries
202 o minor change to udev_vs_devfs document
203 o added udev vs devfs supid document to the tree
204 o move the signal handling registration to after we have initialized enough stuff
205 o make ide-devfs.sh executable in the tree
206 o udev.permissions.debian - forgot the dm nodes
207 o update the udev.permissions.debian file with new entries
208 o added udev.init script for the Linux From Scratch project
209
210
211
d7577c8b
GKH
212Summary of changes from v010 to v011
213============================================
214
215<mbuesch:freenet.de>:
216 o proper cleanup on udevdb_init() failure
217
218<mh:nadir.org>:
219 o patch udev 009-010 rpm spec file
220
221<svetljo:gmx.de>:
222 o fix udev sed Makefile usage
223
224Greg Kroah-Hartman:
225 o add documentation about the BUS key being optional for the LABEL rule
226 o add tests for LABEL rule with a device that has no bus
227 o Don't require the BUS value for the LABEL rule
228 o If a LABEL rule has a BUS id, then we must check to see if the device is on a bus
229 o add documentation about the BUS key being optional for the CALLOUT rule
230 o If a CALLOUT rule has a BUS id, then we must check to see if the device is on a bus
231 o Don't require the BUS value for the CALLOUT rule
232 o add test for callout rule with a device that has no bus
233 o 010_bk stamp
234 o added different build options to the rpm udev.spec file
235 o add pci to the bus_files list
236 o check for empty line a bit better in the parser
237 o more init script cleanups, the stop target now calls udev to cleanup instead of just removing the whole /udev directory
238 o make udev init script run udev in the background to let startup go much faster
239 o fix long delay for all devices in namedev
240
241
1e5b0d2f
GKH
242Summary of changes from v009 to v010
243============================================
244
245<ananth:in.ibm.com>:
246 o change pgsize
247
248<christophe.varoqui:free.fr>:
249 o extras multipath update
250 o extras multipath update
251 o extras multipath update
252 o extras multipath update
253
254Kay Sievers:
255 o fix udev-test.pl
256 o small cleanup udev-remove.c
257 o experimental CALLOUT script for devfs ide node creation with cd, disc, part
258 o add any valid device
259 o introduce format char 'k' for kernel-name
260 o trivial make fixes
261 o don't overwrite old config on install
262 o udev-remove.c cleanups
263 o bug in udev-remove.c
264 o trivial cleanup parser changes
265
266<roman.kagan:itep.ru>:
267 o fix comment and whitespace handling in config files
268
269Adam Kropelin:
270 o Allow build with empty EXTRAS
271
272Daniel E. F. Stekloff:
273 o libsysfs 0.4.0 patch
274 o fix scsi_id segfault with udev-009
275 o add libsysfs docs
276
277David T. Hollis:
278 o mark config files as such in the rpm spec file
279
280Greg Kroah-Hartman:
281 o fix complier warning in namedev.c
282 o add documentation for the new '%k' modifier (kernel name replacement)
283 o add documentation about the multiple sysfs values that are now allowed for the LABEL rule
284 o add tests for multi-file LABEL rules
285 o add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule
286 o Just live with a sleep(1) in namedev for now until libsysfs is fixed up
287 o try to wait until the proper device file shows up in sysfs
288 o remove unneeded TODO and FIXME entry
289 o clean up the stand-alone tests to work properly on other people's machines
290 o add tests to catch whitespace and comment config file parsing errors
291
292
54b72ce9
GKH
293Summary of changes from v008 to v009
294============================================
295
296<christophe.varoqui:free.fr>:
297 o more extras/multipath changes
298 o and more extras/multipath updates
299 o more extras/multipath updates
300 o yet more extras/multipath
301 o more extras/multipath updates
302 o extras/multipath update
303
304<david:fubar.dk>:
305 o D-BUS patch for udev-008
306
307<eike-hotplug:sf-tec.de>:
308 o add init.d/udev to "make install"
309 o add init.d/udev to the spec file
310
311Kay Sievers:
312 o don't rely on field order in namedev_parse
313 o get part of callout return string
314 o remove '\n' from end of callout return
315 o man-page mention multiple symlinks
316 o allow multiple symlinks
317 o cleanup man & remove symlink comment
318 o experimental (very simple) SYMLINK creation
319 o man page beauty
320 o pattern match for label method
321 o a bug in linefeed removal
322
323<rml:ximian.com>:
324 o remove udev from runlevels on uninstall
325 o install initscript in udev rpm
326
327Daniel E. F. Stekloff:
328 o pre-libsysfs-0.4.0 patch
329
330Greg Kroah-Hartman:
331 o signal fixes due to klibc update
332 o sync klibc with release 0.95
333 o add mol permissions to the debian permissions file
334 o update the FAQ with info about bad modprobe events from the devfs scheme
335 o some cleanups due to the need for LABEL rules to use "SYSFS_" now
336 o Add restart target to the etc/init.d/udev script
337 o tweak the config file generation portion of the Makefile a bit
338 o change devfs disk name rule from 'disk' to 'disc'
339 o add vc support to udev.rules.devfs
340 o added a devfs udev config file from Marco d'Itri <md@Linux.IT>
341 o set default mode to 0600 to be safer
342 o Makefile tweaks for the DBUS build
343 o update the FAQ due to the latest devfs mess on lkml and also due to symlinks now working
344 o document the different Makefile config options that we have
345 o change USE_DBUS to DBUS in Makefile, and disable it by default as it's still to hard to build on all systems
346 o fix formatting of udev_dbus.c to use tabs. Also get it to build properly now
347 o move all of the DBUS logic into one file and remove all of the #ifdef crud from the main code
348
349Olaf Hering:
350 o dump latest klibc into the udev build tree
351 o use udevdir in udev.conf
352
353Patrick Mansfield:
354 o better allow builds of extras programs under udev
355 o update udev extras/scsi_id to version 0.2
356
357
6ad5f7b4
GKH
358Summary of changes from v007 to v008
359============================================
360
361<azarah:nosferatu.za.org>:
362 o more config file parsing robustness
363
364<christophe.varoqui:free.fr>:
365 o udev-007/extras/multipath update
366
367Arnd Bergmann:
368 o Build failure - missing linux/limits.h include?
369 o Add format modifier for devfs like naming
370 o klibc makefile fixes
371
372Daniel E. F. Stekloff:
373 o another patch for path problem
374 o quick fix for libsysfs bus
375 o libsysfs changes for sysfsutils 0.3.0
376
377Greg Kroah-Hartman:
378 o fix up some duplicated function compiler warnings in libsysfs
379 o fix some compiler warnings in the tdb code
380 o Added Kay's name to the man page
381 o update the wildcard documentation in the man page to show the new styles supported
382 o fix permission handling logic
383 o enable default_mode ability to actually build
384 o add support for the default_mode variable, as it is documented
385 o show permissions and groups in the label_test
386 o remove some items off of the TODO list, as they are now done
387 o fix up the tests to work without all of the environ variables
388 o get rid of the majority of the debug environment variables
389 o Update the man page to show the new config file, it's format, and how to use it
390 o fix up the tests to support the rules file name change
391 o add support for a main udev config file, udev.conf
392 o turn debugging messages off by default
393 o split out the namedev config parsing logic to namedev_parse.c
394 o rename namedev's get_attr() to be main namedev_name_device() as that's what it really is
395 o add devfs like tty rules as an example in the default config file
396 o operate on the rules in the order they are in the config file (within the rule type) instead of operating on them backwards.
397 o Cset exclude: dsteklof@us.ibm.com|ChangeSet|20031126173159|56255
398 o add test for checking the BUS value
399 o fix problem where we were not looking at the BUS value
400 o add scsi and pci bus links in the test sysfs tree
401 o add test and documentation for new %D devfs format modifier
402 o changed the default location of the database to /udev/.udev.tdb to be LSB compliant
403 o get rid of functions in klibc_fixups that are now in klibc
404 o sync up with the 0.84 version of klibc
405 o fix udev init.d script to handle all class devices in sysfs
406 o fix the test.block and test.tty scripts due to their moveing. Also add a test.all script
407 o 007_bk version change to Makefile
408
409Kay Sievers:
410 o pattern matching for namedev
411 o catch replace device by wildcard
412 o udev.8 tweak numeric id text
413 o udev-test.pl add subdir test
414 o namedev.c strcat tweak
415 o overall whitespace + debug text conditioning
416 o udev-test.pl - tweaks
417
418Martin Hicks:
419 o Add -nodefaultlibs while compiling against klibc
420
421Olaf Hering:
422 o ARCH detection for ppc
423
424Patrick Mansfield:
425 o fix udev parallel builds with klibc
426
427
f02763a9
GKH
428Summary of changes from v006 to v007
429============================================
430
431<md:linux.it>:
432 o fix segfault in parsing bad udev.permissions file
433
434Greg Kroah-Hartman:
435 o update default config file with a CALLOUT rule, and more documentation
436 o updated the man page with the latest format specifier changes
437 o added ability to put format specifiers in the CALLOUT program string
438 o tweak udev-test.pl to report '0' errors if that's what happened
439 o only build klibc_fixups.c if we are actually using klibc
440 o add support for string group and string user names in udev.permissions
441 o add getgrnam and getpwnam to klibc_fixups files
442 o remove Makefile.klibc
443 o add udev-test perl script from Kay Sievers <kay.sievers@vrfy.org> which blows away my puny shell scripts
444 o added debian's version of udev.permissions
445 o change to 006_bk version
446
447Kay Sievers:
448 o format char for CALLOUT output
449 o more namedev whitespace cleanups
450 o support arguments in callout exec
451 o namedev.c - change order of fields in CALLOUT
452 o namedev.c whitespace + debug text cleanup
453 o man page with udev.permissions wildcard
454
455Olaf Hering:
456 o static klibc udev does not link against crt0.o
457
b981d07a
GKH
458Summary of changes from v005 to v006
459============================================
460
461<chris_friesen:sympatico.ca>:
462 o faster test scripts
463
464Arnd Bergmann:
465 o more robust config file parsing in namedev.c
466 o add bus id modifier
467
468Daniel E. F. Stekloff:
469 o patch for libsysfs sysfs directory handling
470
471Greg Kroah-Hartman:
472 o add another line to udev.permissions in the proper format
473 o tweak replace_test
474 o fix permissions to work properly now
475 o add real udev.permissions file to test directory
476 o fix namedev.c to build with older version of gcc
477 o add dumb test for all of the different modifiers
478 o update the TODO list with more items that people can easily do
479 o move the test.block and test.tty scripts to the test/ directory
480 o add remove actions to the test scripts
481 o turn DEBUG_PARSER off by default
482 o add some documentation for the %b modifier to the default config file
483 o fix make install rule for when the udev symlink is already there
484 o change release target in makefile
485 o change debug level on printf values for now
486 o updated demo config file
487 o add some documentation of the modifiers to the default config file
488 o add demo config file
489 o updated bk ignore list for klibc generated files
490 o add printf option to label test to verify it works
491 o fix up printf-like functionality due to previous changes
492 o get the major/minor number before we name the device
493 o add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com>
494 o Add multipath "extra" program from Christophe Varoqui, <christophe.varoqui@free.fr>
495 o trailing whitespace cleanups
496 o splig LABEL and NUMBER into separate functions
497 o add TOPO regression test
498 o move TOPOLOGY rule to it's own function
499 o fix bug where NUMBER and TOPOLOGY would not work for partitions
500 o clean up the way we find the sysdevice for a block device for namedev
501 o updated label test script (tests for partitions now.)
502 o split REPLACE and CALLOUT into separate functions
503 o add debug line for REPLACE call
504 o add replace test
505 o add more sysfs test tree files
506 o change UDEV_SYSFS_PATH environment variable due to libsysfs change
507 o fix bug in klibc's isspace function
508 o fix udev-add.c to build properly with older versions of gcc
509 o add prototype for ftruncate to klibc
510 o Remove a few items from the TODO list that are already done
511 o version number to 005_bk
512 o pull some klibc stuff into the make Makefile to try to stay in sync
513 o klibc build fixes
514
515Kay Sievers:
516 o apply permissions.conf support for wildcard and default name
517 o man page with included placeholder list
518 o implement printf-like placeholder support for NAME
519 o more manpage tweaks
520 o add support for subdirs
521 o add uid/gid to nodes
522
523Olaf Hering:
524 o DESTDIR for udev
525
526Paul Mundt:
527 o Fixup path for kernel includes when building with klibc
528
529Robert Love:
530 o udev init script
531
532
e1b57940
GKH
533Summary of changes from v004 to v005
534============================================
535
536<kay:vrfy.org>:
537 o namedev.c comments + debug patch
538 o man page update
539
540Greg Kroah-Hartman:
541 o ignore the klibc/linux symlink
542 o add klibc linux symlink info to the README
543 o get 'make release' to work properly again
544 o added README info for how to build using klibc
545 o turn off debugging if we are building with klibc
546 o turn off debugging in namedev
547 o added vsyslog support to klibc
548 o add ftruncate to klibc
549 o klibc specific tweaks
550 o libsysfs does not need mntent.h in it's header file
551 o udev build tweaks to tdb's spinlock code
552 o klibc makefile changes
553 o build tdb and libsysfs from the same makefile as udev
554 o udev-add build cleanups for other libc versions
555 o tweak tdb to build within udev better
556 o make libsysfs spit debug messages to the same place as the rest of udev
557 o make libsysfs build cleanly
558 o updated bk ignore list
559 o added klibc version 0.82 (cvs tree) to the udev tree
560 o makefile fix for now
561 o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
562 o hm, makefile bug with so many files... will fix later
563 o regression tests starting to be added
564 o fix LABEL bug for device files (not class files.)
565 o more warning flags to the build
566 o got rid of struct device_attr
567 o rename namedev.permissions and namedev.config to udev.permissions and udev.config
568 o fix dbg line in namedev.c
569 o more overrides of config info with env variables if in test mode
570 o Fix bug causing udev to sleep forever waiting for dev file to show up
571 o change version to 004_bk
572 o make config files, sysfs root, and udev root configurable from config variables
573 o 004 changelog entrys TAG: v004
574
575Robert Love:
576 o udev: sleep_for_dev() bits
577 o udev: another canidate for static
578
579
d4e52dd0
GKH
580Summary of changes from v003 to v004
581============================================
582
583Daniel E. F. Stekloff:
584 o new version of libsysfs patch
585
586Greg Kroah-Hartman:
587 o 004 release
588 o major database cleanups
589 o Changed test.block and test.tty to take ACTION from the command line
590 o don't sleep if 'dev' file is already present on device add
591 o fix comment about how the "dev" file is made up
592 o more database work. Now we only store the info we really need right now
593 o add BUS= bug to TODO list so it will not get forgotten
594 o spec file changes
595 o test.block changes
596 o ok, rpm likes the "_" character instead of "-" better
597 o change the version to 003-bk to keep things sane with people using the bk tree
598 o got "remove of named devices" working
599 o fix segfaults when dealing with partitions
600 o update changelog for 003 release TAG: v003
601
602Kay Sievers:
603 o man file update
604 o man page update
605
606Robert Love:
607 o udev: mode should be mode_t
608 o udev: trivial trivialities
609 o udev: cool test scripts again
610 o udev spec file symlink support
611 o udev: cool test scripts
612 o udev spec file bits
613
614
22b00023
GKH
615Summary of changes from v0.2 to v003
616============================================
617
618Daniel E. F. Stekloff:
619 o udevdb patch
620 o udevdb prototype
621
622Greg Kroah-Hartman:
623 o update the spec file for the new version and install process
624 o fix makefile release rule to not drop tdb.h file
625 o Add FAQ for udev
626 o removed AUTHORS and INSTALL files as they were pretty pointless
627 o copyright updates
628 o Add AUTHORS and INSTALL files
629 o TODO updates
630 o Updatd the README
631 o updated the TODO list
632 o add udev man page (basically just a place holder for now.)
633 o added uninstall support
634 o added install target for makefile so people don't have to do it by hand anymore
635 o add version to debug log on startup
636 o tell the user what mknod() we are trying to do
637 o add dbg_parse() to cut down on parse file debugging statements
638 o put config files and database in /etc/udev by default
639 o add ols 2003 udev paper to docs/
640 o clean up some debugging stuff in namedev.c
641 o do not build the tdb binary programs, only the objects
642 o merge tdb into the build process
643 o Added tdb code from latest cvs version in the samba tree
644 o added my name to the .spec file
645 o minor cleanups
646 o cleanup the mknod code a bit
647 o remove mknod callout
648 o handle new major:minor format of dev files that showed up in 2.6.0-test2-bk3 or so
649 o oops, everything was getting created as 000 mode, try to fix this up, but fail...
650 o more test stuff
651
652Olaf Hering:
653 o print udev pid
654
655Patrick Mansfield:
656 o add callout config type to udev
657
658Paul Mundt:
659 o Fix TDB cross compilation
660 o udev spec file
661 o udev/libsysfs cross compile fixes
662
663
664Summary of changes from v0.1 to v0.2
665============================================
666
667Greg Kroah-Hartman:
668 o more test stuff
669 o removed unneeded stuff from udev.h
670 o added 0.2 change log info
671 o start working on label support, and fix some segfaults for block devices
672 o test config file changes
673 o add NUMBER support (basically same logic as TOPOLOGY, perhaps we should
674 merge this...)
675 o added topology support
676 o got REPLACE to work properly
677 o make struct config_device contain a struct device_attr instead of
678 duplicating the mess
679 o block test
680 o split the tests up into different files
681 o split udev main logic into udev-add and udev-remove
682 o Clean up the namedev interface a bit, making the code smaller
683 o bk: update ignore list
684 o update the tests to handle block devices too
685 o add initial libsysfs support
686 o added libsysfs to the build
687 o added libsysfs code from sysutils-0.1.1-071803 release
688 o namedev config files are fully parsed
689 o more permission tests
690 o make log_message spit out warnings so I don't have to spend forever
691 chasing down stupid bugs that aren't there...
692 o added klibc makefile
693 o Initial namedev parsing of config files
694 o sleep for 2 seconds to give the kernel a chance to actually create the
695 files we need
696 o pick a better default UDEV_ROOT
697 o fix up the test to actually work
698 o added more documentation in README and TODO files
699
700
701Summary of changes up to v0.1
702============================================
703
704Greg Kroah-Hartman:
705 o added more documentation in README and TODO files
706 o updated the documentation
707 o cleaned up the makefile a bit
708 o remove now works!
709 o restructure code to be able to actually get remove_node() to work
710 o Creating nodes actually works
711 o added stupid test script for debugging
712 o added initial documentation and gpl license
713 o enabled debugging
714 o updated ignore list
715 o added initial files
716 o fixed up config
717 o Initial repository create
718 o BitKeeper file /home/greg/src/udev/udev/ChangeSet
b981d07a 719