2008-11-19 Florian Pose Fixed unprocessed interrupts in e100 driver.
2008-11-18 Florian Pose Output debug message only on debug level > 0.
2008-11-18 Florian Pose Included ecrt_voe_handler_read_nosync()-Patch by Mathias Weber.
2008-11-17 Florian Pose Improved error case return codes of many functions.
2008-11-17 Florian Pose Created backend versions of all API functions returing a pointer; using
2008-11-06 Florian Pose Fixed generation of unnecessary software interrupt in e100 driver.
2008-11-06 Florian Pose merge -c1582 branches/stable-1.4: Typo.
2008-11-05 Florian Pose Typo.
2008-11-05 Florian Pose Improved new debug interfaces again.
2008-11-05 Florian Pose New debug interfaces docs.
2008-11-05 Florian Pose merge -r1566:1573 branches/stable-1.4: Documentation.
2008-11-05 Florian Pose Create debug interface with address of physical device on attachment.
2008-11-05 Florian Pose merge -c1554 branches/stable-1.4: Fixed WC calculation for multiple datagrams.
2008-11-05 Florian Pose Output corrupted frame reasons.
2008-10-28 Florian Pose Added AM_PROG_CC_C_O.
2008-10-23 Florian Pose TODO.
2008-10-22 Florian Pose Removed fix setting of device name to 'ec0'.
2008-10-22 Florian Pose Userlib.
2008-10-22 Florian Pose VoE handlers.
2008-10-22 Florian Pose FIXME, TODO; typos.
2008-10-22 Florian Pose Removed ldots
2008-10-22 Florian Pose Capital.
2008-10-22 Florian Pose Fixed missing paren.
2008-10-22 Florian Pose Prcess data; slave configuration + attachment; typos.
2008-10-22 Florian Pose Avouded 'you'.
2008-10-22 Florian Pose Userspace applications.
2008-10-21 Florian Pose Realtime->Application.
2008-10-21 Florian Pose Removed unnecessary modules; renamed references.
2008-10-21 Florian Pose Wrapped c function in 'extern "C"' to make the library usable in C++
2008-10-21 Florian Pose Improved LGPL headers.
2008-10-21 Florian Pose Build examples by default.
2008-10-21 Florian Pose merge -c1534 branches/stable-1.4: Fixed EXTRA_DIST.
2008-10-21 Florian Pose Fixed page fault handler.
2008-10-20 Florian Pose Differences kernel/user.
2008-10-20 Florian Pose Completed library.
2008-10-20 Florian Pose Added userspace timing.
2008-10-17 Florian Pose merge -c1524 branches/stable-1.4: Moved globals.h to noinst_HEADERS.
2008-10-17 Florian Pose merge -c1522 branches/stable-1.4: Fixed jace in jiffies timeout calculation.
2008-10-17 Florian Pose TODO.
2008-10-17 Florian Pose merge -c1521 branches/stable-1.4: Fixed race concerning ec_slave_config_state->operational.
2008-10-17 Florian Pose Fixed receiving for e100, 2.6.26.
2008-10-16 Florian Pose *space without whitespace; licensing; userspace interfaces.
2008-10-16 Florian Pose Minor change.
2008-10-16 Florian Pose Ignore modules.order.
2008-10-16 Florian Pose Use .fault handler instead of .nopage handler from 2.6.23.
2008-10-15 Florian Pose Fixed VoE data reading in userspace.
2008-10-15 Florian Pose Version 1.5.0; VoE documentation.
2008-10-15 Florian Pose sec:ecrt is a chapter; sec:eoeimp -> sec:eoe, ...
2008-10-15 Florian Pose Maintained code docs.
2008-10-15 Florian Pose Improved VoE docs.
2008-10-14 Florian Pose Added LGPL licence headers to userspace library.
2008-10-14 Florian Pose TODO.
2008-10-14 Florian Pose Implemented VoE handler in userspace.
2008-10-14 Florian Pose Added ec_slave_config_find_voe_handler().
2008-10-14 Florian Pose Added e100 for kernel 2.6.24, provided by Mathias Weber.
2008-10-14 Florian Pose Replaced sleep() with pause().
2008-10-10 Florian Pose TODO, NEWS.
2008-10-10 Florian Pose Added state functions; writing of process data works.
2008-10-10 Florian Pose Memory-mapped process data.
2008-10-10 Florian Pose Made ecrt_domain_size() const.