]> git.ipfire.org Git - thirdparty/systemd.git/blame - ChangeLog
release 114
[thirdparty/systemd.git] / ChangeLog
CommitLineData
585e8388
KS
1Summary of changes from v113 to v114
2============================================
3
4Hannes Reinecke (3):
5 collect: extra to synchronize actions across events
6 add $driver subtitution
7 rules_generator: add S/390 persistent network support
8
9Kay Sievers (24):
10 rules_generator: remove executable flag from include file
11 always unlink temporary file before creating new one
12 rules: SUSE update
13 volume_id: ext4 detection
14 udevtrigger: allow to specify action string
15 add option to RUN key to ignore the return value of the program
16 use global udev_log variable instead of parameter in run_program
17 add udev_rules_run() to handle RUN list
18 move udev_utils_run.c into udev_rules.c
19 rules: SUSE update
20 name_list: rename loop_name -> name_loop
21 handle dynamic rules created in /dev/.udev/rules.d/
22 allow SYMLINK== match
23 libvolume_id: use /usr/$libdir in pc file
24 Makefile: add --as-needed flag to ld
25 restore behavior of NAME==
26 rules_generator: remove "installation" function
27 udevtrigger: trigger "driver" events
28 rules: update SUSE
29 rules: Fedora update
30 rules: add "do not edit" comment
31 rules: Fedora update
32 rules_generator: skip random MAC addresses
33 write changed network interface names to the kernel log
34
35Matthias Schwarzott (3):
36 rules: Gentoo update
37 fix inotify to work not only once
38 rules: Gentoo update
39
40Richard Hughes (1):
41 Makefile: add "make dist" for nightly snapshots
42
43
de966524
KS
44Summary of changes from v112 to v113
45============================================
46
47David Zeuthen (1):
48 vol_id: do not fail if unable to drop privileges
49
50Kay Sievers (12):
51 add missing ChangeLog
52 make ATTR{[$SUBSYSTEM/$KERNEL]<attr>}="<value>" working
53 rules: recognize partitions and disk devices properly
54 rules: SUSE update
55 atomically replace existing nodes and symlinks
56 do not try to create existing file
57 info() for ignore_remove
58 rules: SUSE update
59 Makefile: check for missing ChangeLog or RELEASE-NOTES at release
60 allow to disable the replacement of unusual characters
61 no newline in log messages
62 udevd: do not use syslog if --verbose (debugging) is used
63
64Tobias Klauser (1):
65 fix typo in udev_utils_run.c
66
67
e883be3e
KS
68Summary of changes from v111 to v112
69============================================
70
71Fabio Massimo Di Nitto (1):
72 rules: ignore partitons that span the entire disk
73
74Hannes Reinecke (1):
75 cciss device support
76
77Kay Sievers (34):
78 udevd: close /proc/meminfo after reading
79 create_floppy_devices: remove dead "unlink" code
80 volume_id: add function documentation
81 udev_db: escape path names with \x00 instead of %00
82 udevsettle: use long options
83 replace_chars: replace spaces in node name
84 volume_id: add and export string encoding function
85 vol_id: export encoded strings
86 rules: use encoded strings instead of skipping characters
87 udevtest: print message before log output
88 volume_id: escape % character
89 replace_chars: replace % character
90 IMPORT: do not mangle whitespace
91 scsi_id: do not install symlink in /sbin
92 rules: SUSE update
93 volume_id: terminate overlong label strings
94 scsi_id: add long options
95 rules: use long options for scsi_id
96 path_id: skip subsystem directory
97 rules: fix cciss rule
98 rules: SUSE update
99 scsi_id: fix typo in help text
100 fix "do not access parent" warning for ATTR{}
101 sysfs: add device lookup by $SUBSYSYTEM:$KERNEL
102 events for "bus" and "class" registration must be matched as "subsystem"
103 udevtest: add --subsystem option
104 sysfs: change order of subsystem lookup
105 add $sys substitution
106 add TEST=="<file>" key
107 add "[$SUBSYSTEM/$KERNEL]<attribute>" lookup
108 sysfs: handle bus/class top-level directories
109 sysfs: skip unknown sysfs directories
110 rules: SUSE update
111 release 112
112
113Miklos Vajna (2):
114 create_floppy_devices: add man page
115 path_id: remove on make uninstall
116
117Ryan Lortie (1):
118 volume_id: support for long-filename based labels
119
120Scott James Remnant (2):
121 replace_untrusted_chars: replace all whitespace with space
122 run_program: log "info" not "error" if program is missing
123
124
85135c74
KS
125Summary of changes from v110 to v111
126============================================
127
128Kay Sievers (19):
129 rules: SUSE update
130 rules: Fedora update
131 volume_id: use md native uuid format
132 vol_id: use long options
133 volume_id: add volume_id_get_* functions
134 vol_id: use volume_id_get_*
135 udevd: use fgets() to read /proc files
136 volume_id: add internal UUID_STRING
137 volume_id: add DDF support
138 vol_id: README update
139 volume_id: rename UUID_64BIT_LE/BE
140 vol_id: add ID_FS_UUID_SAFE
141 rules: use ID_FS_UUID_SAFE
142 rules: SUSE update
143 volume_id: give access to list of all available probers
144 vol_id: use libvolume_id prober list for --probe-all
145 volume_id: add remaining names for prober lookup by type
146 rules: SUSE update
147 volume_id: vol_id depends on libvolume_id
148
149Matthias Schwarzott (2):
150 volume_id: fix Makefile for parallel make
151 rules: Gentoo update
152
153
25b5bb42
KS
154Summary of changes from v109 to v110
155============================================
156
157Harald Hoyer (1):
158 udevcontrol: allow to set global variables in udevd
159
160Kay Sievers (13):
161 remove eventrecorder.sh
162 update SUSE rules
163 volume_id: add md metadata 1.0, 1.1, 1.2 support
164 unset variable with ENV{VAR}=""
165 delete copies of default rules in SUSE rules
166 volume_id: ext - fix endianess in version number
167 rules: Fedora update
168 volume_id: old md metadata has only 32 bit for the uuid
169 volume_id: minix version 3 support
170 don't create $tempnode for devices without major
171 usb_id: add <devpath> to help text
172 ata_id: use getopt_long()
173 rules: SUSE update
174
175Matthias Schwarzott (3):
176 Makefile: respect CFLAGS/LDFLAGS
177 rules: Gentoo update
178 ata_id: don't log error for libata devices on older kernels
179
180
7c1ecbfb
KS
181Summary of changes from v108 to v109
182============================================
183
184Harald Hoyer (1):
185 create_floppy_devices: create nodes with correct selinux context
186
187Kay Sievers (11):
188 udevtest: export ACTION string if given as option
189 update SUSE rules
190 make ACTION!="add|change" working
191 udevtest: import uevent variables if possible
192 udevinfo: export all information stored in database
193 default rules: add libata compat links
194 create_path: don't fail if something else created the directory
195 udevd: fix serialization of events
196 path_id: remove broken example
197 libvolume_id: do not install static library
198 update SUSE rules
199
200Matthias Schwarzott (2):
201 update Gentoo rules
202 persistent device naming: add joystick links
203
204VMiklos (1):
205 path_id: add man page
206
207
b8eb7940
KS
208Summary of changes from v107 to v108
209============================================
210
211Kay Sievers (3):
212 udevinfo: relax check for the correct device if looked up by name
213 don't write to sysfs files during test run
214 finally remove the directory event-multiplexer crap
215
216Matthias Schwarzott (2):
217 write_cd_rules: set default link type to "by-id" for usb and ieee1394 devices
218 update Gentoo rules
219
220Pozsar Balazs (1):
221 udevsettle: read udev not kernel seqnum first
222
223
9d534c0e
KS
224Summary of changes from v106 to v107
225============================================
226
227Jean Tourrilhes (1):
228 udevtest: export UDEV_LOG if we changed it
229
230Kay Sievers (33):
231 man: add missing options to various man pages
232 man: fix typo
233 create_floppy_devices: apply specified mode without umask
234 man: spelling fixes
235 udevmonitor: add switch for kernel and udev events
236 default rules: wait for 0:0:0:0 scsi devices only
237 update Fedora rules
238 delete dasd_id, it moved to s390-tools
239 update Gentoo rules
240 encode db-file names, instead of just replacing '/'
241 update internal variables if we see $DEVPATH during IMPORT
242 increase /proc/stat buffer
243 maintain index over device-names to devpath relation
244 restore overwritten symlinks when the device goes away
245 store devpath with the usual leading slash
246 add link_priority to rule options, and store it in database
247 pick actual valid device in udev_db_lookup_name
248 cleanup already existing db-entries and db-index on device update
249 selinux: move selinux_exit() to the main programs
250 remove old error message
251 read list of devices from index, make index private to database
252 priority based symlink handling
253 volume_id: get rid of compiler warning
254 udevinfo: remove -d option
255 update %n on netif name change
256 if a node goes away, possibly restore a waiting symlink
257 update TODO
258 man: add "link_priority" option
259 update SUSE rules
260 udevtest: add --force mode
261 udevinfo: print link priority
262 usb_id: append target:lun to storage device serial
263 run_directory: add final warning before removal
264
265Marco d'Itri (1):
266 update Debian rules
267
268Matthias Schwarzott (2):
269 udevd: cleanup std{in,our,err} on startup
270 udevmonitor: fix swapped event switch descriptions
271
272
273Summary of changes from v105 to v106
1bcfb137
KS
274============================================
275
159ba1c5
KS
276A. Costa (1):
277 man: fix typos in scsi_id and udevd
278
279Andrey Borzenkov (2):
280 vol_id: add -L to print raw partition label
281 vol_id: document -L
282
283Jamie Wellnitz (1):
284 persistent device naming: tape devices and medium changers
285
286Kay Sievers (15):
287 exclude parent devices from DRIVER== match
288 volume_id: really fix endianess bug in linux_raid detection
289 release 105
290 man: correct udevinfo --export-db
291 path_id: append LUN to iSCSI path
292 create_floppy_devices: add option for owner/group
293 update example rules
294 apply format chars to ATTR before writing to sysfs
295 add (subsystem) to udevmonitor output
296 update DRIVER== changes
297 remove --version from the udevinfo man page
298 add test for an attribute which contains an operator char
299 man: add note about parent matching behavior
300 scsi_id: accept tabs in /etc/scsi_id.conf
301 remove dead rule in persistent tape rules
302
303Matthias Schwarzott (4):
304 correct typo in extras/scsi_id/scsi_id.conf
305 fix retry-loop in netif-rename code
306 add option --version to udevd
307 rule_generator: fix for creating rules on read-only filesystem
308
309Peter Breitenlohner (1):
310 fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
311
312Sergey Vlasov (3):
313 udevd: init signal pipe before daemonizing
314 unlink old database file before creating a new one
315 fix %c $string substitution
316
317Theodoros V. Kalamatianos (1):
318 fix udev attribute names with a colon
319
320
321Summary of changes from v104 to v105
322============================================
323
1bcfb137
KS
324A. Costa (1):
325 man: fix typos in scsi_id and udevd
326
327Andrey Borzenkov (2):
328 vol_id: add -L to print raw partition label
329 vol_id: document -L
330
331Kay Sievers (2):
332 exclude parent devices from DRIVER== match
333 volume_id: really fix endianess bug in linux_raid detection
334
335Matthias Schwarzott (2):
336 correct typo in extras/scsi_id/scsi_id.conf
337 fix retry-loop in netif-rename code
338
339Peter Breitenlohner (1):
340 fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
341
342Sergey Vlasov (3):
343 udevd: init signal pipe before daemonizing
344 unlink old database file before creating a new one
345 fix %c $string substitution
346
347
8fdad27d
KS
348Summary of changes from v103 to v104
349============================================
350
351Kay Sievers (12):
352 update Fedora rules
353 update example rules
354 update SUSE rules
355 update SUSE rules
356 volume_id: fix endianess bug in linux_raid detection
357 man: fix udevmonitor text
358 man: recreate from xml
359 rename config "filename" to "dir"
360 remove outdated documentation
361 rename "udev.c" to "test-udev.c" - it is only for testing
362 update Fedora rules
363 use git-archive instead of git-tar-tree
364
365Kazuhiro Inaoka (1):
366 inotify syscall definitions for M32R
367
368Marco d'Itri (2):
369 write_cd_rules: identity-based persistence
370 scsi_id: remove trailing garbage from ID_SERIAL_SHORT
371
372Russell Coker (1):
373 SELinux: label created symlink instead of node
374
375
1810a9d7
KS
376Summary of changes from v102 to v103
377============================================
378
379Kay Sievers:
380 persistent storage rules: skip gnbd devices
381 volume_id: add checksum check to via_raid
382 volume_id: add comment about hfs uuid conversion
383 update SUSE rules
384 update Fedora rules
385
386
0a9e36df
KS
387Summary of changes from v101 to v102
388============================================
389
390Daniel Drake:
391 writing_udev_rules: fix typo in example rule
392
393Kay Sievers:
394 create missing ChangeLog for version 101
395 update SUSE rules
396 update default rules
397 first try "subsystem" link at a parent device, before guessing
398 if /sys/subsystem exists, skip class, bus, block scanning
399 scsi_id: export ID_SERIAL_SHORT without vendor/product
400 update SUSE rules
401
402MUNEDA Takahiro:
403 path_id: fix SAS disk handling
404
405
fe547f13
KS
406Summary of changes from v100 to v101
407============================================
408
409Arjan Opmeer:
410 fix udevinfo help text typo
411
412Bryan Kadzban:
413 cleanup default rules
414 add IMPORT operations to the udev man page
415
416Kay Sievers:
417 remove Makefile magic for leading '0' in version
418 udevd: use getopt_long()
419 udevd: add --verbose option to log also to stdout
420 udevd: add --debug-trace option
421 rule_generator: improve net rule comment generation
422 volume_id: correct iso9660 high sierra header
423 warn if a PHYSEDV* key, the "device" link, or a parent attribute is used
424 don't print PHYSDEV* warnings for old WAIT_FOR_SYSFS rules
425 udevinfo: print error in --attribute-walk
426 udev_sysfs: unify symlink resolving
427 udevtrigger: trigger devices sorted by their dependency
428 fix spelling in deprecation warning
429 release 101
430
431Michał Bartoszkiewicz:
432 udevtrigger: fix typo that prevents partition events
433
434Miles Lane:
435 clarify "specified user/group unknown" error
436
437Piter PUNK:
438 update slackware rules
439
440VMiklos:
441 update Frugalware rules
442
443
eed8b2ff
KS
444Summary of changes from v099 to v100
445============================================
446
447Kay Sievers:
448 update SUSE rules
449 fix messed up ChangeLog from release 099
450 man: add $attr{} section about symlinks
451 revert persistent-storage ata-serial '_' '-' replacement
452
453
070cdac9
KS
454Summary of changes from v098 to v099
455============================================
456
457Greg KH:
458 update Gentoo rules
459
460Kay Sievers:
461 udev_db.c: include <sys/stat.h>
462 use fnmatch() instead of our own pattern match code
463 rename major/minor variable to maj/min to avoid warning
464 update source file headers
465 udevtest: print header that ENV{} can't work
466 update TODO
467 udevtrigger: options to filter by subsystem and sysfs attribute
468 udevtrigger: remove unused longindex
469 udevinfo: use long options
470 udevd: use files instead of symlinks for /dev/.udev/queue,failed
471 udevtrigger: fix pattern match
472 reorder options in udevinfo man page
473 udevinfo: fix SUBSYTEMS spelling error
474 fix ENV{TEST}="Test: $env{TEST}"
475 let $attr{symlink} return the last element of the path
476 cdrom_id: add rules file to call cdrom_id
477 udevinfo: do not show symlinks as attributes in --attribute-walk
478 remove broken name_cdrom.pl
070cdac9
KS
479
480Marco d'Itri:
481 update Debian rules
482 run_program: close pipe fd's which are connected to child process
483 add persistent rules generator for net devices and optical drives
484
485MUNEDA Takahiro:
486 changes rules for ata disk from '_' to '-'
487
488Sergey Vlasov:
489 make struct option arrays static const
490 fix "subsytem" typo
491
eed8b2ff 492
4a515309
KS
493Summary of changes from v097 to v098
494============================================
495
496Alex Merry:
497 udevtest: allow /sys in the devpath paramter
498
4a515309
KS
499Harald Hoyer:
500 selinux: init once in the daemon, not in every event process
501
502Kay Sievers:
503 udevd: remove huge socket buffer on the control socket
504 man page: fix typo
505 rename udev_libc_wrapper -> udev_sysdeps
506 db: store devpath - node relationship for all devices
507 udevinfo: allow -a -n <node>
508 udevinfo, udevtest: simplify '/sys' stripping from devpath argument
509 lookup_user, lookup_group: report "unknown user" and "lookup failed"
510 consistent key naming to match only the event device or include all parent devices
511 skip rule, if too may keys of the same type are used
512 introduce ATTR{file}="value" to set sysfs attributes
513 update SUSE rules
514 update default rules
515 export DRIVER for older kernels as a replacement for PHYSDEVDRIVER
516 fix typo in SUBSYSTEMS key parsing
517 udevtrigger: add --retry-failed
518 volume_id: add suspend partition detection
519 vol_id: use primary group of 'nobody' instead of 'nogroup'
520 remove built-in /etc/passwd /etc/group parser
521 always expect KEY{value} on ATTR, ATTRS, ENV keys
522 use new key names in test programs
523 cleanup commandline argument handling
524 db: don't create a db file for only a node name to store
525 man: add ATTR{file}="value" assignment
4a515309
KS
526
527Lennart Poettering:
528 volume_id: fix fat32 cluster chain traversal
529
530Marco d'Itri:
531 fix 'unknow user' error from getpwnam/getgrnam
532 fix rc when using udev --daemon
533 update Debian rules
4a515309
KS
534
535Michał Bartoszkiewicz:
536 man pages: fix typos
537
4a515309 538
be31371f
KS
539Summary of changes from v096 to v097
540============================================
541
542Anssi Hannula:
543 add joystick support to persistent input rules
544
545Kay Sievers:
546 firmware.sh: remove needless '/'
547 vol_id: add --skip-raid and --probe-all option
548 switch uevent netlink socket to group 1 only
549 increase /proc/stat read buffer
550 use "change" instead of "online" events
551 remove 'static' from local variable
552 libvolume_id: add parameter 'size' to all probe functions
553 man pages: replace 'device-path' by 'devpath'
554 man pages: work around xmlto which tries to be smart
555 refresh vol_id man page
556 udevinfo: add DRIVER==
557 Makefile: fix dependency
558 libvolume_id: read ufs2 label
559 switch ifdef __KLIBC__ to ifndef __GLIBC__
560 report failing getpwnam/getgrnam as error
561 rename udevcontrol message types and variables
562 initialize unused sockets to -1
563 udevd: remove useless udevinitsend parameter
564 update README
565 udevd: autotune max_childs/max_childs_running
566 update frugalware rules
567 update SUSE rules
568 move default rules to etc/udev/rules.d/
569 add 'crypto' devices to persistent storage rules
570 add late.rules to default rules
571 update Fedora rules
572 don't report an error on overlong comment lines
573 update SUSE rules
574 udevd: read DRIVER from the environment
575
576Marco d'Itri:
577 make rename_netif() error messages useful
578 path_id: fix an harmless syntax error
579
580Piter PUNK:
581 update slackware rules
582
583Richard Purdie:
584 Fix inotify syscalls on ARM
585
586
8448b7ce
KS
587Summary of changes from v095 to v096
588============================================
589
590Kay Sievers:
591 Makefiles: fix .PHONY for man page target
592 allow longer devpath values
593 path_id: prepare for new sysfs layout
594
595
486e62f8
KS
596Summary of changes from v094 to v095
597============================================
598
599Kay Sievers:
600 update SUSE rules
601 don't remove symlinks if they are already there
602 allow "online" events to create/update symlinks
603 udevinfo: clarify parent device attribute use
604 update SUSE rules
605 netif rename: optimistic loop for the name to become free
606 remove broken %e enumeration
607
608Tobias Klauser:
609 print usage of udevcontrol when no or invalid command is given
610
611
a924bf9a
KS
612Summary of changes from v093 to v094
613============================================
614
615Daniel Drake:
616 update "writing udev rules"
617
618Kay Sievers:
619 libvolume_id: gfs + gfs2 support
620 remove MODALIAS key and substitution
621 add persistent-input.rules
622
623Marco d'Itri:
624 update Debian rules
625
626
df16b779
KS
627Summary of changes from v092 to v093
628============================================
629
630Hannes Reinecke:
631 path_id: add support for iSCSI devices
632
633Kay Sievers:
634 libvolume_id: fat - check for signature at end of sector
635 libvolume_id: add more software raid signatures
636 update Fedora rules
637 path_id: prevent endless loop for SAS devices on older kernels
638 remove udevsend
639 replace binary firmware helper with shell script
640 skip device mapper devices for persistent links
641
642
acc8322f
KS
643Summary of changes from v091 to v092
644============================================
645
646Kay Sievers:
647 don't include stropts.h, some libc's don't like it
648 udevd: create leading directories for /dev/.udev/uevent_seqnum
649 vol_id: fix logging from libvolume_id's log function
650 update SUSE rules
651 update SUSE rules
652 add more warnings for invalid key operations
653 fix offsetof() build issue with recent glibc
654 selinux: fix typo in block device node selection
655 vol_id: add NetWare volume detection
656 edd_id: fix "(null)" output if "mbr_signature" does not exist
657 update Fedora rules
658 libvolume_id: nss - use different uuid
659
660Libor Klepac:
661 path_id: add platform and serio support
662
663Marco d'Itri:
664 update Debian rules
665 path_id: fix bashism
666
667
866bfe88
KS
668Summary of changes from v090 to v091
669============================================
670
671Hannes Reinecke:
672 path_id: fix SAS device path generation
673
674Kay Sievers:
675 udevtest: don't try to delete symlinks
676 persistent rules: fix typo in dm rule
677 allow NAME=="value" to check for already assigned value
678 udevd: export initial sequence number on startup
679
680
876fa61d
KS
681Summary of changes from v089 to v090
682============================================
683
684Kay Sievers:
685 udevd: export current seqnum and add udevsettle
686 volume_id: fix endianess conversion typo for FAT32
687 merge device event handling and make database content available on "remove"
688 set default udevsettle timeout to 3 minutes
689 export INTERFACE_OLD if we renamed a netif
690 let udevmonitor show the possibly renamed devpath
691 volume_id: move some debug to info level
692 udevtrigger: fix event order
693 usb_id: remove uneeded code
694 remove old symlinks before creating current ones
695 path_id: fix loop for SAS devices
696 apply format char to variables exported by ENV
697
698Marco d'Itri:
699 add inotify support for hppa and MIPS and log if inotify is not available
700
701Matt Kraai:
702 fix typo in error message
703
704
2b3f8e93
KS
705Summary of changes from v088 to v089
706============================================
707
708Hannes Reinecke:
709 path_id: add bus to USB path
710
711Kay Sievers:
712 change rule to skip removable IDE devices
713 don't create uuid/label links for raid members
714 volume_id: provide library
715 fix rule order for persistent tape links
716 update man page
717 volume_id: provide a custom debug function
718 volume_id: rename subdirectory
719 volume_id: use shared library by default
720 because is better than cause
721 volume_id: remove some global symbols
722 volume_id: define exported symbols
723 remove all stripping code
724 man pages: mention udev(7) not udev(8)
725 update Debian rules
726 move all *_id programs to /lib/udev/
727 update Red Hat rules
728 update SUSE rules
729 pass CROSS_COMPILE to AR and RANLIB down to extras/
730 volume_id: update README
731 volume_id: generate man page from xml source
732 update README
733 fix symlink targets in Makefiles
734
735
63645a3d
KS
736Summary of changes from v087 to v088
737============================================
738
739Hannes Reinecke:
740 persistent links: add scsi tape links and usb path support
741
742Kay Sievers:
743 volume_id: add squashfs detection
744 reset signal handler in event process
745 correct use of fcntl()
746 add udevtrigger to request events for coldplug
747 add ',' to trusted chars
748 volume_id: remove partition table parsing code
749 volume_id: remove all partition table support
750 fix spelling error in debug string
751 rename "persistent disk" to "persistent storage"
752 fix output for USB path
753
754
b2885eee
KS
755Summary of changes from v086 to v087
756============================================
757
758Hannes Reinecke:
759 path_id: support SAS devices
760
761Kay Sievers:
762 fix persistent disk rules to exclude removable IDE drives
763 warn about %e, MODALIAS, $modalias
764 remove devfs rules and scripts
765
766Masatake YAMATO:
767 typo in debug text in udev_run_hotplugd.c
768
769
0030441c
KS
770Summary of changes from v085 to v086
771============================================
772
773Kay Sievers:
774 volume_id: replace __packed__ by PACKED macro
775 volume_id: split raid and filesystem detection
776 volume_id: add missing return
777 udevd: fix queue export for multiple events for the same device
778
779Kyle McMartin:
780 workaround missing kernel headers for some architectures
781
782Nix:
783 update to udev-084/doc/writing_udev_rules
784
785
4cb665e4
KS
786Summary of changes from v084 to v085
787============================================
788
789Andrey Borzenkov:
790 Fix trivial spelling errors in RELEASE-NOTES
791
792Jeroen Roovers:
793 fix typo in parisc support to path_id
794
795Kay Sievers:
796 make WAIT_FOR_SYSFS usable in non "wait-only" rules
797 fix typo in man page
798 include sys/socket.h for klibc build
799 cramfs detection for bigendian
800 exit WAIT_FOR_SYSFS if the whole device goes away
801 update SUSE rules
802 update Red Hat rules
803 update Gentoo rules
804 include errno.h in udev_libc_wrapper.c
805
806
66c2bc21
KS
807Summary of changes from v083 to v084
808============================================
809
810Kay Sievers:
811 update SUSE rules
812 switch CROSS to CROSS_COMPILE
813 replace fancy silent build program by simple kernel build like logic
814 move manpages to top level
815 remove UDEVD_UEVENT_INITSEND
816 whitespace fixes
817 scsi_id: remove dead files
818 optimize sysfs device and attribute cache
819 let SYSFS{} look at the device, not only the parent device
820 add debug output to sysfs operations
821
822
cef28db9
KS
823Summary of changes from v082 to v083
824============================================
825
826Andrey Borzenkov:
827 man page: document when substitutions are applied for RUN and other keys
828 check for ignore_device in loop looks redundant
829
830Kay Sievers:
831 udevstart: fix NAME="" which prevents RUN from being executed
832 find programs in /lib/udev for IMPORT if {program} is not given
833 don't add $SUBSYSTEM automatically as $1 to programs
834 remove redundant substitution of RUN key
835
836
1a72d06f
KS
837Summary of changes from v081 to v082
838============================================
839
840Andrey Borzenkov:
841 substitute format chars in RUN after rule matching
842
843Kay Sievers:
844 scsi_id, usb_id: request device parent by subsystem
845 path_id: work with "all devices in /sys/devices"
846 ignore all messages with missing devpath or action
847 Makefile: remove dynamic config file generation
848 path_id: handle fiber channel (Hannes Reinecke <hare@suse.de>)
849 usb_id: don't fail on other subsytems than "scsi"
850 don't do RUN if "ignore_device" is given
851 increase kernel uevent buffer size
852 move udev(8) manpage to udev(7)
853 recreate man pages from xml source
854 remove udev, udevstart, udevsend from the default installation
855 update SUSE rules
856 rename apply_format() cause it is public now
857 udevtest: add udev_rules_apply_format() to RUN keys
858 let "ignore_device" always return the event successfully
859
860Olivier Blin:
861 fixes udev build with -fpie
862
863
7155bfb7
KS
864Summary of changes from v080 to v081
865============================================
866
867Kay Sievers:
868 add DEVLINKS to "remove" event
869 better log text and comments
870 vol_id: probe volume as user nobody
871 fix BUS, ID, $id usage
872 prepare moving of /sys/class devices to /sys/devices
873
874
8531b0b9
KS
875Summary of changes from v079 to v080
876============================================
877
878Brent Cook:
879 fix dependency for make -j2
880
881coly:
882 fix man page typos
883
884Kay Sievers:
885 update RELEASE-NOTES + TODO
886 fix typo in man page
887 update TODO
888 update SUSE rules
889 path_id: fix invalid character class
890 replace libsysfs
891
892Marco d'Itri:
893 udev_selinux.c: include udev.h
894
895
e2e8e5ce
KS
896Summary of changes from v078 to v079
897============================================
898
899Kay Sievers:
900 don't log error if database does not exist
901 use udev_root instead of "/dev"in selinux matchpathcon_init_prefix()
902 scsi_id: read page 0x80 with libata drives
903 update SUSE rules
904 remove %e from man page
905
8531b0b9 906
ba65db20
KS
907Summary of changes from v077 to v078
908============================================
909
910Greg Kroah-Hartman:
911 Update Gentoo udev main rule file.
912 add parisc support to path_id
913
914Hannes Reinecke:
915 scsi_id: -u fold multiple consecutive whitespace chars into single '_'
916
917Harald Hoyer:
918 optimize SELinux path match
919
920Kay Sievers:
921 update README
922 allow C99 statements
923 fix segfaulting create_floppy_devices
924 update SUSE rules
925 remove unused variables
926 remove default settings in udev.conf
927 clearenv() is now part of klibc
928 add DEVLINKS to the event environment
929
930Kurt Garloff:
931 scsi_id: support pre-SPC3 page 83 format
932
933
731a7d6d
KS
934Summary of changes from v076 to v077
935============================================
936
937Kay Sievers:
938 merge two consecutive static strlcat's
939 don't return an error, if "ignore_device" is used
940 remove outdated and misleading stuff
941 move SEQNUM event skipping to udevsend
942 update RELEASE-NOTES
943 update SUSE rules
944 allow programs in /lib/udev called without the path
945 update SUSE rules
946 add target to to generate ChangeLog section
947 update Red Hat rules
948
949Marco d'Itri:
950 allow to overwrite the configured udev_root by exporting UDEV_ROOT
951 let udevsend ignore events with SEQNUM set
952 update Debian rules
953
954
4a924f0a
KS
955Summary of changes from v75 to v076
956============================================
957
958Kay Sievers:
959 fix typo in eventrecorder
960 volume_id: include stddef.h header
961 remove misleading install instructions
962 remove all built-in wait_for_sysfs logic
963 add linux/types.h back, old glibc-kernel-headers want it
964 volume_id: use glibc's byteswap
965 udevd: ignore all messages without DEVPATH
966 udevd: track exit status of event process
967 udevd: export event queue and event state
968 remove "udev_db" option from config file
969 Makefile: remove exec_prefix and srcdir
970 update README and RELEASE-NOTES
971 udevd: track killed event processes as failed
972 update README
973 don't start udevd from udevsend
974 udevd: add a missing return
975 libvolume_id: fix weird fat volume recognition
976 move some helpers from extras to /lib/udev
977
978Scott James Remnant:
979 move delete_path() to utils
980 clean-up empty queue directories
981 Makefile: fail, if submake fails
982
983
a8349b33
KS
984Summary of changes from v74 to v075
985============================================
986
ef0cd1ac
KS
987Greg Kroah-Hartman:
988 Make run_directory.c stat the place it is going to try to run.
989
990Kay Sievers:
991 forgot the ChangeLog for 074
992 volume_id: provide libvolume_id.a file
993 remove our own copy of klibc
994 remove outdated HOWTO
995 update TODO
996 update SUSE rules
997 remove completely useless start script
998 fix tests and remove no longer useful stuff
999 replace udeveventrecorder by a shell script
1000
1001
09c2bab5
KS
1002Summary of changes from v73 to v074
1003============================================
1004
1005Kay Sievers:
1006 never queue events with TIMEOUT set
1007 let NAME="" supress node creation, but do RUN keys
1008 remove udevinitsend
1009 update .gitignore
1010
1011Marco d'Itri:
1012 add strerror() to error logs
1013 move some logging from dbg() to info()
1014
1015
8f528042
KS
1016Summary of changes from v72 to v073
1017============================================
1018
1019Kay Sievers:
1020 udevd: depend on netlink and remove all sequence reorder logic
1021 print useconds in udevmonitor
1022 add RELEASE-NOTES, update TODO
1023
1024
1ad45a47
KS
1025Summary of changes from v71 to v072
1026============================================
1027
1028Ananth N Mavinakayanahalli:
1029 libsysfs: translate devpath of the symlinked class devices to its real path
1030
1031Jan Luebbe:
1032 add man pages for *_id programs
1033
1034Kay Sievers:
1035 volume_id: add OCFS Version 1
1036 volume_id: add Veritas fs
1037 volume_id: check ext fs for valid blocksize, cause magic is only 2 bytes
1038 volume_id: move blocksize validation to fix jbd recognition
1039 volume_id: fix typo in ocfs
1040 volume_id: add vxfs include
1041 volume_id: make FAT32 recognition more robust
1042 volume_id: Version 051
1043 volume_id: fix typo in ext blocksize check
1044 volume_id: Version 052
1045 FAQ: remove confusing statement about module loading
1046 cleanup compiler/linker flags
1047 use DESTDIR on uninstall, no need to pass prefix to submake
1048 allow to pass STRIPCMD, to skip stripping of binaries
1049 cleanup make release
1050 fix the new warnings I asked for
1051 move rules parsing into daemon
1052 "make STRIPCMD=" will disable the stripping of binaries
1053 remove no longer working udevd-test program
1054 "STRIPCMD=" for the EXTRAS
1055 add dummy inotify syscalls on unsupported architecture
1056 remove no longer needed waiting for "dev" file
1057 revert the "read symlink as device patch"
1058 use libsysfs to translate the class linke to the device path
1059 libsysfs: remove brute-force "bus", "driver" searching for old kernels
1060 test: add "driver" and "bus" links to test sysfs tree
1061 update RELEASE-NOTES
1062 udevd: don't daemonize before initialization
1063 log to console if syslog is not available
1064 udevd: disable OOM
1065 remove precompiled rules option
1066 export DEVNAME on "remove" only if we really got a node to remove
1067 fix typo in umask()
1068
1069
a743be9a
KS
1070Summary of changes from v70 to v071
1071============================================
1072
1073Greg Kroah-Hartman:
1074 Remove the udev.spec file as no one uses it anymore
1075
1076John Hull:
1077 edd_id: check that EDD id is unique
1078
1079Kay Sievers:
1080 ata_id: open volume O_NONBLOCK
1081 add "Persistent Device Naming" rules file for disks
1082 scsi_id: switch temporary node creation to /dev
1083 volume_id: set reiser instead of reiserfs for filesystem type
1084 update devfs rules header
1085 update Debian rules
1086 update Fedora rules
1087 update Debian rules
1088 remove no longer needed includes
1089 switch tools and volume_id from LGPL to GPLv2
1090 add edd-*-part%n to the persistent.rules
1091 update Debian persistent rules
1092 clarify README
1093 udevd: fix initial timeout handling
1094 force event socket buffer size to 16MB
1095 udevd: move logging from err to info for non-hotplug uevent
1096 fix selinux compilation
1097 libsysfs: accept sysmlinks to directories instead of real directories
1098
1099Marco d'Itri:
1100 run_directory: fix typo in "make install"
1101
1102
8355c61b
GKH
1103Summary of changes from v069 to v070
1104============================================
1105
1106Amir Shalem:
1107 udevd: fix udevd read() calls to leave room for null byte
1108
1109Edward Goggin:
1110 scsi_id: derive a UID for a SCSI-2 not compliant with the page 83
1111
1112Greg Kroah-Hartman:
1113 fix nbd error messages with a gentoo rule hack
1114 fix scsi_id rule in gentoo config file
1115
070cdac9 1116Jürg Billeter:
8355c61b
GKH
1117 EXTRAS/Makefile: fix install targets to match main Makefile
1118
1119Kay Sievers:
1120 volume_id: fix error handling with failing read()
1121 EXTRAS: cleanup and sync all Makefiles
1122 add install test to 'make buildtest'
1123 update RELEASE-NOTES
1124
1125Olivier Blin:
1126 fix a debug text typo in udev_rules.c
1127
1128
a2c7b217
GKH
1129Summary of changes from v068 to v069
1130============================================
1131
1132Amir Shalem:
1133 fix typo in firmware_helper
1134
1135Duncan Sands:
1136 firmware_helper: fix write count
1137
1138Kay Sievers:
1139 *_id: fix zero length in set_str()
1140 add program name to logged error
1141 fix exit code of udevinitsend and udevmonitor
1142 udevd: keep the right order for messages without SEQNUM
1143 volume_id: don't probe for mac_partition_maps
1144 udevmonitor: cleanup on exit
1145 path_id: remove SUSE specific PATH
1146 update SUSE rules
1147 add pci_express to bus list
1148 update SUSE rules
1149 store ENV{key}="value" exported keys in the database
1150 fix lookup for name in the udevdb, it should return the devpath
1151 prepare for new HAL udevdb dump
1152 print persistent data with "udevinfo -q all"
1153 change parameter order of udev_db_search_name()
1154 add and use name_list_cleanup() for cleaning up the string lists
1155 don't store devpath in udevdb, we don't need it
1156 add uft8 validation for safe volume label exporting
1157 start to enforce plain ascii or valid utf8
1158 use WRITE_END/READ_END for the pipe index
1159 remove not needed sig_flag for state of signal_pipe
1160 don't reenter get_udevd_msg() if message is ignored
1161 rename ...trailing_char() to ...trailing_chars()
1162 vol_id: ID_LABEL_SAFE will no longer contain fancy characters
1163 udevd: move some logging to "info" and "err"
1164 remove special TIMEOUT handling from incoming queue
1165 udev_test.pl: we replace untrusted chars with '_'
1166 check the udevdb before assigning a new %e
1167 update RELEASE-NOTES
1168 udevinfo: add database export
1169 write man page masters in DocBook XML
1170 udevinfo: rename dump() to export()
1171 test the automatic man page rebuild and checkin
1172 Makefile: remove all the duplicated rules
1173 all man pages rewritten to use DocBook XML
1174 add missing udevsend man page
1175 also forgot udevmonitor.8
1176 udevinfo: restore -d option
1177 scsi_id: rename SYSFS to LIBSYSFS
1178 add edd_id tool to match BIOS EDD disk information
1179 move and update libsysfs.txt
1180 klibc: update to version 1.1.1
1181 delete cdromsymlinks* - obsoleted by cdrom_id and IMPORT rules
1182 delete docs/persistent_naming - obsoleted by persistent disk names
1183 delete old Fedora html page
1184 add "totally outdated" header to docs/overview :)
1185 update SUSE rules
1186 fix useless but funny name_cdrom.pl script to work again
1187 update TODO
1188 Makefile: fix prerequisits for $(PROGRAMS)
1189 Makefile: cleanup install targets
1190 remove chassis_id program
1191 fic gcov use and move it into the Makefile
1192 FAQ: update things that have changed
1193
1194Thierry Vignaud:
1195 switch to '==' in raid-devfs.sh
1196
1197
8c11a2f0
GKH
1198Summary of changes from v067 to v068
1199============================================
1200
1201Greg Kroah-Hartman:
1202 add EXTRAS documentation to the README file.
1203 Always open the cdrom drive in non-blocking mode in cdrom_id
1204 cdrom_id: change err() to info() to help with debugging problems
1205
1206Kay Sievers:
1207 cleanup some debug output and move to info level + unify select() loops
1208 move udevmonitor to /usr/sbin
1209 ENV{TEST}=="1" compares and ENV{TEST}="1" sets the environment
1210 vol_id: fix sloppy error handling
1211 fix typo in cdrom_id syslog
1212 bring std(in|out|err) fd's in a sane state
1213 fix printed udevmonitor header
1214
1215
8aafc06d
GKH
1216Summary of changes from v066 to v067
1217============================================
1218
1219Greg Kroah-Hartman:
1220 added the cdrom.h #defines directly into the cdrom_id.c file
1221
1222Kay Sievers:
1223 update SUSE rules
1224 fix make install, as we don't provide a default rule set anymore
1225 fix more compiler warnings ...
1226 fix udevstart event ordering, we want /dev/null very early
1227 don't fail too bad, if /dev/null does not exist
1228
1229
f5bed72a
GKH
1230Summary of changes from v065 to v066
1231============================================
1232
1233Greg Kroah-Hartman:
1234 update gentoo rule file.
1235 Created cdrom_id program to make it easier to determine cdrom types
1236 added cdrom_id to the build check
1237 updated gentoo rule file to handle removable ide devices.
1238 changed cdrom_id exports to be easier to understand and consistant with other _id programs.
1239 fix klibc build issue in cdrom_id.c
1240 Change the gentoo rules to use cdrom_id instead of cdsymlink.sh
1241 changed location of gentoo helper apps to be /sbin instead of in scripts dir
1242 tweak the gentoo rules some more.
1243
1244Kay Sievers:
1245 add NETLINK define for the lazy distros
1246 read sysfs attribute also from parent class device
1247 switch some strlcpy's to memcpy
1248 allow clean shutdown of udevd
1249 add flag for reading of precompiled rules
1250 update distro rules files
1251 add SUSE rules
1252 update SUSE rules
1253 add firmware_helper to load firmware
1254 more distro rules updates
1255 update README
1256 remove example rules and put the dev.d stuff into the run_directory folder
1257 trivial text cleanups
1258 update SUSE rules
1259 split udev_util in several files
1260 update SUSE rules
1261 allow logging of all output from executed tools
1262 add Usage: to udevmonitor and udevcontrol
1263 move some logging to the info level
1264
1265Thierry Vignaud:
1266 fix udevinfo output
1267
1268
cfb7ac2b
GKH
1269Summary of changes from v064 to v065
1270============================================
1271
1272Greg Kroah-Hartman:
1273 Added persistent name rules for block devices to gentoo rule file.
1274 Added horrible (but fun) path_id script to extras.
1275 Update gentoo rules file.
1276
1277Kay Sievers:
1278 update release notes for next version
1279 add udevmonitor, to debug netlink+udev events at the same time
1280 allow RUN to send the environment to a local socket
1281 fix GGC signed pointer warnings and switch volume_id to stdint
1282
1283
fa5c98ab
GKH
1284Summary of changes from v063 to v064
1285============================================
1286
1287Andre Masella:
1288 volume_id: add OCFS (Oracle Cluster File System) support
1289
1290Hannes Reinecke:
1291 usb_id: fix typo
1292 add ID_BUS to *_id programs
1293 create_floppy_devices: add tool to create floppy nodes based on sysfs info
1294
1295Kay Sievers:
1296 move code to its own files
1297 make SYSFS{} usable for all devices
1298 add padding to rules structure
1299 allow rules to have labels and skip to next label
1300 thread unknown ENV{key} match as empty value
1301
1302
8365854c
GKH
1303Summary of changes from v062 to v063
1304============================================
1305
1306Anton Farygin:
1307 fix typo in GROUP value application
1308
1309Greg Kroah-Hartman:
1310 add 'make tests' as I'm always typing that one wrong...
1311 Really commit the udev_run_devd changes...
1312 Fixed udev_run_devd to run the /etc/dev.d/DEVNAME/ files too
1313 fix position of raw rules in gentoo config file
1314
1315Hannes Reinecke:
1316 dasd_id: add s390 disk-label prober
1317 fix usb_id and let scsi_id ignore "illegal request"
1318
1319Kay Sievers:
1320 volume_id: remove s390 dasd handling, it is dasd_id now
1321 trivial fixes for *_id programs
1322 IMPORT: add {parent} to import the persistent data of the parent device
1323 allow multiple values to be matched with KEY=="value1|value2"
1324 udevd: set incoming socket buffer SO_RCVBUF to maximum
1325 remember mapped rules state
1326 ata_id: check for empty serial number
1327 compile dasd only on s390
1328
070cdac9 1329Ville Skyttä:
8365854c
GKH
1330 correct default mode documentation in udev
1331
1332
face198a
GKH
1333Summary of changes from v061 to v062
1334============================================
1335
1336Kay Sievers:
1337 fix symlink values separated by multiple spaces
1338 update RELEASE-NOTES
1339 fix typo in group assignment
1340 fix default-name handling and NAME="" rules
1341 add WAIT_FOR_SYSFS key to loop until a file in sysfs arrives
1342 fix unquoted strings in udevinitsend
1343
a82f23bf
GKH
1344Summary of changes from v060 to v061
1345============================================
1346
1347Greg Kroah-Hartman:
1348 Sync up the Debian rules files
1349 fix cdrom symlink problem in gentoo rules
1350 Fix ChangeLog titles
1351
1352Kay Sievers:
1353 update RELEASE-NOTES
1354 we want to provide OPTFLAGS
1355 rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUT
1356 udevd: optimize env-key parsing
1357 don't resolve OWNER, GROUP on precompile if string contains %, $
1358 set default device node to /dev
1359 create udevdb files only if somehting interesting happened
1360 pack parsed rules list
1361 replace useless defines by inline text
1362 move rule matches to function
1363 add usb_id program to generate usb-storage device identifiers
1364 add IEEE1394 rules to the gentoo rule file
1365 fake also kernel-name if we renamed a netif
1366 allow OPTIONS to be recognized for /sys/modules /sys/devices events
1367 switch gentoo rules to new operators
1368
1369
46763d59 1370Summary of changes from v059 to v060
281c368b
GKH
1371============================================
1372
1373Greg Kroah-Hartman:
1374 Fix the gentoo udev rules to allow the box to boot properly
1375
1376Gustavo Zacarias:
1377 Udev doesn't properly build with $CROSS
1378
1379Kay Sievers:
1380 Keep udevstart from skipping devices without a 'dev' file
1381
1382Marco d'Itri:
1383 #define NETLINK_KOBJECT_UEVENT
1384
1385
1386Summary of changes from v058 to v059
1387============================================
1388
1389Greg Kroah-Hartman:
1390 Update the gentoo rule file
1391 Fix udevinfo for empty sysfs directories
1392 Fix makefile to allow 'make release' to work with git
1393
1394Hannes Reinecke:
1395 udev: fix netdev RUN handling
1396 udevcontrol: fix exit code
1397
1398Kay Sievers:
1399 prepare RELEASE-NOTES
1400 add ID_TYPE to the id probers
1401 add -x to scsi_id to export the queried values in env format
1402 store the imported device information in the udevdb
1403 rename udev_volume_id to vol_id and add --export option
1404 add ata_id to read serial numbers from ATA drives
1405 IMPORT allow to import program returned keys into the env
1406 unify execute_command() and execute_program()
1407 IMPORT=<file> allow to import a shell-var style config-file
1408 allow rules to be compiled to one binary file
1409 fix the fix and change the file to wait for to the "bus" link
1410 fix udevstart and let all events trvel trough udev
1411 prepare for module loading rules and add MODALIAS key
1412 remove device node, when type block/char has changed
1413 Makefile: remove dev.d/ hotplug.d/ from install target
1414 udevcontrol: add max_childs command
1415 udevd: control log-priority of the running daemon with udevcontrol
1416 udeveventrecorder: add small program that writes an event to disk
1417 klibc: add missing files
1418 udevinitsend: handle replay messages correctly
1419 udev man page: add operators
1420 udevd: allow starting of udevd with stopped exec-queue
1421 klibc: version 1.0.14
1422 udev: handle all events - not only class and block devices
1423 volume_id: use udev-provided log-level
1424 udev: clear lists if a new value is assigned
1425 udev: move dev.d/ handling to external helper
1426 udev: allow final assignments :=
1427 udevd: improve timeout handling
1428 Makefile: fix DESTDIR
1429 udevd: add initsend
1430 udevd: add udevcontrol
1431 udevd: listen for netlink events
1432
1433Stefan Schweizer:
1434 Dialout group fix for capi devices in the gentoo rules file
1435
db60d377
GKH
1436Summary of changes from v057 to v058
1437============================================
1438
1439Daniel Drake:
1440 o Writing udev rules docs update
1441
1442Darren Salt:
1443 o update cdsymlinks to latest version
1444
1445Greg Kroah-Hartman:
1446 o remove detach_state files from the sysfs test tree
1447 o Update permissions on test scripts so they will run properly now
1448 o hopefully fix up the symlinks in the test directory
1449 o Removed klibc/klibc.spec as it is autogenerated
1450 o Added symlinks thanks to Kay's script and git hacking
1451 o add Red Hat/Fedora html documenation
1452 o Update Red Hat default udev rules
1453
1454Kay Sievers:
1455 o selinux: fix handling during creation of symlinks
1456 o Fedora udev.rules update
1457 o libsysfs: version 2.0
1458 o klibc: version 1.0.7
1459
1460Masanao Igarashi:
1461 o Fix libsysfs issue with relying on the detach_state file to be
1462
9530f1fe
GKH
1463Summary of changes from v056 to v057
1464============================================
1465
1466<tklauser:access.unizh.ch>:
1467 o fix stupid all_partitions bug
1468
1469Kay Sievers:
1470 o add test for make -j4 to build-check
1471 o klibc: version 1.0.6
1472 o update Debian rules
1473 o apply default permissions only for devices that will need it
1474 o adapt RELEASE-NOTES
1475 o udev_volume_id: fix endianess macros
1476 o udev-test.pl: add test for DEVNAME export to RUN environment
1477 o update the man page to reflect the recent changes
1478 o export DEVNAME to RUN-key executed programs
1479 o fix make -j4 and the local klibc-install
1480 o update RELEASE-NOTES
1481 o add RUN key to be able to run rule based notification
1482 o fix udevtest to print the error if logging is disabled
1483 o move execute_program to utils + add action to init_device
1484 o correct correction for error path for PROGRAM execution
1485 o correct error path for PROGRAM execution
1486 o klibc: version 1.0.5
1487 o check for strlen()==0 before accessing strlen()-1
1488 o allow to match against empty key values
1489 o read %s{}-sysfs values at any device in the chain
1490 o udev_rules.c: don't change sysfs_device while walking up the device chain
1491 o klibc: strlcpy/strlcat - don't alter destination if size == 0
1492 o fix klibc's broken strlcpy/strlcat
1493 o udevinfo: print SYSFS attribute the same way we match it
1494 o remove untrusted chars read from sysfs-values or returned by PROGRAM
1495 o udevinfo: print errors to stderr instead of stdout
1496 o klibc: version 1.0.4
1497 o support log-priority levels in udev.conf
1498 o test-suite: remove UDEV_TEST, it's not needed anymore
1499 o libsysfs: remove trailing slash on SYSFS_PATH override
1500
1501
69b5c2ca
GKH
1502Summary of changes from v055 to v056
1503============================================
1504
1505<tklauser:access.unizh.ch>:
1506 o fix header paths in udev_libc_wrapper.c
1507
1508Kay Sievers:
1509 o udev-test.pl: use more common user/group names
1510 o klibc: remove SCCS directories from the temporary klibc install
1511 o udev-test.pl: add a test where the group cannot be found in /etc/passwd
1512 o udev-test.pl: add check for textual uid/gid
1513 o fix bad typo that prevents the GROUP to be applied
1514 o udevd: don't delay events with TIMEOUT in the environment
1515 o klibc: use klcc wrapper instead of our own Makefile
1516 o change call_foreach_file to return a list
1517
1518
28616554
GKH
1519Summary of changes from v054 to v055
1520============================================
1521
1522<jkluebs:luebsphoto.com>:
1523 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.
1524
1525<pebenito:gentoo.org>:
1526 o udev selinux fix
1527
1528<tklauser:access.unizh.ch>:
1529 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
1530 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.
1531
1532Greg Kroah-Hartman:
1533 o fix raid rules
1534 o added frugalware udev ruleset
1535 o merge selinux and Kay's symlink fixes together
1536
1537Hannes Reinecke:
1538 o volume_id: Fix label/uuid reading for reiserfs
1539
1540Kay Sievers:
1541 o add udevstart to the RELEASE-NOTES
1542 o volume_id: version 43
1543 o clarify the shortcomings of %e
1544 o correct rule match for devices without a physical device
1545 o remove unneeded code, libsysfs does this for us
1546 o add final release note
1547 o add ENV{} key to match agains environment variables
1548 o simplify sysfs_pair handling
1549 o add a test and simplify debug statement
1550 o support =, ==, !=, += for the key match and assignment
1551 o add OPTION="last_rule" to skip any later rule
1552 o rename namedev_dev to udev_rule
1553 o correct enum device_type
1554 o remove udevstart on make clean
1555 o volume_id: version 42
1556 o volume_id: version 41
1557 o remove unneeded include
1558 o The path to dlist.h is not correct
1559 o udevinfo -d: use '=' as separator, cause ':' may be a part of the devpath
1560 o klibc: version 1.0.3
1561 o add RELEASE-NOTES file
1562 o test suite: move "driver" link to physical device
1563 o remove PLACE key match
1564 o don't lookup "root" in the userdb
1565 o fix ia64 compile
1566 o fix segfaulting udev while DRIVER matching
1567 o cleanup list.h
1568 o klibc: version 0.214
1569 o rename device_list->list to device_list->node
1570 o replace strncpy()/strncat() by strlcpy()/strlcat()
1571 o split udev and udevstart
1572 o udev_volume_id: version 39
1573 o rename LOG to USE_LOG in all places
1574 o remove Makefile magic for klibc integration
1575 o klibc_fixups: remove no longer needed stuff
1576 o udev_volume_id: volume_id v38
1577 o use numeric owner/group as default values to avoid parsing userdb
1578 o fix up segfaulting binaries with new klibc
1579 o udevinfo -d: speed-up device dump
1580 o klibc: version 0.211
1581 o klibc_fixups: remove unneeded stuff
1582 o replace weird defines by real code
1583 o udev-test.pl: remove useless tests
1584 o allow unlimitied count of symlinks
1585 o unmap db-file after use
1586 o remove typedef for call_foreach_file() handler function
1587 o correct udev_init_device
1588 o rename attributes to options
1589 o kill stupid gcc4 warning
1590 o trivial clenaup of namedev code
1591 o klibc: check for gcc4
1592 o klibc: update v0.205
1593
1594Thierry Vignaud:
1595 o gentoo rule update for raid devices
1596
1597
6d7a6d08
GKH
1598Summary of changes from v053 to v054
1599============================================
1600
1601<tklauser:access.unizh.ch>:
1602 o udev_volume_id: add Reiser4 support
1603
1604Kay Sievers:
1605 o namedev: skip backslashes only if followed by newline
1606 o wait_for_sysfs: add joydev
1607 o udevinfo: print devpath -> node relationship for all devices
1608 o trivial rename of some variables
1609 o klibc v0.199
1610 o big libsysfs diet (pre 2.0 version)
1611 o udev_volume_id: volume_id v35
1612 o add "serio" to bus list
1613 o determine device type in udev_init_device()
1614 o move kernel name/number evaluation into udev_init_device()
1615 o detect NAME="" as ignore_device rule
1616 o trivial namedev cleanup
1617 o cleanup db functions
1618 o clean up match_place()
1619 o switch device type to enum
1620 o switch major/minor to dev_t
1621 o remove the device node only if the major/minor number matches
1622 o libsysfs: work around a klibc bug
1623 o introduce OPTIONS=ignore_device, ignore_remove, all_partitions" key
1624 o namedev: execute PROGRAM only once and not possibly for every physical device
1625
1626Patrick Mansfield:
1627 o update scsi_id to work with libsysfs changes
1628
1629
5d2d1e7e
GKH
1630Summary of changes from v052 to v053
1631============================================
1632
1633Greg Kroah-Hartman:
1634 o fix gentoo fb permission issue
1635 o allow simple-build-check.sh to go faster if MAKEOPTS is set
1636 o make the release tarballs have writable files in them
1637 o remove gentoo permission file as it's not valid anymore
1638
1639Kay Sievers:
1640 o fix special file mode mask for temporary device node
1641 o udevstart: simplify "dev" file searching
1642 o udev_volume_id: remove temporary node creation and parent handling
1643 o add %P modifier to query the node name of the parent device
1644 o udev_volume_id: remove __packed__ from dasd structure as it does not work
1645 o create /block/*/range count of partitons for all_partitions
1646
1647Patrick Mansfield:
1648 o scsi_id changes for use with udev %N and %p
1649
1650
1d62f6e2
GKH
1651Summary of changes from v051 to v052
1652============================================
1653
1654<md:linux.it>:
1655 o debian: update rules files
1656 o raid-devfs.sh: devfs names for hardware RAID controllers
1657 o scsi_id: when udevstart is started, /tmp is not writeable
1658 o cdsymlinks.sh: trivial fix, the variable is initialized to '', not 0
1659
1660<sschweizer:gmail.com>:
1661 o gentoo/udev.rules: add default permissions for sound devices
1662
1663Greg Kroah-Hartman:
1664 o fix example comment in ide-devfs.sh
1665 o Add infiniband to gentoo rules
1666 o Another gentoo fix, adding dvb support
1667 o Fix gentoo bug #76056 (fb device group permissions.)
1668 o Fix gentoo bug #81102, device nodes for the pktcdvd device
1669
1670Kay Sievers:
1671 o provide temporary device node for callouts to access the device
1672 o udev_volume_id: fix dasd disklabel reading with -l option
1673 o udev_volume_id: volume_id version 034
1674 o udev_volume_id: rename probe_ibm into probe_dasd
1675 o udev_volume_id: volume_id version 032
1676 o Makefile: add some more warnings and prepare for clean gcc4 compile
1677 o Makefile: cleanup conditional config option sections
1678 o fix -Wsign-compare warnings
1679 o chassis_id: clean compilation and fix bad function parameter passing
1680 o simple_build_check: make it possible to pass KERNEL_DIR
1681 o selinux: cleanup udev integration
1682
1683Michael Buesch:
1684 o trivial: remove _all_ trailing slashes with no_trailing_slash()
1685 o trivial: fix signedness
1686 o namdev: allow symlink-only rules to specify node permissions
1687 o udevd: fix valgrind warning
1688
1689
9badc83e
GKH
1690Summary of changes from v050 to v051
1691============================================
1692
1693<roland:digitalvampire.org>:
1694 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" ;)
1695
1696<tklauser:access.unizh.chbk>:
1697 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.
1698
070cdac9 1699Christian Bornträger:
9badc83e
GKH
1700 o udev_volume_id: fix -d option
1701
1702Greg Kroah-Hartman:
1703 o gentoo fb permission fix
1704 o fix gcc 2.96 issue in libsysfs
1705 o remove the lfs startup script on request of the author
1706 o clean up the aoe char device rules, and delete the block one as it's not needed
1707 o add aoe block and char device rules to the gentoo rule file
1708 o fix udev_volume_id build error
1709
1710Hannes Reinecke:
1711 o rearrange link order in Makefile
1712
1713Kay Sievers:
1714 o udev_volume_id: new version of volume_id
1715 o klibc: update to version 0.198
1716 o udev_volume_id: fix FAT label reading
1717 o klibc: update to version 0.196
1718 o udevd: throttle the forking of processes
1719 o udevd: add possible initialization of expected_seqnum
1720 o udevd: it's obviously not the brightest idea to exit a device node manager if it doesn't find /dev/null
1721 o udevd: separate socket handling to prepare for other event sources
1722 o udevd: support -d switch to become a daemon
1723 o udev_volume_id: version 27
1724 o udevd: split up message receiving an queueing
1725 o remove useless warning if udev.conf contains keys not read by udev itself
1726 o improve event sequence serialization
1727 o remove udevsend syslog noise on udevd startup
1728 o limit the initial timeout of the udevd event handling
1729 o correct detection of hotplug.d/ udevsend loop
1730 o correct log statement
1731 o remove default_* permissions from udev.conf file
1732 o update Fedora config files and add some more tests
1733 o allow permissions only rules
1734 o add SUBSYSTEM rule to catch all block devices and apply the disk permissions
1735 o update Fedora config files
1736 o handle renamed network interfaces properly if we manage hotplug.d/
1737 o allow multiline rules by backslash at the end of the line
1738 o add OnStream tape drive rules
1739 o simplify rules file by setting default mode to 0660
1740 o simplify permission application
1741 o I broke the extras/ again. Add simple build test script now
1742 o Merge vrfy.org:/home/kay/src/udev into vrfy.org:/home/kay/src/udev.kay
1743 o initial merge of fedora udev.permissions into udev.rules
1744 o remove permissions file mentioning from the udev man page
1745 o fix some typos in gentoo's udev.rules introduced by the merge
1746
1747Michael Buesch:
1748 o The attached patch fixes the code path if namedev_name_device() fails
1749
35413b2b
GKH
1750Summary of changes from v049 to v050
1751============================================
1752
1753<harald:redhat.com>:
1754 o selinux patch
1755
1756<tklauser:access.unizh.ch>:
1757 o I made some more changes to the manpage of udev including
1758
1759Kay Sievers:
1760 o update libsysfs to CVS version and fix segfaulting attribute reading
1761 o klibc supports LOG_PID now, so remove our own implementation
1762 o avoid building klibc test programs and pass SUBDIRS= to klibc clean
1763
1764
e3686a88
GKH
1765Summary of changes from v048 to v049
1766============================================
1767
1768Greg Kroah-Hartman:
1769 o fix 'make clean' error in klibc
1770
1771Kay Sievers:
1772 o update klibc to 0.194
1773 o export DEVNAME regardless of the state of udev_dev_d
1774 o add class specific files for class/spi_transport and class/spi_host
1775 o udevd-test.pl: remove wrong date calculation
1776 o check earlier if we should run as udevstart
1777 o remove double initialization
1778 o include missing header to udevtest.c
1779 o add -V option to udev to print the version number
1780 o prevent udev node creatinon for "class" registration
1781 o udevd: serialization of the event sequence of a chain of devices
1782 o add a class/fc_host file to the list of what to wait for
1783 o udev_volume_id: links sysfs.a instead of all objects
1784
1785Martin Schlemmer:
1786 o remove leftover from udevinfo's -d option
1787
1788
7d92b28f
GKH
1789Summary of changes from v047 to v048
1790============================================
1791
1792Greg Kroah-Hartman:
1793 o fix udev_volume_id so it will now build properly
1794 o fix scsi_id build errors due to changes in the main udev makefile
1795
1796
6fbecf35
GKH
1797Summary of changes from v046 to v047
1798============================================
1799
1800<klauser:access.unizh.ch>:
1801 o Various typos and other litte errors in udev.8.in
1802
1803<sjoerd:spring.luon.net>:
1804 o DEVNAME on device removal
1805
1806<sschweizer:gmail.com>:
1807 o Allow GROUP to have modifiers in it
1808
1809Greg Kroah-Hartman:
1810 o add more debian rules files
1811 o move distro specific config files into their own directories
1812 o update debian rules files
1813 o added asterix rules to the gentoo file
1814 o use udevstart for udev.init.* files
1815 o delete a bunch of files no longer needed
1816 o fix gentoo scsi cdrom rule
1817 o Fix the multithreaded build again
1818 o merge
1819 o comment out ability to run udev-test.pl with valgrind
1820 o fix spurious valgrind warning in udev
1821 o fix udevinfo '-q path' option as it was not working
1822 o merge
1823 o fix parallel build error
1824
1825Kay Sievers:
1826 o update Fedora dev.d/ example and remove unused conf.d/ directory
1827 o don't install distribution specific init script on "make install"
1828 o restore OWNER/GROUP assignment in rule coming from RESULT
1829 o make gcov compile scripts working with recent gcc
1830 o fix udev-test/udev-test.pl to work with again
1831 o add net/atml and class/ppdev to the wait_for_sysfs exception list
1832 o add net/nlv* devices to the exception list
1833 o add "pcmcia" and "fc_transport" to the wait_for_sysfs lists
1834 o remove unused timestamp field
1835 o simplify permission handling
1836 o handle /etc/hotplug.d/ only if the event comes from udevd
1837 o trivial cleanups and change some comments
1838 o remove unused variables
1839 o udevsend/udevd handle events without a subsystem
1840 o use blacklist on device "remove" and remove dev.d/ call code duplication
1841 o update the man pages and correct Usage: hints
1842 o don't call the hotplug scripts with a test run
1843 o don't call dev.d/ scripts twice, if directory = subsystem
1844 o remove archive file if we changed something
1845 o link archive insted of objects
1846 o rename udev_lib to udev_utils and dev_d to udev_multiplex
1847 o handle whole hotplug event with udevd/udev
1848 o integrate wait_for_sysfs in udev
1849 o make the searched multiplex directories conditionally
1850 o add MANAGED_EVENT to the forked udev environment
1851 o export DEVNAME on remove event
1852 o export udev_log flag to the environment
1853 o remove my test code
1854 o add support for /devices-devices without any file to wait for
1855 o Patch from Alex Riesen <raa.lkml@gmail.com>
1856 o add a bunch of busses to the list of what to wait for
1857 o close connection to syslog in forked udevd child
1858 o udevd exit path cleanup
1859 o fix network device naming bug
1860
1861
162c0ee8
GKH
1862Summary of changes from v045 to v046
1863============================================
1864
1865Greg Kroah-Hartman:
1866 o make spotless for releases
1867
1868Kay Sievers:
1869 o Don't try to print major/minor for devices without a dev file
1870 o remove get_device_type and merge that into udev_set_values()
1871 o prevent udevd crash if DEVPATH is not set
1872 o add ippp and bcrypt to the exception lists of wait_for_sysfs
1873 o let klibc add the trailing newline to syslog conditionally
1874 o disable logging for udevstart
1875 o add NAME{ignore_remove} attribute
1876 o remove historical SYSFS_attr="value" format
1877 o don't wait for sysfs if the kernel(2.6.10-rc2) tells us what not to expect
1878 o change key names in udevinfo sysfs walk to match the kernel
1879 o support DRIVER as a rule key
1880 o support SUBSYSTEM as a rule key
1881 o rename udevdb* to udev_db*
1882 o Make dev.d/ handling a separate processing stage
1883 o make the udev object available to more processing stages
1884 o remove udev_lib dependency from udevsend, which makes it smaller
1885 o add ACTION to udev object to expose it to the whole process
1886 o make udevinfo's -r option also workimg for symlink queries
1887 o let udev act as udevstart if argv[1] == "udevstart"
1888 o improve udevinfo sysfs info walk
1889 o add sysfs info walk to udevinfo
1890 o pass the whole event environment to udevd
1891 o replace tdb database by simple lockless file database
1892
1893
482b0ecd
GKH
1894Summary of changes from v044 to v045
1895============================================
1896
1897Martin Schlemmer:
1898 o Some updates for Gentoo's udev rules
1899
1900
0bac7bab
GKH
1901Summary of changes from v043 to v044
1902============================================
1903
1904Greg Kroah-Hartman:
1905 o add cdsymlinks.sh support to gentoo rules file
1906 o fix gentoo legacy tty rule
1907 o remove 'sudo' usage from the Makefile
1908 o make udev-test.pl test for root permissions before running
1909
1910Kay Sievers:
1911 o reduce syslog noise of udevsend if multiple instances try to start udevd
1912 o add i2c-dev to the list of devices without a bus
1913
1914
5ca6ff64
GKH
1915Summary of changes from v042 to v043
1916============================================
1917
1918Greg Kroah-Hartman:
1919 o add test target to makefile
1920 o add dumb script to show all sysfs devices in the system
1921
1922Kay Sievers:
1923 o Shut up wait_for_sysfs class/net failure messages, as it's not possible to
1924 get that right for all net devices. Kernels later than 2.6.10-rc1 will
1925 handle that by carrying the neccessary information in the hotplug event.
1926 o wait() for specific pid to return from fork()
1927 o Don't use any syslog() in signal handler, cause it may deadlock
1928 o Add support for highpoint ataraid to volume_id to suppress label reading on raid set members.
1929 o Add a bunch of devices without "device" symlinks
1930 o Exit, if udevtest cannot open the device (segfault)
1931 o Patches from Harald Hoyer <harald@redhat.com>
1932 o Apply the default permissions even if we found a entry in the permissions
1933 file. Correct one test, as the default is applied correctly now and the
1934 mode will no longer be 0000.
1935 o add test for format chars in multiple symlinks to replace
1936 o Add net/vmnet and class/zaptel to the list of devices without physical device
1937
1938
1a04bce1
GKH
1939Summary of changes from v040 to v042
1940============================================
1941
1942Greg Kroah-Hartman:
1943 o add inotify to the rules for gentoo
1944
1945Kay Sievers:
1946 o skip waiting for device if we get a bad event for class creation and not for a device underneath it
1947 o add net/pan and net/bnep handling
1948 o switch wait for bus_file to stat() instead of open() add net/tun device handling add ieee1394 device handling
1949 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
1950 o ignore *.rej files from failed patches
1951 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.
1952 o improve klibc fixup integration
1953 o cleanup udevd/udevstart
1954 o expose sysfs functions for sharing it
1955
1956
796ed885
GKH
1957Summary of changes from v039 to v040
1958============================================
1959
1960<jk:blackdown.de>:
1961 o wait_for_sysfs update for dm devices
1962
1963Greg Kroah-Hartman:
1964 o sparse cleanups on the tree
1965 o fix stupid cut-and-paste error for msr devices on gentoo boxes
1966 o add *~ to bk ignore list
1967 o delete udevruler.c as per Kay's request
1968 o fix up the wait_for_sysfs_test script a bit
1969
1970Kay Sievers:
1971 o fix debug in volume id / fix clashing global var name
1972 o volume_id fix
1973 o $local user
1974 o cleanup netif handling and netif-dev.d/ events
1975 o big cleanup of internal udev api
1976 o don't wait for dummy devices
1977 o close the syslog
1978 o Fix ppp net devices in wait_for_sysfs
1979 o Fix wait_for_sysfs messages (more debugging info)
1980
1981
4a330247
GKH
1982Summary of changes from v038 to v039
1983============================================
1984
1985Greg Kroah-Hartman:
1986 o Hopefully fix the vcs issue in wait_for_sysfs
1987 o take out & from wait_for_sysfs_test that I previously missed
1988 o add very nice cdsymlinks scripts
1989 o add some helper scripts for dvb and input devices
1990 o add debian config files
1991 o let the extras/ programs build "pretty" also
1992 o tweak the ccdv program to handle files in subdirectories being built
1993 o crap, I messed up the 'sed' instances pretty badly, this fixes the config and man page mess
1994 o fix broken 'make -j5' functionality
1995
1996Kay Sievers:
1997 o swich attribute open() to simple stat()
1998 o wait_for_sysfs update for /class/firmware and /class/net/irda devices
1999 o fix unusual sysfs behavior for pcmcia_socket
2000 o remove sleeps from udev as it is external now
2001 o delete udevruler?
2002 o Makefile fix
2003
2004Patrick Mansfield:
2005 o update udev to scsi_id 0.7
2006 o pass SYSFS setting down for extras builds
2007 o move assignments past local variables
2008
2009
817c223a
GKH
2010Summary of changes from v037 to v038
2011============================================
2012
2013<andrew.patterson:hp.com>:
2014 o Re: Problem parsing %s in udev rules
2015
2016Greg Kroah-Hartman:
2017 o fix up error in building extras and libsysfs
2018
e457f010
GKH
2019Summary of changes from v036 to v037
2020============================================
2021
2022<md:linux.it>:
2023 o small udev patch
2024
2025Greg Kroah-Hartman:
2026 o fix compilation warning in tdb log message
2027 o Fix build error with klibc due to recent changes
2028 o merge
2029 o add wait_for_sysfs test script to the tarball to help people debug their boxes
2030 o add ipsec to wait_for_sysfs ignore list
2031 o added ccdv to bk ignore list
2032 o a few more Makefile tweaks for the quiet feature
2033 o Make the build silent, thanks to a helper program from ncftp
2034 o rename files to have '_' instead of '-' in them
2035 o change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle some slow machines
2036 o add support for class/raw/ to wait_for_sysfs
2037 o fix up Makefile for wait_for_sysfs udev_version.h dependancy
2038 o remove the debian specific file, as they don't want to share with the rest of the world :(
e457f010
GKH
2039
2040Kay Sievers:
2041 o prevent deadlocks on an corrupt udev database
2042 o wait_for_sysfs_update
2043
2044Michael Buesch:
2045 o fix asmlinkage
2046 o fix incompatible pointer type warning
2047
2048
b8084144
GKH
2049Summary of changes from v035 to v036
2050============================================
2051
2052Greg Kroah-Hartman:
2053 o add the error number to the error message in wait_for_sysfs to help out in debugging problems
2054
858e0e81
GKH
2055Summary of changes from v034 to v035
2056============================================
2057
2058Greg Kroah-Hartman:
2059 o added ieee1394 support to wait_for_sysfs
2060 o update wait_for_sysfs with a bunch more devices thanks to user reports
2061
d1f382f0
GKH
2062Summary of changes from v033 to v034
2063============================================
2064
2065Kay Sievers:
2066 o wait_for_sysfs bluetooth class update
2067
2068Greg Kroah-Hartman:
2069 o add comment in wait_for_sysfs to explain the structure better
2070 o Revert previous dev_d.c change, it's not what is causing HAL problems
2071 o hm, somethings odd with DEVPATH, see if this fixes it
2072 o 33_bk mark for the makefile
2073 o wait_for_sysfs: clean up the logic for the list of devices that we do not expect device symlinks for
2074 o get rid of annoying extra lines in the syslog for some libsysfs debug messages
2075 o added support for i2c devices in wait_for_sysfs.c
2076 o add support for i2c-adapter devices to wait_for_sysfs.c
2077
5cb8eb82
GKH
2078Summary of changes from v032 to v033
2079============================================
2080
2081<harald:redhat.com>:
2082 o udev close on exec
2083 o some cleanups and security fixes
2084 o some cleanups and security fixes
2085 o selinux for udev
2086 o cleanup PATCH for extras/chassis_id/Makefile
2087
2088<kpfleming:backtobasicsmgmt.com>:
2089 o respect prefix= setting in built udev.conf (updated)
2090
2091Greg Kroah-Hartman:
2092 o add support for usb interfaces to wait_for_sysfs to keep it quiet
2093 o enable native tdb spinlocks on i386 platforms
2094 o delete extras/multipath-tools as per the author's request
2095 o be paranoid in dev_d.c
2096 o add USE_SELINUX to README documentation so people have a chance to see what is going on
2097 o update the selinux.h file to start to look sane
2098 o update bk ignore list for the wait_for_sysfs binary
2099 o kdetv wants to see device nodes in /dev
2100 o update comments in scsi-devfs.sh
2101 o fix up Makefiles to get the klibc build working properly
2102 o update bk ignore list for new klibc generated files
2103 o oops forgot to add the new klibc/include directory
2104 o update klibc to version 0.181
2105
2106Kay Sievers:
2107 o fix problems with dev.d and udevstart
2108 o wait_for_sysfs debug cleanup
2109 o fix problems using scsi_id with udevstart
2110 o update volume_id
2111 o finally solve the bad sysfs-timing for all of us
2112 o volume-id build fix and update
2113 o switch udev's seqnum to u64
2114 o add enum tests
2115 o fix udev segfaults with bad permissions file
2116
2117Patrick Mansfield:
2118 o update udev to include scsi_id 0.6
2119
2120
cb5203fb
GKH
2121Summary of changes from v031 to v032
2122============================================
2123
2124<harald:redhat.com>:
2125 o udev parse bug
2126
2127Kay Sievers:
2128 o handle only block and class devices
2129 o fix udevstart badly broken in udev 031
2130
2131
10014f7c
GKH
2132Summary of changes from v030 to v031
2133============================================
2134
2135<arun:codemovers.org>:
2136 o udev - read long lines from config files overflow fix
2137
2138<ballarin.marc:gmx.de>:
2139 o Update the FAQ with info about hardlink security
2140
2141<david:fubar.dk>:
2142 o compatibility symlinks for udev
2143
2144David Weinehall:
2145 o Minor POSIX-fixes for udev
2146
2147Greg Kroah-Hartman:
2148 o add symlink for video rule
2149 o add a "first" list to udevstart and make it contain the class/mem/ devices
2150 o fix compiler warning in udevtest.c
2151 o Fix old-style pty breakage in rules file for tty device
2152 o add rules for i386 cpu devices
2153 o add permission for legotower usb devices
10014f7c
GKH
2154
2155Kay Sievers:
2156 o Fix naming ethernet devices in udevstart
2157 o update udev_volume_id
2158 o let /sbin/hotplug execute udev earlier
2159 o pass SEQNUM trough udevd
2160 o fix manpages based on esr's spambot
2161
2162Martin Schlemmer:
2163 o add microcode rule to permissions.gentoo file
2164
2165Michael Buesch:
2166 o Try to provide a bit of security for hardlinks to /dev entries
2167
2168Olaf Hering:
2169 o udevsend depends on udev_lib.o
2170
2171Tom Rini:
2172 o fix UDEV_NO_SLEEP
2173 o clean up start_udev a bit
2174 o Make udev/udevstart be one binary
2175 o Add 'asmlinkage' to udev-030
2176
2177
16ddbbe1
GKH
2178Summary of changes from v029 to v030
2179============================================
2180
2181Greg Kroah-Hartman:
2182 o fix stupid off-by-one bug that caused udevstart to die on x86-64 boxes
2183
2184
bf21ea08
GKH
2185Summary of changes from v028 to v029
2186============================================
2187
2188Greg Kroah-Hartman:
2189 o add permission rule for jogdial device
2190 o fix dumb bug I added to udevstart
2191 o make a "last list" of devices for udevstart to operate on last
2192 o fix permission problem with input event and ts nodes for gentoo
2193 o change default perms of misc/rtc to be readable by anyone
2194
2195Olaf Hering:
2196 o allow NAME_SIZE > SYSFS_PATH_MAX
2197
2198
099602aa
GKH
2199Summary of changes from v027 to v028
2200============================================
2201
2202<atul.sabharwal:intel.com>:
2203 o Patch for chassis_id exras module
2204
2205Daniel Drake:
2206 o Writing udev rules doc update
2207
2208Greg Kroah-Hartman:
2209 o clean up block whitelist search logic a bit
2210 o reverse order of scanning of udevstart to look at class before block
2211
2212Kay Sievers:
2213 o update udev_volume_id
2214
2215Leann Ogasawara:
2216 o udevstart performance increase
2217
2218Patrick Mansfield:
2219 o update udev scsi_id to scsi_id 0.5
2220
2221
8108813b
GKH
2222Summary of changes from v026 to v027
2223============================================
2224
2225<fork0:users.sf.net>:
2226 o fix handle leak in udev_lib.c
2227
2228Greg Kroah-Hartman:
2229 o tweak the gentoo default permission rules as they are wrong for tty and misc devices
2230
2231
e3496f59
GKH
2232Summary of changes from v025 to v026
2233============================================
2234
2235Arnd Bergmann:
2236 o udev rpm fix
2237
2238Greg Kroah-Hartman:
2239 o add test for ! in partition name
2240 o 025_bk mark
2241 o Update to version 117 of klibc (from version 108)
2242 o add volume_id ignore rule for bk
2243 o add volume_id support to the udev.spec file
2244 o remove dbus and selinux stuff from the udev.spec file
2245 o delete udev_selinux as it doesn't work properly and is the wrong way to do it
2246 o Deleted the udev_dbus extra as it didn't really work properly and HAL has a real solution now
2247 o add udev.permissions.slackware file
2248 o udevstart: close open directories
2249
2250Kay Sievers:
2251 o fix udevd zombies
2252 o catchup with recent klibc
2253 o Re: udevsend fallback
2254 o udev_volume_id update
2255 o udev callout for reading filesystem labels
2256 o udev callout for reading filesystem labels
2257 o udev default config layout changes
2258
2259Leann Ogasawara:
2260 o evaluate getenv() return value for udev_config.c
2261
da361dd7
GKH
2262Summary of changes from v024 to v025
2263============================================
2264
2265<md:linux.it>:
2266 o devfs.sh-ide-floppy
2267
2268<sjoerd:spring.luon.net>:
2269 o DEVNODE -> DEVNAME transition fixes
2270
2271Daniel Drake:
2272 o Update writing udev rules docs
2273
2274Greg Kroah-Hartman:
2275 o make dev.d call each directory in the directory chain of the device name, instead of just the whole name
2276 o add devd_test script
2277 o add more permissions based on SuSE's recommendations
2278 o added rules for tun and raw devices
2279 o add udev conf.d file
2280 o Switch the default config to point to a directory for the rules and permission files
2281 o update the Red Hat .dev files to work on other distros
2282 o add dbus.dev, pam_console.dev and selinux.dev files for /etc/dev.d/default/ usage
2283 o add hints for red hat users from Leann Ogasawara <ogasawara@osdl.org>
2284 o add scripts to run gcov for udev from Leann Ogasawara <ogasawara@osdl.org>
2285 o change permissions on udevd test scripts
2286 o Fix build process for users who have LC_ALL set to a non-english language
2287 o Added expanded tests to the test framework from Leann Ogasawara <ogasawara@osdl.org>
2288 o added execelent "writing udev rules" document from Daniel Drake <dan@reactivated.net>
2289 o added rule to put USB printers in their proper places
2290 o added rules for CAPI devices
2291 o added a dev.d alsa script to help people out
da361dd7
GKH
2292
2293Kay Sievers:
2294 o fix test regressions
2295 o udev_selinux changes
2296 o udevd test script
2297 o udev_dbus changes
2298 o fix devpath for netdev
2299
2300Leann Ogasawara:
2301 o gcov for udev
2302
2303
1321258a
GKH
2304Summary of changes from v023 to v024
2305============================================
2306
2307<atul.sabharwal:intel.com>:
2308 o Add README for chassis_id
2309 o Add chassis_id program to extras directory
2310
2311<chris_friesen:sympatico.ca>:
2312 o udevd race conditions and performance, assorted cleanups
2313
2314<hare:suse.de>:
2315 o fix SEGV in libsysfs/dlist.c
2316
2317<maryedie:osdl.org>:
2318 o add OSDL documentation for persistent naming
2319
2320<md:linux.it>:
2321 o small ide-devfs.sh fix
2322
2323Greg Kroah-Hartman:
2324 o remove compiler warning from udevd.c
2325 o only generate udev.8 on the fly, not all other man pages
2326 o update bk ignore list some more
2327 o update bk ignore list
2328 o switch to generate the man pages during the normal build, not during the install
2329 o convert udev.8.in to use @udevdir@ macro for make install
2330 o first step of making man pages dynamically generated
2331 o add install and uninstall the etc/dev.d/net/hotplug.dev file to the Makefile
2332 o tweak net_test a bit
2333 o fix some segfaults when running udevtest for network devices
2334 o make a net_test test script using udevtest
2335 o handle the subsytem if provided in udevtest
2336 o add hotplug.dev script to handle renamed network devices
2337 o add a bunch of network class devices to the test sysfs tree
2338 o add udevruler to the bk ignore list
2339 o update RFC-dev.d docs due to DEVNODE to DEVNAME change
2340 o clean up chassis_id coding style
2341 o clean up the OSDL document formatting a bit
2342 o add netlink rules to devfs and gentoo rules files
2343 o added USB device rules to rules files
2344 o clean up the gentoo rules file a bit more, adding dri rules
2345 o fix up udev.rules to handle oss rules better
2346 o 023_bk mark
2347 o fix udev.spec file for where udevtest should be placed
2348
2349Kay Sievers:
2350 o tweak node unlink handling
2351 o switch udevd's msg_dump() to #define
2352 o handle netdev in udevruler
2353 o man page cleanup
2354 o put config info in db for netdev
2355 o increase udevd event timeout
2356 o udevstart fix
2357 o put netdev handling and dev.d/ in manpages
2358 o DEVPATH for netdev
2359 o netdev - udevdb+dev.d changes
2360 o udevd race conditions and performance, assorted cleanups - take 2
2361 o udevinfo patch
2362 o dev_d.c file sorting and cleanup
2363 o apply all_partitions rule to main block device only
2364
2365
04b902d5
GKH
2366Summary of changes from v022 to v023
2367============================================
2368
2369Kay Sievers:
2370 o hmm, handle net devices with udev?
2371 o correct apply_format() for symlink only rules
2372 o don't init namedev on remove
2373 o first stupid try for a rule compose gui
2374 o replace fgets() with mmap() and introduce udev_lib.[hc]
2375 o make udevtest a real program :)
2376
2377Daniel E. F. Stekloff:
2378 o udevinfo patch
2379
2380Greg Kroah-Hartman:
2381 o create the /etc/dev.d/ directories in 'make install'
2382 o actually have udev run files ending in .dev in the /etc/dev.d/ directory as documented
2383 o added RFC-dev.d document detailing how /etc/dev.d/ works
2384 o fixed up udev.spec to handle selinux stuff properly now
2385 o remove USE_DBUS and USE_SELINUX flags from the README as they are no longer present
2386 o remove selinux stuff from the main Makefile
2387 o move udev_selinux into extras/selinux
2388 o fix dbus build in the udev.spec file
2389 o remove dbus stuff from main Makefile
2390 o move udev_dbus to extras/dbus
2391 o udev_dbus can now compile properly, but linnking is another story
2392 o remove udev_dbus.h from Makefile
2393 o first cut at standalone udev_selinux program
2394 o remove selinux support from udev core as it's no longer needed
2395 o first cut at standalone udev_dbus program
2396 o add get_devnode() helper to udev_lib for udev_dbus program
2397 o remove dbus code from core udev code as it's no longer needed to be there
2398 o add /etc/dev.d/ support for udev add and remove events
2399 o fix build error in namedev.c caused by previous patch
2400 o 022_bk tag
2401 o fix 'make spotless' to really do that in klibc
2402 o add a question/answer about automounting usb devices to the FAQ
2403 o mark scsi-devfs.sh as executable
2404 o Increase the name size as requested by Richard Gooch <rgooch@ras.ucalgary.ca>
2405 o fix udevtest to build properly after the big udev_lib change
04b902d5
GKH
2406
2407Olaf Hering:
2408 o uninitialized variable for mknod and friend
2409
2410Richard Gooch:
2411 o SCSI logical and physical names for udev
2412
2413Theodore Y. T'so:
2414 o Trivial man page typo fixes to udev
2415
2416
b99c85e4
GKH
2417Summary of changes from v021 to v022
2418============================================
2419
2420<ananth:in.ibm.com>:
2421 o more Libsysfs updates
2422 o Libsysfs updates
2423
2424<async:cc.gatech.edu>:
2425 o fix HOWTO-udev_for_dev for udevdir
2426
04b902d5 2427Kay Sievers:
b99c85e4
GKH
2428 o udev-test.pl cleanup
2429 o add dev node test to udev-test.pl
2430 o add permission tests
2431 o "symlink only" test
2432 o callout part selector tweak
2433 o cleanup callout fork
2434 o allow to specify node permissions in the rule
2435 o man page beauty
2436 o put symlink only rules to the man page
2437 o rename strn*() macros to strmax
2438 o conditional remove of trailing sysfs whitespace
2439 o clarify udevinfo text
2440 o better fix for NAME="foo-%c{N}" gets a truncated name
2441 o overall trivial trivial cleanup
2442 o fix NAME="foo-%c{N}" gets a truncated name
2443 o cleanup mult field string handling
2444
2445<ken:cgi101.com>:
2446 o fix a type in docs/libsysfs.txt
2447 o Added line to udev.permissions.redhat
2448 o Include more examples in the docs area for gentoo and redhat
2449
2450<md:linux.it>:
2451 o udevstart fixes
2452
2453Greg Kroah-Hartman:
2454 o add big major tests to udev-test.pl
2455 o add a test for a minor over 255
2456 o udev-test.pl: print out major:minor and perm test "ok" if is ok
2457 o make perm and major:minor test errors be reported properly
2458 o remove extra ; in namedev_parse.c
2459 o Added multipath-tools 0.1.1 release
2460 o deleted current extras/multipath directory
2461 o 021_bk mark
2462 o fix the build for older versions of gcc
b99c85e4
GKH
2463
2464Hanna V. Linder:
2465 o Small fix to remove extra "will" in man page
2466
2467Olaf Hering:
2468 o make spotless
2469 o udev* segfaults with new klibc
2470
2471Patrick Mansfield:
2472 o add tests for NAME="foo-%c{N}"
2473
88ed4bbe
GKH
2474Summary of changes from v020 to v021
2475============================================
2476
2477Kay Sievers:
2478 o install udevinfo in /usr/bin
2479 o blacklist pcmcia_socket
2480
2481Greg Kroah-Hartman:
2482 o fix udev.spec to find udevinfo now that it has moved to /usr/bin
2483 o Fix another problem with Makefile installing initscript
2484 o fix the Makefile to install the init script into the proper directory
2485 o make spec file turn off selinux support by default
2486
2487
a8b41e07
GKH
2488Summary of changes from v019 to v020
2489============================================
2490
2491<christophe.varoqui:free.fr>:
2492 o multipath update
2493
2494Kay Sievers:
2495 o man page udevstart
2496 o cleanup udevstart
2497 o bugfix for local user
2498 o unlink bugfix
2499 o TODO update
2500 o clarify udevinfo device walk
2501 o udevinfo symlink reverse query
2502 o fix stroul endptr use
2503 o add $local user spport for permissions
2504 o udev - man page update
2505 o udev - fix debug info for multiple rule file config
2506 o udev - kill udevd on install
2507 o udev - activate formt length attribute
2508 o udev - safer sprintf() use
2509
2510<md:linux.it>:
2511 o no error on enoent
2512 o escape dashes in man pages
2513 o remove usage of expr in ide-devfs.sh
2514
2515<rml:ximian.com>:
2516 o automatically install correct initscript
2517 o update documetation for $local
2518
2519Andrey Borzenkov:
2520 o Add symlink only rules support
2521
2522Greg Kroah-Hartman:
2523 o update the TODO list as we already have a devfs config file
2524 o make start_udev use udevstart binary
2525 o install udevstart
2526 o Remove Debian permission files as the Debian maintainer doesn't seem to want to share :(
2527 o update the Gentoo rules files
2528 o Add Red Hat rules and permissions files
2529 o add udevstart to the ignore list
2530 o add udevstart program based on a old patch from Harald Hoyer <harald@redhat.com>
2531 o unlink the file before we try to create it
2532 o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
2533
2534
7eb136ad
GKH
2535Summary of changes from v018 to v019
2536============================================
2537
2538Kay Sievers:
2539 o TODO update
2540 o udev - correct relative symlink
2541 o udev - safer string handling - part four
2542 o udev - safer string handling - part three
2543 o udev - safer string handling - part two
2544 o udev - man page update
2545 o udev - safer string handling all over the place
2546 o manpage update
2547 o udev - allow all files in a directory as the config
2548 o udev - simple klibc textual uid/gid handling
2549
2550Andrey Borzenkov:
2551 o do not remove real .udev.tdb during RPM build
2552
2553Greg Kroah-Hartman:
2554 o add new TODO item about local user permissions
2555 o Add initial SELinux support for udev
2556 o fix build for very old versions of make
2557 o remove limit of the number of args passed to PROGRAM
2558 o force udev to include the internal version of libsysfs and never the external one
2559 o fix up libsysfs header file usage to fix bug reports from users that have sysfsutils installed already
2560 o remove udevtest on 'make clean'
2561 o remove udevd priority TODO item, as it's not needed at all
2562
2563Patrick Mansfield:
2564 o update udev scsi_id to scsi_id 0.4
2565
2566
9e5a5521
GKH
2567Summary of changes from v017 to v018
2568============================================
2569
2570<ext.devoteam.varoqui:sncf.fr>:
2571 o [PATCH] symlink dm-[0-9]* rule
2572 o update extras/multipath
2573
2574<john-hotplug:fjellstad.org>:
2575 o init.d debian patch
2576
2577Kay Sievers:
2578 o udev - TODO update
2579 o udev - add %s{filename} to man page
2580 o udev - udevd/udevsend man page
2581 o udev - switch callout part selector to {attribute}
2582 o udev - switch SYSFS_file to SYSFS{file}
2583 o udev - create all partitions of blockdevice
2584 o allow SYSFS{file}
2585 o Adding '%s' format specifier to NAME and SYMLINK
2586
2587Greg Kroah-Hartman:
2588 o added some scsi_id files to the bk ignore file
2589 o added scsi_id and some more documentation to the udev.spec file
2590 o update udev.rules.gentoo with new config file format
2591 o Update the Gentoo udev.rules and udev.permissions files
2592 o Create a udev.rules.examples file to hold odd udev.rules
2593 o add udevd priority issue to the TODO list
2594 o more HOWTO cleanups
2595 o add HOWTO detailing how to use udev to manage /dev
2596 o mv libsysfs/libsysfs.h to libsysfs/sysfs/libsysfs.h to make it easier to use
2597 o add start_udev init script
2598 o add support for UDEV_NO_SLEEP env variable so Gentoo people will be happy
2599 o start up udevd ourselves in the init script to give it some good priorities
2600 o update the red hat init script to handle nodes that are not present
2601 o add a "old style" SYSFS_attribute test to udev-test.pl
2602 o Have udevsend report more info in debug mode
2603 o Have udevd report it's version in debug mode
2604 o fix up bug created for udevtest in previous partition creation patch
2605 o update the udev.spec to add udevtest and make some more Red Hat suggested changes
2606 o add ability to install udevtest to Makefile
2607 o 017_bk mark
2608 o Add another test to udev-test.pl and fix a bug when only running 1 test
2609 o Fix bug where we did not use the "converted" kernel name if we had no rule
9e5a5521
GKH
2610
2611Patrick Mansfield:
2612 o udev use new libsysfs header file location
2613 o udev add some ID tests
2614
2615
44a523e3
GKH
2616Summary of changes from v016 to v017
2617============================================
2618
2619<azarah:nosferatu.za.org>:
2620 o make logging a config option
2621
2622<christophe.varoqui:free.fr>:
2623 o more udev-016/extras/multipath
2624 o more udev-016/extras/multipath
2625 o update extras/multipath
2626
2627Kay Sievers:
2628 o udev - keep private data out of the database?
2629 o better credential patch
2630 o udevd - client access authorization
2631 o compile udevd with klibc
2632 o udev - fix "ignore method"
2633 o udev - fix cdrom symlink rule
2634 o convert udevsend/udevd to DGRAM and single-threaded
2635 o udevd - kill the lockfile
2636 o udevd - fix socket path length
2637 o udevd - switch socket path to abstract namespace
2638 o udevd - allow to bypass sequence number
2639 o include used function
2640
2641Greg Kroah-Hartman:
2642 o add udev_log to the documentation
2643 o fix offsetof() define in klibc
2644 o add some .spec file changes from Red Hat
2645 o update the init.d udev script based on a patch from Red Hat
2646 o remove the .udev.tdb when installing or uninstalling to be safe
2647 o remove the database at startup
2648 o fix bug in permission handling
2649 o update klibc to version .107
2650 o update the bitkeeper ignore file list
2651 o add udevtest program to build
2652 o fix problem where usb devices can be either the main device or the interface
2653 o more logging.h cleanups to be a bit more flexible
2654 o stop using mode_t as different libcs define it in different ways :(
2655 o remove some more KLIBC fixups that are no longer needed
2656 o let udev-test.pl run an individual test if you ask it to
2657 o Handle the '!' character that some block devices have
2658 o add a block device with a ! in the name, and a test for this
2659 o fix up 'make release' to use bk to build the export tree
2660 o fix log option code so that it actually works for all udev programs
2661 o finish syncing up with klibc
2662 o sync with latest version of klibc (0.107)
2663 o fix up Makefile dependancies for udev_version.h
2664
2665Patrick Mansfield:
2666 o udev add wild card compare for ID
2667 o udev kill extra bus_id compares in match_id
2668
2669
33689812
GKH
2670Summary of changes from v015 to v016
2671============================================
2672
2673<elkropac:students.zcu.cz>:
2674 o get_dev_number() in extras/ide-devfs.sh
2675
2676<rrm3:rrm3.org>:
2677 o FAQ udev.rules.devfs
2678
2679Greg Kroah-Hartman:
2680 o add udevd and udevsend to the spec file
2681 o make /etc/hotplug.d/default/udev.hotplug symlink point to udevsend now
2682 o add KERNEL_DIR option so that the distros will be happy
2683 o make udevsend binary even smaller
2684 o udevsend now almost compiles with klibc, struct sockaddr_un is only problem now
2685 o fix up logging code so that it can be built without it being enabled
2686 o rework the logging code so that each program logs with the proper name in the syslog
2687 o remove logging.c as it's no longer needed
2688 o kill the last examples that contained the %D option
2689 o remove a __KLIBC__ tests in libsysfs, as klibc now supports getpagesize()
2690 o udevd - remove stupid locking error I wrote
2691 o update to klibc version 0.101, fixing the stdin bug
2692 o fix Makefile typo for USE_LSB install
2693 o allow dbus code to actually build again
2694
2695Kay Sievers:
2696 o let udevsend build with klibc
2697 o udevd - config cleanup
2698 o udevd - cleanup and better timeout handling
2699 o fix possible buffer overflow
2700 o udevd - next round of fixes
2701 o udevinfo - missing options for man page
2702 o udev - trivial style cleanup
2703
2704
46a7fa4b
GKH
2705Summary of changes from v014 to v015
2706============================================
2707
2708<mbuesch:freenet.de>:
2709 o LFS init script update
2710
2711Greg Kroah-Hartman:
2712 o update klibc to version 0.98
2713 o clean up udevinfo on 'make clean'
2714 o add udevinfo man page to spec file
2715 o remove command line documentation from udev man page
2716 o create initial version of udevinfo man page
2717 o added URL to spec file
2718 o add udevinfo to udev.spec file
2719 o add udevinfo to install target of Makefile
2720 o rip out command line code from udev, now that we have udevinfo
2721 o udevinfo doesn't need to declare main_envp
2722 o move get_pair to udev_config.c because udevinfo doesn't need all of namedev.o
2723 o more makefile cleanups
2724 o move udevinfo into the main build and clean up the main Makefile a bit
2725 o clean up compiler warnings if building using klibc
2726 o make udevd only have one instance running at a time
2727 o new testd.block script for debugging
2728 o udevsnd : clean up message creation logic a bit
2729 o make bk ignore udevd and udevsend binaries
2730 o whitespace cleanups
2731 o remove TODO item about BUS value, as it is now done
2732 o add support for figuring out which device on the sysfs "chain" the rule applies to
2733
2734Kay Sievers:
2735 o udevinfo - now a real program :)
2736 o udevd - cleanup and better timeout handling
2737 o udev - next round of udev event order daemon
2738 o fix udevd exec
2739 o udev - udevinfo with device chain walk
2740 o spilt udev into pieces
2741
2742
f2ec8f1a
GKH
2743Summary of changes from v013 to v014
2744============================================
2745
2746<ananthmg:rediffmail.com>:
2747 o libsysfs update for refresh + namedev.c changes
2748
2749<christophe.varoqui:free.fr>:
2750 o udev-013/extras/multipath update
2751
2752<flamingice:sourmilk.net>:
2753 o minor patch for devfs rules
2754
2755Kay Sievers:
2756 o udev - program to query all device attributes to build a rule
2757 o set default owner/group in db - update
2758 o udev - reverse user query options
2759 o udev - kill %D from udev-test.pl
2760 o add udev logging to info log
2761 o udev - mention format string escape char in man page
2762
2763Greg Kroah-Hartman:
2764 o misc code cleanups
2765 o fixup logging.h to handle different logging options properly
2766 o clean up the logging patch a bit to make the option more like the other options
2767 o remove the %D modifier as it is not longer needed
2768 o remove unneeded keyboard rule
2769 o add usb_host and pci_bus to the class blacklist
2770 o added input device rules to udev.rules and udev.rules.devfs
2771 o 013_bk mark
f2ec8f1a
GKH
2772
2773Hanna V. Linder:
2774 o set default owner/group in db
2775 o small cut n paste error fix
2776
2777Patrick Mansfield:
2778 o update udev scsi_id to scsi_id 0.3
2779
2780
c58ffe50
GKH
2781Summary of changes from v012 to v013
2782============================================
2783
2784<eike-hotplug:sf-tec.de>:
2785 o LSB init script and other stuff
2786
2787<elkropac:students.zcu.cz>:
2788 o fix udev directory for Debian init script
2789
2790<tiggi:infa.abo.fi>:
2791 o udev 012 old gcc fixup
2792
2793Christophe Saout:
2794 o add IGNORE rule type
2795 o small cleanup
2796
2797Greg Kroah-Hartman:
2798 o update TODO with some new, small items
2799 o Cset exclude: greg@kroah.com|ChangeSet|20040113010256|48515
2800 o update the README in a few places
2801 o fix -d typo in the manpage update
2802 o Fix stupid gcc "optimization" of 1 character printk() calls.... Ick
2803 o oops, forgot to fix up the PROGRAM result from ID to RESULT in the config files
2804 o Add alsa device rules and a few other devfs rules
2805 o fix a few stale comments in namedev.c
2806 o convert the default rules files to the new format
2807 o convert the test shell scripts to the config file format
2808 o add bus test for usb-serial bus
2809 o Add some helpful messages if the user uses the older config file format
2810 o added dri rule to the default config file
2811 o added init.d udev script for debian
2812 o add a script that tests the IGNORE rule
2813 o add silly script that names cdrom drives based on the cd in them
2814 o add cdrom rule for ide cdrom
2815 o replace list_for_each with list_for_each_entry, saving a few lines of code
2816 o add a blacklist of class devices we do not want to look at
2817
2818Kay Sievers:
2819 o fix klibc with printf() and gcc
2820 o udev - small script optimization
2821 o udev - introduce format escape char
2822 o udev - more CALLOUT is PROGRAM now
2823 o udev - CALLOUT is PROGRAM now
2824 o update documentation for new config file format
2825 o more advanced user query options
2826 o udev - simple debug tweak
2827 o udev - drop all methods :)
2828 o udev - advanced user query options
2829 o udev - Makefile error
2830 o udev - make exec_callout() reusable
2831 o udev - exec status fix for klibc
2832 o fix Silly udev script
2833
2834
8c55357f
GKH
2835Summary of changes from v011 to v012
2836============================================
2837
2838<azarah:nosferatu.za.org>:
2839 o make symlink work properly if there is already a file in its place
2840 o Fix udev gcc-2.95.4 compat
2841
2842<christophe.varoqui:free.fr>:
2843 o extras multipath update
2844 o extras multipath update
2845
2846Kay Sievers:
2847 o mention user callable udev + options in man page
2848 o make udev user callable to query the database
2849 o depend on all .h files
2850 o cleanup namedev_parse debug text
2851 o extend exec_program[]
2852 o ide-devfs.sh update
2853 o fix for apply_format()
2854 o check for empty symlink string
2855 o 'ide' missing in bus_files[]
2856 o small trivial cleanup of latest changes
2857
2858<mbuesch:freenet.de>:
2859 o introduce signal handler
2860
2861<rml:ximian.com>:
2862 o udev spec file update
2863
2864Greg Kroah-Hartman:
2865 o minor grammer fixes for the udev_vs_devfs document
2866 o move the dbus config file to etc/dbus-1/system.d/
2867 o move the config files to etc/udev to clean up main directory a bit
2868 o add Gentoo versions of the rules and permissions files
2869 o if using glibc, link dynamically, as no one like 500Kb udev binaries
2870 o minor change to udev_vs_devfs document
2871 o added udev vs devfs supid document to the tree
2872 o move the signal handling registration to after we have initialized enough stuff
2873 o make ide-devfs.sh executable in the tree
2874 o udev.permissions.debian - forgot the dm nodes
2875 o update the udev.permissions.debian file with new entries
2876 o added udev.init script for the Linux From Scratch project
2877
2878
2879
d7577c8b
GKH
2880Summary of changes from v010 to v011
2881============================================
2882
2883<mbuesch:freenet.de>:
2884 o proper cleanup on udevdb_init() failure
2885
2886<mh:nadir.org>:
2887 o patch udev 009-010 rpm spec file
2888
2889<svetljo:gmx.de>:
2890 o fix udev sed Makefile usage
2891
2892Greg Kroah-Hartman:
2893 o add documentation about the BUS key being optional for the LABEL rule
2894 o add tests for LABEL rule with a device that has no bus
2895 o Don't require the BUS value for the LABEL rule
2896 o If a LABEL rule has a BUS id, then we must check to see if the device is on a bus
2897 o add documentation about the BUS key being optional for the CALLOUT rule
2898 o If a CALLOUT rule has a BUS id, then we must check to see if the device is on a bus
2899 o Don't require the BUS value for the CALLOUT rule
2900 o add test for callout rule with a device that has no bus
2901 o 010_bk stamp
2902 o added different build options to the rpm udev.spec file
2903 o add pci to the bus_files list
2904 o check for empty line a bit better in the parser
2905 o more init script cleanups, the stop target now calls udev to cleanup instead of just removing the whole /udev directory
2906 o make udev init script run udev in the background to let startup go much faster
2907 o fix long delay for all devices in namedev
2908
2909
1e5b0d2f
GKH
2910Summary of changes from v009 to v010
2911============================================
2912
2913<ananth:in.ibm.com>:
2914 o change pgsize
2915
2916<christophe.varoqui:free.fr>:
2917 o extras multipath update
2918 o extras multipath update
2919 o extras multipath update
2920 o extras multipath update
2921
2922Kay Sievers:
2923 o fix udev-test.pl
2924 o small cleanup udev-remove.c
2925 o experimental CALLOUT script for devfs ide node creation with cd, disc, part
2926 o add any valid device
2927 o introduce format char 'k' for kernel-name
2928 o trivial make fixes
2929 o don't overwrite old config on install
2930 o udev-remove.c cleanups
2931 o bug in udev-remove.c
2932 o trivial cleanup parser changes
2933
2934<roman.kagan:itep.ru>:
2935 o fix comment and whitespace handling in config files
2936
2937Adam Kropelin:
2938 o Allow build with empty EXTRAS
2939
2940Daniel E. F. Stekloff:
2941 o libsysfs 0.4.0 patch
2942 o fix scsi_id segfault with udev-009
2943 o add libsysfs docs
2944
2945David T. Hollis:
2946 o mark config files as such in the rpm spec file
2947
2948Greg Kroah-Hartman:
2949 o fix complier warning in namedev.c
2950 o add documentation for the new '%k' modifier (kernel name replacement)
2951 o add documentation about the multiple sysfs values that are now allowed for the LABEL rule
2952 o add tests for multi-file LABEL rules
2953 o add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule
2954 o Just live with a sleep(1) in namedev for now until libsysfs is fixed up
2955 o try to wait until the proper device file shows up in sysfs
2956 o remove unneeded TODO and FIXME entry
2957 o clean up the stand-alone tests to work properly on other people's machines
2958 o add tests to catch whitespace and comment config file parsing errors
2959
2960
54b72ce9
GKH
2961Summary of changes from v008 to v009
2962============================================
2963
2964<christophe.varoqui:free.fr>:
2965 o more extras/multipath changes
2966 o and more extras/multipath updates
2967 o more extras/multipath updates
2968 o yet more extras/multipath
2969 o more extras/multipath updates
2970 o extras/multipath update
2971
2972<david:fubar.dk>:
2973 o D-BUS patch for udev-008
2974
2975<eike-hotplug:sf-tec.de>:
2976 o add init.d/udev to "make install"
2977 o add init.d/udev to the spec file
2978
2979Kay Sievers:
2980 o don't rely on field order in namedev_parse
2981 o get part of callout return string
2982 o remove '\n' from end of callout return
2983 o man-page mention multiple symlinks
2984 o allow multiple symlinks
2985 o cleanup man & remove symlink comment
2986 o experimental (very simple) SYMLINK creation
2987 o man page beauty
2988 o pattern match for label method
2989 o a bug in linefeed removal
2990
2991<rml:ximian.com>:
2992 o remove udev from runlevels on uninstall
2993 o install initscript in udev rpm
2994
2995Daniel E. F. Stekloff:
2996 o pre-libsysfs-0.4.0 patch
2997
2998Greg Kroah-Hartman:
2999 o signal fixes due to klibc update
3000 o sync klibc with release 0.95
3001 o add mol permissions to the debian permissions file
3002 o update the FAQ with info about bad modprobe events from the devfs scheme
3003 o some cleanups due to the need for LABEL rules to use "SYSFS_" now
3004 o Add restart target to the etc/init.d/udev script
3005 o tweak the config file generation portion of the Makefile a bit
3006 o change devfs disk name rule from 'disk' to 'disc'
3007 o add vc support to udev.rules.devfs
3008 o added a devfs udev config file from Marco d'Itri <md@Linux.IT>
3009 o set default mode to 0600 to be safer
3010 o Makefile tweaks for the DBUS build
3011 o update the FAQ due to the latest devfs mess on lkml and also due to symlinks now working
3012 o document the different Makefile config options that we have
3013 o change USE_DBUS to DBUS in Makefile, and disable it by default as it's still to hard to build on all systems
3014 o fix formatting of udev_dbus.c to use tabs. Also get it to build properly now
3015 o move all of the DBUS logic into one file and remove all of the #ifdef crud from the main code
3016
3017Olaf Hering:
3018 o dump latest klibc into the udev build tree
3019 o use udevdir in udev.conf
3020
3021Patrick Mansfield:
3022 o better allow builds of extras programs under udev
3023 o update udev extras/scsi_id to version 0.2
3024
3025
6ad5f7b4
GKH
3026Summary of changes from v007 to v008
3027============================================
3028
3029<azarah:nosferatu.za.org>:
3030 o more config file parsing robustness
3031
3032<christophe.varoqui:free.fr>:
3033 o udev-007/extras/multipath update
3034
3035Arnd Bergmann:
3036 o Build failure - missing linux/limits.h include?
3037 o Add format modifier for devfs like naming
3038 o klibc makefile fixes
3039
3040Daniel E. F. Stekloff:
3041 o another patch for path problem
3042 o quick fix for libsysfs bus
3043 o libsysfs changes for sysfsutils 0.3.0
3044
3045Greg Kroah-Hartman:
3046 o fix up some duplicated function compiler warnings in libsysfs
3047 o fix some compiler warnings in the tdb code
3048 o Added Kay's name to the man page
3049 o update the wildcard documentation in the man page to show the new styles supported
3050 o fix permission handling logic
3051 o enable default_mode ability to actually build
3052 o add support for the default_mode variable, as it is documented
3053 o show permissions and groups in the label_test
3054 o remove some items off of the TODO list, as they are now done
3055 o fix up the tests to work without all of the environ variables
3056 o get rid of the majority of the debug environment variables
3057 o Update the man page to show the new config file, it's format, and how to use it
3058 o fix up the tests to support the rules file name change
3059 o add support for a main udev config file, udev.conf
3060 o turn debugging messages off by default
3061 o split out the namedev config parsing logic to namedev_parse.c
3062 o rename namedev's get_attr() to be main namedev_name_device() as that's what it really is
3063 o add devfs like tty rules as an example in the default config file
3064 o operate on the rules in the order they are in the config file (within the rule type) instead of operating on them backwards.
3065 o Cset exclude: dsteklof@us.ibm.com|ChangeSet|20031126173159|56255
3066 o add test for checking the BUS value
3067 o fix problem where we were not looking at the BUS value
3068 o add scsi and pci bus links in the test sysfs tree
3069 o add test and documentation for new %D devfs format modifier
3070 o changed the default location of the database to /udev/.udev.tdb to be LSB compliant
3071 o get rid of functions in klibc_fixups that are now in klibc
3072 o sync up with the 0.84 version of klibc
3073 o fix udev init.d script to handle all class devices in sysfs
3074 o fix the test.block and test.tty scripts due to their moveing. Also add a test.all script
3075 o 007_bk version change to Makefile
3076
3077Kay Sievers:
3078 o pattern matching for namedev
3079 o catch replace device by wildcard
3080 o udev.8 tweak numeric id text
3081 o udev-test.pl add subdir test
3082 o namedev.c strcat tweak
3083 o overall whitespace + debug text conditioning
3084 o udev-test.pl - tweaks
3085
3086Martin Hicks:
3087 o Add -nodefaultlibs while compiling against klibc
3088
3089Olaf Hering:
3090 o ARCH detection for ppc
3091
3092Patrick Mansfield:
3093 o fix udev parallel builds with klibc
3094
3095
f02763a9
GKH
3096Summary of changes from v006 to v007
3097============================================
3098
3099<md:linux.it>:
3100 o fix segfault in parsing bad udev.permissions file
3101
3102Greg Kroah-Hartman:
3103 o update default config file with a CALLOUT rule, and more documentation
3104 o updated the man page with the latest format specifier changes
3105 o added ability to put format specifiers in the CALLOUT program string
3106 o tweak udev-test.pl to report '0' errors if that's what happened
3107 o only build klibc_fixups.c if we are actually using klibc
3108 o add support for string group and string user names in udev.permissions
3109 o add getgrnam and getpwnam to klibc_fixups files
3110 o remove Makefile.klibc
3111 o add udev-test perl script from Kay Sievers <kay.sievers@vrfy.org> which blows away my puny shell scripts
3112 o added debian's version of udev.permissions
3113 o change to 006_bk version
3114
3115Kay Sievers:
3116 o format char for CALLOUT output
3117 o more namedev whitespace cleanups
3118 o support arguments in callout exec
3119 o namedev.c - change order of fields in CALLOUT
3120 o namedev.c whitespace + debug text cleanup
3121 o man page with udev.permissions wildcard
3122
3123Olaf Hering:
3124 o static klibc udev does not link against crt0.o
3125
b981d07a
GKH
3126Summary of changes from v005 to v006
3127============================================
3128
3129<chris_friesen:sympatico.ca>:
3130 o faster test scripts
3131
3132Arnd Bergmann:
3133 o more robust config file parsing in namedev.c
3134 o add bus id modifier
3135
3136Daniel E. F. Stekloff:
3137 o patch for libsysfs sysfs directory handling
3138
3139Greg Kroah-Hartman:
3140 o add another line to udev.permissions in the proper format
3141 o tweak replace_test
3142 o fix permissions to work properly now
3143 o add real udev.permissions file to test directory
3144 o fix namedev.c to build with older version of gcc
3145 o add dumb test for all of the different modifiers
3146 o update the TODO list with more items that people can easily do
3147 o move the test.block and test.tty scripts to the test/ directory
3148 o add remove actions to the test scripts
3149 o turn DEBUG_PARSER off by default
3150 o add some documentation for the %b modifier to the default config file
3151 o fix make install rule for when the udev symlink is already there
3152 o change release target in makefile
3153 o change debug level on printf values for now
3154 o updated demo config file
3155 o add some documentation of the modifiers to the default config file
3156 o add demo config file
3157 o updated bk ignore list for klibc generated files
3158 o add printf option to label test to verify it works
3159 o fix up printf-like functionality due to previous changes
3160 o get the major/minor number before we name the device
3161 o add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com>
3162 o Add multipath "extra" program from Christophe Varoqui, <christophe.varoqui@free.fr>
3163 o trailing whitespace cleanups
3164 o splig LABEL and NUMBER into separate functions
3165 o add TOPO regression test
3166 o move TOPOLOGY rule to it's own function
3167 o fix bug where NUMBER and TOPOLOGY would not work for partitions
3168 o clean up the way we find the sysdevice for a block device for namedev
3169 o updated label test script (tests for partitions now.)
3170 o split REPLACE and CALLOUT into separate functions
3171 o add debug line for REPLACE call
3172 o add replace test
3173 o add more sysfs test tree files
3174 o change UDEV_SYSFS_PATH environment variable due to libsysfs change
3175 o fix bug in klibc's isspace function
3176 o fix udev-add.c to build properly with older versions of gcc
3177 o add prototype for ftruncate to klibc
3178 o Remove a few items from the TODO list that are already done
3179 o version number to 005_bk
3180 o pull some klibc stuff into the make Makefile to try to stay in sync
3181 o klibc build fixes
3182
3183Kay Sievers:
3184 o apply permissions.conf support for wildcard and default name
3185 o man page with included placeholder list
3186 o implement printf-like placeholder support for NAME
3187 o more manpage tweaks
3188 o add support for subdirs
3189 o add uid/gid to nodes
3190
3191Olaf Hering:
3192 o DESTDIR for udev
3193
3194Paul Mundt:
3195 o Fixup path for kernel includes when building with klibc
3196
3197Robert Love:
3198 o udev init script
3199
3200
e1b57940
GKH
3201Summary of changes from v004 to v005
3202============================================
3203
3204<kay:vrfy.org>:
3205 o namedev.c comments + debug patch
3206 o man page update
3207
3208Greg Kroah-Hartman:
3209 o ignore the klibc/linux symlink
3210 o add klibc linux symlink info to the README
3211 o get 'make release' to work properly again
3212 o added README info for how to build using klibc
3213 o turn off debugging if we are building with klibc
3214 o turn off debugging in namedev
3215 o added vsyslog support to klibc
3216 o add ftruncate to klibc
3217 o klibc specific tweaks
3218 o libsysfs does not need mntent.h in it's header file
3219 o udev build tweaks to tdb's spinlock code
3220 o klibc makefile changes
3221 o build tdb and libsysfs from the same makefile as udev
3222 o udev-add build cleanups for other libc versions
3223 o tweak tdb to build within udev better
3224 o make libsysfs spit debug messages to the same place as the rest of udev
3225 o make libsysfs build cleanly
3226 o updated bk ignore list
3227 o added klibc version 0.82 (cvs tree) to the udev tree
3228 o makefile fix for now
3229 o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
3230 o hm, makefile bug with so many files... will fix later
3231 o regression tests starting to be added
3232 o fix LABEL bug for device files (not class files.)
3233 o more warning flags to the build
3234 o got rid of struct device_attr
3235 o rename namedev.permissions and namedev.config to udev.permissions and udev.config
3236 o fix dbg line in namedev.c
3237 o more overrides of config info with env variables if in test mode
3238 o Fix bug causing udev to sleep forever waiting for dev file to show up
3239 o change version to 004_bk
3240 o make config files, sysfs root, and udev root configurable from config variables
e1b57940
GKH
3241
3242Robert Love:
3243 o udev: sleep_for_dev() bits
3244 o udev: another canidate for static
3245
3246
d4e52dd0
GKH
3247Summary of changes from v003 to v004
3248============================================
3249
3250Daniel E. F. Stekloff:
3251 o new version of libsysfs patch
3252
3253Greg Kroah-Hartman:
3254 o 004 release
3255 o major database cleanups
3256 o Changed test.block and test.tty to take ACTION from the command line
3257 o don't sleep if 'dev' file is already present on device add
3258 o fix comment about how the "dev" file is made up
3259 o more database work. Now we only store the info we really need right now
3260 o add BUS= bug to TODO list so it will not get forgotten
3261 o spec file changes
3262 o test.block changes
3263 o ok, rpm likes the "_" character instead of "-" better
3264 o change the version to 003-bk to keep things sane with people using the bk tree
3265 o got "remove of named devices" working
3266 o fix segfaults when dealing with partitions
d4e52dd0
GKH
3267
3268Kay Sievers:
3269 o man file update
3270 o man page update
3271
3272Robert Love:
3273 o udev: mode should be mode_t
3274 o udev: trivial trivialities
3275 o udev: cool test scripts again
3276 o udev spec file symlink support
3277 o udev: cool test scripts
3278 o udev spec file bits
3279
3280
22b00023
GKH
3281Summary of changes from v0.2 to v003
3282============================================
3283
3284Daniel E. F. Stekloff:
3285 o udevdb patch
3286 o udevdb prototype
3287
3288Greg Kroah-Hartman:
3289 o update the spec file for the new version and install process
3290 o fix makefile release rule to not drop tdb.h file
3291 o Add FAQ for udev
3292 o removed AUTHORS and INSTALL files as they were pretty pointless
3293 o copyright updates
3294 o Add AUTHORS and INSTALL files
3295 o TODO updates
3296 o Updatd the README
3297 o updated the TODO list
3298 o add udev man page (basically just a place holder for now.)
3299 o added uninstall support
3300 o added install target for makefile so people don't have to do it by hand anymore
3301 o add version to debug log on startup
3302 o tell the user what mknod() we are trying to do
3303 o add dbg_parse() to cut down on parse file debugging statements
3304 o put config files and database in /etc/udev by default
3305 o add ols 2003 udev paper to docs/
3306 o clean up some debugging stuff in namedev.c
3307 o do not build the tdb binary programs, only the objects
3308 o merge tdb into the build process
3309 o Added tdb code from latest cvs version in the samba tree
3310 o added my name to the .spec file
3311 o minor cleanups
3312 o cleanup the mknod code a bit
3313 o remove mknod callout
3314 o handle new major:minor format of dev files that showed up in 2.6.0-test2-bk3 or so
3315 o oops, everything was getting created as 000 mode, try to fix this up, but fail...
3316 o more test stuff
3317
3318Olaf Hering:
3319 o print udev pid
3320
3321Patrick Mansfield:
3322 o add callout config type to udev
3323
3324Paul Mundt:
3325 o Fix TDB cross compilation
3326 o udev spec file
3327 o udev/libsysfs cross compile fixes
3328
3329
3330Summary of changes from v0.1 to v0.2
3331============================================
3332
3333Greg Kroah-Hartman:
3334 o more test stuff
3335 o removed unneeded stuff from udev.h
3336 o added 0.2 change log info
3337 o start working on label support, and fix some segfaults for block devices
3338 o test config file changes
3339 o add NUMBER support (basically same logic as TOPOLOGY, perhaps we should
3340 merge this...)
3341 o added topology support
3342 o got REPLACE to work properly
3343 o make struct config_device contain a struct device_attr instead of
3344 duplicating the mess
3345 o block test
3346 o split the tests up into different files
3347 o split udev main logic into udev-add and udev-remove
3348 o Clean up the namedev interface a bit, making the code smaller
3349 o bk: update ignore list
3350 o update the tests to handle block devices too
3351 o add initial libsysfs support
3352 o added libsysfs to the build
3353 o added libsysfs code from sysutils-0.1.1-071803 release
3354 o namedev config files are fully parsed
3355 o more permission tests
3356 o make log_message spit out warnings so I don't have to spend forever
3357 chasing down stupid bugs that aren't there...
3358 o added klibc makefile
3359 o Initial namedev parsing of config files
3360 o sleep for 2 seconds to give the kernel a chance to actually create the
3361 files we need
3362 o pick a better default UDEV_ROOT
3363 o fix up the test to actually work
3364 o added more documentation in README and TODO files
3365
3366
3367Summary of changes up to v0.1
3368============================================
3369
3370Greg Kroah-Hartman:
3371 o added more documentation in README and TODO files
3372 o updated the documentation
3373 o cleaned up the makefile a bit
3374 o remove now works!
3375 o restructure code to be able to actually get remove_node() to work
3376 o Creating nodes actually works
3377 o added stupid test script for debugging
3378 o added initial documentation and gpl license
3379 o enabled debugging
3380 o updated ignore list
3381 o added initial files
3382 o fixed up config
3383 o Initial repository create
3384 o BitKeeper file /home/greg/src/udev/udev/ChangeSet
b981d07a 3385