3843cc0ddb
wait 1 minute before reporting failure to contact ntpserver
Marty Kraimer2001-10-02 11:51:37 +00:00
06ee15bbfb
fixed potential deadlock (dont hold lock when calling cb)
Jeff Hill2001-10-02 01:15:25 +00:00
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.
Jeff Hill2001-10-02 01:14:09 +00:00
c54518d555
test for channel connected outside the clear channel request stub
Jeff Hill2001-10-02 01:11:06 +00:00
deb6813aee
changed clear channel interface
Jeff Hill2001-10-02 01:10:21 +00:00
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.
W. Eric Norum2001-09-29 19:51:24 +00:00
26016a2810
Improved readRelease subroutine to allow macro definitions after the macro has been used.
Andrew Johnson2001-09-27 19:52:17 +00:00
12ccb0936a
Replaced ReadReleaseFile subroutine with version from convertRelease.pl which supports include and now allows definitions to appear after use.
Andrew Johnson2001-09-27 19:50:18 +00:00
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.
W. Eric Norum2001-09-26 15:28:29 +00:00
74f581dce5
RTEMS TFTP driver now supports a limited form of chdir(). This means that the hack of redefining fopen is no longer necessary.
W. Eric Norum2001-09-26 15:27:12 +00:00
2e329813aa
fixed possible race condition where put notify block might be nilled out while it is running
Jeff Hill2001-09-21 17:09:55 +00:00
c5084f15cc
Removed EPICS_EXTENSIONS dependencies as this causes problems with the RELEASE file checker. Now users of msi, sch2edif, e2db or dbst must have these in their path, or define a variable pointing to the binary in their application configure/RELEASE files. Capfast users may also want to add the definition CAPFAST_TEMPLATES pointing to their EPICS symbols, originally found via (EPICS_EXTENSIONS)/templates/capfast
Andrew Johnson2001-09-20 20:26:38 +00:00
2cb9e531cc
Updated instructions in comments, moved EPICS_BASE to last line.
Andrew Johnson2001-09-20 20:14:35 +00:00
4f2c38bb03
Changed how we decide whether or not to build cdCommands.
Andrew Johnson2001-09-20 20:09:14 +00:00
20ab67691f
dont deadlock if ca_clear_event() is in the subscription update callback
Jeff Hill2001-09-20 17:45:20 +00:00
a04d40082c
fixed put notify blocking bug and put notify type mapping bug
Jeff Hill2001-09-20 17:38:04 +00:00
01e185e1fa
Added RELEASE_INCLUDES and RELEASE_DBDFLAGS. Removed base/configure defs, put defs in app/ext CONFIG_APP_INCLUDE file.
Janet B. Anderson2001-09-13 21:43:53 +00:00
c5d3e65511
Retain order of RELEASE entries in CONFIG_APP_INCLUDE and cdCommands. Added <app>_HOST_LIB variable to CONFIG_APP_INCLUDE.
Andrew Johnson2001-09-13 21:30:23 +00:00
365c82023f
Re-ordered and renamed some output from configAppInclude.
Andrew Johnson2001-09-13 20:54:42 +00:00
8cdc639fb9
Removed duplicate CROSS_CXXFLAGS. Changed CROSS_HDEPENDS_CMD to MKMF. HDEPENDS_INCLUDES_MKMF set to files with relative path names only.
Janet B. Anderson2001-09-13 19:24:20 +00:00
575969a672
Switch to using convertRelease.pl script, run a consistency check in application <top>/configure directories.
Andrew Johnson2001-09-13 19:17:52 +00:00
c51161f7a4
New tool, replaces makeConfigAppInclude.pl makeIocCdCommands.pl and makeRulesInclude.pl and also performs consistency checks of application RELEASE files.
Andrew Johnson2001-09-13 19:14:36 +00:00