Janet B. Anderson
|
af0f36394e
|
Initial version.
|
2000-02-07 22:36:01 +00:00 |
|
Jeff Hill
|
4f06c40b09
|
added osiThread.cpp and removed link with unused WIN32 lib
|
2000-02-07 22:02:36 +00:00 |
|
Jeff Hill
|
c92e3235dd
|
added C interface and made thread safe
|
2000-02-07 22:00:33 +00:00 |
|
Jeff Hill
|
8981b13b53
|
reinstalled osiTimeTest.cc
|
2000-02-07 21:59:58 +00:00 |
|
Jeff Hill
|
c7cbe12e65
|
updated
|
2000-02-07 21:59:21 +00:00 |
|
Jeff Hill
|
f9a17aaa6c
|
under construction
|
2000-02-07 21:56:13 +00:00 |
|
Jeff Hill
|
b32f744d0e
|
use ANSI function prototype
|
2000-02-07 21:54:31 +00:00 |
|
Jeff Hill
|
eb7cd78414
|
installed
|
2000-02-07 21:53:15 +00:00 |
|
Jeff Hill
|
bc75765342
|
removed extra arg from threaduspend()
|
2000-02-07 21:52:03 +00:00 |
|
Jeff Hill
|
4c9b75b5ad
|
added zero length UDP flag
|
2000-02-07 21:50:42 +00:00 |
|
Jeff Hill
|
3d698c76cd
|
many C++ related changes
|
2000-02-07 21:38:05 +00:00 |
|
Jeff Hill
|
ea59e4af15
|
use ANSI function prototype
|
2000-02-07 21:35:55 +00:00 |
|
Jeff Hill
|
f1708d65a7
|
removed ERROR and OK definitions since they are nolonger used
and vxWorks specific
|
2000-02-07 21:31:22 +00:00 |
|
Jeff Hill
|
c3f9a86b2f
|
removed extra arg from threaduspend()
|
2000-02-07 21:17:05 +00:00 |
|
Jeff Hill
|
99e13d8304
|
use WIN32 DLL krywords
|
2000-02-07 21:07:31 +00:00 |
|
Jeff Hill
|
d15b7f24c1
|
use ANSI function prototype
|
2000-02-07 21:06:34 +00:00 |
|
Jeff Hill
|
b6488e07e3
|
use ANSI function prototype
|
2000-02-07 21:00:34 +00:00 |
|
Jeff Hill
|
9f529db910
|
added missing argument to threadSuspend() and made errVerbose
visible outside of WIN32 DLL
|
2000-02-07 20:35:20 +00:00 |
|
Janet B. Anderson
|
e70e3fba3e
|
Changes for dll build.
|
2000-02-04 19:12:26 +00:00 |
|
Janet B. Anderson
|
2b59fe270f
|
Modified OBJS build.
|
2000-02-04 15:06:51 +00:00 |
|
Marty Kraimer
|
8d6c6f7e1d
|
latest version of semBinary
|
2000-02-04 14:43:58 +00:00 |
|
Marty Kraimer
|
ea27976241
|
latest version of osiThread
|
2000-02-03 21:56:33 +00:00 |
|
Marty Kraimer
|
1bbf5141d4
|
new implementation of semBinary
|
2000-02-03 20:27:30 +00:00 |
|
Janet B. Anderson
|
3dc04f401a
|
Removed Makefile.Unix.
|
2000-02-03 16:16:34 +00:00 |
|
Jeff Hill
|
8eaf1a4451
|
fixed bug in error handling
|
2000-02-03 01:23:56 +00:00 |
|
W. Eric Norum
|
5e4c7e178f
|
Check for correct RTEMS status code when obtaining a semaphore without waiting.
|
2000-02-03 01:01:50 +00:00 |
|
Janet B. Anderson
|
b40f003fb0
|
Fixed test stmnt errors in previous commit.
|
2000-02-02 23:08:18 +00:00 |
|
Janet B. Anderson
|
137ac31a23
|
Fixed test stmnt errors in previous commit.
|
2000-02-02 22:25:27 +00:00 |
|
Janet B. Anderson
|
af081e0786
|
Changed test order in while stmnts to prevent UMR problem. - Evans
|
2000-02-02 22:20:11 +00:00 |
|
Janet B. Anderson
|
1a11a13f28
|
Changed test order in while stmnts to prevent UMR problem. - Evans
|
2000-02-02 22:09:20 +00:00 |
|
Jeff Hill
|
d967ff6c2f
|
added iterator test
|
2000-02-02 21:48:07 +00:00 |
|
Jeff Hill
|
17a7f128fc
|
doc
|
2000-02-02 21:47:07 +00:00 |
|
Marty Kraimer
|
8a2a27bfce
|
sem*Show level is now unsigned
|
2000-02-02 19:50:06 +00:00 |
|
W. Eric Norum
|
506903d590
|
Finish conversion of task variable code from include file (INLINE) to functions.
|
2000-02-02 16:31:14 +00:00 |
|
Marty Kraimer
|
a1f275cdbd
|
use errVerbose for posix osiSem osiThread messages
|
2000-02-02 15:07:21 +00:00 |
|
Marty Kraimer
|
b79dc734bf
|
Show has additional argument
|
2000-02-02 14:58:59 +00:00 |
|
Janet B. Anderson
|
41f49187bc
|
Portability change.
|
2000-02-01 21:42:24 +00:00 |
|
Marty Kraimer
|
b8d7ab2f9d
|
backout INLINE; add level argument to semXXXShow
|
2000-02-01 19:40:43 +00:00 |
|
Marty Kraimer
|
d6ec8c04cf
|
add missing )
|
2000-02-01 15:28:05 +00:00 |
|
Marty Kraimer
|
045410a368
|
another attemp at implementing priorities
|
2000-02-01 14:15:54 +00:00 |
|
Marty Kraimer
|
a7c0657cf1
|
add some tests
|
2000-02-01 14:14:56 +00:00 |
|
Marty Kraimer
|
5042abe7cc
|
changes for ToOctalString and ToHwxString
|
2000-02-01 14:14:29 +00:00 |
|
Jeff Hill
|
7a8afecc34
|
removed include of osd files
|
2000-02-01 01:20:46 +00:00 |
|
Marty Kraimer
|
0d79fb26d5
|
change threadGetName to taskName
|
2000-01-31 22:26:15 +00:00 |
|
Marty Kraimer
|
4936435302
|
another attemp to use priorities
|
2000-01-31 22:25:41 +00:00 |
|
Jeff Hill
|
4761c987e6
|
fixed sun pro specific pragma
|
2000-01-31 20:14:55 +00:00 |
|
Jeff Hill
|
9a9854de0d
|
changed GNU from "extern __inline__" to "static __inline__"
|
2000-01-31 19:27:26 +00:00 |
|
Jeff Hill
|
834bb4a86b
|
fixed no newline at eof
|
2000-01-31 16:54:53 +00:00 |
|
W. Eric Norum
|
bb656dbd6e
|
Numerous modifications to track changes to OSI/OSD API.
|
2000-01-29 16:13:52 +00:00 |
|
Jeff Hill
|
6064fc8385
|
reduce WIN32 header file overhead
|
2000-01-29 02:44:02 +00:00 |
|