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