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