Commit Graph

9177 Commits

Author SHA1 Message Date
W. Eric Norum
614a83fad3 Use mutex to prevent race in threadPrivateCreate.
Use RTEMS task notepad instead of task variables to implement private
thread variables.
2000-03-14 18:49:27 +00:00
Jeff Hill
049e46366b fixed WIN32 DLL inmort/export issues 2000-03-14 18:23:47 +00:00
Jeff Hill
39a65244b5 link DLL with CA 2000-03-14 18:21:45 +00:00
Jeff Hill
53753e3bf6 use ansi prototype 2000-03-14 17:13:42 +00:00
W. Eric Norum
f7f517e27d Add definition for SOCKADDR_HAS_LEN -- this ensures the the correct
code in default/osdNetIntf.c is used.
2000-03-14 16:51:11 +00:00
W. Eric Norum
6ee30c7d0f Group os-dependent code into a single location.
Add SOCKADDR_HAS_LEN conditional.
2000-03-14 16:50:20 +00:00
Jeff Hill
1a426076b1 fixed prototype for ca_add_exception_event() 2000-03-14 16:47:24 +00:00
Jeff Hill
bc3802b106 fixed missing #define in Solaris build 2000-03-14 16:20:04 +00:00
Jeff Hill
f072daf26e cleaned up include order 2000-03-14 16:04:35 +00:00
Jeff Hill
71e9d31ccd added osdNetIntf.c 2000-03-14 16:02:06 +00:00
Janet B. Anderson
a49827b9bc Added dbLoadTemplate.h dependancy. 2000-03-14 15:46:34 +00:00
Jeff Hill
f285e77d5f added osdNetIntf.c 2000-03-14 15:09:11 +00:00
W. Eric Norum
0665dc7eb3 Add newline at end of file. 2000-03-13 22:43:34 +00:00
Jeff Hill
74f1058f52 fixed more sun pro warnings 2000-03-13 22:33:38 +00:00
W. Eric Norum
697df77aad Add some definitions. 2000-03-13 22:24:50 +00:00
Jeff Hill
6cb1493727 sun pro warnings 2000-03-13 22:23:40 +00:00
Jeff Hill
fa7986c634 fixed sun pro warnings 2000-03-13 22:11:12 +00:00
W. Eric Norum
99777c8c38 Protect calls to gethostbyname and gethostbyaddr with a mutex.
On Solaris and RTEMS (and perhaps others) these routines are not thread-safe.
2000-03-13 21:44:29 +00:00
Jeff Hill
20b809963b fixed sun pro warning 2000-03-13 21:36:56 +00:00
Jeff Hill
c9aabdcfac fixed sun pro warnings 2000-03-13 21:35:19 +00:00
Jeff Hill
0ca000e6fe fixed sun pro warnings 2000-03-13 21:30:06 +00:00
Jeff Hill
970c037703 more fixes for sun pro warnings 2000-03-13 21:08:43 +00:00
Jeff Hill
5e37f1b01c more sun pro warning fixes 2000-03-13 21:04:36 +00:00
Jeff Hill
0b99eea4e5 more fixes for sun pro warnings 2000-03-13 20:58:20 +00:00
Marty Kraimer
0a7b76b7ce minor changes so things build 2000-03-13 20:46:07 +00:00
Marty Kraimer
3866810d01 add struct dbCommon; 2000-03-13 20:45:10 +00:00
Jeff Hill
8cc078c466 fixed more sun pro warnings 2000-03-13 19:42:11 +00:00
Marty Kraimer
1ab3714211 make threadPrivate mthread safe 2000-03-13 19:11:09 +00:00
Jeff Hill
b895eb0d18 fixed sun pro warning 2000-03-13 18:10:48 +00:00
Jeff Hill
8c1bd84bf3 backed out certain sun pro compiler warning fixes 2000-03-13 17:56:12 +00:00
Jeff Hill
7c8f9d0530 fixed more sun prowarnings 2000-03-13 17:39:34 +00:00
Jeff Hill
311925da0e fixed sun pro warnings 2000-03-13 17:30:36 +00:00
Jeff Hill
2699b86153 fix some of the Cfront like Sun Pro warnings 2000-03-13 17:17:27 +00:00
Jeff Hill
44774e69b7 doc 2000-03-13 16:48:49 +00:00
Jeff Hill
b9d17e8a1e use virtual destructor 2000-03-13 16:44:00 +00:00
Jeff Hill
45621fb8b6 file now ends in a new line 2000-03-13 16:42:55 +00:00
Jeff Hill
f79190200f getting size_t from stddef.h is more portable 2000-03-13 16:12:55 +00:00
Janet B. Anderson
b63ccc7962 Added -g to G++_OPT_YES. 2000-03-13 16:04:44 +00:00
Jeff Hill
e028f5b09a fixed gnu warning 2000-03-13 15:58:12 +00:00
Janet B. Anderson
d6997574f3 Added -g to GCC_OPT_YES. 2000-03-13 15:55:16 +00:00
Jeff Hill
dd0cc4722d fixed unintialized local problem 2000-03-13 15:46:43 +00:00
Jeff Hill
d50a3bd0dd remoded const from puser member 2000-03-13 15:45:56 +00:00
Jeff Hill
c9f1ec72d1 better way to fix gnu warnings 2000-03-13 15:37:11 +00:00
Jeff Hill
d02b8a526d fixed gnu warnings 2000-03-13 15:35:11 +00:00
William Lupton
06f49001ff added ca_puser() 2000-03-13 09:48:20 +00:00
William Lupton
03fd3956d5 added SD_BOTH definition 2000-03-13 08:51:01 +00:00
William Lupton
3c76688a88 added missing 'miu.' in 'usr_arg' references 2000-03-13 08:50:41 +00:00
W. Eric Norum
3cb400f0c1 Add definition for SD_BOTH. 2000-03-13 01:15:56 +00:00
W. Eric Norum
df52a9b1fa Need to include sys/types.h to get size_t declaration. 2000-03-13 01:15:05 +00:00
W. Eric Norum
e944b442b2 Always provide `extern' declaration of dbr_size, dbr_value_offset, and
dbr_value_size.  For some reason g++ makes these `local' unless the
extern declaration is present.
2000-03-13 01:13:39 +00:00