Summary Period: 2002-12-06 to 2002-11-07 (Commits 7052-7151 of 9251)
|
mrk 12/6/02 7:47 AM |
get rid of warning messages |
| 6 lines of code changed in: src/libCom/osi/os/posix/osdSignal.cpp (+6) | |
|
jhill 12/5/02 8:22 PM |
fixed borland build |
| 2 lines of code changed in: src/cas/generic/casInternal.h (+2 -2) | |
|
jhill 12/5/02 6:47 PM |
fix undefined symbols with gnu |
| 4 lines of code changed in: src/cas/generic: casMonEvent.cc (+2 -1), st/casStreamOS.cc (+2 -1) | |
|
jhill 12/5/02 6:36 PM |
fixed throws specification |
| 3 lines of code changed in: src/cas/generic/casInternal.h (+3 -2) | |
|
jhill 12/5/02 6:35 PM |
cleaned up blockUntilBytesArePendingInOS () |
| 51 lines of code changed in: src/ca: tcpiiu.cpp (+49 -5), virtualCircuit.h (+2 -2) | |
|
jhill 12/5/02 6:22 PM |
changed name of R3.14 ca client status |
| 1 lines of code changed in: src/rsrv/caserverio.c (+1 -1) | |
|
jhill 12/5/02 6:22 PM |
distinguish between db status and other types |
| 5 lines of code changed in: src/rsrv/camessage.c (+5 -3) | |
|
jhill 12/5/02 6:05 PM |
some initial steps towards fre list based memory management |
| 957 lines of code changed in: src/cas: build/Makefile (-1), example/directoryService/main.cc (+1 -5) src/cas/generic: caServer.cc (+17 -17), caServerIIL.h (+33 -1), casAsyncIOI.cc (+20 -15), casAsyncPVAttachIO.cc (+3 -3), casAsyncPVExistIO.cc (+2 -2), casAsyncReadIO.cc (+3 -3), casAsyncWriteIO.cc (+2 -2), casChanDelEv.cc (+9 -4), casChannel.cc (+11 -12), casChannelI.cc (+54 -34), casChannelIIL.h (+5 -29), casClient.cc (+129 -104), casClientMon.cc (del), casCoreClient.cc (+52 -13), casCoreClientIL.h (+66 -4), casEventSys.cc (+39 -65), casEventSysIL.h (+11 -24), casInternal.h (+88 -94), casMonEvent.cc (+66 -24), casMonitor.cc (+64 -42), casOpaqueAddr.cc (+1 -1), casOpaqueAddrIL.h (+2 -2), casPV.cc (+17 -17), casPVI.cc (+4 -4), casPVListChan.cc (+3 -2), casStrmClient.cc (+66 -57), casdef.h (+2 -1), server.h (+141 -128) src/cas/generic/st: casDGIntfOS.cc (+7 -3), casOSD.h (+5 -3), casStreamOS.cc (+19 -21) src/cas/io/bsdSocket: caServerIO.cc (+2 -2), casDGIntfIO.cc (+2 -2), casIntfIO.cc (+3 -3), casStreamIO.cc (+7 -7) | |
|
jhill 12/5/02 5:56 PM |
clean up |
| 33 lines of code changed in: src/cas/generic/caCommonDef.h (+1 -9) src/gdd: gddI.h (+19 -17), smartGDDPointer.cc (+13 -19) | |
|
jhill 12/5/02 5:54 PM |
optimized |
| 3 lines of code changed in: src/gdd/gddAppTable.cc (+3 -4) | |
|
jhill 12/5/02 5:49 PM |
new member function |
| 2 lines of code changed in: src/ca/virtualCircuit.h (+2 -1) | |
|
jhill 12/5/02 5:49 PM |
dont spin for 50 calls to recv() if the incoming circuit is full - 5 times is probably better |
| 47 lines of code changed in: src/ca/tcpiiu.cpp (+47 -22) | |
|
jhill 12/5/02 5:44 PM |
changed name of error code |
| 3 lines of code changed in: src/ca/syncgrp.cpp (+3 -3) | |
|
jhill 12/5/02 5:44 PM |
removed unused parameter |
| 1 lines of code changed in: src/ca/caEventRate.cpp (+1 -1) | |
|
jhill 12/5/02 5:43 PM |
moved error message table out of header file |
| 7 lines of code changed in: src/ca/caerr.h (+7 -85) | |
|
jhill 12/5/02 5:42 PM |
cosmetic |
| 5 lines of code changed in: src/ca: bhe.h (+2 -2), cac.h (+3 -3) | |
|
jhill 12/5/02 5:42 PM |
moved error message table here |
| 81 lines of code changed in: src/ca/access.cpp (+81 -6) | |
|
jhill 12/5/02 5:41 PM |
cosmetic |
| 3 lines of code changed in: src/ca/net_convert.h (+3 -2) | |
|
jhill 12/5/02 5:39 PM |
simplified now that epicsMutexLockWithTimeout() is gone |
| 13 lines of code changed in: src/libCom/osi/os/WIN32/osdMutex.c (+13 -30) | |
|
jhill 12/5/02 5:19 PM |
optimized |
| 88 lines of code changed in: src/libCom/fdmgr: fdManager.cpp (+86 -93), fdManager.h (+2 -2) | |
|
jhill 12/5/02 4:02 PM |
code simplification |
| 4 lines of code changed in: src/libCom/osi/epicsTime.cpp (+4 -10) | |
|
jhill 12/5/02 3:58 PM |
fix sunpro and ms warning |
| 13 lines of code changed in: src/libCom/osi/epicsThread.cpp (+13 -4) | |
|
jhill 12/5/02 3:57 PM |
FIX sunpro WARNING |
| 3 lines of code changed in: src/libCom/osi/epicsThread.h (+3 -2) | |
|
mrk 12/4/02 8:37 AM |
epicsMutexLockWithTimeout no longer exists |
| 14 lines of code changed in: src/db: dbLock.c (+7 -2), dbNotify.c (+7 -2) | |
|
mrk 12/4/02 8:36 AM |
implement fast mutex for posix; remove epicsMutexLockWithTimeout |
| 97 lines of code changed in: src/libCom/test/epicsMutexTest.cpp (-5) src/libCom/osi: epicsMutex.cpp (-16), epicsMutex.h (-4) src/libCom/osi/os: RTEMS/osdMutex.c (+1 -46), WIN32/osdMutex.c (+1 -87), posix/osdMutex.c (+95 -38), vxWorks/osdMutex.c (-18) | |
|
mrk 12/4/02 8:26 AM |
add -D_XOPEN_SOURCE=500 |
| 15 lines of code changed in: configure/os: CONFIG.Common.hpux-parisc (+2 -2), CONFIG.Common.linux-mpc82xx (+2 -2), CONFIG.Common.linux-x86 (+2 -2), CONFIG.Common.solaris-sparc (+2 -1), CONFIG.Common.solaris-x86 (+2 -2), CONFIG.Common.sun4-x86 (+2 -2), CONFIG.solaris-sparc.solaris-sparc (+3 -1) | |
|
norume 12/3/02 4:00 PM |
Use EPICS logging routines. No more syslog. Unless othersise specified, run the network daemons at a lower priority than the EPICS scan threads. This makes the scan response much more deterministic. |
| 36 lines of code changed in: src/RTEMS/base: rtems_init.c (+26 -16), rtems_netconfig.c (+10 -8) | |
|
jba 12/3/02 3:40 PM |
Updated files list for R3.14.1 |
| 10 lines of code changed in: documentation/README.1st (+10 -2) | |
|
jba 12/3/02 2:26 PM |
Removed PROD_VERSION definition. |
| 1 lines of code changed in: configure/os/CONFIG.win32-x86-borland.win32-x86-borland (+1 -2) | |
|
jhill 12/2/02 6:46 PM |
fix undefined symbols on Tornado II |
| 3 lines of code changed in: src/libCom/timer/epicsTimer.cpp (+3 -1) | |
|
jhill 12/2/02 6:37 PM |
fix undefined symbols on Tornado II |
| 6 lines of code changed in: src/ca/templateInstances.cpp (+6 -4) | |
|
jba 12/2/02 9:59 AM |
Changed default CROSS_COMPILER_TARGET_ARCHS to nothing. |
| 2 lines of code changed in: configure/CONFIG_SITE (+2 -3) | |
|
mrk 12/2/02 9:58 AM |
add epicsThreadPriorityIocsh andepicsThreadPriorityBaseMax |
| 2 lines of code changed in: src/libCom/osi/epicsThread.h (+2) | |
|
mrk 12/2/02 9:20 AM |
Allow hex doe VME_IO, CAMAC_IO, AB_IO, GPIB_IO, BITBUS_IO, BBGPIB_IO, VXI_IO |
| 43 lines of code changed in: src/dbStatic/dbStaticLib.c (+43 -34) | |
|
mrk 12/2/02 9:14 AM |
cosmetic changes |
| 3 lines of code changed in: src/rec/subRecord.c (+3 -5) | |
|
mrk 12/2/02 8:51 AM |
get rid of warning message |
| 1 lines of code changed in: src/registry/registerRecordDeviceDriver.pl (+1 -1) | |
|
norume 11/29/02 2:03 PM |
Add prototype for OSI->OSS priority mapper. |
| 3 lines of code changed in: src/libCom/osi/os/RTEMS/osdThread.h (+3 -1) | |
|
norume 11/29/02 8:53 AM |
Fix up definition of CONFORM_CXXFLAGS. Move definition of command-line library OP_SYS_LDLIBS so that the value isn't destroyed. |
| 7 lines of code changed in: configure/CONFIG_COMMON (+7 -7) | |
|
norume 11/29/02 8:52 AM |
Latest RTEMS add-on packages provide libtecla so make it the default on RTEMS. |
| 3 lines of code changed in: configure/os/CONFIG.Common.RTEMS (+3 -3) | |
|
jba 11/27/02 3:40 PM |
Simplified complier option definitions with T_A and OS_CLASS. |
| 8 lines of code changed in: configure/CONFIG_COMMON (+8 -15) | |
|
jba 11/27/02 3:37 PM |
Removed -nostdinc from cross builds. Caused problems with tornado2.2 build. Was told it was not needed. |
| 0 lines of code changed in: configure/CONFIG.CrossCommon (-1) | |
|
jba 11/27/02 3:35 PM |
Removed rebuild from ACTIONS definition. |
| 3 lines of code changed in: configure: RULES_ARCHS (+1 -2), RULES_DIRS (+2 -2) | |
|
norume 11/27/02 11:18 AM |
Link -lCom after -lrtemsCom since the rtems_init routines now use the error logging functions from libCom. |
| 2 lines of code changed in: configure/os/CONFIG.Common.RTEMS (+2 -2) | |
|
mrk 11/27/02 10:16 AM |
always include stdlib |
| 1 lines of code changed in: src/libCom/osi/os/default/epicsReadline.c (+1 -1) | |
|
jhill 11/26/02 7:59 PM |
use correct type for status |
| 24 lines of code changed in: src/gdd/smartGDDPointer.h (+24 -24) | |
|
jhill 11/26/02 7:58 PM |
added diagnostic |
| 2 lines of code changed in: src/gdd/gddI.h (+2 -1) | |
|
jhill 11/26/02 5:24 PM |
use STRICT |
| 3 lines of code changed in: src/libCom/osi/os/WIN32/osdTime.cpp (+3 -3) | |
|
jhill 11/26/02 5:24 PM |
support W95 except if its a 64 bit build |
| 16 lines of code changed in: src/libCom/osi/os/WIN32/osdThread.c (+16 -9) | |
|
jhill 11/26/02 5:20 PM |
use STRICT |
| 24 lines of code changed in: src/libCom/osi/os/WIN32: dllmain.cpp (+1), osdEvent.c (+2 -2), osdMutex.c (+15 -2), osdNetIntf.c (+2 -2), osdProcess.c (+2 -1), osdSock.c (+2 -3) | |
|
jhill 11/25/02 7:59 PM |
cleaned up reference() function |
| 18 lines of code changed in: src/gdd/gddI.h (+18 -16) | |
|
jba 11/25/02 5:34 PM |
Moved COMMANDLINE definitions. |
| 8 lines of code changed in: configure/os: CONFIG.Common.linux-x86 (+1 -5), CONFIG_SITE.Common.linux-x86 (+7 -1) | |
|
jhill 11/25/02 5:28 PM |
fixed arith overflow when computing ref count limit |
| 2 lines of code changed in: src/gdd/gddI.h (+2 -2) | |
|
jba 11/25/02 4:52 PM |
Chnaged java directory name in path. |
| 2 lines of code changed in: startup: borland.bat (+1 -1), win32.bat (+1 -1) | |
|
jba 11/25/02 4:46 PM |
Moved ctdt definitions. |
| 7 lines of code changed in: configure: CONFIG_COMMON (+1 -3), os/CONFIG.Common.vxWorksCommon (+6 -1) | |
|
jba 11/25/02 4:37 PM |
Moved dollars-in-identifiers flag to CONFIG_COMMON. |
| 4 lines of code changed in: configure: CONFIG_COMMON (+2 -2), RULES_BUILD (+2 -2) | |
|
jba 11/25/02 4:28 PM |
Added Command-line input support define for epicsReadline.c. |
| 3 lines of code changed in: src/libCom/Makefile (+3) | |
|
jba 11/25/02 4:25 PM |
Modified defaults for command-line input support. |
| 26 lines of code changed in: configure: CONFIG_COMMON (+6 -6), CONFIG_SITE (+1 -10) configure/os: CONFIG.Common.RTEMS (+6 -1), CONFIG.Common.darwin-ppc (+6 -1), CONFIG.Common.linux-x86 (+7 -1) | |
|
jhill 11/25/02 4:18 PM |
its probably wise (based on failures during stress testing) to use a 32 bit reference counter in gdd |
| 2 lines of code changed in: src/gdd/gdd.h (+2 -2) | |
|
jba 11/22/02 2:21 PM |
Initial version. |
| 0 lines of code changed in: documentation/ConvertingR3.14.0beta2AppsToR3.14.1.html (new 0) | |
|
jba 11/22/02 2:20 PM |
Updates for R3.14.1. |
| 13 lines of code changed in: documentation: BuildingR3.13AppsWithR3.14.html (+3 -3), BuildingR3.13ExtensionsWithR3.14.html (+1 -1), ConvertingR3.13AppsToR3.14.html (+3 -3), KnownProblems.html (+2 -56), README.1st (+2 -2), README.html (+2 -2) | |
|
jba 11/22/02 1:05 PM |
Replaced -traditional with -fdollars-in-identifiers on ctdt compiles. |
| 2 lines of code changed in: configure/RULES_BUILD (+2 -2) | |
|
jba 11/22/02 1:03 PM |
Moved LDLIBS_READLINE LDLIBS_LIBTECLA to os directory. |
| 1 lines of code changed in: configure/CONFIG_COMMON (+1 -3) | |
|
norume 11/21/02 9:07 AM |
Add to provide signal-related stubs. |
| 20 lines of code changed in: src/libCom/osi/os/RTEMS/osdSignal.cpp (new 20) | |
|
norume 11/20/02 2:26 PM |
Remove reference to osdReadline.h. Command-line library selection is now done in CONFIG_SITE. |
| 0 lines of code changed in: src/libCom/Makefile (-1) | |
|
norume 11/20/02 2:17 PM |
Change command-line input to allow CONFIG_SITE selection of libtecla, GNU readline, or built-in EPICS routines. |
| 263 lines of code changed in: configure: CONFIG_COMMON (+8 -1), CONFIG_SITE (+11 -1) configure/os: CONFIG.Common.RTEMS (+5 -4), CONFIG.Common.darwin-ppc (+3 -6), CONFIG.Common.linux-mpc82xx (+3 -3), CONFIG.Common.linux-x86 (+4 -4), CONFIG.Common.vxWorksCommon (+6 -6), CONFIG.Common.win32-x86-cygwin (+3 -3) src/libCom/osi/os: Darwin/osdReadline.h (del), Linux/osdReadline.h (del), RTEMS/osdReadline.h (del) src/libCom/osi/os/default: epicsReadline.c (+216 -36), epicsReadline.h (+3 -4), osdReadline.h (del) | |
|
jba 11/15/02 4:36 PM |
Added TOOL_FAMILY = GNU definition. |
| 6 lines of code changed in: configure/os/CONFIG.Common.vxWorksCommon (+6 -1) | |
|
jba 11/15/02 4:32 PM |
Added comments. |
| 7 lines of code changed in: configure/os/CONFIG_SITE.linux-x86.linux-x86 (+7 -1) | |
|
jba 11/15/02 4:16 PM |
Removed -mlongcall option. |
| 6 lines of code changed in: configure/os: CONFIG.Common.vxWorks-ppc603 (+3 -2), CONFIG.Common.vxWorks-ppc604 (+3 -2) | |
|
jba 11/15/02 3:43 PM |
Added additional T_A rules for USR_CFLAGS, USR_CXXFLAGS, and USR_CPPFLAGS. |
| 37 lines of code changed in: configure/CONFIG_ADDONS (+37) | |
|
jba 11/15/02 3:34 PM |
Updated template rules. Removed shell command. |
| 13 lines of code changed in: configure/RULES.Db (+13 -11) | |
|
jhill 11/14/02 4:19 PM |
workaround for earlier versions of the wiondows SDK |
| 10 lines of code changed in: src/libCom/osi/os/WIN32/osdThread.c (+10 -3) | |
|
jhill 11/14/02 4:14 PM |
workaround visual c++ 6.0 bugs |
| 4 lines of code changed in: src/libCom/timer: epicsTimer.cpp (+2 -2), timer.cpp (+2 -2) | |
|
jhill 11/13/02 10:51 AM |
upgraded error code section |
| 59 lines of code changed in: src/ca/CAref.html (+59 -49) | |
|
jhill 11/12/02 1:16 PM |
fixed comment |
| 2 lines of code changed in: src/libCom/osi/os/WIN32/osdThread.c (+2 -2) | |
|
norume 11/12/02 12:18 PM |
Add temporary configuration for PPC network device. |
| 10 lines of code changed in: src/RTEMS/base/rtems_netconfig.c (+10 -1) | |
|
norume 11/12/02 12:18 PM |
Clean up architecture-specific hooks. Add hook for __i386__ remote serial debugging. |
| 74 lines of code changed in: src/RTEMS/base/rtems_init.c (+74 -52) | |
|
jhill 11/12/02 10:53 AM |
added missing epicsShareDef (should impact only the VAX) |
| 1 lines of code changed in: src/ca/caerr.h (+1 -1) | |
|
lange 11/12/02 4:55 AM |
HP warning fix: missing newline at EOF. |
| 1 lines of code changed in: src/libCom/test/epicsExceptionTestMain.cpp (+1 -1) | |
|
lange 11/12/02 4:46 AM |
Fixed bogus undefined symbols with hpux aCC compiler. |
| 24 lines of code changed in: src/db: dbChannelIO.cpp (+8 -1), dbPutNotifyBlocker.cpp (+8 -1), dbSubscriptionIO.cpp (+8 -1) | |
|
lange 11/12/02 4:30 AM |
Moved STATIC_LDFLAGS out of LDFLAGS. See http://www.aps.anl.gov/epics/mantis/view_bug_advanced_page.php?f_id=20 |
| 16 lines of code changed in: configure/CONFIG_COMMON (+2 -2) configure/os: CONFIG.Common.RTEMS (+4 -4), CONFIG.Common.UnixCommon (+2 -2), CONFIG.Common.vxWorksCommon (+2 -2), CONFIG.win32-x86-borland.win32-x86-borland (+3 -3), CONFIG.win32-x86.win32-x86 (+3 -3) | |
|
lange 11/12/02 4:17 AM |
Fix for static gcc builds |
| 4 lines of code changed in: configure/os/CONFIG.Common.hpux-parisc (+4 -2) | |
|
lange 11/12/02 3:15 AM |
Moved SHARED_LIBRARIES definition, as this is a target feature |
| 16 lines of code changed in: configure/os: CONFIG_SITE.Common.linux-x86 (new 14), CONFIG_SITE.linux-x86.Common (+2 -9) | |
|
lange 11/12/02 2:17 AM |
comments++ |
| 11 lines of code changed in: configure/os/CONFIG_SITE.hpux-parisc.hpux-parisc (+11 -6) | |
|
lange 11/12/02 2:16 AM |
Bugfix for static build |
| 2 lines of code changed in: configure/os/CONFIG.hpux-parisc.hpux-parisc (+2 -2) | |
|
lange 11/12/02 1:53 AM |
DST Changes for 2003 |
| 4 lines of code changed in: configure/CONFIG_SITE_ENV (+4 -2) | |
|
lange 11/12/02 1:16 AM |
Fix for HP native only compiler flags |
| 2 lines of code changed in: src/gdd/Makefile (+2 -1) | |
|
jba 11/11/02 3:51 PM |
Compile *ctdt.c files with COMPILE.ctdt line. |
| 2 lines of code changed in: configure/RULES_BUILD (+2 -2) | |
|
jba 11/11/02 3:50 PM |
Added COMPILE.ctdt definition (no -pedantic option). |
| 3 lines of code changed in: configure/CONFIG_COMMON (+3 -1) | |
|
jba 11/11/02 3:49 PM |
Added Is Tornado version >= 2.2 definition - TORNADO_VERSION_2_2 |
| 2 lines of code changed in: configure/RELEASE (+2) | |
|
jba 11/11/02 1:45 PM |
Added GNU=NO to defaults. |
| 2 lines of code changed in: configure/CONFIG_COMMON (+2 -1) | |
|
jba 11/11/02 1:28 PM |
Added GNU=YES definition. |
| 2 lines of code changed in: configure/CONFIG.gnuCommon (+2) | |
|
jba 11/8/02 10:17 AM |
Removed duplicates in TARGET_* definitions. |
| 6 lines of code changed in: configure/CONFIG_COMMON (+6 -6) | |
|
lange 11/7/02 1:18 PM |
Fixed gcc warning. |
| 2 lines of code changed in: src/rec/seqRecord.c (+2 -2) | |
|
lange 11/7/02 12:48 PM |
Fixed gcc warning. |
| 1 lines of code changed in: src/libCom/osi/os/hpux/osiFileName.h (+1 -1) | |
|
lange 11/7/02 12:36 PM |
Fixed printf warnings by casting size_t to unsigned long. |
| 6 lines of code changed in: src/libCom/dbmf/dbmf.c (+6 -4) | |
|
lange 11/7/02 12:04 PM |
*** empty log message *** |
| 6 lines of code changed in: configure/os/CONFIG_SITE.hpux-parisc.hpux-parisc (new 6) | |
|
lange 11/7/02 11:59 AM |
Build shared libraries on HPUX. |
| 2 lines of code changed in: configure/os/CONFIG.Common.hpux-parisc (+2 -1) | |
|
lange 11/7/02 11:58 AM |
Bugfix (compiler options). |
| 2 lines of code changed in: configure/os/CONFIG.hpux-parisc.hpux-parisc (+2 -4) | |
|
lange 11/7/02 11:50 AM |
Fixed HPUX compiler version string. |
| 1 lines of code changed in: src/libCom/misc/cxxCompilerDependencies.h (+1 -1) | |
|
lange 11/7/02 11:48 AM |
Suppressed HPUX compiler warnings. |
| 3 lines of code changed in: src/libCom/timer/timer.cpp (+3 -3) | |
![]()
Generated by StatCvs v0.1.3