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