]> git.ipfire.org Git - thirdparty/systemd.git/blob - ChangeLog
058 release
[thirdparty/systemd.git] / ChangeLog
1 Summary of changes from v057 to v058
2 ============================================
3
4 Daniel Drake:
5 o Writing udev rules docs update
6
7 Darren Salt:
8 o update cdsymlinks to latest version
9
10 Greg Kroah-Hartman:
11 o remove detach_state files from the sysfs test tree
12 o Update permissions on test scripts so they will run properly now
13 o hopefully fix up the symlinks in the test directory
14 o Removed klibc/klibc.spec as it is autogenerated
15 o Added symlinks thanks to Kay's script and git hacking
16 o add Red Hat/Fedora html documenation
17 o Update Red Hat default udev rules
18
19 Kay Sievers:
20 o selinux: fix handling during creation of symlinks
21 o Fedora udev.rules update
22 o libsysfs: version 2.0
23 o klibc: version 1.0.7
24
25 Masanao Igarashi:
26 o Fix libsysfs issue with relying on the detach_state file to be
27
28 Summary of changes from v056 to v057
29 ============================================
30
31 <tklauser:access.unizh.ch>:
32 o fix stupid all_partitions bug
33
34 Kay Sievers:
35 o add test for make -j4 to build-check
36 o klibc: version 1.0.6
37 o update Debian rules
38 o apply default permissions only for devices that will need it
39 o adapt RELEASE-NOTES
40 o udev_volume_id: fix endianess macros
41 o udev-test.pl: add test for DEVNAME export to RUN environment
42 o update the man page to reflect the recent changes
43 o export DEVNAME to RUN-key executed programs
44 o fix make -j4 and the local klibc-install
45 o update RELEASE-NOTES
46 o add RUN key to be able to run rule based notification
47 o fix udevtest to print the error if logging is disabled
48 o move execute_program to utils + add action to init_device
49 o correct correction for error path for PROGRAM execution
50 o correct error path for PROGRAM execution
51 o klibc: version 1.0.5
52 o check for strlen()==0 before accessing strlen()-1
53 o allow to match against empty key values
54 o read %s{}-sysfs values at any device in the chain
55 o udev_rules.c: don't change sysfs_device while walking up the device chain
56 o klibc: strlcpy/strlcat - don't alter destination if size == 0
57 o fix klibc's broken strlcpy/strlcat
58 o udevinfo: print SYSFS attribute the same way we match it
59 o remove untrusted chars read from sysfs-values or returned by PROGRAM
60 o udevinfo: print errors to stderr instead of stdout
61 o klibc: version 1.0.4
62 o support log-priority levels in udev.conf
63 o test-suite: remove UDEV_TEST, it's not needed anymore
64 o libsysfs: remove trailing slash on SYSFS_PATH override
65
66
67 Summary of changes from v055 to v056
68 ============================================
69
70 <tklauser:access.unizh.ch>:
71 o fix header paths in udev_libc_wrapper.c
72
73 Kay Sievers:
74 o udev-test.pl: use more common user/group names
75 o klibc: remove SCCS directories from the temporary klibc install
76 o udev-test.pl: add a test where the group cannot be found in /etc/passwd
77 o udev-test.pl: add check for textual uid/gid
78 o fix bad typo that prevents the GROUP to be applied
79 o udevd: don't delay events with TIMEOUT in the environment
80 o klibc: use klcc wrapper instead of our own Makefile
81 o change call_foreach_file to return a list
82
83
84 Summary of changes from v054 to v055
85 ============================================
86
87 <jkluebs:luebsphoto.com>:
88 o This patch causes the remove handler to check that each symlink actually points to the correct devnode and skip it if it does not.
89
90 <pebenito:gentoo.org>:
91 o udev selinux fix
92
93 <tklauser:access.unizh.ch>:
94 o The following patch fixes some warnings when compiling volume_id from udev with the -Wall compiler flag. Define _GNU_SOURCE for strnlen() and correct the path to logging.h
95 o The following patch fixes a warning when compiling chassis_id from udev with the -Wall compiler flag. There are too much conversions in the format string of sscanf(). One %d can be dropped.
96
97 Greg Kroah-Hartman:
98 o fix raid rules
99 o added frugalware udev ruleset
100 o merge selinux and Kay's symlink fixes together
101
102 Hannes Reinecke:
103 o volume_id: Fix label/uuid reading for reiserfs
104
105 Kay Sievers:
106 o add udevstart to the RELEASE-NOTES
107 o volume_id: version 43
108 o clarify the shortcomings of %e
109 o correct rule match for devices without a physical device
110 o remove unneeded code, libsysfs does this for us
111 o add final release note
112 o add ENV{} key to match agains environment variables
113 o simplify sysfs_pair handling
114 o add a test and simplify debug statement
115 o support =, ==, !=, += for the key match and assignment
116 o add OPTION="last_rule" to skip any later rule
117 o rename namedev_dev to udev_rule
118 o correct enum device_type
119 o remove udevstart on make clean
120 o volume_id: version 42
121 o volume_id: version 41
122 o remove unneeded include
123 o The path to dlist.h is not correct
124 o udevinfo -d: use '=' as separator, cause ':' may be a part of the devpath
125 o klibc: version 1.0.3
126 o add RELEASE-NOTES file
127 o test suite: move "driver" link to physical device
128 o remove PLACE key match
129 o don't lookup "root" in the userdb
130 o fix ia64 compile
131 o fix segfaulting udev while DRIVER matching
132 o cleanup list.h
133 o klibc: version 0.214
134 o rename device_list->list to device_list->node
135 o replace strncpy()/strncat() by strlcpy()/strlcat()
136 o split udev and udevstart
137 o udev_volume_id: version 39
138 o rename LOG to USE_LOG in all places
139 o remove Makefile magic for klibc integration
140 o klibc_fixups: remove no longer needed stuff
141 o udev_volume_id: volume_id v38
142 o use numeric owner/group as default values to avoid parsing userdb
143 o fix up segfaulting binaries with new klibc
144 o udevinfo -d: speed-up device dump
145 o klibc: version 0.211
146 o klibc_fixups: remove unneeded stuff
147 o replace weird defines by real code
148 o udev-test.pl: remove useless tests
149 o allow unlimitied count of symlinks
150 o unmap db-file after use
151 o remove typedef for call_foreach_file() handler function
152 o correct udev_init_device
153 o rename attributes to options
154 o kill stupid gcc4 warning
155 o trivial clenaup of namedev code
156 o klibc: check for gcc4
157 o klibc: update v0.205
158
159 Thierry Vignaud:
160 o gentoo rule update for raid devices
161
162
163 Summary of changes from v053 to v054
164 ============================================
165
166 <tklauser:access.unizh.ch>:
167 o udev_volume_id: add Reiser4 support
168
169 Kay Sievers:
170 o namedev: skip backslashes only if followed by newline
171 o wait_for_sysfs: add joydev
172 o udevinfo: print devpath -> node relationship for all devices
173 o trivial rename of some variables
174 o klibc v0.199
175 o big libsysfs diet (pre 2.0 version)
176 o udev_volume_id: volume_id v35
177 o add "serio" to bus list
178 o determine device type in udev_init_device()
179 o move kernel name/number evaluation into udev_init_device()
180 o detect NAME="" as ignore_device rule
181 o trivial namedev cleanup
182 o cleanup db functions
183 o clean up match_place()
184 o switch device type to enum
185 o switch major/minor to dev_t
186 o remove the device node only if the major/minor number matches
187 o libsysfs: work around a klibc bug
188 o introduce OPTIONS=ignore_device, ignore_remove, all_partitions" key
189 o namedev: execute PROGRAM only once and not possibly for every physical device
190
191 Patrick Mansfield:
192 o update scsi_id to work with libsysfs changes
193
194
195 Summary of changes from v052 to v053
196 ============================================
197
198 Greg Kroah-Hartman:
199 o fix gentoo fb permission issue
200 o allow simple-build-check.sh to go faster if MAKEOPTS is set
201 o make the release tarballs have writable files in them
202 o remove gentoo permission file as it's not valid anymore
203
204 Kay Sievers:
205 o fix special file mode mask for temporary device node
206 o udevstart: simplify "dev" file searching
207 o udev_volume_id: remove temporary node creation and parent handling
208 o add %P modifier to query the node name of the parent device
209 o udev_volume_id: remove __packed__ from dasd structure as it does not work
210 o create /block/*/range count of partitons for all_partitions
211
212 Patrick Mansfield:
213 o scsi_id changes for use with udev %N and %p
214
215
216 Summary of changes from v051 to v052
217 ============================================
218
219 <md:linux.it>:
220 o debian: update rules files
221 o raid-devfs.sh: devfs names for hardware RAID controllers
222 o scsi_id: when udevstart is started, /tmp is not writeable
223 o cdsymlinks.sh: trivial fix, the variable is initialized to '', not 0
224
225 <sschweizer:gmail.com>:
226 o gentoo/udev.rules: add default permissions for sound devices
227
228 Greg Kroah-Hartman:
229 o fix example comment in ide-devfs.sh
230 o Add infiniband to gentoo rules
231 o Another gentoo fix, adding dvb support
232 o Fix gentoo bug #76056 (fb device group permissions.)
233 o Fix gentoo bug #81102, device nodes for the pktcdvd device
234
235 Kay Sievers:
236 o provide temporary device node for callouts to access the device
237 o udev_volume_id: fix dasd disklabel reading with -l option
238 o udev_volume_id: volume_id version 034
239 o udev_volume_id: rename probe_ibm into probe_dasd
240 o udev_volume_id: volume_id version 032
241 o Makefile: add some more warnings and prepare for clean gcc4 compile
242 o Makefile: cleanup conditional config option sections
243 o fix -Wsign-compare warnings
244 o chassis_id: clean compilation and fix bad function parameter passing
245 o simple_build_check: make it possible to pass KERNEL_DIR
246 o selinux: cleanup udev integration
247
248 Michael Buesch:
249 o trivial: remove _all_ trailing slashes with no_trailing_slash()
250 o trivial: fix signedness
251 o namdev: allow symlink-only rules to specify node permissions
252 o udevd: fix valgrind warning
253
254
255 Summary of changes from v050 to v051
256 ============================================
257
258 <roland:digitalvampire.org>:
259 o This fixes a silly mistake in how udevinfo prints the major and minor numbers (right now it prints the minor next to "MAJOR" and the major next to "MINOR" ;)
260
261 <tklauser:access.unizh.chbk>:
262 o I tried to compile udev 050plus with the GCC 4.0 snapshot 200412119 and got two errors about possibly uninitialized structs, so I fixed this.
263
264 Christian Bornträger:
265 o udev_volume_id: fix -d option
266
267 Greg Kroah-Hartman:
268 o gentoo fb permission fix
269 o fix gcc 2.96 issue in libsysfs
270 o remove the lfs startup script on request of the author
271 o clean up the aoe char device rules, and delete the block one as it's not needed
272 o add aoe block and char device rules to the gentoo rule file
273 o fix udev_volume_id build error
274
275 Hannes Reinecke:
276 o rearrange link order in Makefile
277
278 Kay Sievers:
279 o udev_volume_id: new version of volume_id
280 o klibc: update to version 0.198
281 o udev_volume_id: fix FAT label reading
282 o klibc: update to version 0.196
283 o udevd: throttle the forking of processes
284 o udevd: add possible initialization of expected_seqnum
285 o udevd: it's obviously not the brightest idea to exit a device node manager if it doesn't find /dev/null
286 o udevd: separate socket handling to prepare for other event sources
287 o udevd: support -d switch to become a daemon
288 o udev_volume_id: version 27
289 o udevd: split up message receiving an queueing
290 o remove useless warning if udev.conf contains keys not read by udev itself
291 o improve event sequence serialization
292 o remove udevsend syslog noise on udevd startup
293 o limit the initial timeout of the udevd event handling
294 o correct detection of hotplug.d/ udevsend loop
295 o correct log statement
296 o remove default_* permissions from udev.conf file
297 o update Fedora config files and add some more tests
298 o allow permissions only rules
299 o add SUBSYSTEM rule to catch all block devices and apply the disk permissions
300 o update Fedora config files
301 o handle renamed network interfaces properly if we manage hotplug.d/
302 o allow multiline rules by backslash at the end of the line
303 o add OnStream tape drive rules
304 o simplify rules file by setting default mode to 0660
305 o simplify permission application
306 o I broke the extras/ again. Add simple build test script now
307 o Merge vrfy.org:/home/kay/src/udev into vrfy.org:/home/kay/src/udev.kay
308 o initial merge of fedora udev.permissions into udev.rules
309 o remove permissions file mentioning from the udev man page
310 o fix some typos in gentoo's udev.rules introduced by the merge
311
312 Michael Buesch:
313 o The attached patch fixes the code path if namedev_name_device() fails
314
315 Summary of changes from v049 to v050
316 ============================================
317
318 <harald:redhat.com>:
319 o selinux patch
320
321 <tklauser:access.unizh.ch>:
322 o I made some more changes to the manpage of udev including
323
324 Kay Sievers:
325 o update libsysfs to CVS version and fix segfaulting attribute reading
326 o klibc supports LOG_PID now, so remove our own implementation
327 o avoid building klibc test programs and pass SUBDIRS= to klibc clean
328
329
330 Summary of changes from v048 to v049
331 ============================================
332
333 Greg Kroah-Hartman:
334 o fix 'make clean' error in klibc
335
336 Kay Sievers:
337 o update klibc to 0.194
338 o export DEVNAME regardless of the state of udev_dev_d
339 o add class specific files for class/spi_transport and class/spi_host
340 o udevd-test.pl: remove wrong date calculation
341 o check earlier if we should run as udevstart
342 o remove double initialization
343 o include missing header to udevtest.c
344 o add -V option to udev to print the version number
345 o prevent udev node creatinon for "class" registration
346 o udevd: serialization of the event sequence of a chain of devices
347 o add a class/fc_host file to the list of what to wait for
348 o udev_volume_id: links sysfs.a instead of all objects
349
350 Martin Schlemmer:
351 o remove leftover from udevinfo's -d option
352
353
354 Summary of changes from v047 to v048
355 ============================================
356
357 Greg Kroah-Hartman:
358 o fix udev_volume_id so it will now build properly
359 o fix scsi_id build errors due to changes in the main udev makefile
360
361
362 Summary of changes from v046 to v047
363 ============================================
364
365 <klauser:access.unizh.ch>:
366 o Various typos and other litte errors in udev.8.in
367
368 <sjoerd:spring.luon.net>:
369 o DEVNAME on device removal
370
371 <sschweizer:gmail.com>:
372 o Allow GROUP to have modifiers in it
373
374 Greg Kroah-Hartman:
375 o add more debian rules files
376 o move distro specific config files into their own directories
377 o update debian rules files
378 o added asterix rules to the gentoo file
379 o use udevstart for udev.init.* files
380 o delete a bunch of files no longer needed
381 o fix gentoo scsi cdrom rule
382 o Fix the multithreaded build again
383 o merge
384 o comment out ability to run udev-test.pl with valgrind
385 o fix spurious valgrind warning in udev
386 o fix udevinfo '-q path' option as it was not working
387 o merge
388 o fix parallel build error
389
390 Kay Sievers:
391 o update Fedora dev.d/ example and remove unused conf.d/ directory
392 o don't install distribution specific init script on "make install"
393 o restore OWNER/GROUP assignment in rule coming from RESULT
394 o make gcov compile scripts working with recent gcc
395 o fix udev-test/udev-test.pl to work with again
396 o add net/atml and class/ppdev to the wait_for_sysfs exception list
397 o add net/nlv* devices to the exception list
398 o add "pcmcia" and "fc_transport" to the wait_for_sysfs lists
399 o remove unused timestamp field
400 o simplify permission handling
401 o handle /etc/hotplug.d/ only if the event comes from udevd
402 o trivial cleanups and change some comments
403 o remove unused variables
404 o udevsend/udevd handle events without a subsystem
405 o use blacklist on device "remove" and remove dev.d/ call code duplication
406 o update the man pages and correct Usage: hints
407 o don't call the hotplug scripts with a test run
408 o don't call dev.d/ scripts twice, if directory = subsystem
409 o remove archive file if we changed something
410 o link archive insted of objects
411 o rename udev_lib to udev_utils and dev_d to udev_multiplex
412 o handle whole hotplug event with udevd/udev
413 o integrate wait_for_sysfs in udev
414 o make the searched multiplex directories conditionally
415 o add MANAGED_EVENT to the forked udev environment
416 o export DEVNAME on remove event
417 o export udev_log flag to the environment
418 o remove my test code
419 o add support for /devices-devices without any file to wait for
420 o Patch from Alex Riesen <raa.lkml@gmail.com>
421 o add a bunch of busses to the list of what to wait for
422 o close connection to syslog in forked udevd child
423 o udevd exit path cleanup
424 o fix network device naming bug
425
426
427 Summary of changes from v045 to v046
428 ============================================
429
430 Greg Kroah-Hartman:
431 o make spotless for releases
432
433 Kay Sievers:
434 o Don't try to print major/minor for devices without a dev file
435 o remove get_device_type and merge that into udev_set_values()
436 o prevent udevd crash if DEVPATH is not set
437 o add ippp and bcrypt to the exception lists of wait_for_sysfs
438 o let klibc add the trailing newline to syslog conditionally
439 o disable logging for udevstart
440 o add NAME{ignore_remove} attribute
441 o remove historical SYSFS_attr="value" format
442 o don't wait for sysfs if the kernel(2.6.10-rc2) tells us what not to expect
443 o change key names in udevinfo sysfs walk to match the kernel
444 o support DRIVER as a rule key
445 o support SUBSYSTEM as a rule key
446 o rename udevdb* to udev_db*
447 o Make dev.d/ handling a separate processing stage
448 o make the udev object available to more processing stages
449 o remove udev_lib dependency from udevsend, which makes it smaller
450 o add ACTION to udev object to expose it to the whole process
451 o make udevinfo's -r option also workimg for symlink queries
452 o let udev act as udevstart if argv[1] == "udevstart"
453 o improve udevinfo sysfs info walk
454 o add sysfs info walk to udevinfo
455 o pass the whole event environment to udevd
456 o replace tdb database by simple lockless file database
457
458
459 Summary of changes from v044 to v045
460 ============================================
461
462 Martin Schlemmer:
463 o Some updates for Gentoo's udev rules
464
465
466 Summary of changes from v043 to v044
467 ============================================
468
469 Greg Kroah-Hartman:
470 o add cdsymlinks.sh support to gentoo rules file
471 o fix gentoo legacy tty rule
472 o remove 'sudo' usage from the Makefile
473 o make udev-test.pl test for root permissions before running
474
475 Kay Sievers:
476 o reduce syslog noise of udevsend if multiple instances try to start udevd
477 o add i2c-dev to the list of devices without a bus
478
479
480 Summary of changes from v042 to v043
481 ============================================
482
483 Greg Kroah-Hartman:
484 o add test target to makefile
485 o add dumb script to show all sysfs devices in the system
486
487 Kay Sievers:
488 o Shut up wait_for_sysfs class/net failure messages, as it's not possible to
489 get that right for all net devices. Kernels later than 2.6.10-rc1 will
490 handle that by carrying the neccessary information in the hotplug event.
491 o wait() for specific pid to return from fork()
492 o Don't use any syslog() in signal handler, cause it may deadlock
493 o Add support for highpoint ataraid to volume_id to suppress label reading on raid set members.
494 o Add a bunch of devices without "device" symlinks
495 o Exit, if udevtest cannot open the device (segfault)
496 o Patches from Harald Hoyer <harald@redhat.com>
497 o Apply the default permissions even if we found a entry in the permissions
498 file. Correct one test, as the default is applied correctly now and the
499 mode will no longer be 0000.
500 o add test for format chars in multiple symlinks to replace
501 o Add net/vmnet and class/zaptel to the list of devices without physical device
502
503
504 Summary of changes from v040 to v042
505 ============================================
506
507 Greg Kroah-Hartman:
508 o add inotify to the rules for gentoo
509
510 Kay Sievers:
511 o skip waiting for device if we get a bad event for class creation and not for a device underneath it
512 o add net/pan and net/bnep handling
513 o switch wait for bus_file to stat() instead of open() add net/tun device handling add ieee1394 device handling
514 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
515 o ignore *.rej files from failed patches
516 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.
517 o improve klibc fixup integration
518 o cleanup udevd/udevstart
519 o expose sysfs functions for sharing it
520
521
522 Summary of changes from v039 to v040
523 ============================================
524
525 <jk:blackdown.de>:
526 o wait_for_sysfs update for dm devices
527
528 Greg Kroah-Hartman:
529 o sparse cleanups on the tree
530 o fix stupid cut-and-paste error for msr devices on gentoo boxes
531 o add *~ to bk ignore list
532 o delete udevruler.c as per Kay's request
533 o fix up the wait_for_sysfs_test script a bit
534
535 Kay Sievers:
536 o fix debug in volume id / fix clashing global var name
537 o volume_id fix
538 o $local user
539 o cleanup netif handling and netif-dev.d/ events
540 o big cleanup of internal udev api
541 o don't wait for dummy devices
542 o close the syslog
543 o Fix ppp net devices in wait_for_sysfs
544 o Fix wait_for_sysfs messages (more debugging info)
545
546
547 Summary of changes from v038 to v039
548 ============================================
549
550 Greg Kroah-Hartman:
551 o Hopefully fix the vcs issue in wait_for_sysfs
552 o take out & from wait_for_sysfs_test that I previously missed
553 o add very nice cdsymlinks scripts
554 o add some helper scripts for dvb and input devices
555 o add debian config files
556 o let the extras/ programs build "pretty" also
557 o tweak the ccdv program to handle files in subdirectories being built
558 o crap, I messed up the 'sed' instances pretty badly, this fixes the config and man page mess
559 o fix broken 'make -j5' functionality
560
561 Kay Sievers:
562 o swich attribute open() to simple stat()
563 o wait_for_sysfs update for /class/firmware and /class/net/irda devices
564 o fix unusual sysfs behavior for pcmcia_socket
565 o remove sleeps from udev as it is external now
566 o delete udevruler?
567 o Makefile fix
568
569 Patrick Mansfield:
570 o update udev to scsi_id 0.7
571 o pass SYSFS setting down for extras builds
572 o move assignments past local variables
573
574
575 Summary of changes from v037 to v038
576 ============================================
577
578 <andrew.patterson:hp.com>:
579 o Re: Problem parsing %s in udev rules
580
581 Greg Kroah-Hartman:
582 o fix up error in building extras and libsysfs
583
584 Summary of changes from v036 to v037
585 ============================================
586
587 <md:linux.it>:
588 o small udev patch
589
590 Greg Kroah-Hartman:
591 o fix compilation warning in tdb log message
592 o Fix build error with klibc due to recent changes
593 o merge
594 o add wait_for_sysfs test script to the tarball to help people debug their boxes
595 o add ipsec to wait_for_sysfs ignore list
596 o added ccdv to bk ignore list
597 o a few more Makefile tweaks for the quiet feature
598 o Make the build silent, thanks to a helper program from ncftp
599 o rename files to have '_' instead of '-' in them
600 o change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle some slow machines
601 o add support for class/raw/ to wait_for_sysfs
602 o fix up Makefile for wait_for_sysfs udev_version.h dependancy
603 o remove the debian specific file, as they don't want to share with the rest of the world :(
604
605 Kay Sievers:
606 o prevent deadlocks on an corrupt udev database
607 o wait_for_sysfs_update
608
609 Michael Buesch:
610 o fix asmlinkage
611 o fix incompatible pointer type warning
612
613
614 Summary of changes from v035 to v036
615 ============================================
616
617 Greg Kroah-Hartman:
618 o add the error number to the error message in wait_for_sysfs to help out in debugging problems
619
620 Summary of changes from v034 to v035
621 ============================================
622
623 Greg Kroah-Hartman:
624 o added ieee1394 support to wait_for_sysfs
625 o update wait_for_sysfs with a bunch more devices thanks to user reports
626
627 Summary of changes from v033 to v034
628 ============================================
629
630 Kay Sievers:
631 o wait_for_sysfs bluetooth class update
632
633 Greg Kroah-Hartman:
634 o add comment in wait_for_sysfs to explain the structure better
635 o Revert previous dev_d.c change, it's not what is causing HAL problems
636 o hm, somethings odd with DEVPATH, see if this fixes it
637 o 33_bk mark for the makefile
638 o wait_for_sysfs: clean up the logic for the list of devices that we do not expect device symlinks for
639 o get rid of annoying extra lines in the syslog for some libsysfs debug messages
640 o added support for i2c devices in wait_for_sysfs.c
641 o add support for i2c-adapter devices to wait_for_sysfs.c
642
643 Summary of changes from v032 to v033
644 ============================================
645
646 <harald:redhat.com>:
647 o udev close on exec
648 o some cleanups and security fixes
649 o some cleanups and security fixes
650 o selinux for udev
651 o cleanup PATCH for extras/chassis_id/Makefile
652
653 <kpfleming:backtobasicsmgmt.com>:
654 o respect prefix= setting in built udev.conf (updated)
655
656 Greg Kroah-Hartman:
657 o add support for usb interfaces to wait_for_sysfs to keep it quiet
658 o enable native tdb spinlocks on i386 platforms
659 o delete extras/multipath-tools as per the author's request
660 o be paranoid in dev_d.c
661 o add USE_SELINUX to README documentation so people have a chance to see what is going on
662 o update the selinux.h file to start to look sane
663 o update bk ignore list for the wait_for_sysfs binary
664 o kdetv wants to see device nodes in /dev
665 o update comments in scsi-devfs.sh
666 o fix up Makefiles to get the klibc build working properly
667 o update bk ignore list for new klibc generated files
668 o oops forgot to add the new klibc/include directory
669 o update klibc to version 0.181
670
671 Kay Sievers:
672 o fix problems with dev.d and udevstart
673 o wait_for_sysfs debug cleanup
674 o fix problems using scsi_id with udevstart
675 o update volume_id
676 o finally solve the bad sysfs-timing for all of us
677 o volume-id build fix and update
678 o switch udev's seqnum to u64
679 o add enum tests
680 o fix udev segfaults with bad permissions file
681
682 Patrick Mansfield:
683 o update udev to include scsi_id 0.6
684
685
686 Summary of changes from v031 to v032
687 ============================================
688
689 <harald:redhat.com>:
690 o udev parse bug
691
692 Kay Sievers:
693 o handle only block and class devices
694 o fix udevstart badly broken in udev 031
695
696
697 Summary of changes from v030 to v031
698 ============================================
699
700 <arun:codemovers.org>:
701 o udev - read long lines from config files overflow fix
702
703 <ballarin.marc:gmx.de>:
704 o Update the FAQ with info about hardlink security
705
706 <david:fubar.dk>:
707 o compatibility symlinks for udev
708
709 David Weinehall:
710 o Minor POSIX-fixes for udev
711
712 Greg Kroah-Hartman:
713 o add symlink for video rule
714 o add a "first" list to udevstart and make it contain the class/mem/ devices
715 o fix compiler warning in udevtest.c
716 o Fix old-style pty breakage in rules file for tty device
717 o add rules for i386 cpu devices
718 o add permission for legotower usb devices
719
720 Kay Sievers:
721 o Fix naming ethernet devices in udevstart
722 o update udev_volume_id
723 o let /sbin/hotplug execute udev earlier
724 o pass SEQNUM trough udevd
725 o fix manpages based on esr's spambot
726
727 Martin Schlemmer:
728 o add microcode rule to permissions.gentoo file
729
730 Michael Buesch:
731 o Try to provide a bit of security for hardlinks to /dev entries
732
733 Olaf Hering:
734 o udevsend depends on udev_lib.o
735
736 Tom Rini:
737 o fix UDEV_NO_SLEEP
738 o clean up start_udev a bit
739 o Make udev/udevstart be one binary
740 o Add 'asmlinkage' to udev-030
741
742
743 Summary of changes from v029 to v030
744 ============================================
745
746 Greg Kroah-Hartman:
747 o fix stupid off-by-one bug that caused udevstart to die on x86-64 boxes
748
749
750 Summary of changes from v028 to v029
751 ============================================
752
753 Greg Kroah-Hartman:
754 o add permission rule for jogdial device
755 o fix dumb bug I added to udevstart
756 o make a "last list" of devices for udevstart to operate on last
757 o fix permission problem with input event and ts nodes for gentoo
758 o change default perms of misc/rtc to be readable by anyone
759
760 Olaf Hering:
761 o allow NAME_SIZE > SYSFS_PATH_MAX
762
763
764 Summary of changes from v027 to v028
765 ============================================
766
767 <atul.sabharwal:intel.com>:
768 o Patch for chassis_id exras module
769
770 Daniel Drake:
771 o Writing udev rules doc update
772
773 Greg Kroah-Hartman:
774 o clean up block whitelist search logic a bit
775 o reverse order of scanning of udevstart to look at class before block
776
777 Kay Sievers:
778 o update udev_volume_id
779
780 Leann Ogasawara:
781 o udevstart performance increase
782
783 Patrick Mansfield:
784 o update udev scsi_id to scsi_id 0.5
785
786
787 Summary of changes from v026 to v027
788 ============================================
789
790 <fork0:users.sf.net>:
791 o fix handle leak in udev_lib.c
792
793 Greg Kroah-Hartman:
794 o tweak the gentoo default permission rules as they are wrong for tty and misc devices
795
796
797 Summary of changes from v025 to v026
798 ============================================
799
800 Arnd Bergmann:
801 o udev rpm fix
802
803 Greg Kroah-Hartman:
804 o add test for ! in partition name
805 o 025_bk mark
806 o Update to version 117 of klibc (from version 108)
807 o add volume_id ignore rule for bk
808 o add volume_id support to the udev.spec file
809 o remove dbus and selinux stuff from the udev.spec file
810 o delete udev_selinux as it doesn't work properly and is the wrong way to do it
811 o Deleted the udev_dbus extra as it didn't really work properly and HAL has a real solution now
812 o add udev.permissions.slackware file
813 o udevstart: close open directories
814
815 Kay Sievers:
816 o fix udevd zombies
817 o catchup with recent klibc
818 o Re: udevsend fallback
819 o udev_volume_id update
820 o udev callout for reading filesystem labels
821 o udev callout for reading filesystem labels
822 o udev default config layout changes
823
824 Leann Ogasawara:
825 o evaluate getenv() return value for udev_config.c
826
827 Summary of changes from v024 to v025
828 ============================================
829
830 <md:linux.it>:
831 o devfs.sh-ide-floppy
832
833 <sjoerd:spring.luon.net>:
834 o DEVNODE -> DEVNAME transition fixes
835
836 Daniel Drake:
837 o Update writing udev rules docs
838
839 Greg Kroah-Hartman:
840 o make dev.d call each directory in the directory chain of the device name, instead of just the whole name
841 o add devd_test script
842 o add more permissions based on SuSE's recommendations
843 o added rules for tun and raw devices
844 o add udev conf.d file
845 o Switch the default config to point to a directory for the rules and permission files
846 o update the Red Hat .dev files to work on other distros
847 o add dbus.dev, pam_console.dev and selinux.dev files for /etc/dev.d/default/ usage
848 o add hints for red hat users from Leann Ogasawara <ogasawara@osdl.org>
849 o add scripts to run gcov for udev from Leann Ogasawara <ogasawara@osdl.org>
850 o change permissions on udevd test scripts
851 o Fix build process for users who have LC_ALL set to a non-english language
852 o Added expanded tests to the test framework from Leann Ogasawara <ogasawara@osdl.org>
853 o added execelent "writing udev rules" document from Daniel Drake <dan@reactivated.net>
854 o added rule to put USB printers in their proper places
855 o added rules for CAPI devices
856 o added a dev.d alsa script to help people out
857
858 Kay Sievers:
859 o fix test regressions
860 o udev_selinux changes
861 o udevd test script
862 o udev_dbus changes
863 o fix devpath for netdev
864
865 Leann Ogasawara:
866 o gcov for udev
867
868
869 Summary of changes from v023 to v024
870 ============================================
871
872 <atul.sabharwal:intel.com>:
873 o Add README for chassis_id
874 o Add chassis_id program to extras directory
875
876 <chris_friesen:sympatico.ca>:
877 o udevd race conditions and performance, assorted cleanups
878
879 <hare:suse.de>:
880 o fix SEGV in libsysfs/dlist.c
881
882 <maryedie:osdl.org>:
883 o add OSDL documentation for persistent naming
884
885 <md:linux.it>:
886 o small ide-devfs.sh fix
887
888 Greg Kroah-Hartman:
889 o remove compiler warning from udevd.c
890 o only generate udev.8 on the fly, not all other man pages
891 o update bk ignore list some more
892 o update bk ignore list
893 o switch to generate the man pages during the normal build, not during the install
894 o convert udev.8.in to use @udevdir@ macro for make install
895 o first step of making man pages dynamically generated
896 o add install and uninstall the etc/dev.d/net/hotplug.dev file to the Makefile
897 o tweak net_test a bit
898 o fix some segfaults when running udevtest for network devices
899 o make a net_test test script using udevtest
900 o handle the subsytem if provided in udevtest
901 o add hotplug.dev script to handle renamed network devices
902 o add a bunch of network class devices to the test sysfs tree
903 o add udevruler to the bk ignore list
904 o update RFC-dev.d docs due to DEVNODE to DEVNAME change
905 o clean up chassis_id coding style
906 o clean up the OSDL document formatting a bit
907 o add netlink rules to devfs and gentoo rules files
908 o added USB device rules to rules files
909 o clean up the gentoo rules file a bit more, adding dri rules
910 o fix up udev.rules to handle oss rules better
911 o 023_bk mark
912 o fix udev.spec file for where udevtest should be placed
913
914 Kay Sievers:
915 o tweak node unlink handling
916 o switch udevd's msg_dump() to #define
917 o handle netdev in udevruler
918 o man page cleanup
919 o put config info in db for netdev
920 o increase udevd event timeout
921 o udevstart fix
922 o put netdev handling and dev.d/ in manpages
923 o DEVPATH for netdev
924 o netdev - udevdb+dev.d changes
925 o udevd race conditions and performance, assorted cleanups - take 2
926 o udevinfo patch
927 o dev_d.c file sorting and cleanup
928 o apply all_partitions rule to main block device only
929
930
931 Summary of changes from v022 to v023
932 ============================================
933
934 Kay Sievers:
935 o hmm, handle net devices with udev?
936 o correct apply_format() for symlink only rules
937 o don't init namedev on remove
938 o first stupid try for a rule compose gui
939 o replace fgets() with mmap() and introduce udev_lib.[hc]
940 o make udevtest a real program :)
941
942 Daniel E. F. Stekloff:
943 o udevinfo patch
944
945 Greg Kroah-Hartman:
946 o create the /etc/dev.d/ directories in 'make install'
947 o actually have udev run files ending in .dev in the /etc/dev.d/ directory as documented
948 o added RFC-dev.d document detailing how /etc/dev.d/ works
949 o fixed up udev.spec to handle selinux stuff properly now
950 o remove USE_DBUS and USE_SELINUX flags from the README as they are no longer present
951 o remove selinux stuff from the main Makefile
952 o move udev_selinux into extras/selinux
953 o fix dbus build in the udev.spec file
954 o remove dbus stuff from main Makefile
955 o move udev_dbus to extras/dbus
956 o udev_dbus can now compile properly, but linnking is another story
957 o remove udev_dbus.h from Makefile
958 o first cut at standalone udev_selinux program
959 o remove selinux support from udev core as it's no longer needed
960 o first cut at standalone udev_dbus program
961 o add get_devnode() helper to udev_lib for udev_dbus program
962 o remove dbus code from core udev code as it's no longer needed to be there
963 o add /etc/dev.d/ support for udev add and remove events
964 o fix build error in namedev.c caused by previous patch
965 o 022_bk tag
966 o fix 'make spotless' to really do that in klibc
967 o add a question/answer about automounting usb devices to the FAQ
968 o mark scsi-devfs.sh as executable
969 o Increase the name size as requested by Richard Gooch <rgooch@ras.ucalgary.ca>
970 o fix udevtest to build properly after the big udev_lib change
971
972 Olaf Hering:
973 o uninitialized variable for mknod and friend
974
975 Richard Gooch:
976 o SCSI logical and physical names for udev
977
978 Theodore Y. T'so:
979 o Trivial man page typo fixes to udev
980
981
982 Summary of changes from v021 to v022
983 ============================================
984
985 <ananth:in.ibm.com>:
986 o more Libsysfs updates
987 o Libsysfs updates
988
989 <async:cc.gatech.edu>:
990 o fix HOWTO-udev_for_dev for udevdir
991
992 Kay Sievers:
993 o udev-test.pl cleanup
994 o add dev node test to udev-test.pl
995 o add permission tests
996 o "symlink only" test
997 o callout part selector tweak
998 o cleanup callout fork
999 o allow to specify node permissions in the rule
1000 o man page beauty
1001 o put symlink only rules to the man page
1002 o rename strn*() macros to strmax
1003 o conditional remove of trailing sysfs whitespace
1004 o clarify udevinfo text
1005 o better fix for NAME="foo-%c{N}" gets a truncated name
1006 o overall trivial trivial cleanup
1007 o fix NAME="foo-%c{N}" gets a truncated name
1008 o cleanup mult field string handling
1009
1010 <ken:cgi101.com>:
1011 o fix a type in docs/libsysfs.txt
1012 o Added line to udev.permissions.redhat
1013 o Include more examples in the docs area for gentoo and redhat
1014
1015 <md:linux.it>:
1016 o udevstart fixes
1017
1018 Greg Kroah-Hartman:
1019 o add big major tests to udev-test.pl
1020 o add a test for a minor over 255
1021 o udev-test.pl: print out major:minor and perm test "ok" if is ok
1022 o make perm and major:minor test errors be reported properly
1023 o remove extra ; in namedev_parse.c
1024 o Added multipath-tools 0.1.1 release
1025 o deleted current extras/multipath directory
1026 o 021_bk mark
1027 o fix the build for older versions of gcc
1028
1029 Hanna V. Linder:
1030 o Small fix to remove extra "will" in man page
1031
1032 Olaf Hering:
1033 o make spotless
1034 o udev* segfaults with new klibc
1035
1036 Patrick Mansfield:
1037 o add tests for NAME="foo-%c{N}"
1038
1039 Summary of changes from v020 to v021
1040 ============================================
1041
1042 Kay Sievers:
1043 o install udevinfo in /usr/bin
1044 o blacklist pcmcia_socket
1045
1046 Greg Kroah-Hartman:
1047 o fix udev.spec to find udevinfo now that it has moved to /usr/bin
1048 o Fix another problem with Makefile installing initscript
1049 o fix the Makefile to install the init script into the proper directory
1050 o make spec file turn off selinux support by default
1051
1052
1053 Summary of changes from v019 to v020
1054 ============================================
1055
1056 <christophe.varoqui:free.fr>:
1057 o multipath update
1058
1059 Kay Sievers:
1060 o man page udevstart
1061 o cleanup udevstart
1062 o bugfix for local user
1063 o unlink bugfix
1064 o TODO update
1065 o clarify udevinfo device walk
1066 o udevinfo symlink reverse query
1067 o fix stroul endptr use
1068 o add $local user spport for permissions
1069 o udev - man page update
1070 o udev - fix debug info for multiple rule file config
1071 o udev - kill udevd on install
1072 o udev - activate formt length attribute
1073 o udev - safer sprintf() use
1074
1075 <md:linux.it>:
1076 o no error on enoent
1077 o escape dashes in man pages
1078 o remove usage of expr in ide-devfs.sh
1079
1080 <rml:ximian.com>:
1081 o automatically install correct initscript
1082 o update documetation for $local
1083
1084 Andrey Borzenkov:
1085 o Add symlink only rules support
1086
1087 Greg Kroah-Hartman:
1088 o update the TODO list as we already have a devfs config file
1089 o make start_udev use udevstart binary
1090 o install udevstart
1091 o Remove Debian permission files as the Debian maintainer doesn't seem to want to share :(
1092 o update the Gentoo rules files
1093 o Add Red Hat rules and permissions files
1094 o add udevstart to the ignore list
1095 o add udevstart program based on a old patch from Harald Hoyer <harald@redhat.com>
1096 o unlink the file before we try to create it
1097 o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
1098
1099
1100 Summary of changes from v018 to v019
1101 ============================================
1102
1103 Kay Sievers:
1104 o TODO update
1105 o udev - correct relative symlink
1106 o udev - safer string handling - part four
1107 o udev - safer string handling - part three
1108 o udev - safer string handling - part two
1109 o udev - man page update
1110 o udev - safer string handling all over the place
1111 o manpage update
1112 o udev - allow all files in a directory as the config
1113 o udev - simple klibc textual uid/gid handling
1114
1115 Andrey Borzenkov:
1116 o do not remove real .udev.tdb during RPM build
1117
1118 Greg Kroah-Hartman:
1119 o add new TODO item about local user permissions
1120 o Add initial SELinux support for udev
1121 o fix build for very old versions of make
1122 o remove limit of the number of args passed to PROGRAM
1123 o force udev to include the internal version of libsysfs and never the external one
1124 o fix up libsysfs header file usage to fix bug reports from users that have sysfsutils installed already
1125 o remove udevtest on 'make clean'
1126 o remove udevd priority TODO item, as it's not needed at all
1127
1128 Patrick Mansfield:
1129 o update udev scsi_id to scsi_id 0.4
1130
1131
1132 Summary of changes from v017 to v018
1133 ============================================
1134
1135 <ext.devoteam.varoqui:sncf.fr>:
1136 o [PATCH] symlink dm-[0-9]* rule
1137 o update extras/multipath
1138
1139 <john-hotplug:fjellstad.org>:
1140 o init.d debian patch
1141
1142 Kay Sievers:
1143 o udev - TODO update
1144 o udev - add %s{filename} to man page
1145 o udev - udevd/udevsend man page
1146 o udev - switch callout part selector to {attribute}
1147 o udev - switch SYSFS_file to SYSFS{file}
1148 o udev - create all partitions of blockdevice
1149 o allow SYSFS{file}
1150 o Adding '%s' format specifier to NAME and SYMLINK
1151
1152 Greg Kroah-Hartman:
1153 o added some scsi_id files to the bk ignore file
1154 o added scsi_id and some more documentation to the udev.spec file
1155 o update udev.rules.gentoo with new config file format
1156 o Update the Gentoo udev.rules and udev.permissions files
1157 o Create a udev.rules.examples file to hold odd udev.rules
1158 o add udevd priority issue to the TODO list
1159 o more HOWTO cleanups
1160 o add HOWTO detailing how to use udev to manage /dev
1161 o mv libsysfs/libsysfs.h to libsysfs/sysfs/libsysfs.h to make it easier to use
1162 o add start_udev init script
1163 o add support for UDEV_NO_SLEEP env variable so Gentoo people will be happy
1164 o start up udevd ourselves in the init script to give it some good priorities
1165 o update the red hat init script to handle nodes that are not present
1166 o add a "old style" SYSFS_attribute test to udev-test.pl
1167 o Have udevsend report more info in debug mode
1168 o Have udevd report it's version in debug mode
1169 o fix up bug created for udevtest in previous partition creation patch
1170 o update the udev.spec to add udevtest and make some more Red Hat suggested changes
1171 o add ability to install udevtest to Makefile
1172 o 017_bk mark
1173 o Add another test to udev-test.pl and fix a bug when only running 1 test
1174 o Fix bug where we did not use the "converted" kernel name if we had no rule
1175
1176 Patrick Mansfield:
1177 o udev use new libsysfs header file location
1178 o udev add some ID tests
1179
1180
1181 Summary of changes from v016 to v017
1182 ============================================
1183
1184 <azarah:nosferatu.za.org>:
1185 o make logging a config option
1186
1187 <christophe.varoqui:free.fr>:
1188 o more udev-016/extras/multipath
1189 o more udev-016/extras/multipath
1190 o update extras/multipath
1191
1192 Kay Sievers:
1193 o udev - keep private data out of the database?
1194 o better credential patch
1195 o udevd - client access authorization
1196 o compile udevd with klibc
1197 o udev - fix "ignore method"
1198 o udev - fix cdrom symlink rule
1199 o convert udevsend/udevd to DGRAM and single-threaded
1200 o udevd - kill the lockfile
1201 o udevd - fix socket path length
1202 o udevd - switch socket path to abstract namespace
1203 o udevd - allow to bypass sequence number
1204 o include used function
1205
1206 Greg Kroah-Hartman:
1207 o add udev_log to the documentation
1208 o fix offsetof() define in klibc
1209 o add some .spec file changes from Red Hat
1210 o update the init.d udev script based on a patch from Red Hat
1211 o remove the .udev.tdb when installing or uninstalling to be safe
1212 o remove the database at startup
1213 o fix bug in permission handling
1214 o update klibc to version .107
1215 o update the bitkeeper ignore file list
1216 o add udevtest program to build
1217 o fix problem where usb devices can be either the main device or the interface
1218 o more logging.h cleanups to be a bit more flexible
1219 o stop using mode_t as different libcs define it in different ways :(
1220 o remove some more KLIBC fixups that are no longer needed
1221 o let udev-test.pl run an individual test if you ask it to
1222 o Handle the '!' character that some block devices have
1223 o add a block device with a ! in the name, and a test for this
1224 o fix up 'make release' to use bk to build the export tree
1225 o fix log option code so that it actually works for all udev programs
1226 o finish syncing up with klibc
1227 o sync with latest version of klibc (0.107)
1228 o fix up Makefile dependancies for udev_version.h
1229
1230 Patrick Mansfield:
1231 o udev add wild card compare for ID
1232 o udev kill extra bus_id compares in match_id
1233
1234
1235 Summary of changes from v015 to v016
1236 ============================================
1237
1238 <elkropac:students.zcu.cz>:
1239 o get_dev_number() in extras/ide-devfs.sh
1240
1241 <rrm3:rrm3.org>:
1242 o FAQ udev.rules.devfs
1243
1244 Greg Kroah-Hartman:
1245 o add udevd and udevsend to the spec file
1246 o make /etc/hotplug.d/default/udev.hotplug symlink point to udevsend now
1247 o add KERNEL_DIR option so that the distros will be happy
1248 o make udevsend binary even smaller
1249 o udevsend now almost compiles with klibc, struct sockaddr_un is only problem now
1250 o fix up logging code so that it can be built without it being enabled
1251 o rework the logging code so that each program logs with the proper name in the syslog
1252 o remove logging.c as it's no longer needed
1253 o kill the last examples that contained the %D option
1254 o remove a __KLIBC__ tests in libsysfs, as klibc now supports getpagesize()
1255 o udevd - remove stupid locking error I wrote
1256 o update to klibc version 0.101, fixing the stdin bug
1257 o fix Makefile typo for USE_LSB install
1258 o allow dbus code to actually build again
1259
1260 Kay Sievers:
1261 o let udevsend build with klibc
1262 o udevd - config cleanup
1263 o udevd - cleanup and better timeout handling
1264 o fix possible buffer overflow
1265 o udevd - next round of fixes
1266 o udevinfo - missing options for man page
1267 o udev - trivial style cleanup
1268
1269
1270 Summary of changes from v014 to v015
1271 ============================================
1272
1273 <mbuesch:freenet.de>:
1274 o LFS init script update
1275
1276 Greg Kroah-Hartman:
1277 o update klibc to version 0.98
1278 o clean up udevinfo on 'make clean'
1279 o add udevinfo man page to spec file
1280 o remove command line documentation from udev man page
1281 o create initial version of udevinfo man page
1282 o added URL to spec file
1283 o add udevinfo to udev.spec file
1284 o add udevinfo to install target of Makefile
1285 o rip out command line code from udev, now that we have udevinfo
1286 o udevinfo doesn't need to declare main_envp
1287 o move get_pair to udev_config.c because udevinfo doesn't need all of namedev.o
1288 o more makefile cleanups
1289 o move udevinfo into the main build and clean up the main Makefile a bit
1290 o clean up compiler warnings if building using klibc
1291 o make udevd only have one instance running at a time
1292 o new testd.block script for debugging
1293 o udevsnd : clean up message creation logic a bit
1294 o make bk ignore udevd and udevsend binaries
1295 o whitespace cleanups
1296 o remove TODO item about BUS value, as it is now done
1297 o add support for figuring out which device on the sysfs "chain" the rule applies to
1298
1299 Kay Sievers:
1300 o udevinfo - now a real program :)
1301 o udevd - cleanup and better timeout handling
1302 o udev - next round of udev event order daemon
1303 o fix udevd exec
1304 o udev - udevinfo with device chain walk
1305 o spilt udev into pieces
1306
1307
1308 Summary of changes from v013 to v014
1309 ============================================
1310
1311 <ananthmg:rediffmail.com>:
1312 o libsysfs update for refresh + namedev.c changes
1313
1314 <christophe.varoqui:free.fr>:
1315 o udev-013/extras/multipath update
1316
1317 <flamingice:sourmilk.net>:
1318 o minor patch for devfs rules
1319
1320 Kay Sievers:
1321 o udev - program to query all device attributes to build a rule
1322 o set default owner/group in db - update
1323 o udev - reverse user query options
1324 o udev - kill %D from udev-test.pl
1325 o add udev logging to info log
1326 o udev - mention format string escape char in man page
1327
1328 Greg Kroah-Hartman:
1329 o misc code cleanups
1330 o fixup logging.h to handle different logging options properly
1331 o clean up the logging patch a bit to make the option more like the other options
1332 o remove the %D modifier as it is not longer needed
1333 o remove unneeded keyboard rule
1334 o add usb_host and pci_bus to the class blacklist
1335 o added input device rules to udev.rules and udev.rules.devfs
1336 o 013_bk mark
1337
1338 Hanna V. Linder:
1339 o set default owner/group in db
1340 o small cut n paste error fix
1341
1342 Patrick Mansfield:
1343 o update udev scsi_id to scsi_id 0.3
1344
1345
1346 Summary of changes from v012 to v013
1347 ============================================
1348
1349 <eike-hotplug:sf-tec.de>:
1350 o LSB init script and other stuff
1351
1352 <elkropac:students.zcu.cz>:
1353 o fix udev directory for Debian init script
1354
1355 <tiggi:infa.abo.fi>:
1356 o udev 012 old gcc fixup
1357
1358 Christophe Saout:
1359 o add IGNORE rule type
1360 o small cleanup
1361
1362 Greg Kroah-Hartman:
1363 o update TODO with some new, small items
1364 o Cset exclude: greg@kroah.com|ChangeSet|20040113010256|48515
1365 o update the README in a few places
1366 o fix -d typo in the manpage update
1367 o Fix stupid gcc "optimization" of 1 character printk() calls.... Ick
1368 o oops, forgot to fix up the PROGRAM result from ID to RESULT in the config files
1369 o Add alsa device rules and a few other devfs rules
1370 o fix a few stale comments in namedev.c
1371 o convert the default rules files to the new format
1372 o convert the test shell scripts to the config file format
1373 o add bus test for usb-serial bus
1374 o Add some helpful messages if the user uses the older config file format
1375 o added dri rule to the default config file
1376 o added init.d udev script for debian
1377 o add a script that tests the IGNORE rule
1378 o add silly script that names cdrom drives based on the cd in them
1379 o add cdrom rule for ide cdrom
1380 o replace list_for_each with list_for_each_entry, saving a few lines of code
1381 o add a blacklist of class devices we do not want to look at
1382
1383 Kay Sievers:
1384 o fix klibc with printf() and gcc
1385 o udev - small script optimization
1386 o udev - introduce format escape char
1387 o udev - more CALLOUT is PROGRAM now
1388 o udev - CALLOUT is PROGRAM now
1389 o update documentation for new config file format
1390 o more advanced user query options
1391 o udev - simple debug tweak
1392 o udev - drop all methods :)
1393 o udev - advanced user query options
1394 o udev - Makefile error
1395 o udev - make exec_callout() reusable
1396 o udev - exec status fix for klibc
1397 o fix Silly udev script
1398
1399
1400 Summary of changes from v011 to v012
1401 ============================================
1402
1403 <azarah:nosferatu.za.org>:
1404 o make symlink work properly if there is already a file in its place
1405 o Fix udev gcc-2.95.4 compat
1406
1407 <christophe.varoqui:free.fr>:
1408 o extras multipath update
1409 o extras multipath update
1410
1411 Kay Sievers:
1412 o mention user callable udev + options in man page
1413 o make udev user callable to query the database
1414 o depend on all .h files
1415 o cleanup namedev_parse debug text
1416 o extend exec_program[]
1417 o ide-devfs.sh update
1418 o fix for apply_format()
1419 o check for empty symlink string
1420 o 'ide' missing in bus_files[]
1421 o small trivial cleanup of latest changes
1422
1423 <mbuesch:freenet.de>:
1424 o introduce signal handler
1425
1426 <rml:ximian.com>:
1427 o udev spec file update
1428
1429 Greg Kroah-Hartman:
1430 o minor grammer fixes for the udev_vs_devfs document
1431 o move the dbus config file to etc/dbus-1/system.d/
1432 o move the config files to etc/udev to clean up main directory a bit
1433 o add Gentoo versions of the rules and permissions files
1434 o if using glibc, link dynamically, as no one like 500Kb udev binaries
1435 o minor change to udev_vs_devfs document
1436 o added udev vs devfs supid document to the tree
1437 o move the signal handling registration to after we have initialized enough stuff
1438 o make ide-devfs.sh executable in the tree
1439 o udev.permissions.debian - forgot the dm nodes
1440 o update the udev.permissions.debian file with new entries
1441 o added udev.init script for the Linux From Scratch project
1442
1443
1444
1445 Summary of changes from v010 to v011
1446 ============================================
1447
1448 <mbuesch:freenet.de>:
1449 o proper cleanup on udevdb_init() failure
1450
1451 <mh:nadir.org>:
1452 o patch udev 009-010 rpm spec file
1453
1454 <svetljo:gmx.de>:
1455 o fix udev sed Makefile usage
1456
1457 Greg Kroah-Hartman:
1458 o add documentation about the BUS key being optional for the LABEL rule
1459 o add tests for LABEL rule with a device that has no bus
1460 o Don't require the BUS value for the LABEL rule
1461 o If a LABEL rule has a BUS id, then we must check to see if the device is on a bus
1462 o add documentation about the BUS key being optional for the CALLOUT rule
1463 o If a CALLOUT rule has a BUS id, then we must check to see if the device is on a bus
1464 o Don't require the BUS value for the CALLOUT rule
1465 o add test for callout rule with a device that has no bus
1466 o 010_bk stamp
1467 o added different build options to the rpm udev.spec file
1468 o add pci to the bus_files list
1469 o check for empty line a bit better in the parser
1470 o more init script cleanups, the stop target now calls udev to cleanup instead of just removing the whole /udev directory
1471 o make udev init script run udev in the background to let startup go much faster
1472 o fix long delay for all devices in namedev
1473
1474
1475 Summary of changes from v009 to v010
1476 ============================================
1477
1478 <ananth:in.ibm.com>:
1479 o change pgsize
1480
1481 <christophe.varoqui:free.fr>:
1482 o extras multipath update
1483 o extras multipath update
1484 o extras multipath update
1485 o extras multipath update
1486
1487 Kay Sievers:
1488 o fix udev-test.pl
1489 o small cleanup udev-remove.c
1490 o experimental CALLOUT script for devfs ide node creation with cd, disc, part
1491 o add any valid device
1492 o introduce format char 'k' for kernel-name
1493 o trivial make fixes
1494 o don't overwrite old config on install
1495 o udev-remove.c cleanups
1496 o bug in udev-remove.c
1497 o trivial cleanup parser changes
1498
1499 <roman.kagan:itep.ru>:
1500 o fix comment and whitespace handling in config files
1501
1502 Adam Kropelin:
1503 o Allow build with empty EXTRAS
1504
1505 Daniel E. F. Stekloff:
1506 o libsysfs 0.4.0 patch
1507 o fix scsi_id segfault with udev-009
1508 o add libsysfs docs
1509
1510 David T. Hollis:
1511 o mark config files as such in the rpm spec file
1512
1513 Greg Kroah-Hartman:
1514 o fix complier warning in namedev.c
1515 o add documentation for the new '%k' modifier (kernel name replacement)
1516 o add documentation about the multiple sysfs values that are now allowed for the LABEL rule
1517 o add tests for multi-file LABEL rules
1518 o add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule
1519 o Just live with a sleep(1) in namedev for now until libsysfs is fixed up
1520 o try to wait until the proper device file shows up in sysfs
1521 o remove unneeded TODO and FIXME entry
1522 o clean up the stand-alone tests to work properly on other people's machines
1523 o add tests to catch whitespace and comment config file parsing errors
1524
1525
1526 Summary of changes from v008 to v009
1527 ============================================
1528
1529 <christophe.varoqui:free.fr>:
1530 o more extras/multipath changes
1531 o and more extras/multipath updates
1532 o more extras/multipath updates
1533 o yet more extras/multipath
1534 o more extras/multipath updates
1535 o extras/multipath update
1536
1537 <david:fubar.dk>:
1538 o D-BUS patch for udev-008
1539
1540 <eike-hotplug:sf-tec.de>:
1541 o add init.d/udev to "make install"
1542 o add init.d/udev to the spec file
1543
1544 Kay Sievers:
1545 o don't rely on field order in namedev_parse
1546 o get part of callout return string
1547 o remove '\n' from end of callout return
1548 o man-page mention multiple symlinks
1549 o allow multiple symlinks
1550 o cleanup man & remove symlink comment
1551 o experimental (very simple) SYMLINK creation
1552 o man page beauty
1553 o pattern match for label method
1554 o a bug in linefeed removal
1555
1556 <rml:ximian.com>:
1557 o remove udev from runlevels on uninstall
1558 o install initscript in udev rpm
1559
1560 Daniel E. F. Stekloff:
1561 o pre-libsysfs-0.4.0 patch
1562
1563 Greg Kroah-Hartman:
1564 o signal fixes due to klibc update
1565 o sync klibc with release 0.95
1566 o add mol permissions to the debian permissions file
1567 o update the FAQ with info about bad modprobe events from the devfs scheme
1568 o some cleanups due to the need for LABEL rules to use "SYSFS_" now
1569 o Add restart target to the etc/init.d/udev script
1570 o tweak the config file generation portion of the Makefile a bit
1571 o change devfs disk name rule from 'disk' to 'disc'
1572 o add vc support to udev.rules.devfs
1573 o added a devfs udev config file from Marco d'Itri <md@Linux.IT>
1574 o set default mode to 0600 to be safer
1575 o Makefile tweaks for the DBUS build
1576 o update the FAQ due to the latest devfs mess on lkml and also due to symlinks now working
1577 o document the different Makefile config options that we have
1578 o change USE_DBUS to DBUS in Makefile, and disable it by default as it's still to hard to build on all systems
1579 o fix formatting of udev_dbus.c to use tabs. Also get it to build properly now
1580 o move all of the DBUS logic into one file and remove all of the #ifdef crud from the main code
1581
1582 Olaf Hering:
1583 o dump latest klibc into the udev build tree
1584 o use udevdir in udev.conf
1585
1586 Patrick Mansfield:
1587 o better allow builds of extras programs under udev
1588 o update udev extras/scsi_id to version 0.2
1589
1590
1591 Summary of changes from v007 to v008
1592 ============================================
1593
1594 <azarah:nosferatu.za.org>:
1595 o more config file parsing robustness
1596
1597 <christophe.varoqui:free.fr>:
1598 o udev-007/extras/multipath update
1599
1600 Arnd Bergmann:
1601 o Build failure - missing linux/limits.h include?
1602 o Add format modifier for devfs like naming
1603 o klibc makefile fixes
1604
1605 Daniel E. F. Stekloff:
1606 o another patch for path problem
1607 o quick fix for libsysfs bus
1608 o libsysfs changes for sysfsutils 0.3.0
1609
1610 Greg Kroah-Hartman:
1611 o fix up some duplicated function compiler warnings in libsysfs
1612 o fix some compiler warnings in the tdb code
1613 o Added Kay's name to the man page
1614 o update the wildcard documentation in the man page to show the new styles supported
1615 o fix permission handling logic
1616 o enable default_mode ability to actually build
1617 o add support for the default_mode variable, as it is documented
1618 o show permissions and groups in the label_test
1619 o remove some items off of the TODO list, as they are now done
1620 o fix up the tests to work without all of the environ variables
1621 o get rid of the majority of the debug environment variables
1622 o Update the man page to show the new config file, it's format, and how to use it
1623 o fix up the tests to support the rules file name change
1624 o add support for a main udev config file, udev.conf
1625 o turn debugging messages off by default
1626 o split out the namedev config parsing logic to namedev_parse.c
1627 o rename namedev's get_attr() to be main namedev_name_device() as that's what it really is
1628 o add devfs like tty rules as an example in the default config file
1629 o operate on the rules in the order they are in the config file (within the rule type) instead of operating on them backwards.
1630 o Cset exclude: dsteklof@us.ibm.com|ChangeSet|20031126173159|56255
1631 o add test for checking the BUS value
1632 o fix problem where we were not looking at the BUS value
1633 o add scsi and pci bus links in the test sysfs tree
1634 o add test and documentation for new %D devfs format modifier
1635 o changed the default location of the database to /udev/.udev.tdb to be LSB compliant
1636 o get rid of functions in klibc_fixups that are now in klibc
1637 o sync up with the 0.84 version of klibc
1638 o fix udev init.d script to handle all class devices in sysfs
1639 o fix the test.block and test.tty scripts due to their moveing. Also add a test.all script
1640 o 007_bk version change to Makefile
1641
1642 Kay Sievers:
1643 o pattern matching for namedev
1644 o catch replace device by wildcard
1645 o udev.8 tweak numeric id text
1646 o udev-test.pl add subdir test
1647 o namedev.c strcat tweak
1648 o overall whitespace + debug text conditioning
1649 o udev-test.pl - tweaks
1650
1651 Martin Hicks:
1652 o Add -nodefaultlibs while compiling against klibc
1653
1654 Olaf Hering:
1655 o ARCH detection for ppc
1656
1657 Patrick Mansfield:
1658 o fix udev parallel builds with klibc
1659
1660
1661 Summary of changes from v006 to v007
1662 ============================================
1663
1664 <md:linux.it>:
1665 o fix segfault in parsing bad udev.permissions file
1666
1667 Greg Kroah-Hartman:
1668 o update default config file with a CALLOUT rule, and more documentation
1669 o updated the man page with the latest format specifier changes
1670 o added ability to put format specifiers in the CALLOUT program string
1671 o tweak udev-test.pl to report '0' errors if that's what happened
1672 o only build klibc_fixups.c if we are actually using klibc
1673 o add support for string group and string user names in udev.permissions
1674 o add getgrnam and getpwnam to klibc_fixups files
1675 o remove Makefile.klibc
1676 o add udev-test perl script from Kay Sievers <kay.sievers@vrfy.org> which blows away my puny shell scripts
1677 o added debian's version of udev.permissions
1678 o change to 006_bk version
1679
1680 Kay Sievers:
1681 o format char for CALLOUT output
1682 o more namedev whitespace cleanups
1683 o support arguments in callout exec
1684 o namedev.c - change order of fields in CALLOUT
1685 o namedev.c whitespace + debug text cleanup
1686 o man page with udev.permissions wildcard
1687
1688 Olaf Hering:
1689 o static klibc udev does not link against crt0.o
1690
1691 Summary of changes from v005 to v006
1692 ============================================
1693
1694 <chris_friesen:sympatico.ca>:
1695 o faster test scripts
1696
1697 Arnd Bergmann:
1698 o more robust config file parsing in namedev.c
1699 o add bus id modifier
1700
1701 Daniel E. F. Stekloff:
1702 o patch for libsysfs sysfs directory handling
1703
1704 Greg Kroah-Hartman:
1705 o add another line to udev.permissions in the proper format
1706 o tweak replace_test
1707 o fix permissions to work properly now
1708 o add real udev.permissions file to test directory
1709 o fix namedev.c to build with older version of gcc
1710 o add dumb test for all of the different modifiers
1711 o update the TODO list with more items that people can easily do
1712 o move the test.block and test.tty scripts to the test/ directory
1713 o add remove actions to the test scripts
1714 o turn DEBUG_PARSER off by default
1715 o add some documentation for the %b modifier to the default config file
1716 o fix make install rule for when the udev symlink is already there
1717 o change release target in makefile
1718 o change debug level on printf values for now
1719 o updated demo config file
1720 o add some documentation of the modifiers to the default config file
1721 o add demo config file
1722 o updated bk ignore list for klibc generated files
1723 o add printf option to label test to verify it works
1724 o fix up printf-like functionality due to previous changes
1725 o get the major/minor number before we name the device
1726 o add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com>
1727 o Add multipath "extra" program from Christophe Varoqui, <christophe.varoqui@free.fr>
1728 o trailing whitespace cleanups
1729 o splig LABEL and NUMBER into separate functions
1730 o add TOPO regression test
1731 o move TOPOLOGY rule to it's own function
1732 o fix bug where NUMBER and TOPOLOGY would not work for partitions
1733 o clean up the way we find the sysdevice for a block device for namedev
1734 o updated label test script (tests for partitions now.)
1735 o split REPLACE and CALLOUT into separate functions
1736 o add debug line for REPLACE call
1737 o add replace test
1738 o add more sysfs test tree files
1739 o change UDEV_SYSFS_PATH environment variable due to libsysfs change
1740 o fix bug in klibc's isspace function
1741 o fix udev-add.c to build properly with older versions of gcc
1742 o add prototype for ftruncate to klibc
1743 o Remove a few items from the TODO list that are already done
1744 o version number to 005_bk
1745 o pull some klibc stuff into the make Makefile to try to stay in sync
1746 o klibc build fixes
1747
1748 Kay Sievers:
1749 o apply permissions.conf support for wildcard and default name
1750 o man page with included placeholder list
1751 o implement printf-like placeholder support for NAME
1752 o more manpage tweaks
1753 o add support for subdirs
1754 o add uid/gid to nodes
1755
1756 Olaf Hering:
1757 o DESTDIR for udev
1758
1759 Paul Mundt:
1760 o Fixup path for kernel includes when building with klibc
1761
1762 Robert Love:
1763 o udev init script
1764
1765
1766 Summary of changes from v004 to v005
1767 ============================================
1768
1769 <kay:vrfy.org>:
1770 o namedev.c comments + debug patch
1771 o man page update
1772
1773 Greg Kroah-Hartman:
1774 o ignore the klibc/linux symlink
1775 o add klibc linux symlink info to the README
1776 o get 'make release' to work properly again
1777 o added README info for how to build using klibc
1778 o turn off debugging if we are building with klibc
1779 o turn off debugging in namedev
1780 o added vsyslog support to klibc
1781 o add ftruncate to klibc
1782 o klibc specific tweaks
1783 o libsysfs does not need mntent.h in it's header file
1784 o udev build tweaks to tdb's spinlock code
1785 o klibc makefile changes
1786 o build tdb and libsysfs from the same makefile as udev
1787 o udev-add build cleanups for other libc versions
1788 o tweak tdb to build within udev better
1789 o make libsysfs spit debug messages to the same place as the rest of udev
1790 o make libsysfs build cleanly
1791 o updated bk ignore list
1792 o added klibc version 0.82 (cvs tree) to the udev tree
1793 o makefile fix for now
1794 o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
1795 o hm, makefile bug with so many files... will fix later
1796 o regression tests starting to be added
1797 o fix LABEL bug for device files (not class files.)
1798 o more warning flags to the build
1799 o got rid of struct device_attr
1800 o rename namedev.permissions and namedev.config to udev.permissions and udev.config
1801 o fix dbg line in namedev.c
1802 o more overrides of config info with env variables if in test mode
1803 o Fix bug causing udev to sleep forever waiting for dev file to show up
1804 o change version to 004_bk
1805 o make config files, sysfs root, and udev root configurable from config variables
1806
1807 Robert Love:
1808 o udev: sleep_for_dev() bits
1809 o udev: another canidate for static
1810
1811
1812 Summary of changes from v003 to v004
1813 ============================================
1814
1815 Daniel E. F. Stekloff:
1816 o new version of libsysfs patch
1817
1818 Greg Kroah-Hartman:
1819 o 004 release
1820 o major database cleanups
1821 o Changed test.block and test.tty to take ACTION from the command line
1822 o don't sleep if 'dev' file is already present on device add
1823 o fix comment about how the "dev" file is made up
1824 o more database work. Now we only store the info we really need right now
1825 o add BUS= bug to TODO list so it will not get forgotten
1826 o spec file changes
1827 o test.block changes
1828 o ok, rpm likes the "_" character instead of "-" better
1829 o change the version to 003-bk to keep things sane with people using the bk tree
1830 o got "remove of named devices" working
1831 o fix segfaults when dealing with partitions
1832
1833 Kay Sievers:
1834 o man file update
1835 o man page update
1836
1837 Robert Love:
1838 o udev: mode should be mode_t
1839 o udev: trivial trivialities
1840 o udev: cool test scripts again
1841 o udev spec file symlink support
1842 o udev: cool test scripts
1843 o udev spec file bits
1844
1845
1846 Summary of changes from v0.2 to v003
1847 ============================================
1848
1849 Daniel E. F. Stekloff:
1850 o udevdb patch
1851 o udevdb prototype
1852
1853 Greg Kroah-Hartman:
1854 o update the spec file for the new version and install process
1855 o fix makefile release rule to not drop tdb.h file
1856 o Add FAQ for udev
1857 o removed AUTHORS and INSTALL files as they were pretty pointless
1858 o copyright updates
1859 o Add AUTHORS and INSTALL files
1860 o TODO updates
1861 o Updatd the README
1862 o updated the TODO list
1863 o add udev man page (basically just a place holder for now.)
1864 o added uninstall support
1865 o added install target for makefile so people don't have to do it by hand anymore
1866 o add version to debug log on startup
1867 o tell the user what mknod() we are trying to do
1868 o add dbg_parse() to cut down on parse file debugging statements
1869 o put config files and database in /etc/udev by default
1870 o add ols 2003 udev paper to docs/
1871 o clean up some debugging stuff in namedev.c
1872 o do not build the tdb binary programs, only the objects
1873 o merge tdb into the build process
1874 o Added tdb code from latest cvs version in the samba tree
1875 o added my name to the .spec file
1876 o minor cleanups
1877 o cleanup the mknod code a bit
1878 o remove mknod callout
1879 o handle new major:minor format of dev files that showed up in 2.6.0-test2-bk3 or so
1880 o oops, everything was getting created as 000 mode, try to fix this up, but fail...
1881 o more test stuff
1882
1883 Olaf Hering:
1884 o print udev pid
1885
1886 Patrick Mansfield:
1887 o add callout config type to udev
1888
1889 Paul Mundt:
1890 o Fix TDB cross compilation
1891 o udev spec file
1892 o udev/libsysfs cross compile fixes
1893
1894
1895 Summary of changes from v0.1 to v0.2
1896 ============================================
1897
1898 Greg Kroah-Hartman:
1899 o more test stuff
1900 o removed unneeded stuff from udev.h
1901 o added 0.2 change log info
1902 o start working on label support, and fix some segfaults for block devices
1903 o test config file changes
1904 o add NUMBER support (basically same logic as TOPOLOGY, perhaps we should
1905 merge this...)
1906 o added topology support
1907 o got REPLACE to work properly
1908 o make struct config_device contain a struct device_attr instead of
1909 duplicating the mess
1910 o block test
1911 o split the tests up into different files
1912 o split udev main logic into udev-add and udev-remove
1913 o Clean up the namedev interface a bit, making the code smaller
1914 o bk: update ignore list
1915 o update the tests to handle block devices too
1916 o add initial libsysfs support
1917 o added libsysfs to the build
1918 o added libsysfs code from sysutils-0.1.1-071803 release
1919 o namedev config files are fully parsed
1920 o more permission tests
1921 o make log_message spit out warnings so I don't have to spend forever
1922 chasing down stupid bugs that aren't there...
1923 o added klibc makefile
1924 o Initial namedev parsing of config files
1925 o sleep for 2 seconds to give the kernel a chance to actually create the
1926 files we need
1927 o pick a better default UDEV_ROOT
1928 o fix up the test to actually work
1929 o added more documentation in README and TODO files
1930
1931
1932 Summary of changes up to v0.1
1933 ============================================
1934
1935 Greg Kroah-Hartman:
1936 o added more documentation in README and TODO files
1937 o updated the documentation
1938 o cleaned up the makefile a bit
1939 o remove now works!
1940 o restructure code to be able to actually get remove_node() to work
1941 o Creating nodes actually works
1942 o added stupid test script for debugging
1943 o added initial documentation and gpl license
1944 o enabled debugging
1945 o updated ignore list
1946 o added initial files
1947 o fixed up config
1948 o Initial repository create
1949 o BitKeeper file /home/greg/src/udev/udev/ChangeSet
1950