- Added EXPORT macro for ecrt_version_magic(). 2007-02-09, by Florian Pose
- Updated TODO. 2007-02-09, by Florian Pose
- Auto-generate ChangeLog with mydist target. 2007-02-09, by Florian Pose
- Updated ChangeLog. 2007-02-09, by Florian Pose
- Introduced ECRT version magic. 2007-02-09, by Florian Pose
- Minor changes in master thread messages. 2007-02-09, by Florian Pose
- Fixed invalid module pointer in device structure. 2007-02-09, by Florian Pose
- Fixed bug that caused the last slave not to be scanned. 2007-02-06, by Florian Pose
- Fixed bad configure behavior with complex kernel version strings. 2007-01-15, by Florian Pose
- Fixed modules_install target: create dir before copying. 2007-01-12, by Florian Pose
- Made network driver ISRs static again. 2007-01-12, by Florian Pose
- Added 8139too driver for kernel 2.6.19. 2007-01-12, by Florian Pose
- Replaced ec_isr_t by ec_pollfunc_t; added poll function s in network drivers. 2007-01-12, by Florian Pose
- Added 8139too driver for 2.6.18. 2007-01-12, by Florian Pose
- Warn on duplicate master releasing. 2007-01-12, by Florian Pose
- Fixed bug in master state machine that came up in r745. 2007-01-12, by Florian Pose
- Minor fix on master.c (name of master thread). 2007-01-10, by Florian Pose
- Layed out slave state machines in own files fsm_slave.[ch]; renamed fsm.[ch] to fsm_master.[ch] 2007-01-10, by Florian Pose
- Added some documentation. 2007-01-10, by Florian Pose
- Minor changes to slave.c 2007-01-10, by Florian Pose
- Master workqueue replaced with kernel thread. 2007-01-10, by Florian Pose
- Fixed blocking of EoE processing while entering or leaving operational mode. 2007-01-09, by Florian Pose
- Re-added slave.configured flag as slave.self_configured. 2007-01-09, by Florian Pose
- Removed debug messages again. 2007-01-09, by Florian Pose
- Temporarily added some debug information. 2007-01-09, by Florian Pose
- Removed slave.configured flag. 2007-01-09, by Florian Pose
- Display requested state in slave info. 2007-01-09, by Florian Pose
- Fixed race: Stop EoE processing when entering or leaving operation mode. 2007-01-09, by Florian Pose
- Minor fix in master.c 2007-01-08, by Florian Pose
- Adjusted examples to EtherLab starter kit hardware. 2007-01-08, by Florian Pose
- Internal locking callbacks, improved locking. 2007-01-08, by Florian Pose
- Datagram preallocation with ATOMIC flag, because it is calles in timer context. 2007-01-08, by Florian Pose
- Minor changes in minimal example. 2007-01-08, by Florian Pose
- Shorter critical sections in examples. 2007-01-08, by Florian Pose
- Removed datagram.cycles_queued, needed for "starved" datagrams (deprecated). 2007-01-08, by Florian Pose
- Updated ChangeLog. 2007-01-02, by Florian Pose
- Adjusted examples to 1.2.0 interface changes. 2007-01-02, by Florian Pose
- Updated NEWS and Changelog files. 2007-01-02, by Florian Pose
- Configuring for kernels 2.6.18 and 2.6.19, thanks to Ralf Roesch. 2007-01-02, by Florian Pose
- Made it possible to configure under kernel 2.6.18. 2007-01-01, by Florian Pose
- State machines re-send datagrams on timeout. 2006-12-18, by Florian Pose
- Improved error messages in mailbox.c 2006-12-18, by Florian Pose
- Removed absolute paths for networking commands; brctl show without additional parameter. 2006-12-18, by Florian Pose
- Fixed warnings in master.c. 2006-12-18, by Florian Pose
- Fixed typo in CoE FSM. 2006-12-18, by Florian Pose
- Corrected error messages in get_slave(). 2006-12-18, by Florian Pose
- Current consumption in sysfs; "lsec -c" shows current consumption and remaining current. 2006-12-08, by Florian Pose
- Fixed return type of ecdev_close(). 2006-12-08, by Florian Pose
- Re-introduced ecdev_open() and ecdev_close(), to avoid a race condition regarding the link state. 2006-12-08, by Florian Pose
- Fixed lost frames display bug when no frames were sent. 2006-11-24, by Florian Pose
- Interface changes for version 1.2, see NEWS file. 2006-11-24, by Florian Pose
- Version 1.2.0-rc1, re-introduced ecrt_domain_queue(). 2006-11-23, by Florian Pose
- Added frame counter. 2006-11-21, by Florian Pose
- Introduced "starved" datagrams. 2006-11-21, by Florian Pose
- Updated ChangeLog 2006-11-07, by Florian Pose
- VERSION 1.1.1 2006-11-07, by Florian Pose
- Updated source code documentation. 2006-11-07, by Florian Pose
- Fixed dist files. 2006-11-07, by Florian Pose
- Updated documentation. 2006-11-07, by Florian Pose
- Improved clean targets. 2006-11-06, by Florian Pose