Commit Graph

  • e67d89e8a6 changes so things build Marty Kraimer 2000-03-15 18:49:33 +00:00
  • 5c10c3b409 proper flush for claim messages Jeff Hill 2000-03-15 16:05:38 +00:00
  • cc40e5989e changes to build on solaris and vxWorks Marty Kraimer 2000-03-15 14:19:52 +00:00
  • 0149a2c6e0 made threadPrivate error messages (some) dependent on errVerbose William Lupton 2000-03-15 00:14:01 +00:00
  • 96f0eea5bd supported BSD timeval William Lupton 2000-03-15 00:13:30 +00:00
  • 62dd1dfef8 link with the db library Jeff Hill 2000-03-14 23:16:43 +00:00
  • 20f46a2283 cosmetic Jeff Hill 2000-03-14 22:55:12 +00:00
  • 4602470c64 changed function names Jeff Hill 2000-03-14 22:49:41 +00:00
  • a96e26b018 moved new definitions here Jeff Hill 2000-03-14 22:48:49 +00:00
  • e854d70404 dont include net_convert.h Jeff Hill 2000-03-14 22:46:45 +00:00
  • b9ab41263e changed symbol names and moved routines within the file Jeff Hill 2000-03-14 22:45:58 +00:00
  • 99cf6c259f dont include addrList.h Jeff Hill 2000-03-14 22:45:03 +00:00
  • d98f89a45f use new symbol name Jeff Hill 2000-03-14 22:42:00 +00:00
  • a76d253bd3 added dll export keywords Jeff Hill 2000-03-14 22:41:30 +00:00
  • ffe00db8a9 added new line at EOF Jeff Hill 2000-03-14 22:39:05 +00:00
  • d92991d035 added port config fetch Jeff Hill 2000-03-14 22:35:06 +00:00
  • 9f26419e89 removed unused -Ds Jeff Hill 2000-03-14 22:32:14 +00:00
  • 833ea12de9 made compatible with new version of cac Jeff Hill 2000-03-14 22:30:05 +00:00
  • f809f3a716 lock for ++nthreadPrivate Marty Kraimer 2000-03-14 21:18:05 +00:00
  • 7ffd786c1c remove definition of callbackRequest Marty Kraimer 2000-03-14 20:54:39 +00:00
  • eb3bb1d5ce call threadInit() in main Marty Kraimer 2000-03-14 20:33:52 +00:00
  • 9edfa9f2e6 threadPrivateMutex not necessary Marty Kraimer 2000-03-14 20:31:20 +00:00
  • 606441c089 changes for 3.14 Marty Kraimer 2000-03-14 20:23:07 +00:00
  • cb57dc29e2 Updated dll libs. Janet B. Anderson 2000-03-14 20:09:28 +00:00
  • 06faf45271 Updated dll libs. Janet B. Anderson 2000-03-14 20:03:04 +00:00
  • 7aef8a2766 unistd.h not available on winXX Marty Kraimer 2000-03-14 19:57:14 +00:00
  • b3b992c697 removed 'const' from ca_add_fd_registration arg William Lupton 2000-03-14 19:40:23 +00:00
  • 80e8ba8419 include unistd.h Marty Kraimer 2000-03-14 19:36:29 +00:00
  • 0e80cdb41d include dbAccess.h instead of defining dbLoadRecords Marty Kraimer 2000-03-14 19:32:11 +00:00
  • 18cfa83a26 threadOnceMutex => threadPrivateMutex Marty Kraimer 2000-03-14 19:27:10 +00:00
  • 47631977f3 remove redundent db_access.h Marty Kraimer 2000-03-14 19:11:27 +00:00
  • a8d3509088 fixed DLL import problem Jeff Hill 2000-03-14 19:05:17 +00:00
  • 614a83fad3 Use mutex to prevent race in threadPrivateCreate. Use RTEMS task notepad instead of task variables to implement private thread variables. W. Eric Norum 2000-03-14 18:49:27 +00:00
  • 049e46366b fixed WIN32 DLL inmort/export issues Jeff Hill 2000-03-14 18:23:47 +00:00
  • 39a65244b5 link DLL with CA Jeff Hill 2000-03-14 18:21:45 +00:00
  • 53753e3bf6 use ansi prototype Jeff Hill 2000-03-14 17:13:42 +00:00
  • f7f517e27d Add definition for SOCKADDR_HAS_LEN -- this ensures the the correct code in default/osdNetIntf.c is used. W. Eric Norum 2000-03-14 16:51:11 +00:00
  • 6ee30c7d0f Group os-dependent code into a single location. Add SOCKADDR_HAS_LEN conditional. W. Eric Norum 2000-03-14 16:50:20 +00:00
  • 1a426076b1 fixed prototype for ca_add_exception_event() Jeff Hill 2000-03-14 16:47:24 +00:00
  • bc3802b106 fixed missing #define in Solaris build Jeff Hill 2000-03-14 16:20:04 +00:00
  • f072daf26e cleaned up include order Jeff Hill 2000-03-14 16:04:35 +00:00
  • 71e9d31ccd added osdNetIntf.c Jeff Hill 2000-03-14 16:02:06 +00:00
  • a49827b9bc Added dbLoadTemplate.h dependancy. Janet B. Anderson 2000-03-14 15:46:34 +00:00
  • f285e77d5f added osdNetIntf.c Jeff Hill 2000-03-14 15:09:11 +00:00
  • 0665dc7eb3 Add newline at end of file. W. Eric Norum 2000-03-13 22:43:34 +00:00
  • 74f1058f52 fixed more sun pro warnings Jeff Hill 2000-03-13 22:33:38 +00:00
  • 697df77aad Add some definitions. W. Eric Norum 2000-03-13 22:24:50 +00:00
  • 6cb1493727 sun pro warnings Jeff Hill 2000-03-13 22:23:40 +00:00
  • fa7986c634 fixed sun pro warnings Jeff Hill 2000-03-13 22:11:12 +00:00
  • 99777c8c38 Protect calls to gethostbyname and gethostbyaddr with a mutex. On Solaris and RTEMS (and perhaps others) these routines are not thread-safe. W. Eric Norum 2000-03-13 21:44:29 +00:00
  • 20b809963b fixed sun pro warning Jeff Hill 2000-03-13 21:36:56 +00:00
  • c9aabdcfac fixed sun pro warnings Jeff Hill 2000-03-13 21:35:19 +00:00
  • 0ca000e6fe fixed sun pro warnings Jeff Hill 2000-03-13 21:30:06 +00:00
  • 970c037703 more fixes for sun pro warnings Jeff Hill 2000-03-13 21:08:43 +00:00
  • 5e37f1b01c more sun pro warning fixes Jeff Hill 2000-03-13 21:04:36 +00:00
  • 0b99eea4e5 more fixes for sun pro warnings Jeff Hill 2000-03-13 20:58:20 +00:00
  • 0a7b76b7ce minor changes so things build Marty Kraimer 2000-03-13 20:46:07 +00:00
  • 3866810d01 add struct dbCommon; Marty Kraimer 2000-03-13 20:45:10 +00:00
  • 8cc078c466 fixed more sun pro warnings Jeff Hill 2000-03-13 19:42:11 +00:00
  • 1ab3714211 make threadPrivate mthread safe Marty Kraimer 2000-03-13 19:11:09 +00:00
  • b895eb0d18 fixed sun pro warning Jeff Hill 2000-03-13 18:10:48 +00:00
  • 8c1bd84bf3 backed out certain sun pro compiler warning fixes Jeff Hill 2000-03-13 17:56:12 +00:00
  • 7c8f9d0530 fixed more sun prowarnings Jeff Hill 2000-03-13 17:39:34 +00:00
  • 311925da0e fixed sun pro warnings Jeff Hill 2000-03-13 17:30:36 +00:00
  • 2699b86153 fix some of the Cfront like Sun Pro warnings Jeff Hill 2000-03-13 17:17:27 +00:00
  • 44774e69b7 doc Jeff Hill 2000-03-13 16:48:49 +00:00
  • b9d17e8a1e use virtual destructor Jeff Hill 2000-03-13 16:44:00 +00:00
  • 45621fb8b6 file now ends in a new line Jeff Hill 2000-03-13 16:42:55 +00:00
  • f79190200f getting size_t from stddef.h is more portable Jeff Hill 2000-03-13 16:12:55 +00:00
  • b63ccc7962 Added -g to G++_OPT_YES. Janet B. Anderson 2000-03-13 16:04:44 +00:00
  • e028f5b09a fixed gnu warning Jeff Hill 2000-03-13 15:58:12 +00:00
  • d6997574f3 Added -g to GCC_OPT_YES. Janet B. Anderson 2000-03-13 15:55:16 +00:00
  • dd0cc4722d fixed unintialized local problem Jeff Hill 2000-03-13 15:46:43 +00:00
  • d50a3bd0dd remoded const from puser member Jeff Hill 2000-03-13 15:45:56 +00:00
  • c9f1ec72d1 better way to fix gnu warnings Jeff Hill 2000-03-13 15:37:11 +00:00
  • d02b8a526d fixed gnu warnings Jeff Hill 2000-03-13 15:35:11 +00:00
  • 06f49001ff added ca_puser() William Lupton 2000-03-13 09:48:20 +00:00
  • 03fd3956d5 added SD_BOTH definition William Lupton 2000-03-13 08:51:01 +00:00
  • 3c76688a88 added missing 'miu.' in 'usr_arg' references William Lupton 2000-03-13 08:50:41 +00:00
  • 3cb400f0c1 Add definition for SD_BOTH. W. Eric Norum 2000-03-13 01:15:56 +00:00
  • df52a9b1fa Need to include sys/types.h to get size_t declaration. W. Eric Norum 2000-03-13 01:15:05 +00:00
  • 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. W. Eric Norum 2000-03-13 01:13:39 +00:00
  • ecd0ce91e5 Move conditional inclusion of stdarg.h after conditional define of CAC_ANSI_FUNC_PROTO. W. Eric Norum 2000-03-13 01:10:30 +00:00
  • f0eeaecdc1 Add explicit initialization for nullBuff -- gcc complained otherwise. W. Eric Norum 2000-03-13 01:08:47 +00:00
  • 7a173ed34c vxWorks does not have SD_BOTH ?? Jeff Hill 2000-03-11 01:39:59 +00:00
  • 0767a35b96 first cut at multi-threading version Jeff Hill 2000-03-11 01:35:27 +00:00
  • a266d0e586 first cut at multi-threading version Jeff Hill 2000-03-11 01:27:54 +00:00
  • 63c647198c first cut at multi-threading version Jeff Hill 2000-03-11 01:15:28 +00:00
  • 64dceda8e3 add extern keyword to file scope variable definition for visual C++ depite the fact that their doc indicates that this is not required. Jeff Hill 2000-03-10 16:16:18 +00:00
  • 8f8b3b0b76 change order of defs Marty Kraimer 2000-03-09 21:56:44 +00:00
  • 2ce6c32816 Length fix for ControlEnum mapping (analogous to GraphicEnum fixes) as suggested by S. Allison Ralph Lange 2000-03-09 20:32:03 +00:00
  • bbcec6d58d support for C++ Jeff Hill 2000-03-09 19:24:51 +00:00
  • 289587f87e added const to string tables Jeff Hill 2000-03-09 17:33:43 +00:00
  • f70b5a12f1 Added DIRECTORY_TARGETS to buildInstall dependancies. Janet B. Anderson 2000-03-09 17:30:33 +00:00
  • f1579761db changes for initialization errors Marty Kraimer 2000-03-09 15:38:17 +00:00
  • b04776e855 added missing win32 keywords Jeff Hill 2000-03-09 01:50:09 +00:00
  • a8937526bf made two routines static Jeff Hill 2000-03-09 01:41:32 +00:00
  • a02cd4b95d Don't call threadInit from threadCreate -- just print an error message and stop. This avoids problems with recursive failures should a function called by threadInit call errlogPrintf. W. Eric Norum 2000-03-08 23:26:12 +00:00
  • a1df362b2c epicsPrintf=>errlogPrintf; threadSuspendSelf replaces abort Marty Kraimer 2000-03-08 21:11:40 +00:00
  • a0065fb2eb more changes for threadInit Marty Kraimer 2000-03-08 21:09:21 +00:00