Jeff Hill
|
a113540e50
|
fixed R3.14.7 wont build for vxWorks 6.0
|
2005-04-13 17:28:14 +00:00 |
|
Jeff Hill
|
649f9f6dc6
|
make certain that com.dll remains resident for its daemon threads even if the
user explicitly uloads it (from a labView DLL)
|
2005-04-11 18:29:52 +00:00 |
|
Jeff Hill
|
8b6bce29dc
|
code moved to osdThread.c
|
2005-04-11 18:19:49 +00:00 |
|
Jeff Hill
|
319e001d1b
|
no longer an owner of this code
|
2005-03-22 21:49:34 +00:00 |
|
Marty Kraimer
|
9d44f32057
|
better error message
|
2005-03-21 14:44:00 +00:00 |
|
Marty Kraimer
|
4fc9c49ac3
|
simplify code for free=1 case
|
2005-03-21 14:28:39 +00:00 |
|
Marty Kraimer
|
b0599e863a
|
The maximum size was initialized to 65636 instead of 65536
|
2005-03-21 14:17:22 +00:00 |
|
Marty Kraimer
|
3fe2c5f343
|
errlog crashes if called from interruot context
|
2005-03-17 20:41:00 +00:00 |
|
Jeff Hill
|
39809d9086
|
posix mutex does not allow mutex to be destroyed that is owned
|
2005-03-01 15:49:12 +00:00 |
|
W. Eric Norum
|
333e4aa176
|
Avoid 'strict-aliasing' warnings.
|
2005-02-18 22:03:24 +00:00 |
|
Jeff Hill
|
12a08561be
|
fixed DLL symbol export for windows
|
2005-02-18 18:39:56 +00:00 |
|
Marty Kraimer
|
b916c750d7
|
do not call vfprintf twice in same routine. powerPC crashes
|
2005-02-15 20:02:01 +00:00 |
|
W. Eric Norum
|
390a6318e8
|
Add 'VME' support for RTEMS-uC5282 target.
|
2005-02-07 15:06:10 +00:00 |
|
W. Eric Norum
|
f317abed5e
|
Allow a little more fragmentation of heap.
|
2005-02-01 23:59:30 +00:00 |
|
W. Eric Norum
|
cd4b7ba067
|
Work around problem with iocsh redirection from within vxWorks scripts.
|
2005-01-10 15:09:26 +00:00 |
|
Marty Kraimer
|
e1c3bfd8d2
|
user correct function prototype
|
2004-12-13 14:32:23 +00:00 |
|
W. Eric Norum
|
64c0807817
|
No devlib for M68k (yet).
|
2004-12-06 16:52:02 +00:00 |
|
Andrew Johnson
|
146eb58120
|
Revive the canary, and add a test routine that checks whether the optimizer
bug is still present. Tornado 2.x compilers for 68K need -O0 to work.
|
2004-11-17 19:58:09 +00:00 |
|
Andrew Johnson
|
e658f3c108
|
Workaround for Tornado 2.x compilers, fixes Mantis Bug #82.
|
2004-11-17 17:17:18 +00:00 |
|
W. Eric Norum
|
f677d2f6c5
|
Add OS-dependent VME support.
|
2004-11-13 17:16:22 +00:00 |
|
W. Eric Norum
|
98641bcfd2
|
Add some routines to make porting from vxWorks a little easier.
I'm a little leery about my quick hack for rebootHookAdd() since the
argument to the 'hooked' function is different.
|
2004-11-11 22:06:52 +00:00 |
|
Marty Kraimer
|
d2c672d238
|
cancel threads in inverse order of creation
|
2004-11-04 14:01:20 +00:00 |
|
Marty Kraimer
|
5c0f09c5d2
|
gphFreeMem did not destroy mutex
|
2004-10-29 18:18:25 +00:00 |
|
Janet B. Anderson
|
39b89bd349
|
Removed osdTime.cpp, cygwin now uses file from posix dir.
|
2004-10-28 13:59:39 +00:00 |
|
Ralph Lange
|
de9767dc34
|
+= "done" - message (all tests should print something).
|
2004-10-26 10:20:35 +00:00 |
|
Marty Kraimer
|
4d4063d7ce
|
make sure tv_nsec < 1000000000L
|
2004-10-25 14:51:42 +00:00 |
|
Ralph Lange
|
da3cd3bc19
|
Also restored old wasteTime value
|
2004-10-22 10:45:03 +00:00 |
|
Jeff Hill
|
8bc593a64e
|
added def of STACK_SIZE_PARAM_IS_A_RESERVATION for compilers that dont provide it
|
2004-10-20 16:35:32 +00:00 |
|
Marty Kraimer
|
a15e9beff6
|
prevent crash if size is 0
|
2004-10-20 12:16:10 +00:00 |
|
Jeff Hill
|
2b7305097b
|
fixed gnu warning
|
2004-10-20 00:05:22 +00:00 |
|
Jeff Hill
|
9df773e88f
|
sockAddrToDottedIP needs to return the string size
|
2004-10-19 18:21:02 +00:00 |
|
Jeff Hill
|
1069541aa6
|
added newline at eof
|
2004-10-19 18:14:01 +00:00 |
|
Jeff Hill
|
9b82574901
|
fixed recently commited problem in ipAddrToDottedIP
|
2004-10-19 18:01:49 +00:00 |
|
Jeff Hill
|
d5e01c38b1
|
commented out dll main source code
|
2004-10-19 17:28:45 +00:00 |
|
Jeff Hill
|
d4c8dd67d3
|
use STACK_SIZE_PARAM_IS_A_RESERVATION thread creation
option - this should allow more threads to run on XP
|
2004-10-19 17:26:01 +00:00 |
|
Jeff Hill
|
d99c0b613a
|
DLL main executes in a very limited execution environment - its probably
smart to just avoid calling any general purpose code there.
|
2004-10-19 17:24:30 +00:00 |
|
Jeff Hill
|
91097d7d32
|
return the number of elements copied from address to ascii conversion func
|
2004-10-19 17:20:15 +00:00 |
|
Jeff Hill
|
010ebea821
|
fixed win32 dll sym export
|
2004-10-19 17:17:31 +00:00 |
|
Jeff Hill
|
2f829e5992
|
removed const from arg to copy constructor as is convention with std
|
2004-10-19 17:12:37 +00:00 |
|
Janet B. Anderson
|
a4aa9234ed
|
Added cast to int to remove gnu compiler warning messages.
|
2004-10-19 15:18:51 +00:00 |
|
Marty Kraimer
|
15e78067ca
|
use epicsThreadGetStackSize is set stacksize
|
2004-10-18 14:29:55 +00:00 |
|
Marty Kraimer
|
399017339e
|
fix possible memory leak
|
2004-10-18 12:04:32 +00:00 |
|
W. Eric Norum
|
e2ecac9e96
|
Avoid duplicate strtod.
|
2004-10-13 14:52:49 +00:00 |
|
Marty Kraimer
|
5161a3b939
|
check for EINTR
|
2004-10-13 12:13:02 +00:00 |
|
Marty Kraimer
|
48ea77dc6f
|
pthread_mutex_lock and pthread_cond_timedwait ignore EINTR
|
2004-10-12 20:06:38 +00:00 |
|
W. Eric Norum
|
0dc034962c
|
Use epicsScanFloat/epicsScanDouble rather than sscanf.
This allows proper handling of Nan/Inf on all architectures.
|
2004-10-12 17:45:31 +00:00 |
|
W. Eric Norum
|
b3bb33f448
|
More warnings.
|
2004-10-12 16:20:40 +00:00 |
|
W. Eric Norum
|
231a037c0b
|
Fix up warnings.
|
2004-10-12 16:18:42 +00:00 |
|
W. Eric Norum
|
81ef601637
|
Fix up diagnostic messages.
|
2004-10-12 16:06:07 +00:00 |
|
W. Eric Norum
|
86152e91b9
|
Clean up some headers.
Add epicsScanReal.c.
|
2004-10-12 13:51:52 +00:00 |
|