Commit Graph

  • 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
  • 3435e0c38a added const to string table Jeff Hill 2000-03-09 17:36:23 +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
  • 6d851ae852 Added Makefile dependancy on LIBNAME (LIBOBS may have changed). Janet B. Anderson 2000-03-08 22:49:58 +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
  • bc42a7d000 prevent problems when threadInit not called Marty Kraimer 2000-03-08 18:50:58 +00:00
  • a13bf6cc0e prevent recursive calls if errlogInit fails Marty Kraimer 2000-03-08 18:49:56 +00:00
  • 6573b34b01 win32 related keywords Jeff Hill 2000-03-08 16:25:20 +00:00
  • ff0fcde762 doc Jeff Hill 2000-03-08 16:24:20 +00:00
  • 887fc4cd67 dont wrap include files with extern "C" - let the files themselves take care of it Jeff Hill 2000-03-08 16:23:29 +00:00
  • 74f7d15487 changed to binary Jeff Hill 2000-03-08 16:21:01 +00:00
  • f1467f153b removed so that I can do a binary add Jeff Hill 2000-03-08 16:16:29 +00:00
  • b7a2ca9239 fixed gnu version test Jeff Hill 2000-03-08 16:12:08 +00:00
  • 9d282499fd Fixed link line in C++ munching for VxWorks Janet B. Anderson 2000-03-07 20:39:51 +00:00
  • bd169cc2d5 Clean up threadOnceOsd. Start up interrupt message daemon from threadInit. W. Eric Norum 2000-03-07 20:33:07 +00:00
  • cdf3825c97 implement latest changes to osiThread.h Marty Kraimer 2000-03-07 20:24:54 +00:00
  • 4b3e30ddac Make RTEMS version of threadShow work like POSIX version when passed a thread ID of 0 (print a header). W. Eric Norum 2000-03-07 17:44:00 +00:00
  • 1b3ca00e0a use threadOnce Marty Kraimer 2000-03-07 16:51:49 +00:00
  • 635df95acb use threadOnce; add lazy init Marty Kraimer 2000-03-07 14:51:05 +00:00
  • 4ed3956c92 updated threadShow() and threadInit to match new interface from William Jeff Hill 2000-03-06 23:45:32 +00:00
  • 8b37a86446 Added dirs for libraries. Janet B. Anderson 2000-03-06 22:14:42 +00:00
  • 277d1fab82 Moved NM and MUNCH to vxWorks file. Janet B. Anderson 2000-03-06 22:06:46 +00:00
  • 1c6e496995 split db_access.h so ca not dependent on db Marty Kraimer 2000-03-06 21:44:08 +00:00
  • d9b4a5a4c3 remove include for cadef.h Marty Kraimer 2000-03-06 21:12:57 +00:00
  • 267dd2cf99 Changed static build var names. Janet B. Anderson 2000-03-06 20:30:46 +00:00
  • e47924e852 added #ifdef __cplusplus extern C definition William Lupton 2000-03-06 20:21:31 +00:00
  • 9d0ec7c0d5 Modified AR and RANLIB definitions. Added OP_SYS_CPPFLAGS. Added defs for gnu bin and lib. Janet B. Anderson 2000-03-06 19:56:10 +00:00
  • 955e6ae607 Updated comments. Janet B. Anderson 2000-03-06 19:54:09 +00:00
  • c3c6810de6 Added cygwin. Janet B. Anderson 2000-03-06 19:37:03 +00:00
  • 75f9864349 added threadInit call to threadCreate (it _is_ safe!) William Lupton 2000-03-06 18:16:46 +00:00
  • 555fa3ed44 Removed unused reference to _NO_PROTO and unused LIBTYPE definition. Janet B. Anderson 2000-03-06 14:57:13 +00:00
  • 2645a038f1 Add call to threadInit before starting tests. Change threadShow to threadShowAll. W. Eric Norum 2000-03-06 01:16:33 +00:00
  • 7c93a18b2a Reflect changes to osiThread.h. New `show' functions. Implement threadInit. W. Eric Norum 2000-03-05 21:44:06 +00:00
  • 1125a4fe09 added threadInit, threadExitMain and modified threadShow family William Lupton 2000-03-04 02:59:50 +00:00
  • 820fb6bd6c restored setting of id to 1 after func call in threadOnce (added comments) William Lupton 2000-03-03 18:37:41 +00:00
  • 9dcfc96a10 in threadOnceOsd get rid of *id = 1 after call to func Marty Kraimer 2000-03-03 16:37:00 +00:00
  • cd630a1424 change defs for threadOnceOsd; remove threadIsReady Marty Kraimer 2000-03-03 16:33:00 +00:00
  • ed23308c88 execute many times so that time is random Marty Kraimer 2000-03-03 15:11:28 +00:00