Summary Period: 2000-02-04 to 2000-01-26 (Commits 3452-3551 of 9251)
|
jba 2/4/00 1:12 PM |
New method of building prod and libraries. |
| 78 lines of code changed in: configure: CONFIG_COMMON (+31 -8), RULES_BUILD (+47 -192) | |
|
jba 2/4/00 1:12 PM |
Changes for dll build. |
| 7 lines of code changed in: src: as/Makefile (+1), bpt/Makefile (+1), db/Makefile (+1), dbStatic/Makefile (+2), libCom/Makefile (+2) | |
|
mrk 2/4/00 10:22 AM |
ascheck_LIBS => PROD_LIBS |
| 1 lines of code changed in: src/as/Makefile (+1 -1) | |
|
mrk 2/4/00 10:21 AM |
change errMdef to errlog |
| 3 lines of code changed in: src: as/asLibRoutines.c (+2 -2), dbStatic/dbStaticLib.c (+1 -1) | |
|
mrk 2/4/00 9:52 AM |
bsdSocketResource=>osiSockResource |
| 5 lines of code changed in: src/util/iocLogServer.c (+5 -2) | |
|
mrk 2/4/00 9:52 AM |
bsdSocketResource=>osiSockResource; extra arg for semXXXShow |
| 14 lines of code changed in: src/rsrv: camessage.c (+1 -1), camsgtask.c (+2 -2), caserverio.c (+2 -2), caservertask.c (+7 -7), cast_server.c (+2 -2) | |
|
mrk 2/4/00 9:42 AM |
get definition for ERROR |
| 2 lines of code changed in: src/util/ca_test_main.c (+2 -1) | |
|
mrk 2/4/00 9:20 AM |
SHARED_LIBRARIES=NO |
| 2 lines of code changed in: configure/CONFIG_SITE (+2 -3) | |
|
jba 2/4/00 9:06 AM |
Modified OBJS build. |
| 48 lines of code changed in: src: db/Makefile (-2), libCom/test/Makefile (+3 -3), rec/Makefile (+37 -43), registry/Makefile (+2 -2), util/Makefile (+4 -9) src/dev: softDev/Makefile (+1 -1), testDev/Makefile (+1 -1) | |
|
jba 2/4/00 8:57 AM |
Remove references to MAN and changed OBJS build. |
| 25 lines of code changed in: configure: CONFIG_COMMON (+6 -12), CONFIG_SITE (+3 -2), RULES_BUILD (+14 -23), RULES_TOP (+2 -2) | |
|
mrk 2/4/00 8:43 AM |
latest version of semBinary |
| 122 lines of code changed in: src/libCom: error/errlog.c (+1 -1), osi/osiSem.h (+3 -2), test/semBinaryTest.c (+83 -34) src/libCom/osi/os: RTEMS/osdSem.c (+3 -3), default/osdInterrupt.c (+4 -1), posix/osdSem.c (+26 -10), vxWorks/osdSem.c (+2 -2) | |
|
mrk 2/3/00 3:56 PM |
latest version of osiThread |
| 22 lines of code changed in: src/libCom/error/errlog.c (+1 -1) src/libCom/test: semBinaryTest.c (+13 -13), threadTest.c (+8 -8) | |
|
mrk 2/3/00 2:27 PM |
new implementation of semBinary |
| 173 lines of code changed in: src/libCom/osi/os/posix: osdSem.c (+118 -126), osdThread.c (+33 -60) src/libCom/test: semMutexTest.c (+14 -19), threadTest.c (+8 -7) | |
|
jba 2/3/00 10:16 AM |
Removed Makefile.Unix. |
| 0 lines of code changed in: src/libCom/Makefile.Unix (del) | |
|
jhill 2/2/00 7:23 PM |
fixed bug in error handling |
| 2 lines of code changed in: src/libCom/logClient/logClient.c (+2 -2) | |
|
norume 2/2/00 7:01 PM |
Check for correct RTEMS status code when obtaining a semaphore without waiting. |
| 2 lines of code changed in: src/libCom/osi/os/RTEMS/osdSem.c (+2 -2) | |
|
jba 2/2/00 5:08 PM |
Fixed test stmnt errors in previous commit. |
| 5 lines of code changed in: src/libCom/calc/sCalcPostfix.c (+5 -5) | |
|
jba 2/2/00 4:42 PM |
Do nothing Makefile. |
| 3 lines of code changed in: src/ca/Makefile (+3 -3) | |
|
jba 2/2/00 4:23 PM |
Fixed test stmnt errors in previous commit. |
| 3 lines of code changed in: src/libCom/calc/postfix.c (+3 -3) | |
|
jba 2/2/00 4:20 PM |
Changed test order in while stmnts to prevent UMR problem. - Evans |
| 9 lines of code changed in: src/libCom/calc/sCalcPostfix.c (+9 -9) | |
|
jba 2/2/00 4:09 PM |
Changed test order in while stmnts to prevent UMR problem. - Evans |
| 16 lines of code changed in: src/libCom/calc/postfix.c (+16 -16) | |
|
jhill 2/2/00 3:48 PM |
added iterator test |
| 8 lines of code changed in: src/libCom/cxxTemplates/test/resourceLibTest.cc (+8) | |
|
mrk 2/2/00 3:48 PM |
use new callback Delay routines |
| 137 lines of code changed in: src/dev/testDev: devAiTestAsyn.c (+8 -37), devAoTestAsyn.c (+8 -36), devBiTestAsyn.c (+10 -38), devBoTestAsyn.c (+10 -37), devEventTestIoEvent.c (+37 -23), devHistogramTestAsyn.c (+11 -35), devMbbiTestAsyn.c (+10 -37), devMbboTestAsyn.c (+10 -38), devSiTestAsyn.c (+11 -36), devSoTestAsyn.c (+12 -37), devWfTestAsyn.c (+10 -35) | |
|
jhill 2/2/00 3:47 PM |
doc |
| 5 lines of code changed in: src/libCom/cxxTemplates/resourceLib.h (+5 -4) | |
|
mrk 2/2/00 1:55 PM |
add callbackRequestDelayed and callbackRequestProcessCallbackDelayed |
| 17 lines of code changed in: src/db: callback.c (+10 -2), callback.h (+7 -2) | |
|
mrk 2/2/00 1:50 PM |
sem*Show level is now unsigned |
| 9 lines of code changed in: src/libCom/osi/osiSem.h (+2 -2) src/libCom/osi/os: RTEMS/osdSem.c (+3 -3), posix/osdSem.c (+2 -2), vxWorks/osdSem.c (+2 -2) | |
|
mrk 2/2/00 1:43 PM |
osiClock;osiwatchdog => callbackRequestDelayed |
| 92 lines of code changed in: src/rec: Makefile (-6), boRecord.c (+22 -32), calcoutRecord.c (+8 -25), histogramRecord.c (+21 -33), palRecord.c (del), palRecord.dbd (del), seqRecord.c (+39 -56), steppermotorRecord.c (del), steppermotorRecord.dbd (del) | |
|
norume 2/2/00 10:31 AM |
Finish conversion of task variable code from include file (INLINE) to functions. |
| 2 lines of code changed in: src/libCom/osi/os/RTEMS/osdThread.c (+2 -8) | |
|
mrk 2/2/00 9:07 AM |
use errVerbose for posix osiSem osiThread messages |
| 100 lines of code changed in: src/libCom/error: errMdef.h (+1 -3), errSymLib.c (+1 -7), errlog.c (+3), errlog.h (+2) src/libCom/osi/os/posix: osdSem.c (+23 -23), osdThread.c (+13 -13) src/libCom/test: semBinaryTest.c (+8 -2), semBinaryTestMain.c (+12 -3), semMutexTest.c (+8 -2), semMutexTestMain.c (+12 -3), threadTest.c (+5 -1), threadTestMain.c (+12 -3) | |
|
mrk 2/2/00 8:58 AM |
Show has additional argument |
| 4 lines of code changed in: src/libCom/osi/os/RTEMS/osdSem.c (+4 -4) | |
|
jba 2/1/00 3:42 PM |
Portability change. |
| 3 lines of code changed in: src/libCom/test/Makefile (+3 -3) | |
|
jba 2/1/00 3:02 PM |
Removed references to PRODMT. |
| 0 lines of code changed in: configure/CONFIG_ADDONS (-8) | |
|
jba 2/1/00 2:59 PM |
Removed unneeded astrisk from clean rules. |
| 3 lines of code changed in: configure/RULES_ARCHS (+3 -3) | |
|
mrk 2/1/00 1:40 PM |
backout INLINE; add level argument to semXXXShow |
| 291 lines of code changed in: src/libCom/test/semMutexTest.c (+2 -2) src/libCom/osi: osiSem.h (+5 -38), os/posix/osdSem.c (+16 -2) src/libCom/osi/os/RTEMS: osdInterrupt.c (+2 -1), osdInterrupt.h (+1 -11), osdSem.c (+46 -1), osdSem.h (+2 -45), osdThread.c (+25 -1), osdThread.h (+1 -35) src/libCom/osi/os/vxWorks: osdInterrupt.c (+17 -1), osdInterrupt.h (+1 -15), osdRing.c (+55 -1), osdRing.h (+1 -52), osdSem.c (+116 -1), osdSem.h (+1 -100) | |
|
jba 2/1/00 10:08 AM |
Moved code from RULES to RULES_ARCHS. |
| 27 lines of code changed in: configure: RULES (+2 -46), RULES_ARCHS (+25 -66) | |
|
jba 2/1/00 10:03 AM |
Fixed opt and warn flags. |
| 13 lines of code changed in: configure: CONFIG (+5 -5), CONFIG_COMMON (+3 -7), CONFIG_SITE (+5 -5) | |
|
mrk 2/1/00 9:28 AM |
add missing ) |
| 1 lines of code changed in: src/libCom/osi/os/vxWorks/osdRing.h (+1 -1) | |
|
mrk 2/1/00 8:15 AM |
another attemp at implementing priorities |
| 44 lines of code changed in: src/libCom/osi/os/posix: osdSem.c (+3 -3), osdThread.c (+41 -21) | |
|
mrk 2/1/00 8:14 AM |
add some tests |
| 12 lines of code changed in: src/libCom/test/threadTest.c (+12 -1) | |
|
mrk 2/1/00 8:14 AM |
changes for ToOctalString and ToHwxString |
| 5 lines of code changed in: src/libCom/cvtFast/cvtFast.c (+5 -3) | |
|
jhill 1/31/00 7:20 PM |
removed include of osd files |
| 0 lines of code changed in: src/libCom/test/threadTest.c (-2) | |
|
mrk 1/31/00 4:26 PM |
change threadGetName to taskName |
| 2 lines of code changed in: src/libCom/osi/os/vxWorks/osdAssert.c (+2 -2) | |
|
mrk 1/31/00 4:25 PM |
another attemp to use priorities |
| 79 lines of code changed in: src/libCom/osi/os/posix/osdThread.c (+79 -28) | |
|
jhill 1/31/00 2:14 PM |
fixed sun pro specific pragma |
| 1 lines of code changed in: src/libCom/misc/shareLib.h (+1 -1) | |
|
jba 1/31/00 1:59 PM |
Modified comment. |
| 2 lines of code changed in: configure/CONFIG_COMMON (+2 -2) | |
|
jhill 1/31/00 1:27 PM |
changed GNU from "extern __inline__" to "static __inline__" |
| 1 lines of code changed in: src/libCom/misc/shareLib.h (+1 -1) | |
|
jhill 1/31/00 10:54 AM |
fixed no newline at eof |
| 2 lines of code changed in: src/libCom/osi/os/default/osdInterrupt.h (+2 -1) | |
|
norume 1/29/00 10:13 AM |
Numerous modifications to track changes to OSI/OSD API. |
| 53 lines of code changed in: src/libCom/osi/os/RTEMS: osdSem.c (+12 -45), osdSem.h (+31 -8), osdThread.c (+10 -195) | |
|
jhill 1/28/00 8:44 PM |
reduce WIN32 header file overhead |
| 7 lines of code changed in: src/libCom/osi/os/WIN32/osdSock.h (+7) | |
|
jhill 1/28/00 8:29 PM |
removed INLINE def |
| 2 lines of code changed in: configure/CONFIG_COMMON (+2 -2) | |
|
jhill 1/28/00 8:28 PM |
added INLINE definition |
| 17 lines of code changed in: src/libCom/misc/shareLib.h (+17) | |
|
jhill 1/28/00 8:01 PM |
INLINE is now "extern inline" on GNU |
| 2 lines of code changed in: configure/CONFIG_COMMON (+2 -2) | |
|
jhill 1/28/00 7:31 PM |
fixed warning |
| 1 lines of code changed in: src/libCom/osi/osiTime.cpp (+1 -2) | |
|
jhill 1/28/00 6:55 PM |
use extern with inline on GNU compiler |
| 2 lines of code changed in: configure/CONFIG_COMMON (+2 -2) | |
|
jhill 1/28/00 5:27 PM |
include osdSem.h before any inline implementations |
| 10 lines of code changed in: src/libCom/osi/osiSem.h (+10 -3) | |
|
mrk 1/28/00 4:06 PM |
add epicsShareFunc |
| 28 lines of code changed in: src/libCom/osi/os/vxWorks: osdInterrupt.h (+4 -4), osdRing.h (+10 -10), osdSem.h (+14 -14) | |
|
jba 1/28/00 3:41 PM |
Added strip function to if tests. |
| 6 lines of code changed in: configure/CONFIG_ADDONS (+6 -12) | |
|
jhill 1/28/00 3:37 PM |
now has newline at the end of the file |
| 1 lines of code changed in: src/libCom/osi/os/default/osdRing.h (+1 -1) | |
|
jhill 1/28/00 3:15 PM |
removed error checking of localtime_r() because wrs does not implement what is in the posix standard. |
| 4 lines of code changed in: src/libCom/osi/osiTime.cpp (+4 -4) | |
|
jhill 1/28/00 3:07 PM |
removed gmtime_r prototype |
| 1 lines of code changed in: src/libCom/osi/osiTime.cpp (+1 -4) | |
|
jhill 1/28/00 3:07 PM |
added gmtime_r |
| 4 lines of code changed in: src/libCom/osi/os/WIN32/osdTime.h (+4 -4) | |
|
jhill 1/28/00 2:54 PM |
added osiSockRes.c |
| 1 lines of code changed in: src/libCom/Makefile (+1) | |
|
mrk 1/28/00 2:51 PM |
still getting to work |
| 185 lines of code changed in: src/libCom/osi/os/vxWorks: osdInterrupt.c (+2 -19), osdInterrupt.h (+19 -5), osdRing.c (+2 -54), osdRing.h (+56 -14), osdSem.c (+2 -104), osdSem.h (+103 -46), osdTime.h (+1 -13) | |
|
jba 1/28/00 2:40 PM |
Added -I. include directory. |
| 2 lines of code changed in: configure/CONFIG_COMMON (+2 -2) | |
|
mrk 1/28/00 2:32 PM |
osdSocketResource => osiSockResource |
| 7 lines of code changed in: src/libCom: env/envSubr.c (+2 -2), fdmgr/fdManager.cpp (+2 -2), logClient/logClient.c (+2 -2), misc/aToIPAddr.c (+1 -1) | |
|
mrk 1/28/00 2:04 PM |
dont implement via header file |
| 161 lines of code changed in: src/libCom/osi/os/vxWorks: osdInterrupt.c (+15 -4), osdInterrupt.h (del), osdRing.c (+51 -3), osdRing.h (del), osdSem.c (+94 -10), osdSem.h (del), osdTime.h (del) | |
|
jhill 1/28/00 1:59 PM |
added include of stdlib.h for size_t |
| 2 lines of code changed in: src/libCom/misc/cantProceed.h (+2) | |
|
jhill 1/28/00 1:53 PM |
removed INLINE from interface specification |
| 4 lines of code changed in: src/libCom/osi/osiSem.h (+4 -4) | |
|
jhill 1/28/00 1:41 PM |
file now ens in a new line |
| 1 lines of code changed in: src/libCom/osi/os/posix/osdThread.h (+1 -1) | |
|
jhill 1/28/00 1:39 PM |
file now ends in a new line |
| 1 lines of code changed in: src/libCom/osi/os/default/osdPoolStatus.h (+1 -1) | |
|
jhill 1/28/00 1:36 PM |
added thread var support |
| 403 lines of code changed in: src/libCom/osi/os/WIN32: osdThread.c (+387), osdThread.h (+16 -19) | |
|
jba 1/28/00 12:52 PM |
Changing INSTALL_LOCATION back to top. |
| 2 lines of code changed in: configure/CONFIG_COMMON (+2 -2) | |
|
jba 1/28/00 12:51 PM |
Fixed directory specifications for files moved from src include. |
| 3 lines of code changed in: src/libCom/Makefile (+3 -3) | |
|
jhill 1/28/00 11:48 AM |
use new semId typedefs |
| 22 lines of code changed in: src/libCom/osi/os/WIN32: osdSem.c (+7 -7), osdSem.h (+15 -16) | |
|
jba 1/28/00 11:42 AM |
Removed include directory. |
| 1 lines of code changed in: src/Makefile (+1 -2) | |
|
jba 1/28/00 11:37 AM |
Added files which were moved from src/include. |
| 25 lines of code changed in: src/libCom/Makefile (+25) | |
|
jhill 1/28/00 10:47 AM |
renamed files |
| 19 lines of code changed in: src/libCom/Makefile (+19 -14) | |
|
mrk 1/28/00 9:06 AM |
latest version of osiSem and osiThread |
| 138 lines of code changed in: src/libCom/osi/osiSem.h (+31 -26) src/libCom/osi/os/posix: osdSem.c (+97 -56), osdThread.c (+10 -5) | |
|
jhill 1/27/00 8:32 PM |
renamed files |
| 1 lines of code changed in: src/libCom/osi: osiSigPipeIgnore.h (new 0), os/default/osdInterrupt.c (+1 -1) | |
|
jhill 1/27/00 8:21 PM |
renamed files |
| 1187 lines of code changed in: src/libCom/osi/os/RTEMS: osdInterrupt.c (new 87), osdInterrupt.h (new 11), osdSem.c (new 45), osdThread.c (new 407) src/libCom/osi/os/default: osdAssert.c (new 82), osdFindGlobalSymbol.c (new 3), osdFindGlobalSymbol.h (new 0), osdInterrupt.c (new 47), osdInterrupt.h (new 5), osdPoolStatus.c (new 14), osdPoolStatus.h (new 5), osdRing.c (new 102), osdRing.h (new 1), osdSigPipeIgnore.c (new 0), osdSigPipeIgnore.h (new 0) src/libCom/osi/os/posix: osdSem.c (new 71), osdSem.h (new 0), osdSigPipeIgnore.c (new 0), osdSigPipeIgnore.h (new 0), osdThread.c (new 225), osdThread.h (new 5), osdTime.cpp (new 51), osdTime.h (new 26) | |
|
jhill 1/27/00 8:05 PM |
renamed files |
| 660 lines of code changed in: src/libCom/osi/os/WIN32: osdPoolStatus.c (new 14), osdPoolStatus.h (new 5), osdSem.c (new 7), osdSem.h (new 205), osdSigPipeIgnore.c (new 0), osdSigPipeIgnore.h (new 0), osdThread.c (new 0), osdThread.h (new 57), osdThreadPrivate.h (new 0) src/libCom/osi/os/vxWorks: osdAssert.c (new 86), osdFindGlobalSymbol.c (new 2), osdInterrupt.c (new 16), osdInterrupt.h (new 10), osdPoolStatus.c (new 14), osdRing.c (new 6), osdRing.h (new 14), osdSem.c (new 20), osdSem.h (new 46), osdSigPipeIgnore.c (new 0), osdThread.c (new 158) | |
|
jhill 1/27/00 7:46 PM |
include osdInterrupt.h |
| 2 lines of code changed in: src/libCom/osi/osiInterrupt.h (+2) | |
|
jhill 1/27/00 7:46 PM |
include osdPoolStatus.h |
| 3 lines of code changed in: src/libCom/osi/osiPoolStatus.h (+3 -1) | |
|
jhill 1/27/00 7:45 PM |
include osdRing.h |
| 2 lines of code changed in: src/libCom/osi/osiRing.h (+2) | |
|
jhill 1/27/00 7:45 PM |
added thread private storage API |
| 54 lines of code changed in: src/libCom/osi/osiThread.h (+54 -10) | |
|
jhill 1/27/00 7:43 PM |
moved installed files under the base/install directory by default added vpath for lex skel files |
| 16 lines of code changed in: configure: CONFIG_COMMON (+10 -10), RULES_BUILD (+6 -8) | |
|
mrk 1/27/00 2:14 PM |
semId => semMutexId and semBinaryId |
| 8 lines of code changed in: src/libCom/test: semBinaryTest.c (+4 -4), semMutexTest.c (+4 -4) | |
|
mrk 1/27/00 2:01 PM |
semId => semMutexId and semBinaryId |
| 12 lines of code changed in: src/libCom: error/errlog.c (+3 -3), freeList/freeListLib.c (+2 -2), gpHash/gpHashLib.c (+2 -2), logClient/logClient.c (+5 -5) | |
|
mrk 1/27/00 1:58 PM |
semIf => semMutexId |
| 1 lines of code changed in: src/libCom/dbmf/dbmf.c (+1 -1) | |
|
mrk 1/27/00 1:51 PM |
add libCom/test |
| 2 lines of code changed in: src/Makefile (+2 -1) | |
|
mrk 1/27/00 1:45 PM |
semId => semBinaryId and semMutexId |
| 43 lines of code changed in: src/rsrv/server.h (+7 -7) src/as: asCa.c (+5 -5), asLibRoutines.c (+2 -2) src/db: callback.c (+1 -1), dbBkpt.c (+5 -2), dbBkpt.h (+2 -2), dbCa.c (+2 -2), dbCa.h (+1 -1), dbCommon.dbd (+1 -1), dbEvent.h (+4 -4), dbLock.c (+2 -2), dbNotify.c (+4 -4), dbScan.c (+2 -2), dbTest.c (+2 -2), taskwd.c (+3 -3) | |
|
norume 1/27/00 1:44 PM |
RTEMS-specific implementation of per-thread variable. |
| 35 lines of code changed in: src/libCom/osi/os/RTEMS/osdThread.h (new 35) | |
|
norume 1/27/00 1:43 PM |
RTEMS-specific modifications to osiSem.h declarations. |
| 22 lines of code changed in: src/libCom/osi/os/RTEMS/osdSem.h (new 22) | |
|
jhill 1/27/00 1:24 PM |
removed .. rule for include install and added vpath directive for .skel.static |
| 2 lines of code changed in: configure/RULES_BUILD (+2 -9) | |
|
jhill 1/27/00 12:59 PM |
restored .. rule for include file install |
| 7 lines of code changed in: configure/RULES_BUILD (+7 -7) | |
|
jhill 1/27/00 12:50 PM |
install headers to only include and inclode/$(OS_CLASS) |
| 64 lines of code changed in: configure: CONFIG_COMMON (+47 -20), RULES_BUILD (+17 -9) | |
|
mrk 1/27/00 11:07 AM |
add tests; build new way |
| 74 lines of code changed in: src/libCom/test: Makefile (+21 -2), Makefile.Host (del), semBinaryTest.c (new 28), semBinaryTestMain.c (new 3), semMutexTest.c (new 13), semMutexTestMain.c (new 3), threadTest.c (new 3), threadTestMain.c (new 3) | |
|
jba 1/26/00 4:49 PM |
Fixed OJBS build and some LIBRARY changes. |
| 4 lines of code changed in: configure/RULES_BUILD (+4 -4) | |
|
jba 1/26/00 2:48 PM |
Fixed include order. |
| 6 lines of code changed in: configure/CONFIG_COMMON (+6 -6) | |
|
jba 1/26/00 2:33 PM |
Changed order of build targets. |
| 3 lines of code changed in: configure/RULES_BUILD (+3 -3) | |
![]()
Generated by StatCvs v0.1.3