Commit Graph

2398 Commits

Author SHA1 Message Date
Marty Kraimer
40f225ce87 add test for epicsThreadSetPriority 2005-11-16 14:12:43 +00:00
Marty Kraimer
48005bf4ca illegal to change priority for non-epics thread 2005-11-16 14:07:56 +00:00
Jeff Hill
05a2ab2893 better sleep quantum estimate 2005-11-14 23:22:16 +00:00
Marty Kraimer
560bb0fb35 check for ERROR not for 0 2005-11-14 20:05:21 +00:00
Jeff Hill
4613bc7d0a net bsd challenged os dont have INADDR_NONE 2005-11-14 17:06:49 +00:00
Jeff Hill
f01f981e54 standards unconformant C++ compilers (such as msvs 6.0) dont like
a std:: in front of the cal to unexpected()
2005-11-14 16:18:06 +00:00
Jeff Hill
f85fa7e105 support mingw 2005-11-11 01:48:59 +00:00
Jeff Hill
e268286f83 less cpu intensive for soft float cpus 2005-11-08 22:46:31 +00:00
Jeff Hill
e7e46f07f5 less cpu intensive for soft float cpus 2005-11-08 22:41:31 +00:00
Jeff Hill
d50d793467 instantiate server 2005-11-08 16:18:57 +00:00
Ralph Lange
c24db105b8 Clarified output message for one of the tests. 2005-11-08 13:57:17 +00:00
Ralph Lange
6820307b60 Fixed warnings for HP-UX. 2005-11-04 15:28:12 +00:00
Jeff Hill
16caaa4a27 spelling in comment 2005-11-01 16:05:53 +00:00
Jeff Hill
e7aef148f9 fixed warnings on 64 bit architectures 2005-11-01 15:59:05 +00:00
Andrew Johnson
b2681f5eb8 Fixed gcc warnings (NULL is a pointer, '\0' is a zero character). 2005-10-28 23:14:06 +00:00
Shifu Xu
8360c29cdb optimize priority scheduling code 2005-10-28 22:12:44 +00:00
Janet B. Anderson
02006d89dd Removed reference to POSIX=YES/NO. 2005-10-28 21:29:21 +00:00
Andrew Johnson
81c052a4e2 Removed epicsList and associated test file - not used or maintained. 2005-10-28 19:36:09 +00:00
Andrew Johnson
728794a306 Fixed solaris warning: String literal converted to char* in initialization. 2005-10-28 18:19:47 +00:00
Andrew Johnson
bffda92e45 Updated to cover recent changes such as default values, and remove things that
were never implemented.
2005-10-28 15:50:21 +00:00
Andrew Johnson
b043efe0c2 Revised and extended tests, convert to standard output format. 2005-10-28 15:42:45 +00:00
Janet B. Anderson
10b20f017a Moved POSIX thread priority scheduling flag from CONFIG_COMMON. 2005-10-28 13:47:52 +00:00
Marty Kraimer
7beea091b1 change way to handle EPERM error 2005-10-28 12:59:26 +00:00
Marty Kraimer
91fb0ccf59 add priority scheduling 2005-10-27 19:26:24 +00:00
Janet B. Anderson
3a20b3973e Modified POSIX thread priority scheduling flag for osdThread.c 2005-10-26 19:39:04 +00:00
Janet B. Anderson
86a68f9368 Added POSIX thread priority scheduling flag for osdThread.c 2005-10-26 19:18:07 +00:00
Janet B. Anderson
8ef6f1728a Added test for DONT_USE_POSIX_THREAD_PRIORITY_SCHEDULING 2005-10-26 18:41:44 +00:00
Jeff Hill
6e4d206301 restore code closing most open files between fork and exec 2005-10-21 17:02:49 +00:00
Marty Kraimer
d8517c7964 drvTS has been unbundled from base 2005-08-25 16:02:05 +00:00
Marty Kraimer
cc3e5d6f5a remove drvTS 2005-08-25 13:09:03 +00:00
Marty Kraimer
cb47f32517 add test for null tid 2005-08-25 13:07:41 +00:00
W. Eric Norum
62d1c16114 Use POSIX TZ environment variable now. 2005-07-20 20:04:44 +00:00
W. Eric Norum
7c004cf3c8 Remove extraneous semicolon. New compilers are pickier. 2005-07-06 21:51:47 +00:00
W. Eric Norum
55ad29ffd2 Remove extraneous semicolon. New versions of gcc complain about it. 2005-07-06 21:39:41 +00:00
W. Eric Norum
eb4dd20921 Use OS-supplied socklent_t. 2005-06-28 20:34:12 +00:00
W. Eric Norum
795a1b91eb Clean up osiSocklen_t typedef. 2005-06-21 15:44:32 +00:00
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