From d55d54d235d01021a824c6155bbcb3e34db4c5f8 Mon Sep 17 00:00:00 2001
From: Marty Kraimer If logMsg was called by netTask it could cause the
+ioc to hang.
+To fix this problem the method of trapping logMsg calls has been changed.
+The fix also means that any code that calls errlogAddListener, e.g.
+CMLOG, will now receive the logMsg messages. Previously if a dbGetLink failed on one of the input links, dbGetLink
+was not called for the remaining links. Now it is. put notify did not act properly if a record had disp=TRUE, i.e.
+if puts are disabled. It now returns S_db_putDisabled. On POSIX systsems if a Channel Access application spawns off 3rd party
software with an exec() call then all open file desriptors are inherited
@@ -23,6 +37,7 @@ This step was no longer required and therefore was removed from the code. The bug exists in probably in all previous versions of EPICS.EPICS Release 3.13.9
Changes since 3.13.8
+errlog and logMsg
+calcRecord and calcoutRecord
+Close-On-Exec flag set for all sockets created in EPICS base
+
+put notify
+Close-On-Exec flag set for all sockets created in EPICS base
Assert fail in CA libraries when system runs low on mbufs
+
Scope