Commit Graph

7174 Commits

Author SHA1 Message Date
Jeff Hill
8ca27c4b4e cosmetic 2001-10-03 22:37:30 +00:00
Marty Kraimer
932813b85e check for removesOutstanding 2001-10-03 19:24:38 +00:00
Jeff Hill
659c60fd90 fixed inconsistent signed vs unsigned for thread priority 2001-10-03 18:45:32 +00:00
Jeff Hill
475e16ec96 use subroutine to compute the priority and rearranged cac constructor
to be robust in the face of exceptions (workaround for TII g++ bug)
2001-10-03 17:25:28 +00:00
Jeff Hill
17cb74de76 use subroutine to compute the priority 2001-10-03 17:24:12 +00:00
Jeff Hill
19f8326ae0 use subroutine to compute the priority and dont restart
the recv watchdog while holding the callback lock
2001-10-03 17:23:31 +00:00
Marty Kraimer
67eb482234 Removed accidental commit changes. 2001-10-03 15:21:50 +00:00
Marty Kraimer
bd2f706e0f change daylight savings time 2001-10-03 15:07:42 +00:00
Janet B. Anderson
ac07c6a248 Added USR_LIBS to DLL_LIBS definition. 2001-10-03 13:52:05 +00:00
Jeff Hill
e27671e8d6 call free for memory pointed to by task variable before task variable is deleted 2001-10-02 22:22:51 +00:00
Jeff Hill
37d45a57f3 fixed memory leak in epicsThreadPrivateSet 2001-10-02 22:11:07 +00:00
Janet B. Anderson
ee4b426a34 Changes for automated depends. 2001-10-02 18:20:53 +00:00
Janet B. Anderson
480129b790 Changed SCRIPTS to SCRIPTS_HOST. 2001-10-02 18:17:26 +00:00
Janet B. Anderson
d7717d106d Simplified some rules. 2001-10-02 18:15:42 +00:00
Jeff Hill
0c22d38d55 return "not connected" before "no write access" for put 2001-10-02 17:09:56 +00:00
Janet B. Anderson
75d0fc16e0 Added SCRIPTS_HOST and SCRIPTS_IOC. 2001-10-02 14:48:25 +00:00
Janet B. Anderson
42e498e2ff Changed BIN_INSTALLS to SCRIPTS_HOST. 2001-10-02 14:46:54 +00:00
Janet B. Anderson
ba3be45400 Updates for R3.14.0.beta1. 2001-10-02 14:02:23 +00:00
Janet B. Anderson
e8d24da299 Updated vim and java lines. 2001-10-02 13:57:41 +00:00
Marty Kraimer
3843cc0ddb wait 1 minute before reporting failure to contact ntpserver 2001-10-02 11:51:37 +00:00
Jeff Hill
06ee15bbfb fixed potential deadlock (dont hold lock when calling cb) 2001-10-02 01:15:25 +00:00
Jeff Hill
b19e46db7e send clear channel to the server when claim reply arrives and
there is no matching channel in the client. Also cleared up
other potential glitches related to deleting channels.
2001-10-02 01:14:09 +00:00
Jeff Hill
c54518d555 test for channel connected outside the clear channel request stub 2001-10-02 01:11:06 +00:00
Jeff Hill
deb6813aee changed clear channel interface 2001-10-02 01:10:21 +00:00
Andrew Johnson
0080b2d007 Fixed operation in new app directory. 2001-10-01 21:55:50 +00:00
Janet B. Anderson
3eece23175 Removing unused copyright files. 2001-10-01 21:40:12 +00:00
Jeff Hill
1220439a85 cosmetic 2001-10-01 18:11:33 +00:00
Janet B. Anderson
34b5548ef1 Commented out OBJS_IOC epicsListTest because build fails for vxWorks-ppc604
on win32-x86 host.
2001-10-01 18:00:33 +00:00
Janet B. Anderson
0d9b5ce097 Added basename function. 2001-10-01 17:48:05 +00:00
Janet B. Anderson
ec8a33ea5b Die if rmtree fails. 2001-10-01 17:45:09 +00:00
Janet B. Anderson
d4107b4900 Don't try to create directory if symbolic link of same name exists. 2001-10-01 17:42:09 +00:00
Janet B. Anderson
692c3b64b9 R3_14_0_beta1 2001-10-01 17:37:32 +00:00
Janet B. Anderson
8a29c82245 Merged changes from epics_R3_13_1_branch branch. 2001-10-01 17:36:15 +00:00
W. Eric Norum
c7f8051c84 RTEMS TFTP driver now handles leading ../ path name components properly.
Thus, for ../../dbd/example.dbd to be found properly, the st.cmd script
must be moved down two directories.  For now it is in bin/scripts, but
that may change.
2001-09-29 19:51:24 +00:00
Janet B. Anderson
993f3423ee Changed from tornado20 to tornado202. 2001-09-27 20:56:04 +00:00
Andrew Johnson
26016a2810 Improved readRelease subroutine to allow macro definitions after the
macro has been used.
2001-09-27 19:52:17 +00:00
Andrew Johnson
12ccb0936a Replaced ReadReleaseFile subroutine with version from convertRelease.pl
which supports include and now allows definitions to appear after use.
2001-09-27 19:50:18 +00:00
Jeff Hill
7eaabd7df2 fixed spurious "server memory exhausted" message 2001-09-26 18:59:04 +00:00
W. Eric Norum
cab1f58df1 The RTEMS TFTP driver now supports a limited form of chdir(). This means that
the hack of redefining fopen is no longer necessary.
Link -lrtemsall before -lrtemsCom to ensure that the configuration information
gets pulled from the rtemsCom library.
2001-09-26 15:28:29 +00:00
W. Eric Norum
74f581dce5 RTEMS TFTP driver now supports a limited form of chdir(). This means that
the hack of redefining fopen is no longer necessary.
2001-09-26 15:27:12 +00:00
Marty Kraimer
ec582e8c91 remove def for pdbbase 2001-09-26 13:30:42 +00:00
Marty Kraimer
8139443186 make sure epicsThreadInit called 2001-09-26 12:36:07 +00:00
Marty Kraimer
ade7bebfcd mkre changes for beta1 2001-09-26 11:51:52 +00:00
Marty Kraimer
9a651fe9bf remove extra debug statements; changes for clarity 2001-09-26 11:49:26 +00:00
Jeff Hill
cee658604b fixed unprotected increment that might cause problems on RISC arch 2001-09-25 23:58:11 +00:00
Jeff Hill
1f21e491ed fixed race condition 2001-09-25 23:56:48 +00:00
Jeff Hill
78d663d064 implemented threadExitMain() 2001-09-25 15:59:16 +00:00
Jeff Hill
c7a82c3ce2 fixed race condition 2001-09-25 00:13:20 +00:00
Jeff Hill
0768bb9764 fixed potential race condition 2001-09-25 00:11:46 +00:00
Jeff Hill
0809aa8c8b cosmetic 2001-09-25 00:10:23 +00:00