master/datagram.c
Thu, 12 Jan 2012 17:41:05 +0100 Florian Pose Redundant outputs via datagram pairs. redundancy
Thu, 12 Jan 2012 13:55:15 +0100 Florian Pose Datagram device_index member. redundancy
Tue, 09 Aug 2011 22:17:16 +0200 Florian Pose Minor: Fixed broken keyword strings. stable-1.5
Mon, 01 Aug 2011 17:54:56 +0200 Florian Pose Fixed skipped datagrams output again; added datagram information on skip.
Fri, 08 Jul 2011 14:23:22 +0200 Florian Pose Fixed datagram statistics output (skipped datagrams). stable-1.5
Fri, 08 Jul 2011 15:31:46 +0200 Florian Pose merge.
Fri, 08 Jul 2011 14:23:22 +0200 Florian Pose Fixed datagram statistics output (skipped datagrams).
Mon, 17 Jan 2011 11:09:11 +0100 Martin Troxler lock io_mutex when unqueueing datagrams; unqueue datagrams from send-receive queue.
Fri, 14 Jan 2011 11:36:53 +0100 Martin Troxler Datagram queue race fixed: insert datagrams into master-fsm_queue with fsm_queue list_head
Thu, 29 Apr 2010 16:33:32 +0200 Martin Troxler Inplace I/O: let input Pdos use the same bus space as Output Pdos
Tue, 23 Feb 2010 15:13:56 +0100 Florian Pose Introduced ec_datagram_print_state() method and used it at all places where
Wed, 03 Oct 2007 08:58:01 +0000 Florian Pose merge -r931:HEAD svn://yak/vol/projekte/msr_messen_steuern_regeln/ethercat/rep/trunk . stable-1.3
Thu, 13 Sep 2007 11:08:46 +0000 Florian Pose MERGE -r908:HEAD svn://yak/vol/projekte/msr_messen_steuern_regeln/ethercat/rep/trunk (1.3.1 changes) stable-1.3
Tue, 13 Feb 2007 13:42:37 +0000 Florian Pose MERGE -r688:759 trunk -> branches/stable-1.2 (release 1.2, part one). stable-1.2
Tue, 07 Nov 2006 12:13:30 +0000 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
Mon, 19 Jan 2009 08:17:30 +0000 Florian Pose Fixed datagram cleaning. stable-1.4
Mon, 29 Dec 2008 14:10:27 +0000 Florian Pose Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only. stable-1.4
Wed, 02 Aug 2006 12:25:25 +0000 Florian Pose MERGE trunk -r452:489 -> stable-1.0 (datagrams, bugfixes, EEPROM info, idle mode) stable-1.0
Thu, 29 Oct 2009 17:28:49 +0100 Florian Pose Bugfix: Unqueue datagram before destroying.
Mon, 19 Oct 2009 13:12:40 +0200 Florian Pose Avoid warnings on x86_64 platform. Thanks to Thomas Elste.
Mon, 27 Jul 2009 10:37:47 +0000 Florian Pose Removed unwanted tabulators.
Tue, 24 Feb 2009 12:51:39 +0000 Florian Pose Improved and added license headers.
Mon, 26 Jan 2009 11:59:07 +0000 Florian Pose merge -c1614 branches/stable-1.4: Fixed datagram cleaning.
Mon, 26 Jan 2009 11:16:10 +0000 Florian Pose merge -c1603 branches/stable-1.4: Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Mon, 17 Nov 2008 17:18:02 +0000 Florian Pose Improved error case return codes of many functions.
Mon, 17 Nov 2008 15:04:28 +0000 Florian Pose Created backend versions of all API functions returing a pointer; using
Tue, 30 Sep 2008 07:34:55 +0000 Florian Pose Introduced ec_datagram_zero().
Thu, 19 Jun 2008 10:18:58 +0000 Florian Pose Disable use of CPU timestamp counter by default.
Thu, 12 Jun 2008 08:31:06 +0000 Florian Pose Replaced a few GFP_ATOMIC allocations with GFP_KERNEL ones.
Tue, 10 Jun 2008 11:54:39 +0000 Florian Pose Replaced misleading %i by %u.
Fri, 22 Feb 2008 16:03:08 +0000 Florian Pose Introduced ec_datagram_type_string().
Fri, 22 Feb 2008 15:35:39 +0000 Florian Pose Implemented missing datagram types.
Thu, 21 Feb 2008 15:49:02 +0000 Florian Pose External domain memory.
Mon, 24 Sep 2007 12:12:11 +0000 Florian Pose Updated Doxygen documentation.
Wed, 12 Sep 2007 14:06:35 +0000 Florian Pose Store skipped information in datagrams; name datagrams for statistics
Wed, 12 Sep 2007 10:07:55 +0000 Florian Pose Better handling of unexpected working counters; introduced
Thu, 06 Sep 2007 09:28:38 +0000 Florian Pose Fixed EtherCAT addressing problem on big-endian systems. The slaves
Mon, 08 Jan 2007 14:24:33 +0000 Florian Pose Datagram preallocation with ATOMIC flag, because it is calles in timer context.
Mon, 08 Jan 2007 08:23:18 +0000 Florian Pose Removed datagram.cycles_queued, needed for "starved" datagrams (deprecated).
Thu, 26 Oct 2006 16:29:26 +0000 Florian Pose Persistent slave lists.
Mon, 16 Oct 2006 14:38:14 +0000 Florian Pose Fixed serveral races while starting up under high CPU load.
Mon, 16 Oct 2006 09:07:49 +0000 Florian Pose Serveral changes to avoid timeouts under high CPU load.
Tue, 15 Aug 2006 08:09:18 +0000 Florian Pose Replaced longer cycle timestamps with jiffies.
Thu, 03 Aug 2006 12:51:17 +0000 Florian Pose VERSION 1.1: New realtime interface, only state machines.
Thu, 06 Jul 2006 08:23:24 +0000 Florian Pose Renamed command structure to datagram.