Commit Graph

  • cd000c5aff updated for R3.14.8 Jeff Hill 2005-11-21 20:55:12 +00:00
  • a22f10e0fa Added new host and cross targets. Updated source tree size. Janet B. Anderson 2005-11-21 20:33:43 +00:00
  • 472512d0a2 epicsThreadMustCreate instead of epicsThreadCreate Marty Kraimer 2005-11-21 19:33:44 +00:00
  • 92f32f3c21 new test Marty Kraimer 2005-11-21 19:09:20 +00:00
  • 9cf2c3fd1f renamed README.win32 to readme.MS_Windows Jeff Hill 2005-11-21 17:50:05 +00:00
  • 4a02edc7ca updated to match R3.14.8 Jeff Hill 2005-11-21 17:45:43 +00:00
  • 69d80affb5 Updated comments defining host and cross targets. Janet B. Anderson 2005-11-21 17:14:29 +00:00
  • 7da2de16dc Fix memory leak for priority scheduling Marty Kraimer 2005-11-21 14:17:49 +00:00
  • f0a18144aa SHRLIB_SEARCH_DIRS -> SHRLIB_SEARCH_FULLPATHDIRS (reflecting changes in the build system) Ralph Lange 2005-11-21 09:52:38 +00:00
  • 61776f958e += -mt (multithreading) flag for the standard C compiler Ralph Lange 2005-11-21 09:30:48 +00:00
  • 543a723851 SOCKET_SHUTDOWN_WRITE_SIDE #define no longer required Jeff Hill 2005-11-18 23:51:34 +00:00
  • d53b80a61a GNU compile rrequires LL suffix on constants, borland requires no suffix Jeff Hill 2005-11-18 00:14:40 +00:00
  • 8230f4b189 Set pthreadInfo->isEpicsThread in the epicsThreadCreate() retry. Andrew Johnson 2005-11-17 23:15:51 +00:00
  • 0da934250f Leave PACT true if INP/OUT put fails. Andrew Johnson 2005-11-17 19:16:22 +00:00
  • 50052570e9 run test as thread Marty Kraimer 2005-11-17 15:55:15 +00:00
  • f0fbae7d18 calling ca_context_destroy causes crash Marty Kraimer 2005-11-17 13:42:55 +00:00
  • f0a579cca3 DSXT Bug: Don't call dsxt->del_record() more than once if there's a failure. Andrew Johnson 2005-11-16 23:37:33 +00:00
  • b3092b70ec s/unistd.h/osiUnistd.h/ Andrew Johnson 2005-11-16 17:24:19 +00:00
  • 40f225ce87 add test for epicsThreadSetPriority Marty Kraimer 2005-11-16 14:12:43 +00:00
  • 48005bf4ca illegal to change priority for non-epics thread Marty Kraimer 2005-11-16 14:07:56 +00:00
  • 518ab0c64c Simulation mode patches from Peter Denison (Diamond) Andrew Johnson 2005-11-15 23:35:34 +00:00
  • b17ad0400d Removed chomp of $TOP because cygpath may not be in users`s path. Janet B. Anderson 2005-11-15 22:46:09 +00:00
  • 059b34c626 Override -DUNIX from CONFIG.Common.UnixCommon. Added readline defines. Janet B. Anderson 2005-11-15 22:22:27 +00:00
  • 61ff3b1acb Remove references to READLINE as COMANDLINE_LIBRARY. Janet B. Anderson 2005-11-15 22:13:37 +00:00
  • f0d4c3505f Don't cast to int to subtract pointers. Andrew Johnson 2005-11-15 22:02:44 +00:00
  • 1277b2aa2f Include unistd.h to remove warning. Andrew Johnson 2005-11-15 21:53:14 +00:00
  • 2d83858ed1 Wording improvement. Andrew Johnson 2005-11-15 21:19:44 +00:00
  • 8ba5e2fd1c clarrified return from ca_poll, ca_pend_event Jeff Hill 2005-11-15 20:22:28 +00:00
  • cbaea39950 Reduce number of gcc warnings from generated files. Andrew Johnson 2005-11-15 20:17:59 +00:00
  • 990a0b3ed1 more changes for epicsAtExit handler Marty Kraimer 2005-11-15 13:15:31 +00:00
  • 171977d01f added ca_context_detach Jeff Hill 2005-11-14 23:28:09 +00:00
  • 05a2ab2893 better sleep quantum estimate Jeff Hill 2005-11-14 23:22:16 +00:00
  • 59d687e021 Dont use READLINE as default comandline library. Janet B. Anderson 2005-11-14 22:35:28 +00:00
  • d0bfaba4ed Changed commandline library to READLINE and put cygwin/bin in user's path. Janet B. Anderson 2005-11-14 22:21:35 +00:00
  • 36db07ab3c Removed the defines which are predefined by compiler. Janet B. Anderson 2005-11-14 22:16:13 +00:00
  • dd0eecdc91 Modified comments. Janet B. Anderson 2005-11-14 22:09:32 +00:00
  • 0809007858 add epicsAtExit handler Marty Kraimer 2005-11-14 20:12:23 +00:00
  • 560bb0fb35 check for ERROR not for 0 Marty Kraimer 2005-11-14 20:05:21 +00:00
  • 04ae05f13c Fixed comment. Janet B. Anderson 2005-11-14 17:39:15 +00:00
  • 741e9dcce6 Changed line order and added comment. Janet B. Anderson 2005-11-14 17:37:27 +00:00
  • 395401711b Set WIND_HOST_TYPE to x86-linux_64. Janet B. Anderson 2005-11-14 17:12:13 +00:00
  • 4613bc7d0a net bsd challenged os dont have INADDR_NONE Jeff Hill 2005-11-14 17:06:49 +00:00
  • fbc257c9a2 standards unconformant C++ compilers (such as msvs 6.0) dont like two for loops with the same varaible name in the same scope Jeff Hill 2005-11-14 16:29:48 +00:00
  • f01f981e54 standards unconformant C++ compilers (such as msvs 6.0) dont like a std:: in front of the cal to unexpected() Jeff Hill 2005-11-14 16:18:06 +00:00
  • 29d179401f standards unconformant C++ compilers (such as msvs 6.0) dont like two for loops with the same varaible name in the same scope Jeff Hill 2005-11-14 16:16:55 +00:00
  • 343ecd29e8 removed return of void from void function which makes standards incompliant compiler bark Jeff Hill 2005-11-14 16:14:07 +00:00
  • 72d92451a6 removed space in front of #else Jeff Hill 2005-11-14 16:12:57 +00:00
  • f85fa7e105 support mingw Jeff Hill 2005-11-11 01:48:59 +00:00
  • 87dbfb1165 no need to define _x86_ and _win32 for mingw cpp Jeff Hill 2005-11-11 01:44:04 +00:00
  • f4aa9c2e33 fix for mantis 153 Jeff Hill 2005-11-09 23:55:15 +00:00
  • a6957a6ec1 fixed some potential cleanup problems when there is insufficent memory to finish creating a new client Jeff Hill 2005-11-09 01:20:35 +00:00
  • e268286f83 less cpu intensive for soft float cpus Jeff Hill 2005-11-08 22:46:31 +00:00
  • e7e46f07f5 less cpu intensive for soft float cpus Jeff Hill 2005-11-08 22:41:31 +00:00
  • 6f6f1d22cd better fix for mantis 111 Jeff Hill 2005-11-08 21:25:23 +00:00
  • d50d793467 instantiate server Jeff Hill 2005-11-08 16:18:57 +00:00
  • c24db105b8 Clarified output message for one of the tests. Ralph Lange 2005-11-08 13:57:17 +00:00
  • f4acd859cc INADD_NONE:<repeater port> based UDP "disconnect" Jeff Hill 2005-11-07 17:35:39 +00:00
  • 77a023dc39 INADD_NONE:<repeater port> based UDP "disconnect" Jeff Hill 2005-11-07 17:11:35 +00:00
  • 4fee01b0c7 try INADD_NONE:0 based UDP "disconnect" on various OS Jeff Hill 2005-11-07 17:02:20 +00:00
  • 3dfe7043ba try INADD_NONE based UDP "disconnect" on various OS Jeff Hill 2005-11-07 16:53:35 +00:00
  • c16fa4bb78 Added compile and link flags. Janet B. Anderson 2005-11-04 21:07:56 +00:00
  • 1def6257f3 Override linking with gcc library. Janet B. Anderson 2005-11-04 21:06:06 +00:00
  • 1b9ff04b8f Fixed fixes for HP-UX. Ralph Lange 2005-11-04 16:00:15 +00:00
  • 892f8581b1 Fixed fixes for HP-UX. Ralph Lange 2005-11-04 15:54:34 +00:00
  • 6820307b60 Fixed warnings for HP-UX. Ralph Lange 2005-11-04 15:28:12 +00:00
  • 879d1a95bb Fixed warnings for HP-UX. Ralph Lange 2005-11-04 14:51:16 +00:00
  • aa84e0a6b0 Fixed warnings for HP-UX. Ralph Lange 2005-11-04 14:37:02 +00:00
  • 22be6c91e1 Fixed warnings for HP-UX. Ralph Lange 2005-11-04 14:20:12 +00:00
  • 81df05f19d Updated DST info (for 2006). Ralph Lange 2005-11-04 11:44:37 +00:00
  • 15cdbfdc8c oops c++ comment in c code Jeff Hill 2005-11-03 22:27:04 +00:00
  • 5881fc0cfc UDP disconnect to INADDR_LOOPBACK and port 0 because a UDP connect to AF_UNSPEC only works with modern IP kernel Jeff Hill 2005-11-03 22:23:09 +00:00
  • 63a7e4c72a Initial version. Janet B. Anderson 2005-11-03 20:53:08 +00:00
  • 604a957bb2 Removed references to TEMPLATE_LINKS. Janet B. Anderson 2005-11-03 16:14:38 +00:00
  • 86bc39d824 some progress, more to go Jeff Hill 2005-11-01 23:44:51 +00:00
  • 147270e1fb Fixed errors and typos. Janet B. Anderson 2005-11-01 22:34:13 +00:00
  • 422fd9ebd0 use connect to AF_UNSPEC to not allow incomming messages to beacon sock Jeff Hill 2005-11-01 20:55:33 +00:00
  • d99f868f54 Initial version. Janet B. Anderson 2005-11-01 20:44:15 +00:00
  • ef2c8aa973 Added code for linux-x86_64. Janet B. Anderson 2005-11-01 17:26:50 +00:00
  • 16caaa4a27 spelling in comment Jeff Hill 2005-11-01 16:05:53 +00:00
  • e7aef148f9 fixed warnings on 64 bit architectures Jeff Hill 2005-11-01 15:59:05 +00:00
  • 42f9019c87 Updated files. Janet B. Anderson 2005-11-01 15:34:54 +00:00
  • acd7739098 Initial version. Janet B. Anderson 2005-11-01 15:33:32 +00:00
  • 48fe59aefd Removed posix flags. Janet B. Anderson 2005-10-31 22:36:43 +00:00
  • f30a9bf3b4 Removed unused COMMON_TEMPLATES dependancy. Janet B. Anderson 2005-10-31 22:34:34 +00:00
  • 6c69138be0 dont pass time stamp to receive watchdog notify Jeff Hill 2005-10-31 22:24:38 +00:00
  • c9f43cf50a fix for mantis 111: force recv thread to run first when both receive watchdog and receive thread are blocking for the preeemptive callback control lock Jeff Hill 2005-10-31 22:24:02 +00:00
  • 9b146c4de4 fix for mantis 111: force recv thread to run first when both receive watchdog and receive thread are blocking for the preeemptive callback control lock Jeff Hill 2005-10-31 22:22:58 +00:00
  • 04eaa04246 dont pass time stamp to send timeout notify Jeff Hill 2005-10-31 22:22:10 +00:00
  • 028ef0c788 dont pass time stamp to probe response notify Jeff Hill 2005-10-31 22:20:26 +00:00
  • e0fd23462d dont pass time stamp to beacon notify Jeff Hill 2005-10-31 22:19:59 +00:00
  • df16e0238a fix for mantis 111: force recv thread to run first when both receive watchdog and receive thread are blocking for the preeemptive callback control lock Jeff Hill 2005-10-31 21:57:14 +00:00
  • 4fda53615a added comment Jeff Hill 2005-10-31 21:53:36 +00:00
  • 12727edb36 Extended Device Support interface. Andrew Johnson 2005-10-31 20:54:10 +00:00
  • 109db70d32 Use EPICS commandline editing. Janet B. Anderson 2005-10-31 19:14:24 +00:00
  • 403f094bd2 add more detail about POSIX thread priorities Marty Kraimer 2005-10-31 12:41:42 +00:00
  • b2681f5eb8 Fixed gcc warnings (NULL is a pointer, '\0' is a zero character). Andrew Johnson 2005-10-28 23:14:06 +00:00
  • 8360c29cdb optimize priority scheduling code Shifu Xu 2005-10-28 22:12:44 +00:00
  • f0a3bc9d2b Changed comments. Janet B. Anderson 2005-10-28 21:33:37 +00:00
  • 02006d89dd Removed reference to POSIX=YES/NO. Janet B. Anderson 2005-10-28 21:29:21 +00:00
  • 9520c4be9f Removed references to POSIX=YES/NO. Janet B. Anderson 2005-10-28 21:28:00 +00:00