master/domain.c
2010-05-03 Florian Pose Improved syslog macros.
2010-04-19 Florian Pose Added missing code documentation.
2010-01-21 Dominik Staubli Domain datagram working counter calculation bugfix: increment expected wc for a given slave & direction just once for each datagram
2008-04-29 Florian Pose Output domain data via sysfs. stable-1.3
2007-09-13 Florian Pose MERGE -r908:HEAD svn://yak/vol/projekte/msr_messen_steuern_regeln/ethercat/rep/trunk (1.3.1 changes) stable-1.3
2007-08-10 Florian Pose MERGE trunk -r770:907 -> branches-1.3 (1.3 changes) stable-1.3
2007-02-13 Florian Pose MERGE -r688:759 trunk -> branches/stable-1.2 (release 1.2, part one). stable-1.2
2006-11-07 Florian Pose MERGE trunk -r588:681 -> branches/stable-1.1 (Bugfixes, Ack behaviour, CoE via Sysfs, PDO ranges, 2.6.17 support, improved autotools, documentation) stable-1.1
2006-09-26 Florian Pose MERGE trunk -r564:568 -> branches/stable-1.1 (doc, master output, atomic flag) stable-1.1
2006-09-25 Florian Pose MERGE trunk -r546:550 -> branches/stable-1.1 (Bugfix, Autotools, still w/o XML) stable-1.1
2006-09-01 Florian Pose MERGE trunk -r516:527 -> branches/stable-1.1 (jiffies, bugfixes, pdo defines) stable-1.1
2006-08-09 Florian Pose MERGE trunk -r513:515 -> branches/stable-1.1 (Missing code docs) stable-1.1
2006-08-09 Florian Pose MERGE trunk -r494:513 -> branches/stable-1.1 (SDO configuration, bugfixes, EoE frame rates) stable-1.1
2006-08-03 Florian Pose MERGE trunk -r463:494 -> branches/stable-1.1 (Version 1.1) stable-1.1
2008-12-29 Florian Pose merge -c1501 trunk: ecrt_domain_size() const. stable-1.4
2008-12-29 Florian Pose Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only. stable-1.4
2008-11-05 Florian Pose Fixed WC calculation for multiple datagrams. stable-1.4
2006-08-02 Florian Pose MERGE trunk -r452:489 -> stable-1.0 (datagrams, bugfixes, EEPROM info, idle mode) stable-1.0
2006-06-26 Florian Pose MERGE trunk -r428:447 -> branches/stable-1.0 (Complete EEPROM data, unloading buxfix, variable data, bridging) stable-1.0
2006-05-29 Florian Pose MERGE -r361:425 trunk -> branches/stable-1.0: EoE, License, State machines. stable-1.0
2006-04-24 Florian Pose MERGE trunk -r355:360 -> branches/stable-1.0 (Doxygen, INSTALL, and GPLv2) stable-1.0
2009-10-29 Florian Pose Bugfix: Unqueue datagram before destroying.
2009-10-19 Florian Pose Avoid warnings on x86_64 platform. Thanks to Thomas Elste.
2009-02-24 Florian Pose Improved and added license headers.
2009-01-26 Florian Pose merge -c1603 branches/stable-1.4: Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
2008-11-17 Florian Pose Improved error case return codes of many functions.
2008-11-05 Florian Pose merge -c1554 branches/stable-1.4: Fixed WC calculation for multiple datagrams.
2008-10-10 Florian Pose Made ecrt_domain_size() const.
2008-09-30 Florian Pose Introduced ec_datagram_zero().
2008-08-01 Florian Pose Added debugging for configuration function of the application interface.
2008-07-18 Florian Pose Improved WC changes message.
2008-07-04 Florian Pose Improved source code doc.
2008-07-01 Florian Pose Implemented master semaphore to secure concurrent access from ioctls, state machine and realtime interface.
2008-06-26 Florian Pose Store sync manager configurations in ec_slave_config_t instead of Pdo
2008-06-18 Florian Pose working_counter = 0x0000;
2008-06-17 Florian Pose Reverted revision number checking from r1228.
2008-06-16 Florian Pose Added revision number to slave type checking.
2008-06-12 Florian Pose Removed kobject from domain.
2008-06-10 Florian Pose Fixed calculation of expected working counter.
2008-06-04 Florian Pose 'ethercat domain' shows domain contents and process data.
2008-06-04 Florian Pose Working counter as uint16_t.
2008-05-30 Florian Pose Some improvements concerning bit_position.
2008-05-30 Richard Hacker Changed Pdo entry registration function - return byte and bit positions
2008-05-28 Florian Pose Added bitwise Pdo registration.
2008-05-13 Florian Pose Improved working counter output; fixed problem with slaves that have a single sync manager used for outputs.
2008-04-07 Florian Pose Removed unused domain state.
2008-02-22 Florian Pose Calculate expected working counter for domains.
2008-02-22 Florian Pose Support for slaves that don't support the LRW datagram type.
2008-02-21 Florian Pose External domain memory.
2008-02-21 Florian Pose Moved ecrt_domain_reg_pdo_entry() to
2008-02-19 Florian Pose Implemented most realtime interface changes for version 1.4, improved
2008-02-01 Florian Pose Esthetic surgery for domain.
2008-02-01 Florian Pose Small improvement of PDO offset calculation.
2007-09-12 Florian Pose Store skipped information in datagrams; name datagrams for statistics
2007-09-06 Florian Pose Fixed EtherCAT addressing problem on big-endian systems. The slaves
2007-03-09 Florian Pose Added parameters for vendor ID and product code to ecrt_get_slave(); PDO
2007-03-07 Florian Pose Implemented alternative PDO mapping configuration interface.
2007-03-07 Florian Pose Layed out sync manager structures and methods into own files.
2007-03-07 Florian Pose Renamed ec_sii_sync_t to ec_sync_t.
2007-03-07 Florian Pose Renamed ec_sii_pdo_t and ec_sii_pdo_entry_t to ec_pdo_t and