Commit Graph

5063 Commits

Author SHA1 Message Date
Marty Kraimer
740f2de82a add test for threadPrivate 2000-03-15 21:36:02 +00:00
Marty Kraimer
eef55f43cc added threadInit() 2000-03-15 20:20:10 +00:00
Marty Kraimer
ebfe6d3d50 changes so that example works on vxWorks 2000-03-15 20:11:14 +00:00
Marty Kraimer
ac597db46f add definition for sysClkRateGet 2000-03-15 19:10:51 +00:00
Marty Kraimer
e67d89e8a6 changes so things build 2000-03-15 18:49:33 +00:00
Jeff Hill
5c10c3b409 proper flush for claim messages 2000-03-15 16:05:38 +00:00
Marty Kraimer
cc40e5989e changes to build on solaris and vxWorks 2000-03-15 14:19:52 +00:00
William Lupton
0149a2c6e0 made threadPrivate error messages (some) dependent on errVerbose 2000-03-15 00:14:01 +00:00
William Lupton
96f0eea5bd supported BSD timeval 2000-03-15 00:13:30 +00:00
Jeff Hill
62dd1dfef8 link with the db library 2000-03-14 23:16:43 +00:00
Jeff Hill
20f46a2283 cosmetic 2000-03-14 22:55:12 +00:00
Jeff Hill
4602470c64 changed function names 2000-03-14 22:49:41 +00:00
Jeff Hill
a96e26b018 moved new definitions here 2000-03-14 22:48:49 +00:00
Jeff Hill
e854d70404 dont include net_convert.h 2000-03-14 22:46:45 +00:00
Jeff Hill
b9ab41263e changed symbol names and moved routines within the file 2000-03-14 22:45:58 +00:00
Jeff Hill
99cf6c259f dont include addrList.h 2000-03-14 22:45:03 +00:00
Jeff Hill
d98f89a45f use new symbol name 2000-03-14 22:42:00 +00:00
Jeff Hill
a76d253bd3 added dll export keywords 2000-03-14 22:41:30 +00:00
Jeff Hill
ffe00db8a9 added new line at EOF 2000-03-14 22:39:05 +00:00
Jeff Hill
d92991d035 added port config fetch 2000-03-14 22:35:06 +00:00
Jeff Hill
9f26419e89 removed unused -Ds 2000-03-14 22:32:14 +00:00
Jeff Hill
833ea12de9 made compatible with new version of cac 2000-03-14 22:30:05 +00:00
Marty Kraimer
f809f3a716 lock for ++nthreadPrivate 2000-03-14 21:18:05 +00:00
Marty Kraimer
7ffd786c1c remove definition of callbackRequest 2000-03-14 20:54:39 +00:00
Marty Kraimer
eb3bb1d5ce call threadInit() in main 2000-03-14 20:33:52 +00:00
Marty Kraimer
9edfa9f2e6 threadPrivateMutex not necessary 2000-03-14 20:31:20 +00:00
Marty Kraimer
606441c089 changes for 3.14 2000-03-14 20:23:07 +00:00
Janet B. Anderson
cb57dc29e2 Updated dll libs. 2000-03-14 20:09:28 +00:00
Janet B. Anderson
06faf45271 Updated dll libs. 2000-03-14 20:03:04 +00:00
Marty Kraimer
7aef8a2766 unistd.h not available on winXX 2000-03-14 19:57:14 +00:00
William Lupton
b3b992c697 removed 'const' from ca_add_fd_registration arg 2000-03-14 19:40:23 +00:00
Marty Kraimer
80e8ba8419 include unistd.h 2000-03-14 19:36:29 +00:00
Marty Kraimer
0e80cdb41d include dbAccess.h instead of defining dbLoadRecords 2000-03-14 19:32:11 +00:00
Marty Kraimer
18cfa83a26 threadOnceMutex => threadPrivateMutex 2000-03-14 19:27:10 +00:00
Marty Kraimer
47631977f3 remove redundent db_access.h 2000-03-14 19:11:27 +00:00
Jeff Hill
a8d3509088 fixed DLL import problem 2000-03-14 19:05:17 +00:00
W. Eric Norum
614a83fad3 Use mutex to prevent race in threadPrivateCreate.
Use RTEMS task notepad instead of task variables to implement private
thread variables.
2000-03-14 18:49:27 +00:00
Jeff Hill
049e46366b fixed WIN32 DLL inmort/export issues 2000-03-14 18:23:47 +00:00
Jeff Hill
39a65244b5 link DLL with CA 2000-03-14 18:21:45 +00:00
Jeff Hill
53753e3bf6 use ansi prototype 2000-03-14 17:13:42 +00:00
W. Eric Norum
f7f517e27d Add definition for SOCKADDR_HAS_LEN -- this ensures the the correct
code in default/osdNetIntf.c is used.
2000-03-14 16:51:11 +00:00
W. Eric Norum
6ee30c7d0f Group os-dependent code into a single location.
Add SOCKADDR_HAS_LEN conditional.
2000-03-14 16:50:20 +00:00
Jeff Hill
1a426076b1 fixed prototype for ca_add_exception_event() 2000-03-14 16:47:24 +00:00
Jeff Hill
bc3802b106 fixed missing #define in Solaris build 2000-03-14 16:20:04 +00:00
Jeff Hill
f072daf26e cleaned up include order 2000-03-14 16:04:35 +00:00
Jeff Hill
71e9d31ccd added osdNetIntf.c 2000-03-14 16:02:06 +00:00
Janet B. Anderson
a49827b9bc Added dbLoadTemplate.h dependancy. 2000-03-14 15:46:34 +00:00
Jeff Hill
f285e77d5f added osdNetIntf.c 2000-03-14 15:09:11 +00:00
W. Eric Norum
0665dc7eb3 Add newline at end of file. 2000-03-13 22:43:34 +00:00
Jeff Hill
74f1058f52 fixed more sun pro warnings 2000-03-13 22:33:38 +00:00