master/domain.c
2006-10-27 Florian Pose FIX: Introduced destroy() functions for kobject-derived classes and thus fixed memory leak.
2006-10-26 Florian Pose Persistent slave lists.
2006-10-18 Florian Pose ecrt_domain_register_pdo_range() implemented.
2006-10-18 Florian Pose Added ec_slave_validate()
2006-10-17 Florian Pose Removed clear functions from headers of kobject-classes.
2006-09-26 Florian Pose Changes in ecrt_request_master(); minor output changes.
2006-09-23 Florian Pose Bugfix: ecrt_domain_state() always returned -1.
2006-08-31 Florian Pose Fixed bug in data pointer calculation.
2006-08-15 Florian Pose Replaced longer cycle timestamps with jiffies.
2006-08-09 Florian Pose Added missing code documentation.
2006-08-08 Florian Pose Minor changes.
2006-08-03 Florian Pose New statistic outputs to avoid blasting the logs.
2006-08-03 Florian Pose VERSION 1.1: New realtime interface, only state machines.
2006-07-25 Florian Pose Renamed Sysfs attributes.
2006-07-06 Florian Pose Applied include patch by M. Schwerin.
2006-07-06 Florian Pose Renamed command structure to datagram.
2006-06-20 Florian Pose Variable-sized data fields, BK1120.
2006-05-18 Florian Pose Changed license headers and added EtherCAT license notice.
2006-04-24 Florian Pose Doxygen added interface modules and file documentation.
2006-04-21 Florian Pose GPLv2 License and enhanced Doxygen output.
2006-04-20 Florian Pose Translated all comments and documentation to english language.
2006-04-11 Florian Pose Macro for SysFS attribute definition
2006-04-11 Florian Pose Slaves stored in list, slaves in SysFS
2006-04-10 Florian Pose Sourced SysFS attribute show method prototypes out of headers.
2006-04-10 Florian Pose MERGE branches/sysfs -> trunk (whole SysFS implementation)
2006-04-06 Florian Pose Better outputs concerning responding slaves.
2006-04-05 Florian Pose Renamed slave_set_fmmu() to slave_prepare_fmmu().
2006-04-05 Florian Pose Plugfest: domain_process mit const-Zeiger.
2006-04-03 Florian Pose Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
2006-03-29 Florian Pose SDO-Schnittstelle verbessert.
2006-03-20 Florian Pose Feldregistrierung: NULL als data_ptr m?glich, field_count 0 = 1.
2006-03-19 Florian Pose Bugfix: Registrieren von mehreren Feldern gleichzeitig geht jetzt.
2006-03-17 Florian Pose Dom?nen-Status (ecrt_domain_state) hinzugef?gt.
2006-03-17 Florian Pose MERGE branches/async -> trunk (alle Unterschiede ?bernommen)
2006-03-08 Florian Pose MERGE branches/async -r243:244 -> trunk (intypes).
2006-03-06 Florian Pose MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
2006-03-02 Florian Pose Link-Down-Verhalten verbessert.
2006-03-02 Florian Pose Link-State im Device.
2006-02-28 Florian Pose Zyklische Ausgaben um "Verz?gerte" Rahmen erweitert.
2006-02-28 Florian Pose Code-Dokumentation angepasst.
2006-02-28 Florian Pose Rahmen jetzt zustandslos.
2006-02-24 Florian Pose printk durch Makros ersetzt.
2006-02-23 Florian Pose EL31XX-Typ korrigiert.
2006-02-23 Florian Pose Dynamische FMMU-Konfiguration, zwei Kopieroperationen eingespart, Einr?ckungen angepasst.
2006-01-26 Florian Pose Code-Dokumentation mit Doxygen aufgearbeitet.
2006-01-20 Florian Pose Bugfix im Master, ec_master_reset() und laufendes Beispiel in rt.
2006-01-17 Florian Pose Vereinheitlichte Schnittstellen, Include-Verzeichnis und Module getrennt.