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