Commit Log (Page 55 of 93)

back to main page

Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 Next >>

Summary Period: 2000-03-08 to 2000-02-29 (Commits 3752-3851 of 9251)

mrk
3/8/00 3:09 PM
more changes for threadInit
8 lines of code changed in:
src/libCom/osi/os/posix/osdThread.c (+8 -14)

mrk
3/8/00 12:50 PM
prevent problems when threadInit not called
8 lines of code changed in:
src/libCom/osi/os/posix: osdSem.c (+2), osdThread.c (+6 -1)

mrk
3/8/00 12:49 PM
prevent recursive calls if errlogInit fails
11 lines of code changed in:
src/libCom/error/errlog.c (+11 -10)

jhill
3/8/00 10:25 AM
win32 related keywords
12 lines of code changed in:
src/gdd/dbMapper.cc (+12 -13)

jhill
3/8/00 10:24 AM
doc
6 lines of code changed in:
src/gdd/gdd.cc (+6 -2)

jhill
3/8/00 10:23 AM
dont wrap include files with extern "C" - let the files themselves take care of it
5 lines of code changed in:
src/gdd/dbMapper.h (+5 -4)

jhill
3/8/00 10:21 AM
changed to binary
0 lines of code changed in:
src/gdd/gdd.gif (changed)

jhill
3/8/00 10:16 AM
removed so that I can do a binary add
0 lines of code changed in:
src/gdd/gdd.gif (del)

jhill
3/8/00 10:12 AM
fixed gnu version test
5 lines of code changed in:
src/gdd/gddAppFuncTable.h (+5 -2)

jba
3/7/00 2:39 PM
Fixed link line in C++ munching for VxWorks
2 lines of code changed in:
configure/RULES_BUILD (+2 -2)

norume
3/7/00 2:33 PM
Clean up threadOnceOsd.
Start up interrupt message daemon from threadInit.
26 lines of code changed in:
src/libCom/osi/os/RTEMS: osdInterrupt.c (+6 -5), osdInterrupt.h (+4 -1), osdThread.c (+16 -12)

mrk
3/7/00 2:24 PM
implement latest changes to osiThread.h
41 lines of code changed in:
src/libCom/osi/os/vxWorks/osdThread.c (+41 -7)

norume
3/7/00 11:44 AM
Make RTEMS version of threadShow work like POSIX version when passed a
thread ID of 0 (print a header).
24 lines of code changed in:
src/libCom/osi/os/RTEMS/osdThread.c (+24 -13)

mrk
3/7/00 10:51 AM
use threadOnce
27 lines of code changed in:
src/as: asDbLib.c (+19 -10), asLibRoutines.c (+8 -6)

mrk
3/7/00 8:51 AM
use threadOnce; add lazy init
111 lines of code changed in:
src/libCom/taskwd: taskwd.c (+94 -98), taskwd.h (+17 -34)

jhill
3/6/00 5:45 PM
updated threadShow() and threadInit to match new interface from William
17 lines of code changed in:
src/libCom/osi/os/WIN32/osdThread.c (+17 -14)

jba
3/6/00 4:14 PM
Added dirs for libraries.
2 lines of code changed in:
src/db/test/Makefile (+2)

jba
3/6/00 4:06 PM
Moved NM and MUNCH to vxWorks file.
1 lines of code changed in:
configure/CONFIG_COMMON (+1 -4)

mrk
3/6/00 3:44 PM
split db_access.h so ca not dependent on db
158 lines of code changed in:
src/db: Makefile (+4 -1), dbAddr.h (-10), dbCa.c (+3 -1), db_access.c (+2 -2), db_access.h (+18 -82), db_access_routines.h (new 50), db_convert.h (new 72), db_test.c (+1), dbcar.c (+8 -2)

mrk
3/6/00 3:12 PM
remove include for cadef.h
0 lines of code changed in:
src/libCom/test/fdmgrTest.c (-1)

jba
3/6/00 2:30 PM
Changed static build var names.
5 lines of code changed in:
configure/CONFIG_COMMON (+5 -5)

wlupton
3/6/00 2:21 PM
added #ifdef __cplusplus extern C definition
10 lines of code changed in:
src/libCom/gpHash/gpHash.h (+10 -1)

jba
3/6/00 1:56 PM
Modified AR and RANLIB definitions. Added OP_SYS_CPPFLAGS.
Added defs for gnu bin and lib.
11 lines of code changed in:
configure/CONFIG_COMMON (+11 -5)

jba
3/6/00 1:54 PM
Updated comments.
2 lines of code changed in:
configure/RULES_BUILD (+2 -2)

jba
3/6/00 1:37 PM
Added cygwin.
2 lines of code changed in:
configure/os/CONFIG_COMPAT (+2 -1)

wlupton
3/6/00 12:16 PM
added threadInit call to threadCreate (it _is_ safe!)
7 lines of code changed in:
src/libCom/osi/os/posix/osdThread.c (+7 -4)

jba
3/6/00 8:57 AM
Removed unused reference to _NO_PROTO and unused LIBTYPE definition.
0 lines of code changed in:
src/libCom/Makefile (-7)

norume
3/5/00 7:16 PM
Add call to threadInit before starting tests.
Change threadShow to threadShowAll.
5 lines of code changed in:
src/libCom/test: semBinaryTest.c (+1), semMutexTest.c (+1), threadTest.c (+2 -1), timerTest.c (+1)

norume
3/5/00 3:44 PM
Reflect changes to osiThread.h. New `show' functions. Implement threadInit.
42 lines of code changed in:
src/libCom/osi/os/RTEMS/osdThread.c (+42 -12)

wlupton
3/3/00 8:59 PM
added threadInit, threadExitMain and modified threadShow family
97 lines of code changed in:
src/libCom/osi: osiThread.h (+9 -5), os/posix/osdThread.c (+88 -86)

wlupton
3/3/00 12:37 PM
restored setting of id to 1 after func call in threadOnce (added comments)
3 lines of code changed in:
src/libCom/osi/os/posix/osdThread.c (+3 -2)

mrk
3/3/00 10:37 AM
in threadOnceOsd get rid of *id = 1 after call to func
0 lines of code changed in:
src/libCom/osi/os/posix/osdThread.c (-1)

mrk
3/3/00 10:33 AM
change defs for threadOnceOsd; remove threadIsReady
4 lines of code changed in:
src/libCom/osi/osiThread.h (+4 -19)

mrk
3/3/00 9:11 AM
execute many times so that time is random
70 lines of code changed in:
src/libCom/test/osiTimeTest.cc (+70 -75)

mrk
3/3/00 7:38 AM
pdbbase is defined in dbAccessDefs.h
1 lines of code changed in:
src/db: dbLock.c (-1), dbTest.c (+1 -2)

norume
3/2/00 7:45 PM
Clean up in preparation for release of threadInit.
24 lines of code changed in:
src/libCom/osi/os/RTEMS/osdThread.c (+24 -45)

jba
3/2/00 5:18 PM
Only build vxWorks directory when there is a vxWorks target.
3 lines of code changed in:
src/Makefile (+3 -1)

jba
3/2/00 3:20 PM
Reorganized POSIX flags.
7 lines of code changed in:
configure/CONFIG_COMMON (+7 -8)

mrk
3/2/00 1:14 PM
cvtBpt.c moved from src/bpt to here
80 lines of code changed in:
src/db: Makefile (+1), cvtBpt.c (+79 -88)

mrk
3/2/00 1:11 PM
changes for building win32 dlls
2 lines of code changed in:
src/bpt: Makefile (-7), cvtBpt.c (del), makeBpt.c (+1 -2)

jba
3/2/00 10:50 AM
Removed trailing semicolon on RANLIB command line.
2 lines of code changed in:
configure/RULES_BUILD (+2 -2)

jhill
3/1/00 6:00 PM
added thread once
173 lines of code changed in:
src/libCom/osi/os/WIN32: osdThread.c (+172 -41), osdThread.h (+1 -4)

jhill
3/1/00 5:59 PM
doc
2 lines of code changed in:
src/libCom/osi/os/WIN32/osdSock.c (+2 -7)

jhill
3/1/00 5:57 PM
fixed gnu warnings
2 lines of code changed in:
src/libCom/misc/locationException.h (+2 -2)

norume
3/1/00 5:47 PM
Avoid recursive lockups in threadOnce while still ensuring that a
preempting task does not incorrectly determine that the `init'
function has completed.
2 lines of code changed in:
src/libCom/osi/os/RTEMS/osdThread.c (+2 -1)

jhill
3/1/00 5:22 PM
fixed unterminated string
2 lines of code changed in:
src/libCom/misc/locationException.h (+2 -2)

jhill
3/1/00 5:19 PM
dont use C++ std lib
4 lines of code changed in:
src/libCom/misc/locationException.h (+4 -6)

wlupton
3/1/00 5:14 PM
threadOnce fix (fixes use of macro)
3 lines of code changed in:
src/libCom/osi: osiThread.h (+1 -1), os/posix/osdThread.c (+2 -1)

jhill
3/1/00 5:12 PM
additional header files
3 lines of code changed in:
src/libCom/osi/os/posix/osdProcess.c (+3 -2)

jhill
3/1/00 5:09 PM
added maxPosixFD()
35 lines of code changed in:
src/libCom/osi/os/posix/osdProcess.c (+35 -7)

jhill
3/1/00 4:53 PM
included additional header files
11 lines of code changed in:
src/libCom/osi/os/posix/osdProcess.c (+11 -5)

jhill
3/1/00 4:48 PM
added newline at EOF for UNIX
3 lines of code changed in:
src/libCom/osi/osiProcess.h (+3 -2)

jhill
3/1/00 4:43 PM
move back to solaris
24 lines of code changed in:
src/libCom/osi/os/default/osdSock.c (+24 -33)

jhill
3/1/00 3:39 PM
transfer back to windows
25 lines of code changed in:
src/libCom/osi/os/default/osdSock.c (+25 -7)

jhill
3/1/00 3:25 PM
checked in wrong version
3 lines of code changed in:
src/libCom/misc/locationException.h (+3 -2)

jhill
3/1/00 3:21 PM
removed RTTI
14 lines of code changed in:
src/libCom/misc/locationException.h (+14 -30)

mrk
3/1/00 2:58 PM
add epicsShareAPI to asInit
2 lines of code changed in:
src/as/asDbLib.c (+2 -2)

wlupton
3/1/00 12:51 PM
reverted inadvertent temporary local change
1 lines of code changed in:
src/libCom/Makefile (+1 -1)

wlupton
3/1/00 12:49 PM
threadOnceOsd fix for recursive invocations
2 lines of code changed in:
src/libCom: Makefile (+1 -1), osi/os/posix/osdThread.c (+1 -1)

norume
3/1/00 12:22 PM
Simplified implementation of threadOnce.
12 lines of code changed in:
src/libCom/osi/osiThread.h (+3 -5)
src/libCom/osi/os: RTEMS/osdThread.c (+4 -18), posix/osdThread.c (+4 -18), vxWorks/osdThread.c (+1 -1)

norume
3/1/00 9:09 AM
Add RTEMS implementations of threadGetId and threadOnceOsd.
58 lines of code changed in:
src/libCom/osi/os/RTEMS/osdThread.c (+58 -2)

wlupton
2/29/00 8:30 PM
new threadOnce implementation; added threadGetId
65 lines of code changed in:
src/libCom/osi/osiThread.h (+18 -5)
src/libCom/osi/os/posix: osdThread.c (+34 -7), osdThread.h (-4)
src/libCom/osi/os/vxWorks: osdThread.c (+13 -6), osdThread.h (-4)

wlupton
2/29/00 8:29 PM
changed tsStrftime to tsStampToStrftime
3 lines of code changed in:
src/libCom/osi: osiTime.cpp (+2 -2), tsStamp.h (+1 -1)

jhill
2/29/00 6:59 PM
fixed committed wrong file version
10 lines of code changed in:
src/libCom/misc/locationException.h (+10 -10)

jhill
2/29/00 6:39 PM
installed
75 lines of code changed in:
src/libCom/misc/locationException.h (new 75)

jhill
2/29/00 6:22 PM
use INVALID_SOCKET and new osi routines
11 lines of code changed in:
src/rsrv: caservertask.c (+5 -5), online_notify.c (+6 -6)

jhill
2/29/00 6:19 PM
use double not long double
3 lines of code changed in:
src/libCom/test/fdmgrTest.c (+3 -3)

jhill
2/29/00 6:19 PM
fixed for C++
8 lines of code changed in:
src/libCom/taskwd/taskwd.h (+8 -2)

jhill
2/29/00 6:17 PM
added routines needed by CA
365 lines of code changed in:
src/libCom/osi/os: Linux/osdSock.h (+1), alpha/osdSock.h (+1), cygwin32/osdSock.h (+1), default/osdSock.c (+180 -1), hpux/osdSock.h (+1), posix/osdProcess.c (new 97), sgi/osdSock.h (+1), solaris/osdSock.h (+1), sun4/osdSock.h (+1)
src/libCom/osi/os/RTEMS: osdProcess.c (new 38), osdSock.h (+2 -1)
src/libCom/osi/os/vxWorks: osdProcess.c (new 40), osdSock.h (+1)

jhill
2/29/00 6:17 PM
installed ... (again)
162 lines of code changed in:
src/libCom/osi/os/VMS/osdSock.h (new 162)

jhill
2/29/00 6:10 PM
added routines needed by CA
121 lines of code changed in:
src/libCom/osi/os/VMS/osdProcess.c (new 121)

jhill
2/29/00 6:05 PM
use location exception
10 lines of code changed in:
src/libCom/osi: osiThread.h (+3 -5), osiTime.cpp (+3 -6), osiTime.h (+4 -11)

jhill
2/29/00 6:04 PM
added routines needed by CA
51 lines of code changed in:
src/libCom/osi/osiSock.h (+51 -5)

jhill
2/29/00 6:03 PM
installed
36 lines of code changed in:
src/libCom/osi/osiProcess.h (new 36)

jhill
2/29/00 5:38 PM
use location exception
16 lines of code changed in:
src/libCom/osi: osiEvent.h (+8 -23), osiMutex.h (+8 -23)

jhill
2/29/00 5:37 PM
abort() is probably a better default than cantProceed on most os
2 lines of code changed in:
src/libCom/osi/os/default/osdAssert.c (+2 -2)

jhill
2/29/00 5:35 PM
installed
148 lines of code changed in:
src/libCom/osi/os/WIN32/osdProcess.c (new 148)

jhill
2/29/00 5:34 PM
added routines needed by CA
193 lines of code changed in:
src/libCom/osi/os/WIN32/osdSock.c (+193 -1)

jhill
2/29/00 5:34 PM
added SOCK_SHUTDOWN
1 lines of code changed in:
src/libCom/osi/os/WIN32/osdSock.h (+1)

jhill
2/29/00 5:27 PM
use location exception
24 lines of code changed in:
src/libCom/cxxTemplates: resourceLib.h (+6 -21), tsBTree.h (+2 -5), tsSLList.h (+7 -12)
src/libCom/fdmgr: fdManager.cpp (+4 -7), fdmgr.cpp (+5 -21)

jhill
2/29/00 5:26 PM
added location exception header
4 lines of code changed in:
src/libCom/Makefile (+4 -1)

jhill
2/29/00 4:47 PM
fixed deadlock
16 lines of code changed in:
src/libCom/timer/osiTimer.cpp (+16 -7)

jba
2/29/00 4:30 PM
Changes for win32 build.
63 lines of code changed in:
src/dbtools: Makefile (+3 -1), dbLoadTemplate.h (new 23), dbLoadTemplate.y (+6 -4)
src/misc: Makefile (+2), epicsRelease.c (+9 -3), epicsRelease.h (new 20)

jba
2/29/00 4:29 PM
Changes for win33 build.
8 lines of code changed in:
src/registry: Makefile (+1 -1), registryDeviceSupport.c (+2 -2), registryDriverSupport.c (+2 -2), registryRecordType.c (+2 -2), registryRecordType.h (+1 -1)

jba
2/29/00 4:18 PM
Added asHost_DIR and asIoc_DIR definitions.
2 lines of code changed in:
configure/CONFIG_BASE (+2)

jhill
2/29/00 4:14 PM
use new API
2 lines of code changed in:
src/db/callback.c (+2 -2)

jhill
2/29/00 3:37 PM
use new API
2 lines of code changed in:
src/libCom/test/timerTest.c (+2 -2)

jhill
2/29/00 3:37 PM
fixed deadlock
263 lines of code changed in:
src/libCom/timer: osiTimer.cpp (+241 -129), osiTimer.h (+22 -27)

mrk
2/29/00 3:31 PM
add OSITHREAD_ONCE_INIT
2 lines of code changed in:
src/libCom/osi/os/WIN32/osdThread.h (+2)

mrk
2/29/00 3:25 PM
dummy implementation of threadOnce for win32
12 lines of code changed in:
src/libCom/osi/osiThread.h (+2 -1)
src/libCom/osi/os/WIN32: osdThread.c (+8 -1), osdThread.h (+2)

mrk
2/29/00 3:02 PM
move dbLoadDatabase and dbLoadRecords to dbAccess.c
23 lines of code changed in:
src/db: dbAccess.c (+13 -1), dbAccessDefs.h (+8 -1), iocInit.c (+2 -17)

wlupton
2/29/00 2:41 PM
used new threadOnce() routine
15 lines of code changed in:
src/libCom/error/errlog.c (+15 -5)

wlupton
2/29/00 2:39 PM
added threadOnce() implementation for posix and vxworks
55 lines of code changed in:
src/libCom/osi/osiThread.h (+5)
src/libCom/osi/os/posix: osdSem.c (+2 -2), osdThread.c (+32 -10), osdThread.h (+4 -1)
src/libCom/osi/os/vxWorks: osdThread.c (+8), osdThread.h (+4 -1)

mrk
2/29/00 1:41 PM
get includes correct
2 lines of code changed in:
src/db: Makefile (+1), dbAccess.h (+1 -2)

mrk
2/29/00 1:35 PM
fix includes
240 lines of code changed in:
src/dev/softDev: devAiSoft.c (+11 -9), devAiSoftRaw.c (+11 -9), devAoSoft.c (+10 -9), devAoSoftRaw.c (+10 -9), devBiSoft.c (+9 -7), devBiSoftRaw.c (+9 -7), devBoSoft.c (+8 -7), devBoSoftRaw.c (+8 -7), devEventSoft.c (+9 -7), devHistogramSoft.c (+11 -9), devLiSoft.c (+8 -7), devLoSoft.c (+8 -7), devMbbiDirectSoft.c (+8 -7), devMbbiDirectSoftRaw.c (+8 -7), devMbbiSoft.c (+9 -7), devMbbiSoftRaw.c (+8 -7), devMbboDirectSoft.c (+8 -7), devMbboDirectSoftRaw.c (+8 -7), devMbboSoft.c (+8 -7), devMbboSoftRaw.c (+8 -7), devPtSoft.c (+8 -7), devSASoft.c (+8 -7), devSiSoft.c (+8 -7), devSoSoft.c (+8 -7), devWfSoft.c (+9 -8)
src/dev/testDev: devAiTestAsyn.c (+2 -1), devAoTestAsyn.c (+2 -1), devBiTestAsyn.c (+2 -1), devBoTestAsyn.c (+2 -1), devEventTestIoEvent.c (+2 -1), devHistogramTestAsyn.c (+2 -1), devMbbiTestAsyn.c (+2 -1), devMbboTestAsyn.c (+2 -1), devSiTestAsyn.c (+2 -1), devSoTestAsyn.c (+2 -1), devWfTestAsyn.c (+2 -1)

mrk
2/29/00 1:34 PM
get rid of warnings
10 lines of code changed in:
src/rec: aaiRecord.c (+3 -7), aaoRecord.c (+2 -6), boRecord.c (+1 -2), calcoutRecord.c (-1), seqRecord.c (+1 -2), subRecord.c (+3 -1)

mrk
2/29/00 1:33 PM
more changes for win32 build
289 lines of code changed in:
src/db: Makefile (+1), callback.c (+1 -1), dbAccess.c (+2 -2), dbAccess.h (+13 -232), dbAccessDefs.h (new 252), dbBkpt.c (+5 -2), dbConvert.c (+1 -1), dbEvent.c (+2 -2), dbFastLinkConv.c (+2 -2), dbLock.c (+1 -1), dbNotify.c (+2 -2), dbScan.c (+1 -1), dbTest.c (+2 -2), db_access.c (+2 -2), recGbl.c (+2 -2)

mrk
2/29/00 1:26 PM
include db_access.h
2 lines of code changed in:
src/as/asCa.c (+2 -1)

mrk
2/29/00 12:42 PM
dummy threadShow
10 lines of code changed in:
src/libCom/osi/os/WIN32/osdThread.c (+10 -1)

mrk
2/29/00 10:04 AM
changes for building win32 dlls
15 lines of code changed in:
src/rsrv: camessage.c (+2 -1), camsgtask.c (+2), caserverio.c (+2), caservertask.c (+3 -1), cast_server.c (+2), online_notify.c (+3 -1), server.h (+1 -21), serverInclude.h (new 0)

Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 Next >>


Generated by StatCvs v0.1.3