drivers/unix/unix.c
Thu, 07 Mar 2013 11:40:28 +0900 Edouard Tisserant Harmonized unix and win32 canClose_driver, fixed crash on close under win32
Sat, 11 Dec 2010 14:24:09 +0100 Christian Taedcke FIXED: - added missing endif
Fri, 12 Nov 2010 22:24:06 +0100 edouard CosateQ contribution.
Wed, 18 Jun 2008 10:57:30 +0200 etisserant Added missing const for dll names strings
Mon, 02 Jun 2008 08:52:06 +0200 greg kerneltest updated for the new api
Fri, 02 May 2008 17:30:37 +0200 greg - add RTAI support
Mon, 21 Apr 2008 16:34:51 +0200 etisserant Doxy-style comments and various cleanup in unix.c
Tue, 19 Feb 2008 14:52:40 +0100 etisserant Fixed segfault on quit with Xenomai, due to bat parameter type in waitReceiveTaskEnd.
Tue, 12 Feb 2008 09:44:55 +0100 etisserant Accepted Vladimir Chren linux kernelspace port patch.
Thu, 07 Feb 2008 10:25:15 +0100 groke6 added canChangeBaudRate to the driver interface
Mon, 10 Sep 2007 08:04:32 +0200 greg Add win32 target (--can=win32) to compile with msys and mingw32
Sun, 13 May 2007 20:16:09 +0200 etisserant Fixed "function LoadCanDriver() should return library handle instead of 0 if succeeded" bug
Tue, 17 Apr 2007 10:48:17 +0200 etisserant Better error handling for unix and peak_linux.
Thu, 12 Apr 2007 16:36:31 +0200 etisserant Removed Mutex liberation on CanSend. Too much race condition to avoid. Cannot be deeply tested.
Wed, 11 Apr 2007 07:50:34 +0200 etisserant Updated doc. Cleaned some code.
Fri, 06 Apr 2007 16:49:28 +0200 etisserant Changes in the API:
Wed, 04 Apr 2007 13:04:31 +0200 etisserant Win32 Native support and dynamicaly loaded CAN drivers for Linux, Cygwin and Win32.