- Print certain logs only at debug_level. 2006-10-27, by Florian Pose
- Added slave flags to Sysfs. 2006-10-27, by Florian Pose
- Minor changes to minimal example. 2006-10-27, by Florian Pose
- Explicit use of slave configuration FSM in ecrt_master_activate() and ecrt_master_release(). 2006-10-27, by Florian Pose
- Minor output changes in master/debug.c. 2006-10-27, by Florian Pose
- State acknowledgement in master state machine. 2006-10-27, by Florian Pose
- Changed output of ec_state_string() for error flag to "+ ERROR". 2006-10-27, by Florian Pose
- Minor changes in example headers. 2006-10-27, by Florian Pose
- MSR example: Replaced msr_load and msr_unload with init script, removed msr_param.h 2006-10-27, by Florian Pose
- Added missing RTAI include path to RTAI example. 2006-10-27, by Florian Pose
- Moved functionality of ecrt_master_deactivate() (now deprecated) to ecrt_master_release(). 2006-10-27, by Florian Pose
- FIX: Introduced destroy() functions for kobject-derived classes and thus fixed memory leak. 2006-10-27, by Florian Pose
- Added missing files to dist. 2006-10-26, by Florian Pose
- Persistent slave lists. 2006-10-26, by Florian Pose
- Minor changes in Kbuild files. 2006-10-25, by Florian Pose
- Compiler flag -DSVNREV only for module.c to avoid unnecessary recompiling. 2006-10-25, by Florian Pose
- Fixes in state change FSM. 2006-10-25, by Florian Pose
- SDO dictionary and SDO access only in IDLE mode, because of kmalloc()s. 2006-10-25, by Florian Pose
- SDO uploading via Sysfs without master FSM calling wake_up(). 2006-10-24, by Florian Pose
- Altered configure --with-linux parameter to --with-linux-dir; removed depmod call. 2006-10-24, by Florian Pose
- Increased state change checking timeout to 1s. 2006-10-24, by Florian Pose
- Output state names instead of codes in change FSM. 2006-10-24, by Florian Pose
- Minot output changes in fsm.c 2006-10-24, by Florian Pose
- Layed out CoE state machine. 2006-10-24, by Florian Pose
- Removed state machine running() methods. 2006-10-23, by Florian Pose
- Layed out state change state machine. 2006-10-23, by Florian Pose
- Layed out SII state machine. 2006-10-23, by Florian Pose
- Minor Makefile changes. 2006-10-20, by Florian Pose
- Improved output at mailbox error. 2006-10-20, by Florian Pose
- Implemented SDO reading via Sysfs. 2006-10-20, by Florian Pose
- Always begin with subindex 0 while fetching SDO dictionary. 2006-10-20, by Florian Pose
- Set initial state of all slaves to PREOP. 2006-10-20, by Florian Pose
- Added EC_WAIT_SDO_DICT define. 2006-10-20, by Florian Pose
- Fixed bug in master state machine. 2006-10-20, by Florian Pose
- Better debugging output for SDO dictionaries. 2006-10-20, by Florian Pose
- Display debug data on mailbox error. 2006-10-20, by Florian Pose
- Better debugging output for SDO dictionaries. 2006-10-20, by Florian Pose
- Minor output changes in fsm.c 2006-10-20, by Florian Pose
- Reconfiguration of slaves, though they are in the correct state at startup. 2006-10-20, by Florian Pose
- Guess sync manager settings if mailbox information available. 2006-10-20, by Florian Pose
- Moved SDO dictionary fetching to master FSMs; added SDO parent kobj. 2006-10-19, by Florian Pose
- Fixed memory leak in master and slave destructors. 2006-10-19, by Florian Pose
- Added branch info to distdir. 2006-10-18, by Florian Pose
- ecrt_domain_register_pdo_range() implemented. 2006-10-18, by Florian Pose
- Do net reset debug level on master reset. 2006-10-18, by Florian Pose
- Added enable bit to sync manager debugging. 2006-10-18, by Florian Pose
- Improved SM and FMMU debugging output. 2006-10-18, by Florian Pose
- Added FMMU debugging. 2006-10-18, by Florian Pose
- Fixed typo. 2006-10-18, by Florian Pose
- Added ec_slave_validate() 2006-10-18, by Florian Pose
- Implemented fetching of SDO dictionary. 2006-10-17, by Florian Pose
- Minor output changes in master.c 2006-10-17, by Florian Pose
- BUGFIX: Fixed faulty state acknowledge behavior. 2006-10-17, by Florian Pose
- Fixed typo. 2006-10-17, by Florian Pose
- Renamed fsm->sdodata to fsm->coe_sdodata 2006-10-17, by Florian Pose
- Removed clear functions from headers of kobject-classes. 2006-10-17, by Florian Pose
- Added EC_SLAVE_STATE_ACK_ERR to ec_state_string(); added EC_STATE_STRING_SIZE 2006-10-17, by Florian Pose
- Renamed EC_ACK to EC_SLAVE_STATE_ACK_ERR 2006-10-17, by Florian Pose
- Removed varsized_fields II 2006-10-17, by Florian Pose
- Corrected subbus product code. 2006-10-17, by Florian Pose