Commit Graph

4956 Commits

Author SHA1 Message Date
Jeff Hill
ff0fcde762 doc 2000-03-08 16:24:20 +00:00
Jeff Hill
887fc4cd67 dont wrap include files with extern "C" - let the files themselves take care of it 2000-03-08 16:23:29 +00:00
Jeff Hill
74f7d15487 changed to binary 2000-03-08 16:21:01 +00:00
Jeff Hill
f1467f153b removed so that I can do a binary add 2000-03-08 16:16:29 +00:00
Jeff Hill
b7a2ca9239 fixed gnu version test 2000-03-08 16:12:08 +00:00
Janet B. Anderson
9d282499fd Fixed link line in C++ munching for VxWorks 2000-03-07 20:39:51 +00:00
W. Eric Norum
bd169cc2d5 Clean up threadOnceOsd.
Start up interrupt message daemon from threadInit.
2000-03-07 20:33:07 +00:00
Marty Kraimer
cdf3825c97 implement latest changes to osiThread.h 2000-03-07 20:24:54 +00:00
W. Eric Norum
4b3e30ddac Make RTEMS version of threadShow work like POSIX version when passed a
thread ID of 0 (print a header).
2000-03-07 17:44:00 +00:00
Marty Kraimer
1b3ca00e0a use threadOnce 2000-03-07 16:51:49 +00:00
Marty Kraimer
635df95acb use threadOnce; add lazy init 2000-03-07 14:51:05 +00:00
Jeff Hill
4ed3956c92 updated threadShow() and threadInit to match new interface from William 2000-03-06 23:45:32 +00:00
Janet B. Anderson
8b37a86446 Added dirs for libraries. 2000-03-06 22:14:42 +00:00
Janet B. Anderson
277d1fab82 Moved NM and MUNCH to vxWorks file. 2000-03-06 22:06:46 +00:00
Marty Kraimer
1c6e496995 split db_access.h so ca not dependent on db 2000-03-06 21:44:08 +00:00
Marty Kraimer
d9b4a5a4c3 remove include for cadef.h 2000-03-06 21:12:57 +00:00
Janet B. Anderson
267dd2cf99 Changed static build var names. 2000-03-06 20:30:46 +00:00
William Lupton
e47924e852 added #ifdef __cplusplus extern C definition 2000-03-06 20:21:31 +00:00
Janet B. Anderson
9d0ec7c0d5 Modified AR and RANLIB definitions. Added OP_SYS_CPPFLAGS.
Added defs for gnu bin and lib.
2000-03-06 19:56:10 +00:00
Janet B. Anderson
955e6ae607 Updated comments. 2000-03-06 19:54:09 +00:00
Janet B. Anderson
c3c6810de6 Added cygwin. 2000-03-06 19:37:03 +00:00
William Lupton
75f9864349 added threadInit call to threadCreate (it _is_ safe!) 2000-03-06 18:16:46 +00:00
Janet B. Anderson
555fa3ed44 Removed unused reference to _NO_PROTO and unused LIBTYPE definition. 2000-03-06 14:57:13 +00:00
W. Eric Norum
2645a038f1 Add call to threadInit before starting tests.
Change threadShow to threadShowAll.
2000-03-06 01:16:33 +00:00
W. Eric Norum
7c93a18b2a Reflect changes to osiThread.h. New `show' functions. Implement threadInit. 2000-03-05 21:44:06 +00:00
William Lupton
1125a4fe09 added threadInit, threadExitMain and modified threadShow family 2000-03-04 02:59:50 +00:00
William Lupton
820fb6bd6c restored setting of id to 1 after func call in threadOnce (added comments) 2000-03-03 18:37:41 +00:00
Marty Kraimer
9dcfc96a10 in threadOnceOsd get rid of *id = 1 after call to func 2000-03-03 16:37:00 +00:00
Marty Kraimer
cd630a1424 change defs for threadOnceOsd; remove threadIsReady 2000-03-03 16:33:00 +00:00
Marty Kraimer
ed23308c88 execute many times so that time is random 2000-03-03 15:11:28 +00:00
Marty Kraimer
25b1ab8e23 pdbbase is defined in dbAccessDefs.h 2000-03-03 13:38:42 +00:00
W. Eric Norum
ecfb9eac2f Clean up in preparation for release of threadInit. 2000-03-03 01:45:23 +00:00
Janet B. Anderson
cecd7f8a92 Only build vxWorks directory when there is a vxWorks target. 2000-03-02 23:18:03 +00:00
Janet B. Anderson
7dd69d1f6c Reorganized POSIX flags. 2000-03-02 21:20:19 +00:00
Marty Kraimer
39ed279872 cvtBpt.c moved from src/bpt to here 2000-03-02 19:14:35 +00:00
Marty Kraimer
fd157d320e changes for building win32 dlls 2000-03-02 19:11:40 +00:00
Janet B. Anderson
99455bfa18 Removed trailing semicolon on RANLIB command line. 2000-03-02 16:50:57 +00:00
Jeff Hill
a366afb80d added thread once 2000-03-02 00:00:01 +00:00
Jeff Hill
99dc24ef61 doc 2000-03-01 23:59:39 +00:00
Jeff Hill
9909fb1de1 fixed gnu warnings 2000-03-01 23:57:49 +00:00
W. Eric Norum
6952fcffc0 Avoid recursive lockups in threadOnce while still ensuring that a
preempting task does not incorrectly determine that the `init'
function has completed.
2000-03-01 23:47:19 +00:00
Jeff Hill
cb81dd020a fixed unterminated string 2000-03-01 23:22:10 +00:00
Jeff Hill
e3ec00e71d dont use C++ std lib 2000-03-01 23:19:25 +00:00
William Lupton
1f57197b5f threadOnce fix (fixes use of macro) 2000-03-01 23:14:18 +00:00
Jeff Hill
2e863b53a3 additional header files 2000-03-01 23:12:51 +00:00
Jeff Hill
56602e4ff9 added maxPosixFD() 2000-03-01 23:09:59 +00:00
Jeff Hill
4b1a83231f included additional header files 2000-03-01 22:53:36 +00:00
Jeff Hill
eb3179849b added newline at EOF for UNIX 2000-03-01 22:48:47 +00:00
Jeff Hill
1d58342fc4 move back to solaris 2000-03-01 22:43:05 +00:00
Jeff Hill
ba31a14dda transfer back to windows 2000-03-01 21:39:32 +00:00