Commit Graph

4258 Commits

Author SHA1 Message Date
W. Eric Norum 46dff5ec2b Break osiTimeTest into two parts like the other tests.
Build IOC version of osiTimeTest.
2000-02-26 17:55:40 +00:00
William Lupton 8c60195f4b various, mostly posix, thread mods 2000-02-26 03:11:42 +00:00
Marty Kraimer 7f2867d5d0 put include in correct place 2000-02-25 22:30:01 +00:00
Marty Kraimer 7a24fa2299 more changes for creating dlls 2000-02-25 22:28:44 +00:00
Marty Kraimer 92f89579f6 changes for creating DLLs 2000-02-25 22:01:31 +00:00
Jeff Hill 2ba7aa3741 added C++ support 2000-02-25 21:13:48 +00:00
William Lupton 7295f22089 added tsStrftime() and corresponding osiTime support 2000-02-25 18:20:58 +00:00
Jeff Hill c6892ef291 void * args 2000-02-25 16:31:11 +00:00
W. Eric Norum 07e164fa94 Add task name access routines.
Add preliminary `show task' support.
2000-02-24 22:21:22 +00:00
Marty Kraimer fd910c14e6 add decorated names for stupid win32 2000-02-24 22:07:15 +00:00
Marty Kraimer ed7eb18a52 include recGbl.h 2000-02-24 21:31:50 +00:00
Marty Kraimer ca99984602 moved from libCom/misc to here 2000-02-24 20:37:14 +00:00
Marty Kraimer f4ef2979b5 order of build 2000-02-24 20:35:29 +00:00
Marty Kraimer 3469bf6bc0 moved recSup.h to dbStatic 2000-02-24 20:34:45 +00:00
Marty Kraimer 95dfd8a179 moved from libCom/misc 2000-02-24 20:33:42 +00:00
Marty Kraimer 8923eeeae8 moved include files to where they belong 2000-02-24 20:33:06 +00:00
Marty Kraimer 671be8fc32 move to src/as 2000-02-24 19:49:49 +00:00
Marty Kraimer 6a1adf6bfd change build order 2000-02-24 19:48:27 +00:00
Marty Kraimer fea2884cfe changes so that db doesnt call as 2000-02-24 19:47:22 +00:00
Marty Kraimer 59a559055e changes so that db doesnt depend on as; as on rec 2000-02-24 19:45:20 +00:00
Marty Kraimer b0cd1f2103 moved asSub code from asDbLib to here 2000-02-24 19:44:18 +00:00
Marty Kraimer c9578a7e6e add extern struct dbBase *pdbbase; 2000-02-24 16:33:00 +00:00
Marty Kraimer 01626bb37a include stdef.h 2000-02-24 16:27:54 +00:00
Marty Kraimer bfa0f69f02 osiSem.cpp was not used 2000-02-24 16:25:43 +00:00
Marty Kraimer 894521916a move declaration for pdbbase from iocInit to dbAccess 2000-02-24 15:12:07 +00:00
Jeff Hill 792acfa505 work around WIN32 shutdown issues 2000-02-23 16:11:30 +00:00
Jeff Hill a8b4c8a72a define WIN32 DLL entry points 2000-02-23 16:10:29 +00:00
Marty Kraimer 3d26617b91 drv before rec 2000-02-22 19:11:20 +00:00
Marty Kraimer 1a6a0ce01c change osiSockResource.h to osiSock.h 2000-02-22 19:07:16 +00:00
Marty Kraimer a20f196f73 use dbIoc 2000-02-22 19:02:20 +00:00
Janet B. Anderson ed4352d352 Updated library names. 2000-02-22 17:30:29 +00:00
Janet B. Anderson 4aa6d2bc23 BPTS now created in install directory. 2000-02-22 16:49:39 +00:00
Janet B. Anderson a96a3f7333 Added output file name as an optional command line param. 2000-02-22 15:57:17 +00:00
Janet B. Anderson ee38a74c9a File dbCommon.h now created in install include directory. 2000-02-22 15:55:53 +00:00
Marty Kraimer 3a5faa5e84 use YYYY/MM/DD 2000-02-21 19:30:21 +00:00
Marty Kraimer bba9d246d1 define storage for pdbbase 2000-02-21 19:25:42 +00:00
Marty Kraimer 08e5895e0c get rid of warning; get rid of threadDestroy 2000-02-21 19:24:47 +00:00
Marty Kraimer 3171c257b9 same changes as for 3.13.3 2000-02-21 19:22:22 +00:00
Marty Kraimer 2876b88b8d when building dbCommon only look in source directory 2000-02-21 19:19:49 +00:00
Marty Kraimer 8ce6d07bb7 latest build rules 2000-02-21 19:15:18 +00:00
Marty Kraimer 027d9e1407 nothing left to build 2000-02-21 15:39:56 +00:00
Jeff Hill 50b63036cd taskwdInit() needs ANSI style func proto that specifies no args
not any num of args
2000-02-17 22:00:47 +00:00
Jeff Hill 0839180648 dont import libCom symbols 2000-02-17 21:59:35 +00:00
Marty Kraimer c6a1eb28a0 moved to libCom/taskwd 2000-02-17 20:59:53 +00:00
Marty Kraimer cda567985c moved taskwd.c taskwd.h from src/db to src/libCom/taskwd 2000-02-17 20:59:17 +00:00
Marty Kraimer c428d5cd05 more changes for threadPrivate 2000-02-17 20:33:03 +00:00
W. Eric Norum 7c1a8cd4ff Change implementation of thread-private storage to one similar to the
vxWorks implementation by Andrew Johnson APS/ASD.
2000-02-17 19:25:18 +00:00
Marty Kraimer 2fddb8a998 get rid of threadIsReady 2000-02-17 17:17:01 +00:00
Marty Kraimer 24c780d8c1 added 2000-02-17 16:48:06 +00:00
Marty Kraimer b1118e6ec4 more changes for osdThread.c 2000-02-17 15:39:56 +00:00