# # ChangeLog for cpukit/posix in rtems # # Generated by Trac 1.2.1.dev0 # 04/27/24 08:48:12 Tue, 02 Nov 1999 18:35:52 GMT Joel Sherrill [9f95a19] * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/clockgetcpuclockid.c (added) * c/src/exec/posix/src/clockgetenableattr.c (added) * c/src/exec/posix/src/clockgetres.c (added) * c/src/exec/posix/src/clockgettime.c (added) * c/src/exec/posix/src/clocksetenableattr.c (added) * c/src/exec/posix/src/clocksettime.c (added) * c/src/exec/posix/src/mutexgetprioceiling.c (modified) * c/src/exec/posix/src/mutexsetprioceiling.c (modified) * c/src/exec/posix/src/nanosleep.c (added) * c/src/exec/posix/src/posixintervaltotimespec.c (added) * c/src/exec/posix/src/posixtimespecsubtract.c (added) * c/src/exec/posix/src/posixtimespectointerval.c (added) * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/clockgetcpuclockid.c (added) * cpukit/posix/src/clockgetenableattr.c (added) * cpukit/posix/src/clockgetres.c (added) * cpukit/posix/src/clockgettime.c (added) * cpukit/posix/src/clocksetenableattr.c (added) * cpukit/posix/src/clocksettime.c (added) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/nanosleep.c (added) * cpukit/posix/src/posixintervaltotimespec.c (added) * cpukit/posix/src/posixtimespecsubtract.c (added) * cpukit/posix/src/posixtimespectointerval.c (added) * cpukit/posix/src/time.c (modified) Split time.c into multiple files. Tue, 02 Nov 1999 18:25:26 GMT Joel Sherrill [98dca75] * c/src/exec/posix/include/rtems/posix/cond.h (modified) * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/cond.c (modified) * c/src/exec/posix/src/condattrdestroy.c (added) * c/src/exec/posix/src/condattrgetpshared.c (added) * c/src/exec/posix/src/condattrinit.c (added) * c/src/exec/posix/src/condattrsetpshared.c (added) * c/src/exec/posix/src/condbroadcast.c (added) * c/src/exec/posix/src/conddefaultattributes.c (added) * c/src/exec/posix/src/condmp.c (added) * c/src/exec/posix/src/condsignal.c (added) * c/src/exec/posix/src/condsignalsupp.c (added) * c/src/exec/posix/src/condtimedwait.c (added) * c/src/exec/posix/src/condwait.c (added) * c/src/exec/posix/src/condwaitsupp.c (added) * cpukit/posix/include/rtems/posix/cond.h (modified) * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/condattrdestroy.c (added) * cpukit/posix/src/condattrgetpshared.c (added) * cpukit/posix/src/condattrinit.c (added) * cpukit/posix/src/condattrsetpshared.c (added) * cpukit/posix/src/condbroadcast.c (added) * cpukit/posix/src/conddefaultattributes.c (added) * cpukit/posix/src/condmp.c (added) * cpukit/posix/src/condsignal.c (added) * cpukit/posix/src/condsignalsupp.c (added) * cpukit/posix/src/condtimedwait.c (added) * cpukit/posix/src/condwait.c (added) * cpukit/posix/src/condwaitsupp.c (added) Split condition variables into multiple files. Tue, 02 Nov 1999 18:00:15 GMT Joel Sherrill [799c767] * c/src/exec/posix/include/rtems/posix/psignal.h (modified) * c/src/exec/posix/include/rtems/posix/semaphore.h (modified) * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/semaphore.c (modified) * c/src/exec/posix/src/semaphorecreatesupp.c (added) * c/src/exec/posix/src/semaphoredeletesupp.c (added) * c/src/exec/posix/src/semaphoremp.c (added) * c/src/exec/posix/src/semaphorenametoid.c (added) * c/src/exec/posix/src/semaphorewaitsupp.c (added) * c/src/exec/posix/src/semdestroy.c (added) * c/src/exec/posix/src/semgetvalue.c (added) * c/src/exec/posix/src/seminit.c (added) * c/src/exec/posix/src/semopen.c (added) * c/src/exec/posix/src/sempost.c (added) * c/src/exec/posix/src/semtimedwait.c (added) * c/src/exec/posix/src/semtrywait.c (added) * c/src/exec/posix/src/semunlink.c (added) * c/src/exec/posix/src/semwait.c (added) * cpukit/posix/include/rtems/posix/psignal.h (modified) * cpukit/posix/include/rtems/posix/semaphore.h (modified) * cpukit/posix/src/semaphore.c (modified) * cpukit/posix/src/semaphorecreatesupp.c (added) * cpukit/posix/src/semaphoredeletesupp.c (added) * cpukit/posix/src/semaphoremp.c (added) * cpukit/posix/src/semaphorenametoid.c (added) * cpukit/posix/src/semaphorewaitsupp.c (added) * cpukit/posix/src/semdestroy.c (added) * cpukit/posix/src/semgetvalue.c (added) * cpukit/posix/src/seminit.c (added) * cpukit/posix/src/semopen.c (added) * cpukit/posix/src/sempost.c (added) * cpukit/posix/src/semtimedwait.c (added) * cpukit/posix/src/semtrywait.c (added) * cpukit/posix/src/semunlink.c (added) * cpukit/posix/src/semwait.c (added) Split the POSIX semaphore manager into multiple files. Tue, 02 Nov 1999 17:36:20 GMT Joel Sherrill [ee979cd] * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/psignalchecksignal.c (added) * c/src/exec/posix/src/psignalclearprocesssignals.c (added) * c/src/exec/posix/src/psignalclearsignals.c (added) * c/src/exec/posix/src/psignalsetprocesssignals.c (added) * c/src/exec/posix/src/psignalunblockthread.c (added) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/psignalchecksignal.c (added) * cpukit/posix/src/psignalclearprocesssignals.c (added) * cpukit/posix/src/psignalclearsignals.c (added) * cpukit/posix/src/psignalsetprocesssignals.c (added) * cpukit/posix/src/psignalunblockthread.c (added) Split some more stuff out of psignal.c. Tue, 02 Nov 1999 17:19:23 GMT Joel Sherrill [96c041c] * c/src/exec/posix/include/rtems/posix/mutex.h (modified) * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/mutex.c (modified) * c/src/exec/posix/src/mutexattrdestroy.c (added) * c/src/exec/posix/src/mutexattrgetprioceiling.c (added) * c/src/exec/posix/src/mutexattrgetprotocol.c (added) * c/src/exec/posix/src/mutexattrgetpshared.c (added) * c/src/exec/posix/src/mutexattrinit.c (added) * c/src/exec/posix/src/mutexattrsetprioceiling.c (added) * c/src/exec/posix/src/mutexattrsetprotocol.c (added) * c/src/exec/posix/src/mutexattrsetpshared.c (added) * c/src/exec/posix/src/mutexdefaultattributes.c (added) * c/src/exec/posix/src/mutexdestroy.c (added) * c/src/exec/posix/src/mutexfromcorestatus.c (added) * c/src/exec/posix/src/mutexgetprioceiling.c (added) * c/src/exec/posix/src/mutexinit.c (added) * c/src/exec/posix/src/mutexlock.c (added) * c/src/exec/posix/src/mutexlocksupp.c (added) * c/src/exec/posix/src/mutexmp.c (added) * c/src/exec/posix/src/mutexsetprioceiling.c (added) * c/src/exec/posix/src/mutextimedlock.c (added) * c/src/exec/posix/src/mutextrylock.c (added) * c/src/exec/posix/src/mutexunlock.c (added) * cpukit/posix/include/rtems/posix/mutex.h (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/posix/src/mutexattrdestroy.c (added) * cpukit/posix/src/mutexattrgetprioceiling.c (added) * cpukit/posix/src/mutexattrgetprotocol.c (added) * cpukit/posix/src/mutexattrgetpshared.c (added) * cpukit/posix/src/mutexattrinit.c (added) * cpukit/posix/src/mutexattrsetprioceiling.c (added) * cpukit/posix/src/mutexattrsetprotocol.c (added) * cpukit/posix/src/mutexattrsetpshared.c (added) * cpukit/posix/src/mutexdefaultattributes.c (added) * cpukit/posix/src/mutexdestroy.c (added) * cpukit/posix/src/mutexfromcorestatus.c (added) * cpukit/posix/src/mutexgetprioceiling.c (added) * cpukit/posix/src/mutexinit.c (added) * cpukit/posix/src/mutexlock.c (added) * cpukit/posix/src/mutexlocksupp.c (added) * cpukit/posix/src/mutexmp.c (added) * cpukit/posix/src/mutexsetprioceiling.c (added) * cpukit/posix/src/mutextimedlock.c (added) * cpukit/posix/src/mutextrylock.c (added) * cpukit/posix/src/mutexunlock.c (added) Split mutex.c into multiple files. Tue, 02 Nov 1999 17:18:58 GMT Joel Sherrill [8a5f2ca] * c/src/exec/posix/include/rtems/posix/mqueue.h (modified) * cpukit/posix/include/rtems/posix/mqueue.h (modified) Split mqueue into multiple files. Tue, 02 Nov 1999 17:14:40 GMT Joel Sherrill [b95e303f] * c/src/exec/posix/src/semaphore.c (modified) * cpukit/posix/src/semaphore.c (modified) Removed warnings. Tue, 02 Nov 1999 17:00:35 GMT Joel Sherrill [4dc89814] * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/mqueue.c (modified) * c/src/exec/posix/src/mqueueclose.c (added) * c/src/exec/posix/src/mqueuecreatesupp.c (added) * c/src/exec/posix/src/mqueuedeletesupp.c (added) * c/src/exec/posix/src/mqueuegetattr.c (added) * c/src/exec/posix/src/mqueuenametoid.c (added) * c/src/exec/posix/src/mqueuenotify.c (added) * c/src/exec/posix/src/mqueueopen.c (added) * c/src/exec/posix/src/mqueuereceive.c (added) * c/src/exec/posix/src/mqueuerecvsupp.c (added) * c/src/exec/posix/src/mqueuesend.c (added) * c/src/exec/posix/src/mqueuesendsupp.c (added) * c/src/exec/posix/src/mqueuesetattr.c (added) * c/src/exec/posix/src/mqueuetimedreceive.c (added) * c/src/exec/posix/src/mqueuetimedsend.c (added) * c/src/exec/posix/src/mqueueunlink.c (added) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/mqueueclose.c (added) * cpukit/posix/src/mqueuecreatesupp.c (added) * cpukit/posix/src/mqueuedeletesupp.c (added) * cpukit/posix/src/mqueuegetattr.c (added) * cpukit/posix/src/mqueuenametoid.c (added) * cpukit/posix/src/mqueuenotify.c (added) * cpukit/posix/src/mqueueopen.c (added) * cpukit/posix/src/mqueuereceive.c (added) * cpukit/posix/src/mqueuerecvsupp.c (added) * cpukit/posix/src/mqueuesend.c (added) * cpukit/posix/src/mqueuesendsupp.c (added) * cpukit/posix/src/mqueuesetattr.c (added) * cpukit/posix/src/mqueuetimedreceive.c (added) * cpukit/posix/src/mqueuetimedsend.c (added) * cpukit/posix/src/mqueueunlink.c (added) Split mqueue.c into a variety of files. Tue, 02 Nov 1999 15:29:47 GMT Joel Sherrill [fd882ee] * c/src/exec/posix/src/semaphore.c (modified) * cpukit/posix/src/semaphore.c (modified) Now much closer to working. Tue, 02 Nov 1999 15:29:04 GMT Joel Sherrill [26c828f] * c/src/exec/posix/src/pthreadexit.c (modified) * cpukit/posix/src/pthreadexit.c (modified) Added assert in case _Objects_Get_information fails since this ... Tue, 02 Nov 1999 15:28:02 GMT Joel Sherrill [2b95c07] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) Commented out lines causing warning. Tue, 02 Nov 1999 15:27:38 GMT Joel Sherrill [733a248] * c/src/exec/posix/include/rtems/posix/semaphore.h (modified) * cpukit/posix/include/rtems/posix/semaphore.h (modified) Added #define for SEM_FAILED. Tue, 02 Nov 1999 15:27:20 GMT Joel Sherrill [9d3a44b] * c/src/exec/posix/include/rtems/posix/mqueue.h (modified) * cpukit/posix/include/rtems/posix/mqueue.h (modified) Added include of . Tue, 02 Nov 1999 15:26:46 GMT Joel Sherrill [f2422aa] * c/src/exec/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/config.h (modified) Added message queues and semaphores. Mon, 01 Nov 1999 20:31:25 GMT Joel Sherrill [0910a251] * c/src/exec/posix/src/mqueue.c (modified) * cpukit/posix/src/mqueue.c (modified) Added name to id support routine. Mon, 01 Nov 1999 18:02:44 GMT Joel Sherrill [89b63972] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) Removed routines that had already been separated into their own files. Mon, 25 Oct 1999 16:05:34 GMT Joel Sherrill [b6c868e] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) Patch from Charles-Antoine Gauthier to ... Thu, 21 Oct 1999 16:38:49 GMT Joel Sherrill [812f440] * c/src/exec/posix/src/ptimer.c (modified) * cpukit/posix/src/ptimer.c (modified) Fixed core dump caused when output parameter (otimer) was NULL. Mon, 04 Oct 1999 19:15:14 GMT Joel Sherrill [811804fe] * Makefile.am (modified) * c/Makefile.am (modified) * c/src/Makefile.am (modified) * c/src/exec/Makefile.am (modified) * c/src/exec/libcsupport/Makefile.am (modified) * c/src/exec/libnetworking/Makefile.am (modified) * c/src/exec/librpc/include/rpc/Makefile.am (modified) * c/src/exec/posix/Makefile.am (modified) * c/src/exec/posix/include/Makefile.am (modified) * c/src/exec/posix/include/rtems/Makefile.am (modified) * c/src/exec/posix/include/rtems/posix/Makefile.am (modified) * c/src/exec/posix/include/sys/Makefile.am (modified) * c/src/exec/posix/inline/Makefile.am (modified) * c/src/exec/posix/inline/rtems/Makefile.am (modified) * c/src/exec/posix/inline/rtems/posix/Makefile.am (modified) * c/src/exec/posix/macros/Makefile.am (modified) * c/src/exec/posix/macros/rtems/Makefile.am (modified) * c/src/exec/posix/macros/rtems/posix/Makefile.am (modified) * c/src/exec/rtems/Makefile.am (modified) * c/src/exec/rtems/include/Makefile.am (modified) * c/src/exec/rtems/include/rtems/Makefile.am (modified) * c/src/exec/rtems/include/rtems/rtems/Makefile.am (modified) * c/src/exec/rtems/inline/Makefile.am (modified) * c/src/exec/rtems/inline/rtems/Makefile.am (modified) * c/src/exec/rtems/inline/rtems/rtems/Makefile.am (modified) * c/src/exec/rtems/macros/Makefile.am (modified) * c/src/exec/rtems/macros/rtems/Makefile.am (modified) * c/src/exec/rtems/macros/rtems/rtems/Makefile.am (modified) * c/src/exec/sapi/Makefile.am (modified) * c/src/exec/sapi/include/Makefile.am (modified) * c/src/exec/sapi/include/rtems/Makefile.am (modified) * c/src/exec/sapi/inline/Makefile.am (modified) * c/src/exec/sapi/inline/rtems/Makefile.am (modified) * c/src/exec/sapi/macros/Makefile.am (modified) * c/src/exec/sapi/macros/rtems/Makefile.am (modified) * c/src/exec/score/Makefile.am (modified) * c/src/exec/score/include/Makefile.am (modified) * c/src/exec/score/include/rtems/Makefile.am (modified) * c/src/exec/score/inline/Makefile.am (modified) * c/src/exec/score/inline/rtems/Makefile.am (modified) * c/src/exec/score/inline/rtems/score/Makefile.am (modified) * c/src/exec/score/macros/Makefile.am (modified) * c/src/exec/score/macros/rtems/Makefile.am (modified) * c/src/exec/score/macros/rtems/score/Makefile.am (modified) * c/src/exec/wrapup/Makefile.am (modified) * c/src/lib/Makefile.am (modified) * c/src/lib/include/motorola/Makefile.am (modified) * c/src/lib/include/rdbg/Makefile.am (modified) * c/src/lib/include/rdbg/i386/Makefile.am (modified) * c/src/lib/include/rdbg/powerpc/Makefile.am (modified) * c/src/lib/include/rpc/Makefile.am (modified) * c/src/lib/include/sys/Makefile.am (modified) * c/src/lib/include/zilog/Makefile.am (modified) * c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.am (modified) * c/src/lib/libbsp/i386/pc386/tools/Makefile.am (modified) * c/src/lib/libbsp/i386/ts_386ex/tools/Makefile.am (modified) * c/src/lib/libbsp/i386/ts_386ex/tools/dos_sup/Makefile.am (modified) * c/src/lib/libbsp/i386/ts_386ex/tools/ts_1325_ada/Makefile.am (modified) * c/src/lib/libbsp/m68k/mvme162/tools/Makefile.am (modified) * c/src/lib/libbsp/powerpc/psim/tools/Makefile.am (modified) * c/src/lib/libbsp/sparc/erc32/tools/Makefile.am (modified) * c/src/lib/libbsp/unix/posix/tools/Makefile.am (modified) * c/src/lib/libchip/Makefile.am (modified) * c/src/lib/libmisc/Makefile.am (modified) * c/src/lib/start/Makefile.am (modified) * c/src/libchip/Makefile.am (modified) * c/src/libmisc/Makefile.am (modified) * c/src/libnetworking/Makefile.am (modified) * c/src/librdbg/include/rdbg/Makefile.am (modified) * c/src/librdbg/include/rdbg/i386/Makefile.am (modified) * c/src/librdbg/include/rdbg/powerpc/Makefile.am (modified) * c/src/librpc/include/rpc/Makefile.am (modified) * c/src/make/Makefile.am (modified) * c/src/make/compilers/Makefile.am (modified) * c/src/make/custom/Makefile.am (modified) * c/src/tests/Makefile.am (modified) * c/src/tests/libtests/Makefile.am (modified) * c/src/tests/mptests/Makefile.am (modified) * c/src/tests/psxtests/Makefile.am (modified) * c/src/tests/samples/Makefile.am (modified) * c/src/tests/sptests/Makefile.am (modified) * c/src/tests/support/Makefile.am (modified) * c/src/tests/support/include/Makefile.am (modified) * c/src/tests/tmtests/Makefile.am (modified) * c/src/tests/tmtests/include/Makefile.am (modified) * c/src/tests/tools/Makefile.am (modified) * c/src/tests/tools/generic/Makefile.am (modified) * cpukit/Makefile.am (modified) * cpukit/libcsupport/Makefile.am (modified) * cpukit/libmisc/Makefile.am (modified) * cpukit/libnetworking/Makefile.am (modified) * cpukit/librpc/include/rpc/Makefile.am (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/Makefile.am (modified) * cpukit/posix/inline/Makefile.am (modified) * cpukit/posix/macros/Makefile.am (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/Makefile.am (modified) * cpukit/rtems/inline/Makefile.am (modified) * cpukit/rtems/macros/Makefile.am (modified) * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/Makefile.am (modified) * cpukit/sapi/inline/Makefile.am (modified) * cpukit/sapi/macros/Makefile.am (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/Makefile.am (modified) * cpukit/score/inline/Makefile.am (modified) * cpukit/score/macros/Makefile.am (modified) * cpukit/wrapup/Makefile.am (modified) * make/Makefile.am (modified) * make/Templates/Makefile.am (modified) * make/compilers/Makefile.am (modified) * make/custom/Makefile.am (modified) * testsuites/Makefile.am (modified) * testsuites/libtests/Makefile.am (modified) * testsuites/mptests/Makefile.am (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/samples/Makefile.am (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/support/Makefile.am (modified) * testsuites/tmtests/Makefile.am (modified) * testsuites/tmtests/include/Makefile.am (modified) * testsuites/tools/Makefile.am (modified) * testsuites/tools/generic/Makefile.am (modified) * tools/build/Makefile.am (modified) * tools/cpu/Makefile.am (modified) * tools/cpu/generic/Makefile.am (modified) * tools/cpu/hppa1.1/Makefile.am (modified) * tools/cpu/sh/Makefile.am (modified) * tools/cpu/unix/Makefile.am (modified) * tools/update/Makefile.am (modified) Patch from Ralf Corsepius to make fix bug ... Tue, 07 Sep 1999 13:45:03 GMT Joel Sherrill [e1d8abb] * Makefile.in (modified) * aclocal/check-cxx.m4 (modified) * automake/local.am (modified) * c/Makefile.in (modified) * c/src/Makefile.am (modified) * c/src/Makefile.in (modified) * c/src/aclocal.m4 (modified) * c/src/configure (modified) * c/src/configure.in (modified) * c/src/exec/Makefile.am (added) * c/src/exec/Makefile.in (modified) * c/src/exec/aclocal.m4 (modified) * c/src/exec/configure (modified) * c/src/exec/configure.in (modified) * c/src/exec/libcsupport/Makefile.am (added) * c/src/exec/libnetworking/Makefile.am (added) * c/src/exec/librpc/include/rpc/Makefile.am (added) * c/src/exec/posix/Makefile.am (added) * c/src/exec/posix/Makefile.in (modified) * c/src/exec/posix/configure.in (added) * c/src/exec/posix/include/Makefile.am (added) * c/src/exec/posix/include/Makefile.in (modified) * c/src/exec/posix/include/rtems/Makefile.am (added) * c/src/exec/posix/include/rtems/Makefile.in (modified) * c/src/exec/posix/include/rtems/posix/Makefile.am (added) * c/src/exec/posix/include/rtems/posix/Makefile.in (modified) * c/src/exec/posix/include/sys/Makefile.am (added) * c/src/exec/posix/include/sys/Makefile.in (modified) * c/src/exec/posix/inline/Makefile.am (added) * c/src/exec/posix/inline/Makefile.in (modified) * c/src/exec/posix/inline/rtems/Makefile.am (added) * c/src/exec/posix/inline/rtems/Makefile.in (modified) * c/src/exec/posix/inline/rtems/posix/Makefile.am (added) * c/src/exec/posix/inline/rtems/posix/Makefile.in (modified) * c/src/exec/posix/macros/Makefile.am (added) * c/src/exec/posix/macros/Makefile.in (modified) * c/src/exec/posix/macros/rtems/Makefile.am (added) * c/src/exec/posix/macros/rtems/Makefile.in (modified) * c/src/exec/posix/macros/rtems/posix/Makefile.am (added) * c/src/exec/posix/macros/rtems/posix/Makefile.in (modified) * c/src/exec/posix/optman/Makefile.in (modified) * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/rtems/Makefile.am (added) * c/src/exec/rtems/Makefile.in (modified) * c/src/exec/rtems/include/Makefile.am (added) * c/src/exec/rtems/include/Makefile.in (modified) * c/src/exec/rtems/include/rtems/Makefile.am (added) * c/src/exec/rtems/include/rtems/Makefile.in (modified) * c/src/exec/rtems/include/rtems/rtems/Makefile.am (added) * c/src/exec/rtems/include/rtems/rtems/Makefile.in (modified) * c/src/exec/rtems/inline/Makefile.am (added) * c/src/exec/rtems/inline/Makefile.in (modified) * c/src/exec/rtems/inline/rtems/Makefile.am (added) * c/src/exec/rtems/inline/rtems/Makefile.in (modified) * c/src/exec/rtems/inline/rtems/rtems/Makefile.am (added) * c/src/exec/rtems/inline/rtems/rtems/Makefile.in (modified) * c/src/exec/rtems/macros/Makefile.am (added) * c/src/exec/rtems/macros/Makefile.in (modified) * c/src/exec/rtems/macros/rtems/Makefile.am (added) * c/src/exec/rtems/macros/rtems/Makefile.in (modified) * c/src/exec/rtems/macros/rtems/rtems/Makefile.am (added) * c/src/exec/rtems/macros/rtems/rtems/Makefile.in (modified) * c/src/exec/sapi/Makefile.am (added) * c/src/exec/sapi/Makefile.in (modified) * c/src/exec/sapi/include/Makefile.am (added) * c/src/exec/sapi/include/Makefile.in (modified) * c/src/exec/sapi/include/rtems/Makefile.am (added) * c/src/exec/sapi/include/rtems/Makefile.in (modified) * c/src/exec/sapi/inline/Makefile.am (added) * c/src/exec/sapi/inline/Makefile.in (modified) * c/src/exec/sapi/inline/rtems/Makefile.am (added) * c/src/exec/sapi/inline/rtems/Makefile.in (modified) * c/src/exec/sapi/macros/Makefile.am (added) * c/src/exec/sapi/macros/Makefile.in (modified) * c/src/exec/sapi/macros/rtems/Makefile.am (added) * c/src/exec/sapi/macros/rtems/Makefile.in (modified) * c/src/exec/score/Makefile.am (added) * c/src/exec/score/Makefile.in (modified) * c/src/exec/score/cpu/Makefile.in (modified) * c/src/exec/score/cpu/a29k/Makefile.in (modified) * c/src/exec/score/cpu/a29k/rtems/Makefile.in (modified) * c/src/exec/score/cpu/a29k/rtems/score/Makefile.in (modified) * c/src/exec/score/cpu/a29k/wrap/Makefile.in (modified) * c/src/exec/score/cpu/configure.in (added) * c/src/exec/score/cpu/hppa1.1/Makefile.in (modified) * c/src/exec/score/cpu/hppa1.1/rtems/Makefile.in (modified) * c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.in (modified) * c/src/exec/score/cpu/hppa1.1/wrap/Makefile.in (modified) * c/src/exec/score/cpu/i386/Makefile.in (modified) * c/src/exec/score/cpu/i386/rtems/Makefile.in (modified) * c/src/exec/score/cpu/i386/rtems/score/Makefile.in (modified) * c/src/exec/score/cpu/i386/wrap/Makefile.in (modified) * c/src/exec/score/cpu/i960/Makefile.in (modified) * c/src/exec/score/cpu/i960/rtems/Makefile.in (modified) * c/src/exec/score/cpu/i960/rtems/score/Makefile.in (modified) * c/src/exec/score/cpu/i960/wrap/Makefile.in (modified) * c/src/exec/score/cpu/m68k/Makefile.in (modified) * c/src/exec/score/cpu/m68k/rtems/Makefile.in (modified) * c/src/exec/score/cpu/m68k/rtems/score/Makefile.in (modified) * c/src/exec/score/cpu/m68k/wrap/Makefile.in (modified) * c/src/exec/score/cpu/mips64orion/Makefile.in (modified) * c/src/exec/score/cpu/mips64orion/rtems/Makefile.in (modified) * c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.in (modified) * c/src/exec/score/cpu/mips64orion/wrap/Makefile.in (modified) * c/src/exec/score/cpu/no_cpu/Makefile.in (modified) * c/src/exec/score/cpu/no_cpu/rtems/Makefile.in (modified) * c/src/exec/score/cpu/no_cpu/rtems/score/Makefile.in (modified) * c/src/exec/score/cpu/no_cpu/wrap/Makefile.in (modified) * c/src/exec/score/cpu/powerpc/Makefile.in (modified) * c/src/exec/score/cpu/powerpc/mpc750/Makefile.in (modified) * c/src/exec/score/cpu/powerpc/other_cpu/Makefile.in (modified) * c/src/exec/score/cpu/powerpc/shared/Makefile.in (modified) * c/src/exec/score/cpu/powerpc/wrap/Makefile.in (modified) * c/src/exec/score/cpu/sh/Makefile.in (modified) * c/src/exec/score/cpu/sh/rtems/Makefile.in (modified) * c/src/exec/score/cpu/sh/rtems/score/Makefile.in (modified) * c/src/exec/score/cpu/sh/wrap/Makefile.in (modified) * c/src/exec/score/cpu/sparc/Makefile.in (modified) * c/src/exec/score/cpu/sparc/rtems/Makefile.in (modified) * c/src/exec/score/cpu/sparc/rtems/score/Makefile.in (modified) * c/src/exec/score/cpu/sparc/wrap/Makefile.in (modified) * c/src/exec/score/cpu/unix/Makefile.in (modified) * c/src/exec/score/cpu/unix/rtems/Makefile.in (modified) * c/src/exec/score/cpu/unix/rtems/score/Makefile.in (modified) * c/src/exec/score/cpu/unix/wrap/Makefile.in (modified) * c/src/exec/score/include/Makefile.am (added) * c/src/exec/score/include/Makefile.in (modified) * c/src/exec/score/include/rtems/Makefile.am (added) * c/src/exec/score/include/rtems/Makefile.in (modified) * c/src/exec/score/inline/Makefile.am (added) * c/src/exec/score/inline/Makefile.in (modified) * c/src/exec/score/inline/rtems/Makefile.am (added) * c/src/exec/score/inline/rtems/Makefile.in (modified) * c/src/exec/score/inline/rtems/score/Makefile.am (added) * c/src/exec/score/inline/rtems/score/Makefile.in (modified) * c/src/exec/score/macros/Makefile.am (added) * c/src/exec/score/macros/Makefile.in (modified) * c/src/exec/score/macros/rtems/Makefile.am (added) * c/src/exec/score/macros/rtems/Makefile.in (modified) * c/src/exec/score/macros/rtems/score/Makefile.am (added) * c/src/exec/score/macros/rtems/score/Makefile.in (modified) * c/src/exec/wrapup/Makefile.am (added) * c/src/exec/wrapup/Makefile.in (modified) * c/src/exec/wrapup/posix/Makefile.in (modified) * c/src/lib/Makefile.am (added) * c/src/lib/Makefile.in (modified) * c/src/lib/aclocal.m4 (modified) * c/src/lib/configure (modified) * c/src/lib/configure.in (modified) * c/src/lib/include/Makefile.am (added) * c/src/lib/include/Makefile.in (modified) * c/src/lib/include/motorola/Makefile.am (added) * c/src/lib/include/rdbg/Makefile.am (added) * c/src/lib/include/rdbg/i386/Makefile.am (added) * c/src/lib/include/rdbg/powerpc/Makefile.am (added) * c/src/lib/include/rpc/Makefile.am (added) * c/src/lib/include/sys/Makefile.am (added) * c/src/lib/include/zilog/Makefile.am (added) * c/src/lib/libbsp/Makefile.am.new (added) * c/src/lib/libbsp/Makefile.in (modified) * c/src/lib/libbsp/a29k/Makefile.in (modified) * c/src/lib/libbsp/a29k/portsw/Makefile.in (modified) * c/src/lib/libbsp/a29k/portsw/console/Makefile.in (modified) * c/src/lib/libbsp/a29k/portsw/include/Makefile.in (modified) * c/src/lib/libbsp/a29k/portsw/shmsupp/Makefile.in (modified) * c/src/lib/libbsp/a29k/portsw/start/Makefile.in (modified) * c/src/lib/libbsp/a29k/portsw/startup/Makefile.in (modified) * c/src/lib/libbsp/a29k/portsw/wrapup/Makefile.in (modified) * c/src/lib/libbsp/bare/Makefile.in (modified) * c/src/lib/libbsp/bare/include/Makefile.in (modified) * c/src/lib/libbsp/bare/wrapup/Makefile.in (modified) * c/src/lib/libbsp/configure.in (added) * c/src/lib/libbsp/hppa1.1/Makefile.in (modified) * c/src/lib/libbsp/hppa1.1/pxfl/Makefile.in (modified) * c/src/lib/libbsp/hppa1.1/simhppa/Makefile.in (modified) * c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.in (modified) * c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.in (modified) * c/src/lib/libbsp/hppa1.1/simhppa/start/Makefile.in (modified) * c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.in (modified) * c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in (modified) * c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.in (modified) * c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.in (modified) * c/src/lib/libbsp/i386/Makefile.in (modified) * c/src/lib/libbsp/i386/force386/Makefile.in (modified) * c/src/lib/libbsp/i386/force386/clock/Makefile.in (modified) * c/src/lib/libbsp/i386/force386/console/Makefile.in (modified) * c/src/lib/libbsp/i386/force386/include/Makefile.in (modified) * c/src/lib/libbsp/i386/force386/shmsupp/Makefile.in (modified) * c/src/lib/libbsp/i386/force386/start/Makefile.in (modified) * c/src/lib/libbsp/i386/force386/startup/Makefile.in (modified) * c/src/lib/libbsp/i386/force386/timer/Makefile.in (modified) * c/src/lib/libbsp/i386/force386/wrapup/Makefile.in (modified) * c/src/lib/libbsp/i386/go32/Makefile.in (modified) * c/src/lib/libbsp/i386/go32/clock/Makefile.in (modified) * c/src/lib/libbsp/i386/go32/console/Makefile.in (modified) * c/src/lib/libbsp/i386/go32/include/Makefile.in (modified) * c/src/lib/libbsp/i386/go32/startup/Makefile.in (modified) * c/src/lib/libbsp/i386/go32/timer/Makefile.in (modified) * c/src/lib/libbsp/i386/go32/wrapup/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/clock/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/console/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/include/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/network/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/start/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/startup/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/timer/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/3c509/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/clock/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/console/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/dec21140/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/include/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/ne2000/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/start/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/startup/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/timer/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/tools/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/wd8003/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in (modified) * c/src/lib/libbsp/i386/shared/Makefile.in (modified) * c/src/lib/libbsp/i386/shared/comm/Makefile.in (modified) * c/src/lib/libbsp/i386/shared/io/Makefile.in (modified) * c/src/lib/libbsp/i386/shared/irq/Makefile.in (modified) * c/src/lib/libbsp/i386/shared/pci/Makefile.in (modified) * c/src/lib/libbsp/i386/ts_386ex/Makefile.in (modified) * c/src/lib/libbsp/i386/ts_386ex/clock/Makefile.in (modified) * c/src/lib/libbsp/i386/ts_386ex/console/Makefile.in (modified) * c/src/lib/libbsp/i386/ts_386ex/include/Makefile.in (modified) * c/src/lib/libbsp/i386/ts_386ex/network/Makefile.in (modified) * c/src/lib/libbsp/i386/ts_386ex/start/Makefile.in (modified) * c/src/lib/libbsp/i386/ts_386ex/startup/Makefile.in (modified) * c/src/lib/libbsp/i386/ts_386ex/timer/Makefile.in (modified) * c/src/lib/libbsp/i386/ts_386ex/tools/Makefile.in (modified) * c/src/lib/libbsp/i386/ts_386ex/tools/dos_sup/Makefile.in (modified) * c/src/lib/libbsp/i386/ts_386ex/tools/ts_1325_ada/Makefile.in (modified) * c/src/lib/libbsp/i386/ts_386ex/wrapup/Makefile.in (modified) * c/src/lib/libbsp/i960/Makefile.in (modified) * c/src/lib/libbsp/i960/cvme961/Makefile.in (modified) * c/src/lib/libbsp/i960/cvme961/clock/Makefile.in (modified) * c/src/lib/libbsp/i960/cvme961/console/Makefile.in (modified) * c/src/lib/libbsp/i960/cvme961/include/Makefile.in (modified) * c/src/lib/libbsp/i960/cvme961/shmsupp/Makefile.in (modified) * c/src/lib/libbsp/i960/cvme961/start/Makefile.in (modified) * c/src/lib/libbsp/i960/cvme961/startup/Makefile.in (modified) * c/src/lib/libbsp/i960/cvme961/timer/Makefile.in (modified) * c/src/lib/libbsp/i960/cvme961/wrapup/Makefile.in (modified) * c/src/lib/libbsp/m68k/Makefile.in (modified) * c/src/lib/libbsp/m68k/dmv152/Makefile.in (modified) * c/src/lib/libbsp/m68k/dmv152/clock/Makefile.in (modified) * c/src/lib/libbsp/m68k/dmv152/console/Makefile.in (modified) * c/src/lib/libbsp/m68k/dmv152/include/Makefile.in (modified) * c/src/lib/libbsp/m68k/dmv152/spurious/Makefile.in (modified) * c/src/lib/libbsp/m68k/dmv152/startup/Makefile.in (modified) * c/src/lib/libbsp/m68k/dmv152/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/dmv152/wrapup/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi332/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi332/clock/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi332/console/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi332/include/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi332/spurious/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi332/start/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi332/start332/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi332/startup/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi332/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi332/wrapup/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi68k/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi68k/clock/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi68k/console/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi68k/include/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi68k/spurious/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi68k/start/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi68k/start68k/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi68k/startup/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi68k/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/efi68k/wrapup/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68302/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68302/clock/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68302/console/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68302/include/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68302/start/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68302/start302/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68302/startup/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68302/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68340/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68340/clock/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68340/console/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68340/include/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68340/start/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68340/start340/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68340/startup/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68340/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68360/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68360/clock/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68360/console/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68360/include/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68360/network/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68360/start/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68360/start360/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68360/startup/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68360/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.in (modified) * c/src/lib/libbsp/m68k/idp/Makefile.in (modified) * c/src/lib/libbsp/m68k/idp/clock/Makefile.in (modified) * c/src/lib/libbsp/m68k/idp/console/Makefile.in (modified) * c/src/lib/libbsp/m68k/idp/include/Makefile.in (modified) * c/src/lib/libbsp/m68k/idp/startup/Makefile.in (modified) * c/src/lib/libbsp/m68k/idp/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/idp/wrapup/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme136/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme136/clock/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme136/console/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme136/include/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme136/shmsupp/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme136/startup/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme136/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme136/wrapup/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147/clock/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147/console/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147/include/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147/startup/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147/wrapup/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147s/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147s/clock/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147s/console/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147s/include/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147s/shmsupp/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147s/startup/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147s/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147s/wrapup/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme162/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme162/clock/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme162/console/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme162/consolex/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme162/include/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme162/startup/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme162/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme162/tod/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme162/tools/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme162/wrapup/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme167/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme167/bsp_specs (modified) * c/src/lib/libbsp/m68k/mvme167/clock/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme167/console/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme167/fatal/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme167/include/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme167/startup/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme167/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme167/wrapup/Makefile.in (modified) * c/src/lib/libbsp/m68k/ods68302/Makefile.in (modified) * c/src/lib/libbsp/m68k/ods68302/clock/Makefile.in (modified) * c/src/lib/libbsp/m68k/ods68302/console/Makefile.in (modified) * c/src/lib/libbsp/m68k/ods68302/include/Makefile.in (modified) * c/src/lib/libbsp/m68k/ods68302/start/Makefile.in (modified) * c/src/lib/libbsp/m68k/ods68302/start302/Makefile.in (modified) * c/src/lib/libbsp/m68k/ods68302/startup/Makefile.in (modified) * c/src/lib/libbsp/m68k/ods68302/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/ods68302/wrapup/Makefile.in (modified) * c/src/lib/libbsp/mips64orion/Makefile.in (modified) * c/src/lib/libbsp/mips64orion/p4000/Makefile.in (modified) * c/src/lib/libbsp/mips64orion/p4000/console/Makefile.in (modified) * c/src/lib/libbsp/mips64orion/p4000/include/Makefile.in (modified) * c/src/lib/libbsp/mips64orion/p4000/liblnk/Makefile.in (modified) * c/src/lib/libbsp/mips64orion/p4000/start/Makefile.in (modified) * c/src/lib/libbsp/mips64orion/p4000/startup/Makefile.in (modified) * c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.in (modified) * c/src/lib/libbsp/no_cpu/Makefile.in (modified) * c/src/lib/libbsp/no_cpu/no_bsp/Makefile.in (modified) * c/src/lib/libbsp/no_cpu/no_bsp/clock/Makefile.in (modified) * c/src/lib/libbsp/no_cpu/no_bsp/console/Makefile.in (modified) * c/src/lib/libbsp/no_cpu/no_bsp/include/Makefile.in (modified) * c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/Makefile.in (modified) * c/src/lib/libbsp/no_cpu/no_bsp/startup/Makefile.in (modified) * c/src/lib/libbsp/no_cpu/no_bsp/timer/Makefile.in (modified) * c/src/lib/libbsp/no_cpu/no_bsp/wrapup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/Makefile.in (modified) * c/src/lib/libbsp/powerpc/dmv177/Makefile.in (modified) * c/src/lib/libbsp/powerpc/dmv177/clock/Makefile.in (modified) * c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in (modified) * c/src/lib/libbsp/powerpc/dmv177/include/Makefile.in (modified) * c/src/lib/libbsp/powerpc/dmv177/scv64/Makefile.in (modified) * c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.in (modified) * c/src/lib/libbsp/powerpc/dmv177/start/Makefile.in (modified) * c/src/lib/libbsp/powerpc/dmv177/startup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/dmv177/timer/Makefile.in (modified) * c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.in (modified) * c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/eth_comm/Makefile.in (modified) * c/src/lib/libbsp/powerpc/eth_comm/canbus/Makefile.in (modified) * c/src/lib/libbsp/powerpc/eth_comm/console/Makefile.in (modified) * c/src/lib/libbsp/powerpc/eth_comm/include/Makefile.in (modified) * c/src/lib/libbsp/powerpc/eth_comm/network/Makefile.in (modified) * c/src/lib/libbsp/powerpc/eth_comm/start/Makefile.in (modified) * c/src/lib/libbsp/powerpc/eth_comm/startup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/helas403/Makefile.in (modified) * c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.in (modified) * c/src/lib/libbsp/powerpc/helas403/flashentry/Makefile.in (modified) * c/src/lib/libbsp/powerpc/helas403/include/Makefile.in (modified) * c/src/lib/libbsp/powerpc/helas403/startup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/mcp750/Makefile.in (modified) * c/src/lib/libbsp/powerpc/mcp750/bootloader/Makefile.in (modified) * c/src/lib/libbsp/powerpc/mcp750/console/Makefile.in (modified) * c/src/lib/libbsp/powerpc/mcp750/include/Makefile.in (modified) * c/src/lib/libbsp/powerpc/mcp750/irq/Makefile.in (modified) * c/src/lib/libbsp/powerpc/mcp750/openpic/Makefile.in (modified) * c/src/lib/libbsp/powerpc/mcp750/pci/Makefile.in (modified) * c/src/lib/libbsp/powerpc/mcp750/residual/Makefile.in (modified) * c/src/lib/libbsp/powerpc/mcp750/start/Makefile.in (modified) * c/src/lib/libbsp/powerpc/mcp750/startup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/mcp750/vectors/Makefile.in (modified) * c/src/lib/libbsp/powerpc/mcp750/wrapup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.in (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/Makefile.in (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/console/Makefile.in (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/include/Makefile.in (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/irq/Makefile.in (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/openpic/Makefile.in (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/pci/Makefile.in (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/residual/Makefile.in (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/start/Makefile.in (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/startup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/vectors/Makefile.in (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/wrapup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/papyrus/Makefile.in (modified) * c/src/lib/libbsp/powerpc/papyrus/dlentry/Makefile.in (modified) * c/src/lib/libbsp/powerpc/papyrus/flashentry/Makefile.in (modified) * c/src/lib/libbsp/powerpc/papyrus/include/Makefile.in (modified) * c/src/lib/libbsp/powerpc/papyrus/startup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/papyrus/wrapup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/ppcn_60x/Makefile.in (modified) * c/src/lib/libbsp/powerpc/ppcn_60x/clock/Makefile.in (modified) * c/src/lib/libbsp/powerpc/ppcn_60x/console/Makefile.in (modified) * c/src/lib/libbsp/powerpc/ppcn_60x/include/Makefile.in (modified) * c/src/lib/libbsp/powerpc/ppcn_60x/network/Makefile.in (modified) * c/src/lib/libbsp/powerpc/ppcn_60x/nvram/Makefile.in (modified) * c/src/lib/libbsp/powerpc/ppcn_60x/pci/Makefile.in (modified) * c/src/lib/libbsp/powerpc/ppcn_60x/start/Makefile.in (modified) * c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/ppcn_60x/timer/Makefile.in (modified) * c/src/lib/libbsp/powerpc/ppcn_60x/tod/Makefile.in (modified) * c/src/lib/libbsp/powerpc/ppcn_60x/universe/Makefile.in (modified) * c/src/lib/libbsp/powerpc/ppcn_60x/vectors/Makefile.in (modified) * c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/psim/Makefile.in (modified) * c/src/lib/libbsp/powerpc/psim/clock/Makefile.in (modified) * c/src/lib/libbsp/powerpc/psim/console/Makefile.in (modified) * c/src/lib/libbsp/powerpc/psim/include/Makefile.in (modified) * c/src/lib/libbsp/powerpc/psim/shmsupp/Makefile.in (modified) * c/src/lib/libbsp/powerpc/psim/start/Makefile.in (modified) * c/src/lib/libbsp/powerpc/psim/startsim/Makefile.in (modified) * c/src/lib/libbsp/powerpc/psim/startup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/psim/timer/Makefile.in (modified) * c/src/lib/libbsp/powerpc/psim/tools/Makefile.in (modified) * c/src/lib/libbsp/powerpc/psim/vectors/Makefile.in (modified) * c/src/lib/libbsp/powerpc/psim/wrapup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/score603e/Makefile.in (modified) * c/src/lib/libbsp/powerpc/score603e/PCI_bus/Makefile.in (modified) * c/src/lib/libbsp/powerpc/score603e/clock/Makefile.in (modified) * c/src/lib/libbsp/powerpc/score603e/console/Makefile.in (modified) * c/src/lib/libbsp/powerpc/score603e/include/Makefile.in (modified) * c/src/lib/libbsp/powerpc/score603e/start/Makefile.in (modified) * c/src/lib/libbsp/powerpc/score603e/startup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/score603e/timer/Makefile.in (modified) * c/src/lib/libbsp/powerpc/score603e/tod/Makefile.in (modified) * c/src/lib/libbsp/powerpc/score603e/vectors/Makefile.in (modified) * c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.in (modified) * c/src/lib/libbsp/sh/Makefile.in (modified) * c/src/lib/libbsp/sh/gensh1/Makefile.in (modified) * c/src/lib/libbsp/sh/gensh1/include/Makefile.in (modified) * c/src/lib/libbsp/sh/gensh1/scitab/Makefile.in (modified) * c/src/lib/libbsp/sh/gensh1/start/Makefile.in (modified) * c/src/lib/libbsp/sh/gensh1/startup/Makefile.in (modified) * c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.in (modified) * c/src/lib/libbsp/shmdr/Makefile.in (modified) * c/src/lib/libbsp/sparc/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/clock/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/console/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/include/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/start/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/startsis/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/startup/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/timer/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/tools/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.in (modified) * c/src/lib/libbsp/unix/Makefile.in (modified) * c/src/lib/libbsp/unix/posix/Makefile.in (modified) * c/src/lib/libbsp/unix/posix/clock/Makefile.in (modified) * c/src/lib/libbsp/unix/posix/console/Makefile.in (modified) * c/src/lib/libbsp/unix/posix/include/Makefile.in (modified) * c/src/lib/libbsp/unix/posix/shmsupp/Makefile.in (modified) * c/src/lib/libbsp/unix/posix/startup/Makefile.in (modified) * c/src/lib/libbsp/unix/posix/timer/Makefile.in (modified) * c/src/lib/libbsp/unix/posix/tools/Makefile.in (modified) * c/src/lib/libbsp/unix/posix/wrapup/Makefile.in (modified) * c/src/lib/libchip/Makefile.am (added) * c/src/lib/libchip/Makefile.in (modified) * c/src/lib/libchip/configure.in (added) * c/src/lib/libchip/network/Makefile.in (modified) * c/src/lib/libchip/rtc/Makefile.in (modified) * c/src/lib/libchip/serial/Makefile.in (modified) * c/src/lib/libcpu/Makefile.in (modified) * c/src/lib/libcpu/configure.in (added) * c/src/lib/libcpu/hppa1.1/Makefile.in (modified) * c/src/lib/libcpu/hppa1.1/clock/Makefile.in (modified) * c/src/lib/libcpu/hppa1.1/include/Makefile.in (modified) * c/src/lib/libcpu/hppa1.1/milli/Makefile.in (modified) * c/src/lib/libcpu/hppa1.1/runway/Makefile.in (modified) * c/src/lib/libcpu/hppa1.1/semaphore/Makefile.in (modified) * c/src/lib/libcpu/hppa1.1/timer/Makefile.in (modified) * c/src/lib/libcpu/i386/Makefile.in (modified) * c/src/lib/libcpu/i386/wrapup/Makefile.in (modified) * c/src/lib/libcpu/m68k/Makefile.in (modified) * c/src/lib/libcpu/m68k/m68040/Makefile.in (modified) * c/src/lib/libcpu/m68k/m68040/fpsp/Makefile.in (modified) * c/src/lib/libcpu/mips64orion/Makefile.in (modified) * c/src/lib/libcpu/mips64orion/clock/Makefile.in (modified) * c/src/lib/libcpu/mips64orion/include/Makefile.in (modified) * c/src/lib/libcpu/mips64orion/timer/Makefile.in (modified) * c/src/lib/libcpu/powerpc/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc505/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc505/timer/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc505/vectors/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc750/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc750/clock/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc750/exceptions/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc750/mmu/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc750/wrapup/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc821/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc821/clock/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc821/console-generic/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc821/include/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc821/timer/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc821/vectors/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc860/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc860/clock/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc860/console-generic/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc860/include/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc860/timer/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc860/vectors/Makefile.in (modified) * c/src/lib/libcpu/powerpc/ppc403/Makefile.in (modified) * c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.in (modified) * c/src/lib/libcpu/powerpc/ppc403/console/Makefile.in (modified) * c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.in (modified) * c/src/lib/libcpu/powerpc/ppc403/include/Makefile.in (modified) * c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.in (modified) * c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.in (modified) * c/src/lib/libcpu/powerpc/shared/Makefile.in (modified) * c/src/lib/libcpu/powerpc/wrapup/Makefile.in (modified) * c/src/lib/libcpu/sh/Makefile.in (modified) * c/src/lib/libcpu/sh/sh7032/Makefile.in (modified) * c/src/lib/libcpu/sh/sh7032/clock/Makefile.in (modified) * c/src/lib/libcpu/sh/sh7032/console/Makefile.in (modified) * c/src/lib/libcpu/sh/sh7032/include/Makefile.in (modified) * c/src/lib/libcpu/sh/sh7032/null/Makefile.in (modified) * c/src/lib/libcpu/sh/sh7032/timer/Makefile.in (modified) * c/src/lib/libcpu/sparc/Makefile.in (modified) * c/src/lib/libcpu/sparc/reg_win/Makefile.in (modified) * c/src/lib/libcpu/sparc/syscall/Makefile.in (modified) * c/src/lib/libmisc/Makefile.am (added) * c/src/lib/libmisc/Makefile.in (modified) * c/src/lib/libmisc/assoc/Makefile.in (modified) * c/src/lib/libmisc/configure.in (added) * c/src/lib/libmisc/cpuuse/Makefile.in (modified) * c/src/lib/libmisc/dumpbuf/Makefile.in (modified) * c/src/lib/libmisc/error/Makefile.in (modified) * c/src/lib/libmisc/monitor/Makefile.in (modified) * c/src/lib/libmisc/rtmonuse/Makefile.in (modified) * c/src/lib/libmisc/stackchk/Makefile.in (modified) * c/src/lib/libmisc/untar/Makefile.in (modified) * c/src/lib/libmisc/wrapup/Makefile.in (modified) * c/src/lib/libnetworking/Makefile.am (added) * c/src/lib/libnetworking/Makefile.in (modified) * c/src/lib/libnetworking/configure.in (added) * c/src/lib/libnetworking/include/Makefile.in (modified) * c/src/lib/libnetworking/kern/Makefile.in (modified) * c/src/lib/libnetworking/lib/Makefile.in (modified) * c/src/lib/libnetworking/libc/Makefile.in (modified) * c/src/lib/libnetworking/net/Makefile.in (modified) * c/src/lib/libnetworking/netinet/Makefile.in (modified) * c/src/lib/libnetworking/nfs/Makefile.in (modified) * c/src/lib/libnetworking/rtems/Makefile.in (modified) * c/src/lib/libnetworking/rtems_servers/Makefile.in (modified) * c/src/lib/libnetworking/wrapup/Makefile.in (modified) * c/src/lib/librdbg/Makefile.in (modified) * c/src/lib/librdbg/configure.in (added) * c/src/lib/librdbg/i386/Makefile.in (modified) * c/src/lib/librdbg/i386/pc386/Makefile.in (modified) * c/src/lib/librdbg/powerpc/Makefile.in (modified) * c/src/lib/librdbg/powerpc/mcp750/Makefile.in (modified) * c/src/lib/librpc/Makefile.in (modified) * c/src/lib/librpc/configure.in (added) * c/src/lib/start/Makefile.am (added) * c/src/lib/start/Makefile.in (modified) * c/src/lib/start/a29k/Makefile.in (modified) * c/src/lib/start/a29k/configure.in (added) * c/src/lib/start/i960/Makefile.in (modified) * c/src/lib/start/i960/configure.in (added) * c/src/lib/start/m68k/Makefile.in (modified) * c/src/lib/start/m68k/configure.in (added) * c/src/lib/start/mips64orion/Makefile.in (modified) * c/src/lib/start/mips64orion/configure.in (added) * c/src/lib/start/sh/Makefile.in (modified) * c/src/lib/start/sh/configure.in (added) * c/src/libchip/Makefile.am (added) * c/src/libchip/configure.in (added) * c/src/libchip/network/Makefile.in (modified) * c/src/libchip/rtc/Makefile.in (modified) * c/src/libchip/serial/Makefile.in (modified) * c/src/libmisc/Makefile.am (added) * c/src/libmisc/assoc/Makefile.in (modified) * c/src/libmisc/configure.in (added) * c/src/libmisc/cpuuse/Makefile.in (modified) * c/src/libmisc/dumpbuf/Makefile.in (modified) * c/src/libmisc/error/Makefile.in (modified) * c/src/libmisc/monitor/Makefile.in (modified) * c/src/libmisc/rtmonuse/Makefile.in (modified) * c/src/libmisc/stackchk/Makefile.in (modified) * c/src/libmisc/untar/Makefile.in (modified) * c/src/libmisc/wrapup/Makefile.in (modified) * c/src/libnetworking/Makefile.am (added) * c/src/libnetworking/Makefile.in (modified) * c/src/libnetworking/configure.in (added) * c/src/libnetworking/include/Makefile.in (modified) * c/src/libnetworking/kern/Makefile.in (modified) * c/src/libnetworking/lib/Makefile.in (modified) * c/src/libnetworking/libc/Makefile.in (modified) * c/src/libnetworking/net/Makefile.in (modified) * c/src/libnetworking/netinet/Makefile.in (modified) * c/src/libnetworking/nfs/Makefile.in (modified) * c/src/libnetworking/rtems/Makefile.in (modified) * c/src/libnetworking/rtems_servers/Makefile.in (modified) * c/src/libnetworking/wrapup/Makefile.in (modified) * c/src/librdbg/include/rdbg/Makefile.am (added) * c/src/librdbg/include/rdbg/i386/Makefile.am (added) * c/src/librdbg/include/rdbg/powerpc/Makefile.am (added) * c/src/librdbg/src/Makefile.in (modified) * c/src/librdbg/src/configure.in (added) * c/src/librdbg/src/i386/Makefile.in (modified) * c/src/librdbg/src/i386/any/Makefile.in (modified) * c/src/librdbg/src/i386/pc386/Makefile.in (modified) * c/src/librdbg/src/powerpc/Makefile.in (modified) * c/src/librdbg/src/powerpc/mcp750/Makefile.in (modified) * c/src/librpc/include/rpc/Makefile.am (added) * c/src/librpc/src/Makefile.in (modified) * c/src/librtems++/Makefile.am (added) * c/src/librtems++/Makefile.in (added) * c/src/librtems++/aclocal.m4 (added) * c/src/librtems++/configure (added) * c/src/librtems++/configure.in (added) * c/src/librtems++/include/Makefile.am (added) * c/src/librtems++/include/Makefile.in (added) * c/src/librtems++/include/rtems++/Makefile.am (added) * c/src/librtems++/include/rtems++/Makefile.in (added) * c/src/make/Makefile.in (modified) * c/src/make/aclocal.m4 (modified) * c/src/make/compilers/Makefile.in (modified) * c/src/make/custom/Makefile.in (modified) * c/src/make/custom/default.cfg.in (modified) * c/src/tests/Makefile.in (modified) * c/src/tests/libtests/Makefile.in (modified) * c/src/tests/libtests/aclocal.m4 (modified) * c/src/tests/mptests/Makefile.in (modified) * c/src/tests/psxtests/Makefile.in (modified) * c/src/tests/samples/Makefile.in (modified) * c/src/tests/samples/aclocal.m4 (modified) * c/src/tests/sptests/Makefile.in (modified) * c/src/tests/support/Makefile.in (modified) * c/src/tests/support/include/Makefile.in (modified) * c/src/tests/tmtests/Makefile.in (modified) * c/src/tests/tmtests/include/Makefile.in (modified) * c/src/tests/tools/Makefile.in (modified) * c/src/tests/tools/generic/Makefile.in (modified) * cpukit/Makefile.am (added) * cpukit/libcsupport/Makefile.am (added) * cpukit/libmisc/Makefile.am (added) * cpukit/libnetworking/Makefile.am (added) * cpukit/librpc/include/rpc/Makefile.am (added) * cpukit/posix/Makefile.am (added) * cpukit/posix/include/Makefile.am (added) * cpukit/posix/inline/Makefile.am (added) * cpukit/posix/macros/Makefile.am (added) * cpukit/rtems/Makefile.am (added) * cpukit/rtems/include/Makefile.am (added) * cpukit/rtems/inline/Makefile.am (added) * cpukit/rtems/macros/Makefile.am (added) * cpukit/sapi/Makefile.am (added) * cpukit/sapi/include/Makefile.am (added) * cpukit/sapi/inline/Makefile.am (added) * cpukit/sapi/macros/Makefile.am (added) * cpukit/score/Makefile.am (added) * cpukit/score/include/Makefile.am (added) * cpukit/score/inline/Makefile.am (added) * cpukit/score/macros/Makefile.am (added) * cpukit/wrapup/Makefile.am (added) * doc/Makefile.in (modified) * make/Makefile.in (modified) * make/Templates/Makefile.in (modified) * make/compilers/Makefile.in (modified) * make/custom/Makefile.in (modified) * tools/Makefile.in (modified) * tools/build/Makefile.in (modified) * tools/build/configure (modified) * tools/build/configure.in (modified) * tools/cpu/Makefile.am (modified) * tools/cpu/Makefile.in (modified) * tools/cpu/configure (modified) * tools/cpu/configure.in (modified) * tools/cpu/generic/Makefile.in (modified) * tools/cpu/sh/Makefile.in (modified) * tools/cpu/unix/Makefile.in (modified) * tools/update/Makefile.in (modified) * tools/update/configure (modified) * tools/update/configure.in (modified) Applied patch rtems-rc-19990820-6.diff.gz from Ralf Corsepius ... Mon, 30 Aug 1999 18:05:48 GMT Joel Sherrill [260b0c2] * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * c/src/exec/score/src/threadhandler.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/threadhandler.c (modified) Patch from Charles-Antoine Gauthier to ... Thu, 01 Jul 1999 22:57:23 GMT Joel Sherrill [ed1a0e51] * c/src/exec/posix/src/sched.c (modified) * cpukit/posix/src/sched.c (modified) Honor 0 as PID of caller. Thu, 01 Jul 1999 22:28:30 GMT Joel Sherrill [51e04a2c] * c/src/exec/posix/src/signal_2.c (added) * cpukit/posix/src/signal_2.c (added) New file to implement signal(2). Fri, 14 May 1999 14:43:53 GMT Joel Sherrill [a0b94685] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) Removed check for initialized ID at request of Rosimildo DaSilva ... Fri, 07 May 1999 17:09:20 GMT Joel Sherrill [5a909149] * c/src/exec/posix/src/time.c (modified) * c/src/exec/rtems/src/tasks.c (modified) * cpukit/posix/src/time.c (modified) * cpukit/rtems/src/tasks.c (modified) Made all calls to _Thread_Yield_processor consistent in how they are ... Fri, 07 May 1999 16:36:29 GMT Joel Sherrill [16775a5] * c/src/exec/posix/include/rtems/posix/config.h (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/sapi/include/confdefs.h (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/sapi/include/confdefs.h (modified) Patch from Jiri Gaisler to allow stacksize ... Mon, 26 Apr 1999 18:22:08 GMT Joel Sherrill [c7aa9d6] * c/src/exec/posix/include/devctl.h (modified) * c/src/exec/posix/include/intr.h (modified) * c/src/exec/posix/include/mqueue.h (modified) * c/src/exec/posix/include/pthread.h (modified) * c/src/exec/posix/include/sched.h (modified) * c/src/exec/posix/include/semaphore.h (modified) * c/src/exec/posix/include/unistd.h (modified) * cpukit/posix/include/devctl.h (modified) * cpukit/posix/include/intr.h (modified) * cpukit/posix/include/mqueue.h (modified) * cpukit/posix/include/sched.h (modified) * cpukit/posix/include/semaphore.h (modified) Repairing damage and recovering changes including C++ wrappers.. Mon, 26 Apr 1999 18:04:46 GMT Joel Sherrill [c8cfdcfe] * c/src/exec/posix/include/aio.h (modified) * cpukit/posix/include/aio.h (modified) Recovered changes since CVS file was corrupted. Mon, 19 Apr 1999 15:54:03 GMT Joel Sherrill [df3e78a] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) The default action for real-time signals is supposed to be ... Thu, 15 Apr 1999 18:58:27 GMT Joel Sherrill [2df1974] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) Added include of rtems/posix/cancel.h. Thu, 15 Apr 1999 18:58:02 GMT Joel Sherrill [da41ecbc] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) Removed alarm(), killinfo() and pause() because they are now in their ... Thu, 15 Apr 1999 18:57:31 GMT Joel Sherrill [93994fdb] * c/src/exec/posix/src/mqueue.c (modified) * c/src/exec/posix/src/semaphore.c (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/semaphore.c (modified) Now compiles and is included in normal build even though it is ... Thu, 15 Apr 1999 18:57:02 GMT Joel Sherrill [0f4e074] * c/src/exec/posix/src/killinfo.c (modified) * cpukit/posix/src/killinfo.c (modified) Cleaned up. Thu, 15 Apr 1999 18:56:42 GMT Joel Sherrill [3afecf8] * c/src/exec/posix/src/aio.c (modified) * c/src/exec/posix/src/cancel.c (modified) * cpukit/posix/src/aio.c (modified) * cpukit/posix/src/cancel.c (modified) Now compiles and is included in normal build even though it is untested. Thu, 15 Apr 1999 18:54:01 GMT Joel Sherrill [d0f53fe] * c/src/exec/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) Enabled cancellation information in POSIX API thread extension structure. Mon, 12 Apr 1999 20:24:56 GMT Joel Sherrill [82f490f] * aclocal.m4 (modified) * aclocal/enable-tests.m4 (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/ptimer.c (modified) * configure (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/ptimer.c (modified) Patch from Ralf Corsepius to correct the ... Mon, 12 Apr 1999 15:36:07 GMT Joel Sherrill [d115315] * c/src/exec/posix/src/ptimer.c (modified) * cpukit/posix/src/ptimer.c (modified) Added line to initialize timer_max. Wed, 31 Mar 1999 22:09:11 GMT Joel Sherrill [5c95996] * c/src/exec/posix/src/pthreadequal.c (modified) * cpukit/posix/src/pthreadequal.c (modified) When compiled in debug mode, the POSIX threads inline file was not ... Tue, 30 Mar 1999 17:41:26 GMT Joel Sherrill [5c6c4c2] * c/src/exec/posix/include/rtems/posix/psignal.h (modified) * cpukit/posix/include/rtems/posix/psignal.h (modified) Fixed typo where _POSIX_signals_Clear_process_signals was not ... Mon, 01 Mar 1999 15:18:26 GMT Joel Sherrill [e069cdc3] * c/src/exec/posix/include/rtems/posix/psignal.h (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/lib/libbsp/shared/main.c (modified) * c/src/lib/libbsp/sparc/erc32/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.in (added) * c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c (added) * c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.in (modified) * cpukit/posix/include/rtems/posix/psignal.h (modified) * cpukit/posix/src/psignal.c (modified) Part of the automake VI patch from Ralf Corsepius [dae18b5] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) POSIX timer support. Wed, 10 Feb 1999 17:03:46 GMT Joel Sherrill [aee3d68] * c/src/exec/posix/src/pthreadkill.c (modified) * c/src/exec/posix/src/sigaction.c (modified) * c/src/exec/posix/src/sigtimedwait.c (modified) * cpukit/posix/src/pthreadkill.c (modified) * cpukit/posix/src/sigaction.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) POSIX timer support modifications. Wed, 03 Feb 1999 16:22:18 GMT Joel Sherrill [0747e2d] * c/src/exec/posix/include/rtems/posix/Makefile.in (modified) * c/src/exec/posix/include/rtems/posix/config.h (modified) * c/src/exec/posix/include/rtems/posix/ptimer.h (added) * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/ptimer.c (modified) * c/src/exec/sapi/include/confdefs.h (modified) * c/src/exec/sapi/src/posixapi.c (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/ptimer.h (added) * cpukit/posix/src/ptimer.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) POSIX Timers submitted by Juan Zamorano Flores ... Sun, 31 Jan 1999 20:45:31 GMT Joel Sherrill [07d880f4] * c/src/exec/posix/include/rtems/posix/psignal.h (modified) * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/alarm.c (added) * c/src/exec/posix/src/kill.c (added) * c/src/exec/posix/src/killinfo.c (added) * c/src/exec/posix/src/pause.c (added) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthreadkill.c (added) * c/src/exec/posix/src/pthreadsigmask.c (added) * c/src/exec/posix/src/sigaction.c (added) * c/src/exec/posix/src/sigaddset.c (added) * c/src/exec/posix/src/sigdelset.c (added) * c/src/exec/posix/src/sigemptyset.c (added) * c/src/exec/posix/src/sigfillset.c (added) * c/src/exec/posix/src/sigismember.c (added) * c/src/exec/posix/src/sigpending.c (added) * c/src/exec/posix/src/sigprocmask.c (added) * c/src/exec/posix/src/sigqueue.c (added) * c/src/exec/posix/src/sigsuspend.c (added) * c/src/exec/posix/src/sigtimedwait.c (added) * c/src/exec/posix/src/sigwait.c (added) * c/src/exec/posix/src/sigwaitinfo.c (added) * cpukit/posix/include/rtems/posix/psignal.h (modified) * cpukit/posix/src/alarm.c (added) * cpukit/posix/src/kill.c (added) * cpukit/posix/src/killinfo.c (added) * cpukit/posix/src/pause.c (added) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthreadkill.c (added) * cpukit/posix/src/pthreadsigmask.c (added) * cpukit/posix/src/sigaction.c (added) * cpukit/posix/src/sigaddset.c (added) * cpukit/posix/src/sigdelset.c (added) * cpukit/posix/src/sigemptyset.c (added) * cpukit/posix/src/sigfillset.c (added) * cpukit/posix/src/sigismember.c (added) * cpukit/posix/src/sigpending.c (added) * cpukit/posix/src/sigprocmask.c (added) * cpukit/posix/src/sigqueue.c (added) * cpukit/posix/src/sigsuspend.c (added) * cpukit/posix/src/sigtimedwait.c (added) * cpukit/posix/src/sigwait.c (added) * cpukit/posix/src/sigwaitinfo.c (added) Split psignal.c into many more files. This reduced the amount of ... Tue, 26 Jan 1999 16:00:04 GMT Joel Sherrill [d90df9aa] * c/src/exec/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) Added include of so a macro would expand ... Mon, 25 Jan 1999 23:20:52 GMT Joel Sherrill [03598b1] * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/pthreadatfork.c (modified) * c/src/exec/posix/src/pthreadattrdestroy.c (added) * c/src/exec/posix/src/pthreadattrgetdetachstate.c (added) * c/src/exec/posix/src/pthreadattrgetinheritsched.c (added) * c/src/exec/posix/src/pthreadattrgetschedparam.c (added) * c/src/exec/posix/src/pthreadattrgetschedpolicy.c (added) * c/src/exec/posix/src/pthreadattrgetscope.c (added) * c/src/exec/posix/src/pthreadattrgetstackaddr.c (added) * c/src/exec/posix/src/pthreadattrgetstacksize.c (added) * c/src/exec/posix/src/pthreadattrinit.c (added) * c/src/exec/posix/src/pthreadattrsetdetachstate.c (added) * c/src/exec/posix/src/pthreadattrsetinheritsched.c (added) * c/src/exec/posix/src/pthreadattrsetschedparam.c (added) * c/src/exec/posix/src/pthreadattrsetschedpolicy.c (added) * c/src/exec/posix/src/pthreadattrsetscope.c (added) * c/src/exec/posix/src/pthreadattrsetstackaddr.c (added) * c/src/exec/posix/src/pthreadattrsetstacksize.c (added) * c/src/exec/posix/src/pthreadcreate.c (added) * c/src/exec/posix/src/pthreaddetach.c (added) * c/src/exec/posix/src/pthreadequal.c (added) * c/src/exec/posix/src/pthreadexit.c (added) * c/src/exec/posix/src/pthreadgetcpuclockid.c (added) * c/src/exec/posix/src/pthreadgetcputime.c (added) * c/src/exec/posix/src/pthreadgetschedparam.c (added) * c/src/exec/posix/src/pthreadjoin.c (added) * c/src/exec/posix/src/pthreadonce.c (added) * c/src/exec/posix/src/pthreadself.c (added) * c/src/exec/posix/src/pthreadsetcputime.c (added) * c/src/exec/posix/src/pthreadsetschedparam.c (added) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadatfork.c (modified) * cpukit/posix/src/pthreadattrdestroy.c (added) * cpukit/posix/src/pthreadattrgetdetachstate.c (added) * cpukit/posix/src/pthreadattrgetinheritsched.c (added) * cpukit/posix/src/pthreadattrgetschedparam.c (added) * cpukit/posix/src/pthreadattrgetschedpolicy.c (added) * cpukit/posix/src/pthreadattrgetscope.c (added) * cpukit/posix/src/pthreadattrgetstackaddr.c (added) * cpukit/posix/src/pthreadattrgetstacksize.c (added) * cpukit/posix/src/pthreadattrinit.c (added) * cpukit/posix/src/pthreadattrsetdetachstate.c (added) * cpukit/posix/src/pthreadattrsetinheritsched.c (added) * cpukit/posix/src/pthreadattrsetschedparam.c (added) * cpukit/posix/src/pthreadattrsetschedpolicy.c (added) * cpukit/posix/src/pthreadattrsetscope.c (added) * cpukit/posix/src/pthreadattrsetstackaddr.c (added) * cpukit/posix/src/pthreadattrsetstacksize.c (added) * cpukit/posix/src/pthreadcreate.c (added) * cpukit/posix/src/pthreaddetach.c (added) * cpukit/posix/src/pthreadequal.c (added) * cpukit/posix/src/pthreadexit.c (added) * cpukit/posix/src/pthreadgetcpuclockid.c (added) * cpukit/posix/src/pthreadgetcputime.c (added) * cpukit/posix/src/pthreadgetschedparam.c (added) * cpukit/posix/src/pthreadjoin.c (added) * cpukit/posix/src/pthreadonce.c (added) * cpukit/posix/src/pthreadself.c (added) * cpukit/posix/src/pthreadsetcputime.c (added) * cpukit/posix/src/pthreadsetschedparam.c (added) Split most of POSIX Threads Manager into multiple files. Mon, 25 Jan 1999 23:20:39 GMT Joel Sherrill [535db3ae] * c/src/exec/posix/include/rtems/posix/pthread.h (modified) * cpukit/posix/include/rtems/posix/pthread.h (modified) Added enough prototypes to allow most of POSIX Threads Manager to be ... Mon, 23 Nov 1998 19:07:58 GMT Joel Sherrill [07a3253d] * c/src/exec/include/rtems/libio_.h (added) * c/src/exec/libcsupport/include/rtems/libio.h (modified) * c/src/exec/libcsupport/include/rtems/libio_.h (added) * c/src/exec/libcsupport/src/CASES (added) * c/src/exec/libcsupport/src/TODO (added) * c/src/exec/libcsupport/src/__brk.c (modified) * c/src/exec/libcsupport/src/__gettod.c (modified) * c/src/exec/libcsupport/src/__sbrk.c (added) * c/src/exec/libcsupport/src/__times.c (modified) * c/src/exec/libcsupport/src/access.c (added) * c/src/exec/libcsupport/src/base_fs.c (added) * c/src/exec/libcsupport/src/cfgetispeed.c (added) * c/src/exec/libcsupport/src/cfgetospeed.c (added) * c/src/exec/libcsupport/src/cfsetispeed.c (added) * c/src/exec/libcsupport/src/cfsetospeed.c (added) * c/src/exec/libcsupport/src/chdir.c (added) * c/src/exec/libcsupport/src/chmod.c (added) * c/src/exec/libcsupport/src/chown.c (added) * c/src/exec/libcsupport/src/close.c (added) * c/src/exec/libcsupport/src/closedir.c (modified) * c/src/exec/libcsupport/src/dup.c (added) * c/src/exec/libcsupport/src/dup2.c (added) * c/src/exec/libcsupport/src/eval.c (added) * c/src/exec/libcsupport/src/fchmod.c (added) * c/src/exec/libcsupport/src/fcntl.c (added) * c/src/exec/libcsupport/src/fdatasync.c (added) * c/src/exec/libcsupport/src/fpathconf.c (added) * c/src/exec/libcsupport/src/fstat.c (added) * c/src/exec/libcsupport/src/fsync.c (added) * c/src/exec/libcsupport/src/ftruncate.c (added) * c/src/exec/libcsupport/src/getdents.c (modified) * c/src/exec/libcsupport/src/hosterr.c (modified) * c/src/exec/libcsupport/src/ioctl.c (added) * c/src/exec/libcsupport/src/libio.c (modified) * c/src/exec/libcsupport/src/link.c (added) * c/src/exec/libcsupport/src/lseek.c (added) * c/src/exec/libcsupport/src/malloc.c (modified) * c/src/exec/libcsupport/src/mkdir.c (added) * c/src/exec/libcsupport/src/mkfifo.c (added) * c/src/exec/libcsupport/src/mknod.c (added) * c/src/exec/libcsupport/src/mount.c (added) * c/src/exec/libcsupport/src/newlibc.c (modified) * c/src/exec/libcsupport/src/no_libc.c (modified) * c/src/exec/libcsupport/src/open.c (added) * c/src/exec/libcsupport/src/opendir.c (modified) * c/src/exec/libcsupport/src/pathconf.c (added) * c/src/exec/libcsupport/src/pipe.c (added) * c/src/exec/libcsupport/src/read.c (added) * c/src/exec/libcsupport/src/readdir.c (modified) * c/src/exec/libcsupport/src/readlink.c (added) * c/src/exec/libcsupport/src/rewinddir.c (modified) * c/src/exec/libcsupport/src/rmdir.c (added) * c/src/exec/libcsupport/src/scandir.c (modified) * c/src/exec/libcsupport/src/seekdir.c (modified) * c/src/exec/libcsupport/src/stat.c (added) * c/src/exec/libcsupport/src/symlink.c (added) * c/src/exec/libcsupport/src/tcdrain.c (modified) * c/src/exec/libcsupport/src/tcgetattr.c (added) * c/src/exec/libcsupport/src/tcsetattr.c (added) * c/src/exec/libcsupport/src/telldir.c (modified) * c/src/exec/libcsupport/src/truncate.c (added) * c/src/exec/libcsupport/src/umask.c (added) * c/src/exec/libcsupport/src/unixlibc.c (modified) * c/src/exec/libcsupport/src/unlink.c (added) * c/src/exec/libcsupport/src/unmount.c (added) * c/src/exec/libcsupport/src/utime.c (added) * c/src/exec/libcsupport/src/write.c (added) * c/src/exec/libfs/src/imfs/deviceio.c (added) * c/src/exec/libfs/src/imfs/imfs.h (added) * c/src/exec/libfs/src/imfs/imfs_chown.c (added) * c/src/exec/libfs/src/imfs/imfs_creat.c (added) * c/src/exec/libfs/src/imfs/imfs_debug.c (added) * c/src/exec/libfs/src/imfs/imfs_directory.c (added) * c/src/exec/libfs/src/imfs/imfs_eval.c (added) * c/src/exec/libfs/src/imfs/imfs_fchmod.c (added) * c/src/exec/libfs/src/imfs/imfs_free.c (added) * c/src/exec/libfs/src/imfs/imfs_getchild.c (added) * c/src/exec/libfs/src/imfs/imfs_gtkn.c (added) * c/src/exec/libfs/src/imfs/imfs_init.c (added) * c/src/exec/libfs/src/imfs/imfs_initsupp.c (added) * c/src/exec/libfs/src/imfs/imfs_link.c (added) * c/src/exec/libfs/src/imfs/imfs_mknod.c (added) * c/src/exec/libfs/src/imfs/imfs_mount.c (added) * c/src/exec/libfs/src/imfs/imfs_ntype.c (added) * c/src/exec/libfs/src/imfs/imfs_readlink.c (added) * c/src/exec/libfs/src/imfs/imfs_rmnod.c (added) * c/src/exec/libfs/src/imfs/imfs_stat.c (added) * c/src/exec/libfs/src/imfs/imfs_symlink.c (added) * c/src/exec/libfs/src/imfs/imfs_unlink.c (added) * c/src/exec/libfs/src/imfs/imfs_unmount.c (added) * c/src/exec/libfs/src/imfs/imfs_utime.c (added) * c/src/exec/libfs/src/imfs/ioman.c (added) * c/src/exec/libfs/src/imfs/memfile.c (added) * c/src/exec/posix/include/sys/Makefile.in (modified) * c/src/exec/posix/src/getpid.c (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/sys/Makefile.in (modified) * c/src/exec/sapi/src/io.c (modified) * c/src/lib/include/rtems/libio.h (modified) * c/src/lib/include/rtems/libio_.h (added) * c/src/lib/libbsp/shared/bsplibc.c (modified) * c/src/lib/libbsp/shared/bsppost.c (modified) * c/src/lib/libc/CASES (added) * c/src/lib/libc/Makefile.in (modified) * c/src/lib/libc/TODO (added) * c/src/lib/libc/__brk.c (modified) * c/src/lib/libc/__gettod.c (modified) * c/src/lib/libc/__sbrk.c (added) * c/src/lib/libc/__times.c (modified) * c/src/lib/libc/access.c (added) * c/src/lib/libc/base_fs.c (added) * c/src/lib/libc/cfgetispeed.c (added) * c/src/lib/libc/cfgetospeed.c (added) * c/src/lib/libc/cfiospeed.c (deleted) * c/src/lib/libc/cfsetispeed.c (added) * c/src/lib/libc/cfsetospeed.c (added) * c/src/lib/libc/chdir.c (added) * c/src/lib/libc/chmod.c (added) * c/src/lib/libc/chown.c (added) * c/src/lib/libc/close.c (added) * c/src/lib/libc/closedir.c (modified) * c/src/lib/libc/deviceio.c (added) * c/src/lib/libc/dup.c (added) * c/src/lib/libc/dup2.c (added) * c/src/lib/libc/eval.c (added) * c/src/lib/libc/fchmod.c (added) * c/src/lib/libc/fcntl.c (added) * c/src/lib/libc/fdatasync.c (added) * c/src/lib/libc/fpathconf.c (added) * c/src/lib/libc/fstat.c (added) * c/src/lib/libc/fsync.c (added) * c/src/lib/libc/ftruncate.c (added) * c/src/lib/libc/getdents.c (modified) * c/src/lib/libc/hosterr.c (modified) * c/src/lib/libc/imfs.h (added) * c/src/lib/libc/imfs_chown.c (added) * c/src/lib/libc/imfs_creat.c (added) * c/src/lib/libc/imfs_debug.c (added) * c/src/lib/libc/imfs_directory.c (added) * c/src/lib/libc/imfs_eval.c (added) * c/src/lib/libc/imfs_fchmod.c (added) * c/src/lib/libc/imfs_free.c (added) * c/src/lib/libc/imfs_getchild.c (added) * c/src/lib/libc/imfs_gtkn.c (added) * c/src/lib/libc/imfs_handlers.c (added) * c/src/lib/libc/imfs_init.c (added) * c/src/lib/libc/imfs_initsupp.c (added) * c/src/lib/libc/imfs_link.c (added) * c/src/lib/libc/imfs_mknod.c (added) * c/src/lib/libc/imfs_mount.c (added) * c/src/lib/libc/imfs_ntype.c (added) * c/src/lib/libc/imfs_readlink.c (added) * c/src/lib/libc/imfs_rmnod.c (added) * c/src/lib/libc/imfs_stat.c (added) * c/src/lib/libc/imfs_symlink.c (added) * c/src/lib/libc/imfs_unlink.c (added) * c/src/lib/libc/imfs_unmount.c (added) * c/src/lib/libc/imfs_utime.c (added) * c/src/lib/libc/internal.h (deleted) * c/src/lib/libc/ioctl.c (added) * c/src/lib/libc/ioman.c (added) * c/src/lib/libc/libio.c (modified) * c/src/lib/libc/libio.h (modified) * c/src/lib/libc/libio_.h (added) * c/src/lib/libc/link.c (added) * c/src/lib/libc/lseek.c (added) * c/src/lib/libc/malloc.c (modified) * c/src/lib/libc/memfile.c (added) * c/src/lib/libc/mkdir.c (added) * c/src/lib/libc/mkfifo.c (added) * c/src/lib/libc/mknod.c (added) * c/src/lib/libc/mount.c (added) * c/src/lib/libc/newlibc.c (modified) * c/src/lib/libc/newlibif.c (deleted) * c/src/lib/libc/newlibifr.c (deleted) * c/src/lib/libc/no_libc.c (modified) * c/src/lib/libc/open.c (added) * c/src/lib/libc/opendir.c (modified) * c/src/lib/libc/pathconf.c (added) * c/src/lib/libc/pipe.c (moved) * c/src/lib/libc/read.c (added) * c/src/lib/libc/readdir.c (modified) * c/src/lib/libc/readlink.c (added) * c/src/lib/libc/rewinddir.c (modified) * c/src/lib/libc/rmdir.c (added) * c/src/lib/libc/scandir.c (modified) * c/src/lib/libc/seekdir.c (modified) * c/src/lib/libc/stat.c (added) * c/src/lib/libc/support.c (deleted) * c/src/lib/libc/symlink.c (added) * c/src/lib/libc/syscalls.c (deleted) * c/src/lib/libc/tcattr.c (deleted) * c/src/lib/libc/tcdrain.c (modified) * c/src/lib/libc/tcgetattr.c (added) * c/src/lib/libc/tcsetattr.c (added) * c/src/lib/libc/telldir.c (modified) * c/src/lib/libc/truncate.c (added) * c/src/lib/libc/umask.c (added) * c/src/lib/libc/unixlibc.c (modified) * c/src/lib/libc/unlink.c (added) * c/src/lib/libc/unmount.c (added) * c/src/lib/libc/utime.c (added) * c/src/lib/libc/write.c (added) * c/src/lib/libchip/serial/ns16550.c (modified) * c/src/libchip/serial/ns16550.c (modified) * c/src/libfs/src/imfs/deviceio.c (added) * c/src/libfs/src/imfs/imfs.h (added) * c/src/libfs/src/imfs/imfs_chown.c (added) * c/src/libfs/src/imfs/imfs_creat.c (added) * c/src/libfs/src/imfs/imfs_debug.c (added) * c/src/libfs/src/imfs/imfs_directory.c (added) * c/src/libfs/src/imfs/imfs_eval.c (added) * c/src/libfs/src/imfs/imfs_fchmod.c (added) * c/src/libfs/src/imfs/imfs_free.c (added) * c/src/libfs/src/imfs/imfs_getchild.c (added) * c/src/libfs/src/imfs/imfs_gtkn.c (added) * c/src/libfs/src/imfs/imfs_init.c (added) * c/src/libfs/src/imfs/imfs_initsupp.c (added) * c/src/libfs/src/imfs/imfs_link.c (added) * c/src/libfs/src/imfs/imfs_mknod.c (added) * c/src/libfs/src/imfs/imfs_mount.c (added) * c/src/libfs/src/imfs/imfs_ntype.c (added) * c/src/libfs/src/imfs/imfs_readlink.c (added) * c/src/libfs/src/imfs/imfs_rmnod.c (added) * c/src/libfs/src/imfs/imfs_stat.c (added) * c/src/libfs/src/imfs/imfs_symlink.c (added) * c/src/libfs/src/imfs/imfs_unlink.c (added) * c/src/libfs/src/imfs/imfs_unmount.c (added) * c/src/libfs/src/imfs/imfs_utime.c (added) * c/src/libfs/src/imfs/ioman.c (added) * c/src/libfs/src/imfs/memfile.c (added) * c/src/tests/sptests/spsize/size.c (modified) * configure (modified) * cpukit/include/rtems/libio_.h (added) * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libcsupport/include/rtems/libio_.h (added) * cpukit/libcsupport/src/CASES (added) * cpukit/libcsupport/src/TODO (added) * cpukit/libcsupport/src/__brk.c (modified) * cpukit/libcsupport/src/__gettod.c (modified) * cpukit/libcsupport/src/__sbrk.c (added) * cpukit/libcsupport/src/__times.c (modified) * cpukit/libcsupport/src/access.c (added) * cpukit/libcsupport/src/base_fs.c (added) * cpukit/libcsupport/src/cfgetispeed.c (added) * cpukit/libcsupport/src/cfgetospeed.c (added) * cpukit/libcsupport/src/cfsetispeed.c (added) * cpukit/libcsupport/src/cfsetospeed.c (added) * cpukit/libcsupport/src/chdir.c (added) * cpukit/libcsupport/src/chmod.c (added) * cpukit/libcsupport/src/chown.c (added) * cpukit/libcsupport/src/close.c (added) * cpukit/libcsupport/src/closedir.c (modified) * cpukit/libcsupport/src/dup.c (added) * cpukit/libcsupport/src/dup2.c (added) * cpukit/libcsupport/src/eval.c (added) * cpukit/libcsupport/src/fchmod.c (added) * cpukit/libcsupport/src/fcntl.c (added) * cpukit/libcsupport/src/fdatasync.c (added) * cpukit/libcsupport/src/fpathconf.c (added) * cpukit/libcsupport/src/fstat.c (added) * cpukit/libcsupport/src/fsync.c (added) * cpukit/libcsupport/src/ftruncate.c (added) * cpukit/libcsupport/src/getdents.c (modified) * cpukit/libcsupport/src/hosterr.c (modified) * cpukit/libcsupport/src/ioctl.c (added) * cpukit/libcsupport/src/libio.c (modified) * cpukit/libcsupport/src/link.c (added) * cpukit/libcsupport/src/lseek.c (added) * cpukit/libcsupport/src/malloc.c (modified) * cpukit/libcsupport/src/mkdir.c (added) * cpukit/libcsupport/src/mkfifo.c (added) * cpukit/libcsupport/src/mknod.c (added) * cpukit/libcsupport/src/mount.c (added) * cpukit/libcsupport/src/newlibc.c (modified) * cpukit/libcsupport/src/no_libc.c (modified) * cpukit/libcsupport/src/open.c (added) * cpukit/libcsupport/src/opendir.c (modified) * cpukit/libcsupport/src/pathconf.c (added) * cpukit/libcsupport/src/pipe.c (added) * cpukit/libcsupport/src/read.c (added) * cpukit/libcsupport/src/readdir.c (modified) * cpukit/libcsupport/src/readlink.c (added) * cpukit/libcsupport/src/rewinddir.c (modified) * cpukit/libcsupport/src/rmdir.c (added) * cpukit/libcsupport/src/scandir.c (modified) * cpukit/libcsupport/src/seekdir.c (modified) * cpukit/libcsupport/src/stat.c (added) * cpukit/libcsupport/src/symlink.c (added) * cpukit/libcsupport/src/tcdrain.c (modified) * cpukit/libcsupport/src/tcgetattr.c (added) * cpukit/libcsupport/src/tcsetattr.c (added) * cpukit/libcsupport/src/telldir.c (modified) * cpukit/libcsupport/src/truncate.c (added) * cpukit/libcsupport/src/umask.c (added) * cpukit/libcsupport/src/unixlibc.c (modified) * cpukit/libcsupport/src/unlink.c (added) * cpukit/libcsupport/src/unmount.c (added) * cpukit/libcsupport/src/utime.c (added) * cpukit/libcsupport/src/write.c (added) * cpukit/libfs/src/imfs/deviceio.c (added) * cpukit/libfs/src/imfs/imfs.h (added) * cpukit/libfs/src/imfs/imfs_chown.c (added) * cpukit/libfs/src/imfs/imfs_creat.c (added) * cpukit/libfs/src/imfs/imfs_debug.c (added) * cpukit/libfs/src/imfs/imfs_directory.c (added) * cpukit/libfs/src/imfs/imfs_eval.c (added) * cpukit/libfs/src/imfs/imfs_fchmod.c (added) * cpukit/libfs/src/imfs/imfs_free.c (added) * cpukit/libfs/src/imfs/imfs_getchild.c (added) * cpukit/libfs/src/imfs/imfs_gtkn.c (added) * cpukit/libfs/src/imfs/imfs_init.c (added) * cpukit/libfs/src/imfs/imfs_initsupp.c (added) * cpukit/libfs/src/imfs/imfs_link.c (added) * cpukit/libfs/src/imfs/imfs_mknod.c (added) * cpukit/libfs/src/imfs/imfs_mount.c (added) * cpukit/libfs/src/imfs/imfs_ntype.c (added) * cpukit/libfs/src/imfs/imfs_readlink.c (added) * cpukit/libfs/src/imfs/imfs_rmnod.c (added) * cpukit/libfs/src/imfs/imfs_stat.c (added) * cpukit/libfs/src/imfs/imfs_symlink.c (added) * cpukit/libfs/src/imfs/imfs_unlink.c (added) * cpukit/libfs/src/imfs/imfs_unmount.c (added) * cpukit/libfs/src/imfs/imfs_utime.c (added) * cpukit/libfs/src/imfs/ioman.c (added) * cpukit/libfs/src/imfs/memfile.c (added) * cpukit/posix/src/getpid.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/sapi/src/io.c (modified) * testsuites/sptests/spsize/size.c (modified) Added base version of file system infrastructure. This includes a ... Mon, 23 Nov 1998 17:38:09 GMT Joel Sherrill [97e2729d] * aclocal.m4 (modified) * c/src/exec/posix/headers/Makefile.in (modified) * c/src/exec/posix/headers/cond.h (modified) * c/src/exec/posix/headers/mqueue.h (modified) * c/src/exec/posix/headers/mutex.h (modified) * c/src/exec/posix/headers/pthread.h (modified) * c/src/exec/posix/headers/semaphore.h (modified) * c/src/exec/posix/include/rtems/posix/Makefile.in (modified) * c/src/exec/posix/include/rtems/posix/cond.h (modified) * c/src/exec/posix/include/rtems/posix/mqueue.h (modified) * c/src/exec/posix/include/rtems/posix/mutex.h (modified) * c/src/exec/posix/include/rtems/posix/pthread.h (modified) * c/src/exec/posix/include/rtems/posix/semaphore.h (modified) * c/src/exec/posix/src/cond.c (modified) * c/src/exec/posix/src/mutex.c (modified) * c/src/exec/rtems/headers/Makefile.in (modified) * c/src/exec/rtems/headers/event.h (modified) * c/src/exec/rtems/headers/message.h (modified) * c/src/exec/rtems/headers/part.h (modified) * c/src/exec/rtems/headers/region.h (modified) * c/src/exec/rtems/headers/rtems.h (modified) * c/src/exec/rtems/headers/sem.h (modified) * c/src/exec/rtems/headers/signal.h (modified) * c/src/exec/rtems/headers/tasks.h (modified) * c/src/exec/rtems/headers/types.h (modified) * c/src/exec/rtems/include/rtems.h (modified) * c/src/exec/rtems/include/rtems/rtems/Makefile.in (modified) * c/src/exec/rtems/include/rtems/rtems/event.h (modified) * c/src/exec/rtems/include/rtems/rtems/message.h (modified) * c/src/exec/rtems/include/rtems/rtems/part.h (modified) * c/src/exec/rtems/include/rtems/rtems/region.h (modified) * c/src/exec/rtems/include/rtems/rtems/sem.h (modified) * c/src/exec/rtems/include/rtems/rtems/signal.h (modified) * c/src/exec/rtems/include/rtems/rtems/tasks.h (modified) * c/src/exec/rtems/include/rtems/rtems/types.h (modified) * c/src/exec/rtems/inline/attr.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/attr.inl (modified) * c/src/exec/rtems/macros/attr.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/attr.inl (modified) * c/src/exec/rtems/optman/Makefile.in (modified) * c/src/exec/rtems/optman/no-mp.c (modified) * c/src/exec/rtems/src/Makefile.in (modified) * c/src/exec/rtems/src/dpmem.c (modified) * c/src/exec/rtems/src/event.c (modified) * c/src/exec/rtems/src/msg.c (modified) * c/src/exec/rtems/src/part.c (modified) * c/src/exec/rtems/src/ratemon.c (modified) * c/src/exec/rtems/src/region.c (modified) * c/src/exec/rtems/src/rtemstimer.c (modified) * c/src/exec/rtems/src/sem.c (modified) * c/src/exec/rtems/src/signal.c (modified) * c/src/exec/rtems/src/tasks.c (modified) * c/src/exec/rtems/src/timer.c (modified) * c/src/exec/sapi/headers/config.h (modified) * c/src/exec/sapi/headers/sptables.h (modified) * c/src/exec/sapi/include/rtems/config.h (modified) * c/src/exec/sapi/include/rtems/sptables.h (modified) * c/src/exec/sapi/src/exinit.c (modified) * c/src/exec/sapi/src/rtemsapi.c (modified) * c/src/exec/score/headers/Makefile.in (modified) * c/src/exec/score/headers/object.h (modified) * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/include/rtems/score/Makefile.in (modified) * c/src/exec/score/include/rtems/score/object.h (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * c/src/exec/score/inline/Makefile.in (modified) * c/src/exec/score/inline/rtems/score/Makefile.in (modified) * c/src/exec/score/macros/Makefile.in (modified) * c/src/exec/score/macros/rtems/score/Makefile.in (modified) * c/src/exec/score/src/Makefile.in (modified) * c/src/exec/score/src/coremsg.c (modified) * c/src/exec/score/src/coremutex.c (modified) * c/src/exec/score/src/coresem.c (modified) * c/src/exec/score/src/mpci.c (modified) * c/src/exec/score/src/object.c (modified) * c/src/exec/score/src/thread.c (modified) * c/src/exec/score/src/threadq.c (modified) * c/src/exec/score/tools/generic/size_rtems.in (modified) * c/src/lib/libbsp/hppa1.1/simhppa/Makefile.in (modified) * c/src/lib/libbsp/i386/force386/Makefile.in (modified) * c/src/lib/libbsp/i960/cvme961/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme136/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147s/Makefile.in (modified) * c/src/lib/libbsp/no_cpu/no_bsp/Makefile.in (modified) * c/src/lib/libbsp/unix/posix/Makefile.in (modified) * c/src/lib/libmisc/monitor/Makefile.in (modified) * c/src/lib/libmisc/monitor/mon-object.c (modified) * c/src/lib/libmisc/monitor/monitor.h (modified) * c/src/libmisc/monitor/Makefile.in (modified) * c/src/libmisc/monitor/mon-object.c (modified) * c/src/libmisc/monitor/monitor.h (modified) * c/src/optman/rtems/no-mp.c (modified) * c/src/tests/sptests/spsize/size.c (modified) * configure (modified) * configure.in (modified) * cpukit/libmisc/monitor/mon-object.c (modified) * cpukit/libmisc/monitor/monitor.h (modified) * cpukit/posix/include/rtems/posix/cond.h (modified) * cpukit/posix/include/rtems/posix/mqueue.h (modified) * cpukit/posix/include/rtems/posix/mutex.h (modified) * cpukit/posix/include/rtems/posix/pthread.h (modified) * cpukit/posix/include/rtems/posix/semaphore.h (modified) * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/rtems/include/rtems.h (modified) * cpukit/rtems/include/rtems/rtems/event.h (modified) * cpukit/rtems/include/rtems/rtems/message.h (modified) * cpukit/rtems/include/rtems/rtems/part.h (modified) * cpukit/rtems/include/rtems/rtems/region.h (modified) * cpukit/rtems/include/rtems/rtems/sem.h (modified) * cpukit/rtems/include/rtems/rtems/signal.h (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/include/rtems/rtems/types.h (modified) * cpukit/rtems/inline/rtems/rtems/attr.inl (modified) * cpukit/rtems/macros/rtems/rtems/attr.inl (modified) * cpukit/rtems/src/dpmem.c (modified) * cpukit/rtems/src/event.c (modified) * cpukit/rtems/src/msg.c (modified) * cpukit/rtems/src/part.c (modified) * cpukit/rtems/src/ratemon.c (modified) * cpukit/rtems/src/region.c (modified) * cpukit/rtems/src/rtemstimer.c (modified) * cpukit/rtems/src/sem.c (modified) * cpukit/rtems/src/signal.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/sapi/src/rtemsapi.c (modified) * cpukit/score/include/rtems/score/object.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/coremsg.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/object.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadq.c (modified) * make/custom/FreeBSD-posix.cfg (modified) * make/custom/HPUX9-posix.cfg (modified) * make/custom/Linux-posix.cfg (modified) * make/custom/Solaris-posix.cfg (modified) * make/custom/cvme961.cfg (modified) * make/custom/default.cfg (modified) * make/custom/dmv177.cfg (modified) * make/custom/force386.cfg (modified) * make/custom/gensh1.cfg (modified) * make/custom/mvme136.cfg (modified) * make/custom/mvme147s.cfg (modified) * make/custom/no_bsp.cfg (modified) * make/custom/simhppa.cfg (modified) * make/leaf.cfg (modified) * make/target.cfg.in (modified) * testsuites/sptests/spsize/size.c (modified) * tools/cpu/generic/size_rtems.in (modified) Added --disable-multiprocessing flag and modified a lot of files to ... Thu, 19 Nov 1998 17:35:49 GMT Joel Sherrill [847375f] * c/src/exec/libnetworking/kern/uipc_socket.c (modified) * c/src/exec/libnetworking/nfs/bootp_subr.c (modified) * c/src/exec/libnetworking/rtems/rtems_bsdnet.h (modified) * c/src/exec/libnetworking/rtems/rtems_glue.c (modified) * c/src/exec/libnetworking/sys/socketvar.h (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * c/src/exec/score/src/thread.c (modified) * c/src/lib/libbsp/powerpc/psim/startup/device-tree (modified) * c/src/lib/libbsp/powerpc/psim/startup/linkcmds (modified) * c/src/lib/libnetworking/kern/uipc_socket.c (modified) * c/src/lib/libnetworking/nfs/bootp_subr.c (modified) * c/src/lib/libnetworking/rtems/rtems_bsdnet.h (modified) * c/src/lib/libnetworking/rtems/rtems_glue.c (modified) * c/src/lib/libnetworking/sys/socketvar.h (modified) * c/src/libnetworking/kern/uipc_socket.c (modified) * c/src/libnetworking/nfs/bootp_subr.c (modified) * c/src/libnetworking/rtems/rtems_bsdnet.h (modified) * c/src/libnetworking/rtems/rtems_glue.c (modified) * c/src/libnetworking/sys/socketvar.h (modified) * cpukit/libnetworking/kern/uipc_socket.c (modified) * cpukit/libnetworking/nfs/bootp_subr.c (modified) * cpukit/libnetworking/rtems/rtems_bsdnet.h (modified) * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/libnetworking/sys/socketvar.h (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/thread.c (modified) Patch from Eric Norum : 1) Socket ... Sun, 27 Sep 1998 16:37:16 GMT Joel Sherrill [cb646cb9] * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/wait.c (added) * c/src/exec/posix/src/waitpid.c (added) * cpukit/posix/src/wait.c (added) * cpukit/posix/src/waitpid.c (added) New files. Fri, 25 Sep 1998 13:28:28 GMT Joel Sherrill [b965227f] * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/execlp.c (modified) * c/src/exec/posix/src/execv.c (modified) * cpukit/posix/src/execlp.c (modified) * cpukit/posix/src/execv.c (modified) Now compiles. Fri, 25 Sep 1998 13:17:32 GMT Joel Sherrill [97149ba] * c/src/exec/posix/src/execl.c (added) * c/src/exec/posix/src/execle.c (added) * c/src/exec/posix/src/execlp.c (added) * c/src/exec/posix/src/execv.c (added) * c/src/exec/posix/src/execve.c (added) * c/src/exec/posix/src/execvp.c (added) * c/src/exec/posix/src/fork.c (added) * c/src/exec/posix/src/pthreadatfork.c (added) * cpukit/posix/src/execl.c (added) * cpukit/posix/src/execle.c (added) * cpukit/posix/src/execlp.c (added) * cpukit/posix/src/execv.c (added) * cpukit/posix/src/execve.c (added) * cpukit/posix/src/execvp.c (added) * cpukit/posix/src/fork.c (added) * cpukit/posix/src/pthreadatfork.c (added) Added ENOSYS stubs for a number of process routines. Thu, 18 Jun 1998 19:01:57 GMT Joel Sherrill [cb1b853d] * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/rtems/src/tasks.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/rtems/src/tasks.c (modified) All task delete API level services were incorrectly assuming that the ... Mon, 27 Apr 1998 13:46:45 GMT Joel Sherrill [20fff72] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) Moved POSIX_signals_Siginfo_node structure definition to ... Mon, 27 Apr 1998 13:46:18 GMT Joel Sherrill [9f0dfea] * c/src/exec/posix/headers/psignal.h (modified) * c/src/exec/posix/include/rtems/posix/psignal.h (modified) * cpukit/posix/include/rtems/posix/psignal.h (modified) Changed __POSIX_SIGNALS_h to __RTEMS_POSIX_SIGNALS_h to avoid ... Fri, 03 Apr 1998 18:44:44 GMT Joel Sherrill [a456074d] * c/src/exec/posix/base/aio.h (modified) * c/src/exec/posix/base/unistd.h (modified) * c/src/exec/posix/include/aio.h (modified) * c/src/exec/posix/include/unistd.h (modified) * cpukit/posix/include/aio.h (modified) Made these have real constants. Tue, 17 Feb 1998 23:46:28 GMT Joel Sherrill [60b791ad] * c/src/exec/libcsupport/include/clockdrv.h (modified) * c/src/exec/libcsupport/include/console.h (modified) * c/src/exec/libcsupport/include/iosupp.h (modified) * c/src/exec/libcsupport/include/motorola/mc68230.h (modified) * c/src/exec/libcsupport/include/rtems/libcsupport.h (modified) * c/src/exec/libcsupport/include/sys/termios.h (modified) * c/src/exec/libcsupport/include/timerdrv.h (modified) * c/src/exec/libcsupport/include/vmeintr.h (modified) * c/src/exec/libcsupport/include/zilog/z8036.h (modified) * c/src/exec/libcsupport/include/zilog/z8530.h (modified) * c/src/exec/libcsupport/include/zilog/z8536.h (modified) * c/src/exec/libcsupport/src/__brk.c (modified) * c/src/exec/libcsupport/src/__gettod.c (modified) * c/src/exec/libcsupport/src/__times.c (modified) * c/src/exec/libcsupport/src/hosterr.c (modified) * c/src/exec/libcsupport/src/malloc.c (modified) * c/src/exec/libcsupport/src/no_libc.c (modified) * c/src/exec/posix/headers/cond.h (modified) * c/src/exec/posix/headers/condmp.h (modified) * c/src/exec/posix/headers/config.h (modified) * c/src/exec/posix/headers/intr.h (modified) * c/src/exec/posix/headers/key.h (modified) * c/src/exec/posix/headers/mqueue.h (modified) * c/src/exec/posix/headers/mqueuemp.h (modified) * c/src/exec/posix/headers/mutex.h (modified) * c/src/exec/posix/headers/mutexmp.h (modified) * c/src/exec/posix/headers/posixapi.h (modified) * c/src/exec/posix/headers/pthread.h (modified) * c/src/exec/posix/headers/pthreadmp.h (modified) * c/src/exec/posix/headers/semaphore.h (modified) * c/src/exec/posix/headers/semaphoremp.h (modified) * c/src/exec/posix/headers/seterr.h (modified) * c/src/exec/posix/include/rtems/posix/cond.h (modified) * c/src/exec/posix/include/rtems/posix/condmp.h (modified) * c/src/exec/posix/include/rtems/posix/config.h (modified) * c/src/exec/posix/include/rtems/posix/intr.h (modified) * c/src/exec/posix/include/rtems/posix/key.h (modified) * c/src/exec/posix/include/rtems/posix/mqueue.h (modified) * c/src/exec/posix/include/rtems/posix/mqueuemp.h (modified) * c/src/exec/posix/include/rtems/posix/mutex.h (modified) * c/src/exec/posix/include/rtems/posix/mutexmp.h (modified) * c/src/exec/posix/include/rtems/posix/posixapi.h (modified) * c/src/exec/posix/include/rtems/posix/pthread.h (modified) * c/src/exec/posix/include/rtems/posix/pthreadmp.h (modified) * c/src/exec/posix/include/rtems/posix/semaphore.h (modified) * c/src/exec/posix/include/rtems/posix/semaphoremp.h (modified) * c/src/exec/posix/include/rtems/posix/seterr.h (modified) * c/src/exec/posix/inline/cond.inl (modified) * c/src/exec/posix/inline/intr.inl (modified) * c/src/exec/posix/inline/key.inl (modified) * c/src/exec/posix/inline/mqueue.inl (modified) * c/src/exec/posix/inline/mutex.inl (modified) * c/src/exec/posix/inline/pthread.inl (modified) * c/src/exec/posix/inline/rtems/posix/cond.inl (modified) * c/src/exec/posix/inline/rtems/posix/intr.inl (modified) * c/src/exec/posix/inline/rtems/posix/key.inl (modified) * c/src/exec/posix/inline/rtems/posix/mqueue.inl (modified) * c/src/exec/posix/inline/rtems/posix/mutex.inl (modified) * c/src/exec/posix/inline/rtems/posix/pthread.inl (modified) * c/src/exec/posix/inline/rtems/posix/semaphore.inl (modified) * c/src/exec/posix/inline/semaphore.inl (modified) * c/src/exec/rtems/headers/asr.h (modified) * c/src/exec/rtems/headers/attr.h (modified) * c/src/exec/rtems/headers/clock.h (modified) * c/src/exec/rtems/headers/config.h (modified) * c/src/exec/rtems/headers/dpmem.h (modified) * c/src/exec/rtems/headers/event.h (modified) * c/src/exec/rtems/headers/eventmp.h (modified) * c/src/exec/rtems/headers/eventset.h (modified) * c/src/exec/rtems/headers/intr.h (modified) * c/src/exec/rtems/headers/message.h (modified) * c/src/exec/rtems/headers/modes.h (modified) * c/src/exec/rtems/headers/mp.h (modified) * c/src/exec/rtems/headers/msgmp.h (modified) * c/src/exec/rtems/headers/options.h (modified) * c/src/exec/rtems/headers/part.h (modified) * c/src/exec/rtems/headers/partmp.h (modified) * c/src/exec/rtems/headers/ratemon.h (modified) * c/src/exec/rtems/headers/region.h (modified) * c/src/exec/rtems/headers/regionmp.h (modified) * c/src/exec/rtems/headers/rtems.h (modified) * c/src/exec/rtems/headers/rtemsapi.h (modified) * c/src/exec/rtems/headers/sem.h (modified) * c/src/exec/rtems/headers/semmp.h (modified) * c/src/exec/rtems/headers/signal.h (modified) * c/src/exec/rtems/headers/signalmp.h (modified) * c/src/exec/rtems/headers/status.h (modified) * c/src/exec/rtems/headers/support.h (modified) * c/src/exec/rtems/headers/taskmp.h (modified) * c/src/exec/rtems/headers/tasks.h (modified) * c/src/exec/rtems/headers/timer.h (modified) * c/src/exec/rtems/headers/types.h (modified) * c/src/exec/rtems/include/rtems.h (modified) * c/src/exec/rtems/include/rtems/rtems/asr.h (modified) * c/src/exec/rtems/include/rtems/rtems/attr.h (modified) * c/src/exec/rtems/include/rtems/rtems/clock.h (modified) * c/src/exec/rtems/include/rtems/rtems/config.h (modified) * c/src/exec/rtems/include/rtems/rtems/dpmem.h (modified) * c/src/exec/rtems/include/rtems/rtems/event.h (modified) * c/src/exec/rtems/include/rtems/rtems/eventmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/eventset.h (modified) * c/src/exec/rtems/include/rtems/rtems/intr.h (modified) * c/src/exec/rtems/include/rtems/rtems/message.h (modified) * c/src/exec/rtems/include/rtems/rtems/modes.h (modified) * c/src/exec/rtems/include/rtems/rtems/mp.h (modified) * c/src/exec/rtems/include/rtems/rtems/msgmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/options.h (modified) * c/src/exec/rtems/include/rtems/rtems/part.h (modified) * c/src/exec/rtems/include/rtems/rtems/partmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/ratemon.h (modified) * c/src/exec/rtems/include/rtems/rtems/region.h (modified) * c/src/exec/rtems/include/rtems/rtems/regionmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/rtemsapi.h (modified) * c/src/exec/rtems/include/rtems/rtems/sem.h (modified) * c/src/exec/rtems/include/rtems/rtems/semmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/signal.h (modified) * c/src/exec/rtems/include/rtems/rtems/signalmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/status.h (modified) * c/src/exec/rtems/include/rtems/rtems/support.h (modified) * c/src/exec/rtems/include/rtems/rtems/taskmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/tasks.h (modified) * c/src/exec/rtems/include/rtems/rtems/timer.h (modified) * c/src/exec/rtems/include/rtems/rtems/types.h (modified) * c/src/exec/rtems/inline/asr.inl (modified) * c/src/exec/rtems/inline/attr.inl (modified) * c/src/exec/rtems/inline/dpmem.inl (modified) * c/src/exec/rtems/inline/event.inl (modified) * c/src/exec/rtems/inline/eventset.inl (modified) * c/src/exec/rtems/inline/message.inl (modified) * c/src/exec/rtems/inline/modes.inl (modified) * c/src/exec/rtems/inline/options.inl (modified) * c/src/exec/rtems/inline/part.inl (modified) * c/src/exec/rtems/inline/ratemon.inl (modified) * c/src/exec/rtems/inline/region.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/asr.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/attr.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/dpmem.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/event.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/eventset.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/message.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/modes.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/options.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/part.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/ratemon.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/region.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/sem.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/status.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/support.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/tasks.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/timer.inl (modified) * c/src/exec/rtems/inline/sem.inl (modified) * c/src/exec/rtems/inline/status.inl (modified) * c/src/exec/rtems/inline/support.inl (modified) * c/src/exec/rtems/inline/tasks.inl (modified) * c/src/exec/rtems/inline/timer.inl (modified) * c/src/exec/rtems/macros/asr.inl (modified) * c/src/exec/rtems/macros/attr.inl (modified) * c/src/exec/rtems/macros/dpmem.inl (modified) * c/src/exec/rtems/macros/event.inl (modified) * c/src/exec/rtems/macros/eventset.inl (modified) * c/src/exec/rtems/macros/message.inl (modified) * c/src/exec/rtems/macros/modes.inl (modified) * c/src/exec/rtems/macros/options.inl (modified) * c/src/exec/rtems/macros/part.inl (modified) * c/src/exec/rtems/macros/ratemon.inl (modified) * c/src/exec/rtems/macros/region.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/asr.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/attr.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/dpmem.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/event.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/eventset.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/message.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/modes.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/options.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/part.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/ratemon.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/region.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/sem.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/status.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/support.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/tasks.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/timer.inl (modified) * c/src/exec/rtems/macros/sem.inl (modified) * c/src/exec/rtems/macros/status.inl (modified) * c/src/exec/rtems/macros/support.inl (modified) * c/src/exec/rtems/macros/tasks.inl (modified) * c/src/exec/rtems/macros/timer.inl (modified) * c/src/exec/rtems/optman/no-dpmem.c (modified) * c/src/exec/rtems/optman/no-event.c (modified) * c/src/exec/rtems/optman/no-mp.c (modified) * c/src/exec/rtems/optman/no-msg.c (modified) * c/src/exec/rtems/optman/no-part.c (modified) * c/src/exec/rtems/optman/no-region.c (modified) * c/src/exec/rtems/optman/no-rtmon.c (modified) * c/src/exec/rtems/optman/no-sem.c (modified) * c/src/exec/rtems/optman/no-signal.c (modified) * c/src/exec/rtems/optman/no-timer.c (modified) * c/src/exec/rtems/src/attr.c (modified) * c/src/exec/rtems/src/clock.c (modified) * c/src/exec/rtems/src/dpmem.c (modified) * c/src/exec/rtems/src/event.c (modified) * c/src/exec/rtems/src/eventmp.c (modified) * c/src/exec/rtems/src/intr.c (modified) * c/src/exec/rtems/src/intrbody.c (modified) * c/src/exec/rtems/src/mp.c (modified) * c/src/exec/rtems/src/msg.c (modified) * c/src/exec/rtems/src/msgmp.c (modified) * c/src/exec/rtems/src/part.c (modified) * c/src/exec/rtems/src/partmp.c (modified) * c/src/exec/rtems/src/ratemon.c (modified) * c/src/exec/rtems/src/region.c (modified) * c/src/exec/rtems/src/regionmp.c (modified) * c/src/exec/rtems/src/rtclock.c (modified) * c/src/exec/rtems/src/rtemstimer.c (modified) * c/src/exec/rtems/src/sem.c (modified) * c/src/exec/rtems/src/semmp.c (modified) * c/src/exec/rtems/src/signal.c (modified) * c/src/exec/rtems/src/signalmp.c (modified) * c/src/exec/rtems/src/taskmp.c (modified) * c/src/exec/rtems/src/tasks.c (modified) * c/src/exec/rtems/src/timer.c (modified) * c/src/exec/sapi/headers/confdefs.h (modified) * c/src/exec/sapi/headers/config.h (modified) * c/src/exec/sapi/headers/extension.h (modified) * c/src/exec/sapi/headers/fatal.h (modified) * c/src/exec/sapi/headers/init.h (modified) * c/src/exec/sapi/headers/io.h (modified) * c/src/exec/sapi/headers/mptables.h (modified) * c/src/exec/sapi/headers/sptables.h (modified) * c/src/exec/sapi/include/confdefs.h (modified) * c/src/exec/sapi/include/rtems/config.h (modified) * c/src/exec/sapi/include/rtems/extension.h (modified) * c/src/exec/sapi/include/rtems/fatal.h (modified) * c/src/exec/sapi/include/rtems/init.h (modified) * c/src/exec/sapi/include/rtems/io.h (modified) * c/src/exec/sapi/include/rtems/mptables.h (modified) * c/src/exec/sapi/include/rtems/sptables.h (modified) * c/src/exec/sapi/inline/extension.inl (modified) * c/src/exec/sapi/inline/rtems/extension.inl (modified) * c/src/exec/sapi/macros/extension.inl (modified) * c/src/exec/sapi/macros/rtems/extension.inl (modified) * c/src/exec/sapi/optman/no-ext.c (modified) * c/src/exec/sapi/optman/no-io.c (modified) * c/src/exec/sapi/src/debug.c (modified) * c/src/exec/sapi/src/exinit.c (modified) * c/src/exec/sapi/src/extension.c (modified) * c/src/exec/sapi/src/fatal.c (modified) * c/src/exec/sapi/src/io.c (modified) * c/src/exec/sapi/src/posixapi.c (modified) * c/src/exec/sapi/src/rtemsapi.c (modified) * c/src/exec/score/cpu/a29k/a29k.h (modified) * c/src/exec/score/cpu/a29k/a29ktypes.h (modified) * c/src/exec/score/cpu/a29k/cpu.c (modified) * c/src/exec/score/cpu/a29k/cpu.h (modified) * c/src/exec/score/cpu/a29k/cpu_asm.h (modified) * c/src/exec/score/cpu/a29k/cpu_asm.s (modified) * c/src/exec/score/cpu/a29k/rtems.c (modified) * c/src/exec/score/cpu/hppa1.1/rtems.s (modified) * c/src/exec/score/cpu/i386/cpu.c (modified) * c/src/exec/score/cpu/i386/cpu.h (modified) * c/src/exec/score/cpu/i386/cpu_asm.s (modified) * c/src/exec/score/cpu/i386/i386.h (modified) * c/src/exec/score/cpu/i386/i386types.h (modified) * c/src/exec/score/cpu/i386/rtems.s (modified) * c/src/exec/score/cpu/i960/cpu.c (modified) * c/src/exec/score/cpu/i960/cpu.h (modified) * c/src/exec/score/cpu/i960/cpu_asm.s (modified) * c/src/exec/score/cpu/i960/i960.h (modified) * c/src/exec/score/cpu/i960/i960types.h (modified) * c/src/exec/score/cpu/i960/rtems.s (modified) * c/src/exec/score/cpu/m68k/cpu.c (modified) * c/src/exec/score/cpu/m68k/cpu.h (modified) * c/src/exec/score/cpu/m68k/cpu_asm.s (modified) * c/src/exec/score/cpu/m68k/m68k.h (modified) * c/src/exec/score/cpu/m68k/m68ktypes.h (modified) * c/src/exec/score/cpu/m68k/rtems.s (modified) * c/src/exec/score/cpu/mips/cpu.c (modified) * c/src/exec/score/cpu/mips/cpu_asm.S (modified) * c/src/exec/score/cpu/mips/cpu_asm.h (modified) * c/src/exec/score/cpu/mips/rtems.c (modified) * c/src/exec/score/cpu/mips64orion/cpu.c (modified) * c/src/exec/score/cpu/mips64orion/cpu.h (modified) * c/src/exec/score/cpu/mips64orion/cpu_asm.S (modified) * c/src/exec/score/cpu/mips64orion/cpu_asm.h (modified) * c/src/exec/score/cpu/mips64orion/mips64orion.h (modified) * c/src/exec/score/cpu/mips64orion/mipstypes.h (modified) * c/src/exec/score/cpu/mips64orion/rtems.c (modified) * c/src/exec/score/cpu/no_cpu/cpu.c (modified) * c/src/exec/score/cpu/no_cpu/cpu.h (modified) * c/src/exec/score/cpu/no_cpu/cpu_asm.c (modified) * c/src/exec/score/cpu/no_cpu/cpu_asm.h (modified) * c/src/exec/score/cpu/no_cpu/no_cpu.h (modified) * c/src/exec/score/cpu/no_cpu/no_cputypes.h (modified) * c/src/exec/score/cpu/no_cpu/rtems.c (modified) * c/src/exec/score/cpu/powerpc/cpu.c (modified) * c/src/exec/score/cpu/powerpc/cpu.h (modified) * c/src/exec/score/cpu/powerpc/cpu_asm.s (modified) * c/src/exec/score/cpu/powerpc/ppc.h (modified) * c/src/exec/score/cpu/powerpc/ppctypes.h (modified) * c/src/exec/score/cpu/powerpc/rtems.s (modified) * c/src/exec/score/cpu/sparc/cpu.c (modified) * c/src/exec/score/cpu/sparc/cpu.h (modified) * c/src/exec/score/cpu/sparc/cpu_asm.s (modified) * c/src/exec/score/cpu/sparc/erc32.h (modified) * c/src/exec/score/cpu/sparc/rtems.s (modified) * c/src/exec/score/cpu/sparc/sparc.h (modified) * c/src/exec/score/cpu/sparc/sparctypes.h (modified) * c/src/exec/score/cpu/unix/unix.h (modified) * c/src/exec/score/cpu/unix/unixtypes.h (modified) * c/src/exec/score/headers/address.h (modified) * c/src/exec/score/headers/apiext.h (modified) * c/src/exec/score/headers/bitfield.h (modified) * c/src/exec/score/headers/chain.h (modified) * c/src/exec/score/headers/context.h (modified) * c/src/exec/score/headers/copyrt.h (modified) * c/src/exec/score/headers/coremsg.h (modified) * c/src/exec/score/headers/coremutex.h (modified) * c/src/exec/score/headers/coresem.h (modified) * c/src/exec/score/headers/debug.h (modified) * c/src/exec/score/headers/heap.h (modified) * c/src/exec/score/headers/interr.h (modified) * c/src/exec/score/headers/isr.h (modified) * c/src/exec/score/headers/mpci.h (modified) * c/src/exec/score/headers/mppkt.h (modified) * c/src/exec/score/headers/object.h (modified) * c/src/exec/score/headers/objectmp.h (modified) * c/src/exec/score/headers/priority.h (modified) * c/src/exec/score/headers/stack.h (modified) * c/src/exec/score/headers/states.h (modified) * c/src/exec/score/headers/sysstate.h (modified) * c/src/exec/score/headers/system.h (modified) * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/headers/threadmp.h (modified) * c/src/exec/score/headers/threadq.h (modified) * c/src/exec/score/headers/tod.h (modified) * c/src/exec/score/headers/tqdata.h (modified) * c/src/exec/score/headers/userext.h (modified) * c/src/exec/score/headers/watchdog.h (modified) * c/src/exec/score/headers/wkspace.h (modified) * c/src/exec/score/include/rtems/debug.h (modified) * c/src/exec/score/include/rtems/score/address.h (modified) * c/src/exec/score/include/rtems/score/apiext.h (modified) * c/src/exec/score/include/rtems/score/bitfield.h (modified) * c/src/exec/score/include/rtems/score/chain.h (modified) * c/src/exec/score/include/rtems/score/context.h (modified) * c/src/exec/score/include/rtems/score/copyrt.h (modified) * c/src/exec/score/include/rtems/score/coremsg.h (modified) * c/src/exec/score/include/rtems/score/coremutex.h (modified) * c/src/exec/score/include/rtems/score/coresem.h (modified) * c/src/exec/score/include/rtems/score/heap.h (modified) * c/src/exec/score/include/rtems/score/interr.h (modified) * c/src/exec/score/include/rtems/score/isr.h (modified) * c/src/exec/score/include/rtems/score/mpci.h (modified) * c/src/exec/score/include/rtems/score/mppkt.h (modified) * c/src/exec/score/include/rtems/score/object.h (modified) * c/src/exec/score/include/rtems/score/objectmp.h (modified) * c/src/exec/score/include/rtems/score/priority.h (modified) * c/src/exec/score/include/rtems/score/stack.h (modified) * c/src/exec/score/include/rtems/score/states.h (modified) * c/src/exec/score/include/rtems/score/sysstate.h (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * c/src/exec/score/include/rtems/score/threadmp.h (modified) * c/src/exec/score/include/rtems/score/threadq.h (modified) * c/src/exec/score/include/rtems/score/tod.h (modified) * c/src/exec/score/include/rtems/score/tqdata.h (modified) * c/src/exec/score/include/rtems/score/userext.h (modified) * c/src/exec/score/include/rtems/score/watchdog.h (modified) * c/src/exec/score/include/rtems/score/wkspace.h (modified) * c/src/exec/score/include/rtems/system.h (modified) * c/src/exec/score/inline/address.inl (modified) * c/src/exec/score/inline/chain.inl (modified) * c/src/exec/score/inline/coremsg.inl (modified) * c/src/exec/score/inline/coremutex.inl (modified) * c/src/exec/score/inline/coresem.inl (modified) * c/src/exec/score/inline/heap.inl (modified) * c/src/exec/score/inline/isr.inl (modified) * c/src/exec/score/inline/mppkt.inl (modified) * c/src/exec/score/inline/object.inl (modified) * c/src/exec/score/inline/objectmp.inl (modified) * c/src/exec/score/inline/priority.inl (modified) * c/src/exec/score/inline/rtems/score/address.inl (modified) * c/src/exec/score/inline/rtems/score/chain.inl (modified) * c/src/exec/score/inline/rtems/score/coremsg.inl (modified) * c/src/exec/score/inline/rtems/score/coremutex.inl (modified) * c/src/exec/score/inline/rtems/score/coresem.inl (modified) * c/src/exec/score/inline/rtems/score/heap.inl (modified) * c/src/exec/score/inline/rtems/score/isr.inl (modified) * c/src/exec/score/inline/rtems/score/mppkt.inl (modified) * c/src/exec/score/inline/rtems/score/object.inl (modified) * c/src/exec/score/inline/rtems/score/objectmp.inl (modified) * c/src/exec/score/inline/rtems/score/priority.inl (modified) * c/src/exec/score/inline/rtems/score/stack.inl (modified) * c/src/exec/score/inline/rtems/score/states.inl (modified) * c/src/exec/score/inline/rtems/score/sysstate.inl (modified) * c/src/exec/score/inline/rtems/score/thread.inl (modified) * c/src/exec/score/inline/rtems/score/threadmp.inl (modified) * c/src/exec/score/inline/rtems/score/tod.inl (modified) * c/src/exec/score/inline/rtems/score/tqdata.inl (modified) * c/src/exec/score/inline/rtems/score/userext.inl (modified) * c/src/exec/score/inline/rtems/score/watchdog.inl (modified) * c/src/exec/score/inline/rtems/score/wkspace.inl (modified) * c/src/exec/score/inline/stack.inl (modified) * c/src/exec/score/inline/states.inl (modified) * c/src/exec/score/inline/sysstate.inl (modified) * c/src/exec/score/inline/thread.inl (modified) * c/src/exec/score/inline/threadmp.inl (modified) * c/src/exec/score/inline/tod.inl (modified) * c/src/exec/score/inline/tqdata.inl (modified) * c/src/exec/score/inline/userext.inl (modified) * c/src/exec/score/inline/watchdog.inl (modified) * c/src/exec/score/inline/wkspace.inl (modified) * c/src/exec/score/macros/address.inl (modified) * c/src/exec/score/macros/chain.inl (modified) * c/src/exec/score/macros/coremsg.inl (modified) * c/src/exec/score/macros/coremutex.inl (modified) * c/src/exec/score/macros/coresem.inl (modified) * c/src/exec/score/macros/heap.inl (modified) * c/src/exec/score/macros/isr.inl (modified) * c/src/exec/score/macros/mppkt.inl (modified) * c/src/exec/score/macros/object.inl (modified) * c/src/exec/score/macros/objectmp.inl (modified) * c/src/exec/score/macros/priority.inl (modified) * c/src/exec/score/macros/rtems/score/address.inl (modified) * c/src/exec/score/macros/rtems/score/chain.inl (modified) * c/src/exec/score/macros/rtems/score/coremsg.inl (modified) * c/src/exec/score/macros/rtems/score/coremutex.inl (modified) * c/src/exec/score/macros/rtems/score/coresem.inl (modified) * c/src/exec/score/macros/rtems/score/heap.inl (modified) * c/src/exec/score/macros/rtems/score/isr.inl (modified) * c/src/exec/score/macros/rtems/score/mppkt.inl (modified) * c/src/exec/score/macros/rtems/score/object.inl (modified) * c/src/exec/score/macros/rtems/score/objectmp.inl (modified) * c/src/exec/score/macros/rtems/score/priority.inl (modified) * c/src/exec/score/macros/rtems/score/stack.inl (modified) * c/src/exec/score/macros/rtems/score/states.inl (modified) * c/src/exec/score/macros/rtems/score/sysstate.inl (modified) * c/src/exec/score/macros/rtems/score/thread.inl (modified) * c/src/exec/score/macros/rtems/score/threadmp.inl (modified) * c/src/exec/score/macros/rtems/score/tod.inl (modified) * c/src/exec/score/macros/rtems/score/tqdata.inl (modified) * c/src/exec/score/macros/rtems/score/userext.inl (modified) * c/src/exec/score/macros/rtems/score/watchdog.inl (modified) * c/src/exec/score/macros/rtems/score/wkspace.inl (modified) * c/src/exec/score/macros/stack.inl (modified) * c/src/exec/score/macros/states.inl (modified) * c/src/exec/score/macros/sysstate.inl (modified) * c/src/exec/score/macros/thread.inl (modified) * c/src/exec/score/macros/threadmp.inl (modified) * c/src/exec/score/macros/tod.inl (modified) * c/src/exec/score/macros/tqdata.inl (modified) * c/src/exec/score/macros/userext.inl (modified) * c/src/exec/score/macros/watchdog.inl (modified) * c/src/exec/score/macros/wkspace.inl (modified) * c/src/exec/score/src/apiext.c (modified) * c/src/exec/score/src/chain.c (modified) * c/src/exec/score/src/coremsg.c (modified) * c/src/exec/score/src/coremutex.c (modified) * c/src/exec/score/src/coresem.c (modified) * c/src/exec/score/src/coretod.c (modified) * c/src/exec/score/src/heap.c (modified) * c/src/exec/score/src/interr.c (modified) * c/src/exec/score/src/isr.c (modified) * c/src/exec/score/src/mpci.c (modified) * c/src/exec/score/src/object.c (modified) * c/src/exec/score/src/objectmp.c (modified) * c/src/exec/score/src/thread.c (modified) * c/src/exec/score/src/threadmp.c (modified) * c/src/exec/score/src/threadq.c (modified) * c/src/exec/score/src/tod.c (modified) * c/src/exec/score/src/userext.c (modified) * c/src/exec/score/src/watchdog.c (modified) * c/src/exec/score/src/wkspace.c (modified) * c/src/exec/score/tools/generic/size_rtems.in (modified) * c/src/exec/score/tools/hppa1.1/genoffsets.c (modified) * c/src/exec/score/tools/unix/gensize.c (modified) * c/src/lib/include/clockdrv.h (modified) * c/src/lib/include/console.h (modified) * c/src/lib/include/iosupp.h (modified) * c/src/lib/include/motorola/mc68230.h (modified) * c/src/lib/include/rtems/libcsupport.h (modified) * c/src/lib/include/sys/termios.h (modified) * c/src/lib/include/timerdrv.h (modified) * c/src/lib/include/vmeintr.h (modified) * c/src/lib/include/zilog/z8036.h (modified) * c/src/lib/include/zilog/z8530.h (modified) * c/src/lib/include/zilog/z8536.h (modified) * c/src/lib/libbsp/a29k/portsw/console/console.c (modified) * c/src/lib/libbsp/a29k/portsw/include/bsp.h (modified) * c/src/lib/libbsp/a29k/portsw/include/coverhd.h (modified) * c/src/lib/libbsp/a29k/portsw/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/a29k/portsw/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/a29k/portsw/shmsupp/lock.c (modified) * c/src/lib/libbsp/a29k/portsw/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/a29k/portsw/startup/bspclean.c (modified) * c/src/lib/libbsp/a29k/portsw/startup/bspstart.c (modified) * c/src/lib/libbsp/a29k/portsw/startup/main.c (modified) * c/src/lib/libbsp/a29k/portsw/startup/setvec.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h (modified) * c/src/lib/libbsp/hppa1.1/simhppa/include/coverhd.h (modified) * c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/intr.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/lock.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/startup/bspclean.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/startup/setvec.c (modified) * c/src/lib/libbsp/i386/force386/clock/ckinit.c (modified) * c/src/lib/libbsp/i386/force386/console/console.c (modified) * c/src/lib/libbsp/i386/force386/include/bsp.h (modified) * c/src/lib/libbsp/i386/force386/include/coverhd.h (modified) * c/src/lib/libbsp/i386/force386/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/i386/force386/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/i386/force386/shmsupp/lock.c (modified) * c/src/lib/libbsp/i386/force386/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/i386/force386/startup/bspstart.c (modified) * c/src/lib/libbsp/i386/force386/startup/exit.c (modified) * c/src/lib/libbsp/i386/force386/startup/ldsegs.s (modified) * c/src/lib/libbsp/i386/force386/startup/linkcmds (modified) * c/src/lib/libbsp/i386/force386/startup/setvec.c (modified) * c/src/lib/libbsp/i386/force386/timer/timer.c (modified) * c/src/lib/libbsp/i386/force386/timer/timerisr.s (modified) * c/src/lib/libbsp/i386/go32/include/bsp.h (modified) * c/src/lib/libbsp/i386/go32/include/coverhd.h (modified) * c/src/lib/libbsp/i386/go32/startup/bspstart.c (modified) * c/src/lib/libbsp/i386/go32/startup/exit.c (modified) * c/src/lib/libbsp/i386/go32/startup/setvec.c (modified) * c/src/lib/libbsp/i386/go32/timer/timer.c (modified) * c/src/lib/libbsp/i386/go32/timer/timerisr.s (modified) * c/src/lib/libbsp/i386/i386ex/clock/ckinit.c (modified) * c/src/lib/libbsp/i386/i386ex/console/console.c (modified) * c/src/lib/libbsp/i386/i386ex/include/bsp.h (modified) * c/src/lib/libbsp/i386/i386ex/include/coverhd.h (modified) * c/src/lib/libbsp/i386/i386ex/startup/bspstart.c (modified) * c/src/lib/libbsp/i386/i386ex/startup/linkcmds (modified) * c/src/lib/libbsp/i386/i386ex/startup/setvec.c (modified) * c/src/lib/libbsp/i386/i386ex/timer/timer.c (modified) * c/src/lib/libbsp/i386/i386ex/timer/timerisr.s (modified) * c/src/lib/libbsp/i386/pc386/clock/ckinit.c (modified) * c/src/lib/libbsp/i386/pc386/clock/rtc.c (modified) * c/src/lib/libbsp/i386/pc386/console/console.c (modified) * c/src/lib/libbsp/i386/pc386/console/inch.c (modified) * c/src/lib/libbsp/i386/pc386/console/outch.c (modified) * c/src/lib/libbsp/i386/pc386/include/bsp.h (modified) * c/src/lib/libbsp/i386/pc386/include/coverhd.h (modified) * c/src/lib/libbsp/i386/pc386/start/start.s (modified) * c/src/lib/libbsp/i386/pc386/startup/bspstart.c (modified) * c/src/lib/libbsp/i386/pc386/startup/exit.c (modified) * c/src/lib/libbsp/i386/pc386/startup/ldsegs.s (modified) * c/src/lib/libbsp/i386/pc386/startup/linkcmds (modified) * c/src/lib/libbsp/i386/pc386/startup/sbrk.c (modified) * c/src/lib/libbsp/i386/pc386/timer/timer.c (modified) * c/src/lib/libbsp/i386/pc386/timer/timerisr.s (modified) * c/src/lib/libbsp/i960/cvme961/clock/ckinit.c (modified) * c/src/lib/libbsp/i960/cvme961/console/console.c (modified) * c/src/lib/libbsp/i960/cvme961/include/bsp.h (modified) * c/src/lib/libbsp/i960/cvme961/include/coverhd.h (modified) * c/src/lib/libbsp/i960/cvme961/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/i960/cvme961/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/i960/cvme961/shmsupp/lock.c (modified) * c/src/lib/libbsp/i960/cvme961/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/i960/cvme961/startup/bspclean.c (modified) * c/src/lib/libbsp/i960/cvme961/startup/bspstart.c (modified) * c/src/lib/libbsp/i960/cvme961/startup/exit.c (modified) * c/src/lib/libbsp/i960/cvme961/startup/linkcmds (modified) * c/src/lib/libbsp/i960/cvme961/startup/setvec.c (modified) * c/src/lib/libbsp/i960/cvme961/timer/timer.c (modified) * c/src/lib/libbsp/i960/cvme961/timer/timerisr.s (modified) * c/src/lib/libbsp/m68k/dmv152/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/dmv152/console/console.c (modified) * c/src/lib/libbsp/m68k/dmv152/include/bsp.h (modified) * c/src/lib/libbsp/m68k/dmv152/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/dmv152/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/dmv152/startup/vmeintr.c (modified) * c/src/lib/libbsp/m68k/dmv152/timer/timer.c (modified) * c/src/lib/libbsp/m68k/dmv152/timer/timerisr.s (modified) * c/src/lib/libbsp/m68k/efi332/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/efi332/console/console.c (modified) * c/src/lib/libbsp/m68k/efi332/include/bsp.h (modified) * c/src/lib/libbsp/m68k/efi332/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/efi332/misc/interr.c (modified) * c/src/lib/libbsp/m68k/efi332/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/efi332/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/efi332/timer/timer.c (modified) * c/src/lib/libbsp/m68k/efi68k/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/efi68k/console/console.c (modified) * c/src/lib/libbsp/m68k/efi68k/include/bsp.h (modified) * c/src/lib/libbsp/m68k/efi68k/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/efi68k/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/efi68k/startup/setvec.c (modified) * c/src/lib/libbsp/m68k/efi68k/timer/timer.c (modified) * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/gen68302/console/console.c (modified) * c/src/lib/libbsp/m68k/gen68302/include/bsp.h (modified) * c/src/lib/libbsp/m68k/gen68302/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/gen68302/start/start302.s (modified) * c/src/lib/libbsp/m68k/gen68302/start302/start302.s (modified) * c/src/lib/libbsp/m68k/gen68302/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/gen68302/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/gen68302/timer/timer.c (modified) * c/src/lib/libbsp/m68k/gen68360/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/gen68360/console/console.c (modified) * c/src/lib/libbsp/m68k/gen68360/include/bsp.h (modified) * c/src/lib/libbsp/m68k/gen68360/start/start360.s (modified) * c/src/lib/libbsp/m68k/gen68360/start360/start360.s (modified) * c/src/lib/libbsp/m68k/gen68360/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/gen68360/timer/timer.c (modified) * c/src/lib/libbsp/m68k/idp/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/idp/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/idp/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/idp/timer/timer.c (modified) * c/src/lib/libbsp/m68k/idp/timer/timerisr.s (modified) * c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/mvme136/console/console.c (modified) * c/src/lib/libbsp/m68k/mvme136/include/bsp.h (modified) * c/src/lib/libbsp/m68k/mvme136/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c (modified) * c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/mvme136/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mvme136/timer/timer.c (modified) * c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s (modified) * c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/mvme147/console/console.c (modified) * c/src/lib/libbsp/m68k/mvme147/include/bsp.h (modified) * c/src/lib/libbsp/m68k/mvme147/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/mvme147/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mvme147/timer/timer.c (modified) * c/src/lib/libbsp/m68k/mvme147s/include/bsp.h (modified) * c/src/lib/libbsp/m68k/mvme147s/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/mvme147s/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c (modified) * c/src/lib/libbsp/m68k/mvme147s/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/mvme162/console/console.c (modified) * c/src/lib/libbsp/m68k/mvme162/consolex/cTest.c (modified) * c/src/lib/libbsp/m68k/mvme162/consolex/consolex.c (modified) * c/src/lib/libbsp/m68k/mvme162/consolex/consolex.h (modified) * c/src/lib/libbsp/m68k/mvme162/include/bsp.h (modified) * c/src/lib/libbsp/m68k/mvme162/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/mvme162/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mvme162/timer/timer.c (modified) * c/src/lib/libbsp/m68k/mvme162/timer/timerisr.s (modified) * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/ods68302/console/console.c (modified) * c/src/lib/libbsp/m68k/ods68302/include/bsp.h (modified) * c/src/lib/libbsp/m68k/ods68302/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/ods68302/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/ods68302/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/ods68302/timer/timer.c (modified) * c/src/lib/libbsp/m68k/shared/setvec.c (modified) * c/src/lib/libbsp/mips/p4000/console/console.c (modified) * c/src/lib/libbsp/mips/p4000/include/bsp.h (modified) * c/src/lib/libbsp/mips/p4000/include/coverhd.h (modified) * c/src/lib/libbsp/mips/p4000/startup/bspclean.c (modified) * c/src/lib/libbsp/mips/p4000/startup/bspstart.c (modified) * c/src/lib/libbsp/mips/p4000/startup/setvec.c (modified) * c/src/lib/libbsp/mips64orion/p4000/console/console.c (modified) * c/src/lib/libbsp/mips64orion/p4000/include/bsp.h (modified) * c/src/lib/libbsp/mips64orion/p4000/include/coverhd.h (modified) * c/src/lib/libbsp/mips64orion/p4000/startup/bspclean.c (modified) * c/src/lib/libbsp/mips64orion/p4000/startup/bspstart.c (modified) * c/src/lib/libbsp/mips64orion/p4000/startup/setvec.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/console/console.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h (modified) * c/src/lib/libbsp/no_cpu/no_bsp/include/coverhd.h (modified) * c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/startup/bspclean.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds (modified) * c/src/lib/libbsp/no_cpu/no_bsp/startup/main.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c (modified) * c/src/lib/libbsp/powerpc/papyrus/include/bsp.h (modified) * c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h (modified) * c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c (modified) * c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c (modified) * c/src/lib/libbsp/shared/sbrk.c (modified) * c/src/lib/libbsp/shmdr/addlq.c (modified) * c/src/lib/libbsp/shmdr/cnvpkt.c (modified) * c/src/lib/libbsp/shmdr/dump.c (modified) * c/src/lib/libbsp/shmdr/fatal.c (modified) * c/src/lib/libbsp/shmdr/getlq.c (modified) * c/src/lib/libbsp/shmdr/getpkt.c (modified) * c/src/lib/libbsp/shmdr/init.c (modified) * c/src/lib/libbsp/shmdr/initlq.c (modified) * c/src/lib/libbsp/shmdr/intr.c (modified) * c/src/lib/libbsp/shmdr/mpci.h (modified) * c/src/lib/libbsp/shmdr/mpisr.c (modified) * c/src/lib/libbsp/shmdr/poll.c (modified) * c/src/lib/libbsp/shmdr/receive.c (modified) * c/src/lib/libbsp/shmdr/retpkt.c (modified) * c/src/lib/libbsp/shmdr/send.c (modified) * c/src/lib/libbsp/shmdr/setckvec.c (modified) * c/src/lib/libbsp/shmdr/shm.h (modified) * c/src/lib/libbsp/shmdr/shm_driver.h (modified) * c/src/lib/libbsp/sparc/erc32/clock/ckinit.c (modified) * c/src/lib/libbsp/sparc/erc32/console/console.c (modified) * c/src/lib/libbsp/sparc/erc32/include/bsp.h (modified) * c/src/lib/libbsp/sparc/erc32/include/coverhd.h (modified) * c/src/lib/libbsp/sparc/erc32/startup/bspclean.c (modified) * c/src/lib/libbsp/sparc/erc32/startup/bspstart.c (modified) * c/src/lib/libbsp/sparc/erc32/startup/setvec.c (modified) * c/src/lib/libbsp/sparc/erc32/timer/timer.c (modified) * c/src/lib/libbsp/unix/posix/clock/clock.c (modified) * c/src/lib/libbsp/unix/posix/include/bsp.h (modified) * c/src/lib/libbsp/unix/posix/include/coverhd.h (modified) * c/src/lib/libbsp/unix/posix/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/unix/posix/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/unix/posix/shmsupp/intr.c (modified) * c/src/lib/libbsp/unix/posix/shmsupp/lock.c (modified) * c/src/lib/libbsp/unix/posix/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/unix/posix/startup/bspclean.c (modified) * c/src/lib/libbsp/unix/posix/startup/bspstart.c (modified) * c/src/lib/libbsp/unix/posix/startup/exit.c (modified) * c/src/lib/libbsp/unix/posix/startup/setvec.c (modified) * c/src/lib/libbsp/unix/posix/timer/timer.c (modified) * c/src/lib/libc/__brk.c (modified) * c/src/lib/libc/__gettod.c (modified) * c/src/lib/libc/__times.c (modified) * c/src/lib/libc/hosterr.c (modified) * c/src/lib/libc/internal.h (modified) * c/src/lib/libc/libcsupport.h (modified) * c/src/lib/libc/malloc.c (modified) * c/src/lib/libc/no_libc.c (modified) * c/src/lib/libc/support.c (modified) * c/src/lib/libc/syscalls.c (modified) * c/src/lib/libcpu/hppa1.1/clock/clock.c (modified) * c/src/lib/libcpu/hppa1.1/timer/timer.c (modified) * c/src/lib/libcpu/mips/clock/ckinit.c (modified) * c/src/lib/libcpu/mips/timer/timer.c (modified) * c/src/lib/libcpu/mips64orion/clock/ckinit.c (modified) * c/src/lib/libcpu/mips64orion/timer/timer.c (modified) * c/src/lib/libcpu/powerpc/ppc403/clock/clock.c (modified) * c/src/lib/libcpu/powerpc/ppc403/console/console.c (modified) * c/src/lib/libcpu/powerpc/ppc403/timer/timer.c (modified) * c/src/lib/libcpu/sparc/include/erc32.h (modified) * c/src/lib/libmisc/cpuuse/cpuuse.c (modified) * c/src/lib/libmisc/cpuuse/cpuuse.h (modified) * c/src/lib/libmisc/cpuuse/internal.h (modified) * c/src/lib/libmisc/stackchk/check.c (modified) * c/src/lib/libmisc/stackchk/internal.h (modified) * c/src/lib/libmisc/stackchk/stackchk.h (modified) * c/src/lib/start/i960/start.s (modified) * c/src/lib/start/m68k/start.s (modified) * c/src/libchip/shmdr/addlq.c (modified) * c/src/libchip/shmdr/cnvpkt.c (modified) * c/src/libchip/shmdr/dump.c (modified) * c/src/libchip/shmdr/fatal.c (modified) * c/src/libchip/shmdr/getlq.c (modified) * c/src/libchip/shmdr/getpkt.c (modified) * c/src/libchip/shmdr/init.c (modified) * c/src/libchip/shmdr/initlq.c (modified) * c/src/libchip/shmdr/intr.c (modified) * c/src/libchip/shmdr/mpci.h (modified) * c/src/libchip/shmdr/mpisr.c (modified) * c/src/libchip/shmdr/poll.c (modified) * c/src/libchip/shmdr/receive.c (modified) * c/src/libchip/shmdr/retpkt.c (modified) * c/src/libchip/shmdr/send.c (modified) * c/src/libchip/shmdr/setckvec.c (modified) * c/src/libchip/shmdr/shm_driver.h (modified) * c/src/libmisc/cpuuse/cpuuse.c (modified) * c/src/libmisc/cpuuse/cpuuse.h (modified) * c/src/libmisc/cpuuse/internal.h (modified) * c/src/libmisc/stackchk/check.c (modified) * c/src/libmisc/stackchk/internal.h (modified) * c/src/libmisc/stackchk/stackchk.h (modified) * c/src/optman/rtems/no-dpmem.c (modified) * c/src/optman/rtems/no-event.c (modified) * c/src/optman/rtems/no-mp.c (modified) * c/src/optman/rtems/no-msg.c (modified) * c/src/optman/rtems/no-part.c (modified) * c/src/optman/rtems/no-region.c (modified) * c/src/optman/rtems/no-rtmon.c (modified) * c/src/optman/rtems/no-sem.c (modified) * c/src/optman/rtems/no-signal.c (modified) * c/src/optman/rtems/no-timer.c (modified) * c/src/optman/sapi/no-ext.c (modified) * c/src/optman/sapi/no-io.c (modified) * c/src/tests/libtests/cpuuse/init.c (modified) * c/src/tests/libtests/cpuuse/system.h (modified) * c/src/tests/libtests/cpuuse/task1.c (modified) * c/src/tests/libtests/cpuuse/task2.c (modified) * c/src/tests/libtests/cpuuse/task3.c (modified) * c/src/tests/libtests/cpuuse/tswitch.c (modified) * c/src/tests/libtests/malloctest/init.c (modified) * c/src/tests/libtests/malloctest/system.h (modified) * c/src/tests/libtests/malloctest/task1.c (modified) * c/src/tests/libtests/monitor/init.c (modified) * c/src/tests/libtests/monitor/system.h (modified) * c/src/tests/libtests/rtems++/Init.cc (modified) * c/src/tests/libtests/rtems++/System.h (modified) * c/src/tests/libtests/rtems++/Task1.cc (modified) * c/src/tests/libtests/rtems++/Task2.cc (modified) * c/src/tests/libtests/rtems++/Task3.cc (modified) * c/src/tests/libtests/rtmonuse/getall.c (modified) * c/src/tests/libtests/rtmonuse/init.c (modified) * c/src/tests/libtests/rtmonuse/system.h (modified) * c/src/tests/libtests/rtmonuse/task1.c (modified) * c/src/tests/libtests/stackchk/blow.c (modified) * c/src/tests/libtests/stackchk/init.c (modified) * c/src/tests/libtests/stackchk/system.h (modified) * c/src/tests/libtests/stackchk/task1.c (modified) * c/src/tests/mptests/mp01/init.c (modified) * c/src/tests/mptests/mp01/node1/mp01.doc (modified) * c/src/tests/mptests/mp01/node2/mp01.doc (modified) * c/src/tests/mptests/mp01/system.h (modified) * c/src/tests/mptests/mp01/task1.c (modified) * c/src/tests/mptests/mp02/init.c (modified) * c/src/tests/mptests/mp02/node1/mp02.doc (modified) * c/src/tests/mptests/mp02/node2/mp02.doc (modified) * c/src/tests/mptests/mp02/system.h (modified) * c/src/tests/mptests/mp02/task1.c (modified) * c/src/tests/mptests/mp03/delay.c (modified) * c/src/tests/mptests/mp03/init.c (modified) * c/src/tests/mptests/mp03/node1/mp03.doc (modified) * c/src/tests/mptests/mp03/node2/mp03.doc (modified) * c/src/tests/mptests/mp03/system.h (modified) * c/src/tests/mptests/mp03/task1.c (modified) * c/src/tests/mptests/mp04/init.c (modified) * c/src/tests/mptests/mp04/node1/mp04.doc (modified) * c/src/tests/mptests/mp04/node2/mp04.doc (modified) * c/src/tests/mptests/mp04/system.h (modified) * c/src/tests/mptests/mp04/task1.c (modified) * c/src/tests/mptests/mp05/asr.c (modified) * c/src/tests/mptests/mp05/init.c (modified) * c/src/tests/mptests/mp05/node1/mp05.doc (modified) * c/src/tests/mptests/mp05/node2/mp05.doc (modified) * c/src/tests/mptests/mp05/system.h (modified) * c/src/tests/mptests/mp05/task1.c (modified) * c/src/tests/mptests/mp06/init.c (modified) * c/src/tests/mptests/mp06/node1/mp06.doc (modified) * c/src/tests/mptests/mp06/node2/mp06.doc (modified) * c/src/tests/mptests/mp06/system.h (modified) * c/src/tests/mptests/mp06/task1.c (modified) * c/src/tests/mptests/mp07/init.c (modified) * c/src/tests/mptests/mp07/node1/mp07.doc (modified) * c/src/tests/mptests/mp07/node2/mp07.doc (modified) * c/src/tests/mptests/mp07/system.h (modified) * c/src/tests/mptests/mp07/task1.c (modified) * c/src/tests/mptests/mp08/init.c (modified) * c/src/tests/mptests/mp08/node1/mp08.doc (modified) * c/src/tests/mptests/mp08/node2/mp08.doc (modified) * c/src/tests/mptests/mp08/system.h (modified) * c/src/tests/mptests/mp08/task1.c (modified) * c/src/tests/mptests/mp09/init.c (modified) * c/src/tests/mptests/mp09/node1/mp09.doc (modified) * c/src/tests/mptests/mp09/node2/mp09.doc (modified) * c/src/tests/mptests/mp09/recvmsg.c (modified) * c/src/tests/mptests/mp09/sendmsg.c (modified) * c/src/tests/mptests/mp09/system.h (modified) * c/src/tests/mptests/mp09/task1.c (modified) * c/src/tests/mptests/mp10/init.c (modified) * c/src/tests/mptests/mp10/node1/mp10.doc (modified) * c/src/tests/mptests/mp10/node2/mp10.doc (modified) * c/src/tests/mptests/mp10/system.h (modified) * c/src/tests/mptests/mp10/task1.c (modified) * c/src/tests/mptests/mp10/task2.c (modified) * c/src/tests/mptests/mp10/task3.c (modified) * c/src/tests/mptests/mp11/init.c (modified) * c/src/tests/mptests/mp11/node1/mp11.doc (modified) * c/src/tests/mptests/mp11/node2/mp11.doc (modified) * c/src/tests/mptests/mp11/system.h (modified) * c/src/tests/mptests/mp12/init.c (modified) * c/src/tests/mptests/mp12/node1/mp12.doc (modified) * c/src/tests/mptests/mp12/node2/mp12.doc (modified) * c/src/tests/mptests/mp12/system.h (modified) * c/src/tests/mptests/mp13/init.c (modified) * c/src/tests/mptests/mp13/node1/mp13.doc (modified) * c/src/tests/mptests/mp13/node2/mp13.doc (modified) * c/src/tests/mptests/mp13/system.h (modified) * c/src/tests/mptests/mp13/task1.c (modified) * c/src/tests/mptests/mp13/task2.c (modified) * c/src/tests/mptests/mp14/delay.c (modified) * c/src/tests/mptests/mp14/evtask1.c (modified) * c/src/tests/mptests/mp14/evtmtask.c (modified) * c/src/tests/mptests/mp14/exit.c (modified) * c/src/tests/mptests/mp14/init.c (modified) * c/src/tests/mptests/mp14/msgtask1.c (modified) * c/src/tests/mptests/mp14/node1/mp14.doc (modified) * c/src/tests/mptests/mp14/node2/mp14.doc (modified) * c/src/tests/mptests/mp14/pttask1.c (modified) * c/src/tests/mptests/mp14/smtask1.c (modified) * c/src/tests/mptests/mp14/system.h (modified) * c/src/tests/psxtests/psx01/init.c (modified) * c/src/tests/psxtests/psx01/system.h (modified) * c/src/tests/psxtests/psx01/task.c (modified) * c/src/tests/psxtests/psx02/init.c (modified) * c/src/tests/psxtests/psx02/system.h (modified) * c/src/tests/psxtests/psx02/task.c (modified) * c/src/tests/psxtests/psx03/init.c (modified) * c/src/tests/psxtests/psx03/system.h (modified) * c/src/tests/psxtests/psx03/task.c (modified) * c/src/tests/psxtests/psx04/init.c (modified) * c/src/tests/psxtests/psx04/system.h (modified) * c/src/tests/psxtests/psx04/task1.c (modified) * c/src/tests/psxtests/psx04/task2.c (modified) * c/src/tests/psxtests/psx04/task3.c (modified) * c/src/tests/psxtests/psx05/init.c (modified) * c/src/tests/psxtests/psx05/system.h (modified) * c/src/tests/psxtests/psx05/task.c (modified) * c/src/tests/psxtests/psx05/task2.c (modified) * c/src/tests/psxtests/psx05/task3.c (modified) * c/src/tests/psxtests/psx06/init.c (modified) * c/src/tests/psxtests/psx06/system.h (modified) * c/src/tests/psxtests/psx06/task.c (modified) * c/src/tests/psxtests/psx06/task2.c (modified) * c/src/tests/psxtests/psx07/init.c (modified) * c/src/tests/psxtests/psx07/system.h (modified) * c/src/tests/psxtests/psx07/task.c (modified) * c/src/tests/psxtests/psx08/init.c (modified) * c/src/tests/psxtests/psx08/system.h (modified) * c/src/tests/psxtests/psx08/task.c (modified) * c/src/tests/psxtests/psx08/task2.c (modified) * c/src/tests/psxtests/psx09/init.c (modified) * c/src/tests/psxtests/psx09/system.h (modified) * c/src/tests/psxtests/psx10/init.c (modified) * c/src/tests/psxtests/psx10/system.h (modified) * c/src/tests/psxtests/psx10/task.c (modified) * c/src/tests/psxtests/psx10/task2.c (modified) * c/src/tests/psxtests/psx10/task3.c (modified) * c/src/tests/psxtests/psx11/init.c (modified) * c/src/tests/psxtests/psx11/system.h (modified) * c/src/tests/psxtests/psx11/task.c (modified) * c/src/tests/psxtests/psx12/init.c (modified) * c/src/tests/psxtests/psx12/system.h (modified) * c/src/tests/psxtests/psx12/task.c (modified) * c/src/tests/psxtests/psxhdrs/clock01.c (modified) * c/src/tests/psxtests/psxhdrs/clock02.c (modified) * c/src/tests/psxtests/psxhdrs/clock03.c (modified) * c/src/tests/psxtests/psxhdrs/clock04.c (modified) * c/src/tests/psxtests/psxhdrs/clock05.c (modified) * c/src/tests/psxtests/psxhdrs/clock06.c (modified) * c/src/tests/psxtests/psxhdrs/cond01.c (modified) * c/src/tests/psxtests/psxhdrs/cond02.c (modified) * c/src/tests/psxtests/psxhdrs/cond03.c (modified) * c/src/tests/psxtests/psxhdrs/cond04.c (modified) * c/src/tests/psxtests/psxhdrs/cond05.c (modified) * c/src/tests/psxtests/psxhdrs/cond06.c (modified) * c/src/tests/psxtests/psxhdrs/cond07.c (modified) * c/src/tests/psxtests/psxhdrs/cond08.c (modified) * c/src/tests/psxtests/psxhdrs/cond09.c (modified) * c/src/tests/psxtests/psxhdrs/cond10.c (modified) * c/src/tests/psxtests/psxhdrs/key01.c (modified) * c/src/tests/psxtests/psxhdrs/key02.c (modified) * c/src/tests/psxtests/psxhdrs/key03.c (modified) * c/src/tests/psxtests/psxhdrs/key04.c (modified) * c/src/tests/psxtests/psxhdrs/mutex01.c (modified) * c/src/tests/psxtests/psxhdrs/mutex02.c (modified) * c/src/tests/psxtests/psxhdrs/mutex03.c (modified) * c/src/tests/psxtests/psxhdrs/mutex04.c (modified) * c/src/tests/psxtests/psxhdrs/mutex05.c (modified) * c/src/tests/psxtests/psxhdrs/mutex06.c (modified) * c/src/tests/psxtests/psxhdrs/mutex07.c (modified) * c/src/tests/psxtests/psxhdrs/mutex08.c (modified) * c/src/tests/psxtests/psxhdrs/mutex09.c (modified) * c/src/tests/psxtests/psxhdrs/mutex10.c (modified) * c/src/tests/psxtests/psxhdrs/mutex11.c (modified) * c/src/tests/psxtests/psxhdrs/mutex12.c (modified) * c/src/tests/psxtests/psxhdrs/mutex13.c (modified) * c/src/tests/psxtests/psxhdrs/mutex14.c (modified) * c/src/tests/psxtests/psxhdrs/mutex15.c (modified) * c/src/tests/psxtests/psxhdrs/mutex16.c (modified) * c/src/tests/psxtests/psxhdrs/proc01.c (modified) * c/src/tests/psxtests/psxhdrs/proc02.c (modified) * c/src/tests/psxtests/psxhdrs/proc03.c (modified) * c/src/tests/psxtests/psxhdrs/proc04.c (modified) * c/src/tests/psxtests/psxhdrs/proc05.c (modified) * c/src/tests/psxtests/psxhdrs/proc06.c (modified) * c/src/tests/psxtests/psxhdrs/proc07.c (modified) * c/src/tests/psxtests/psxhdrs/proc08.c (modified) * c/src/tests/psxtests/psxhdrs/proc09.c (modified) * c/src/tests/psxtests/psxhdrs/proc10.c (modified) * c/src/tests/psxtests/psxhdrs/proc11.c (modified) * c/src/tests/psxtests/psxhdrs/proc12.c (modified) * c/src/tests/psxtests/psxhdrs/proc13.c (modified) * c/src/tests/psxtests/psxhdrs/proc14.c (modified) * c/src/tests/psxtests/psxhdrs/pthread01.c (modified) * c/src/tests/psxtests/psxhdrs/pthread02.c (modified) * c/src/tests/psxtests/psxhdrs/pthread03.c (modified) * c/src/tests/psxtests/psxhdrs/pthread04.c (modified) * c/src/tests/psxtests/psxhdrs/pthread05.c (modified) * c/src/tests/psxtests/psxhdrs/pthread06.c (modified) * c/src/tests/psxtests/psxhdrs/pthread07.c (modified) * c/src/tests/psxtests/psxhdrs/pthread08.c (modified) * c/src/tests/psxtests/psxhdrs/pthread09.c (modified) * c/src/tests/psxtests/psxhdrs/pthread10.c (modified) * c/src/tests/psxtests/psxhdrs/pthread11.c (modified) * c/src/tests/psxtests/psxhdrs/pthread12.c (modified) * c/src/tests/psxtests/psxhdrs/pthread13.c (modified) * c/src/tests/psxtests/psxhdrs/pthread14.c (modified) * c/src/tests/psxtests/psxhdrs/pthread15.c (modified) * c/src/tests/psxtests/psxhdrs/pthread16.c (modified) * c/src/tests/psxtests/psxhdrs/pthread17.c (modified) * c/src/tests/psxtests/psxhdrs/pthread18.c (modified) * c/src/tests/psxtests/psxhdrs/pthread19.c (modified) * c/src/tests/psxtests/psxhdrs/pthread20.c (modified) * c/src/tests/psxtests/psxhdrs/pthread21.c (modified) * c/src/tests/psxtests/psxhdrs/pthread22.c (modified) * c/src/tests/psxtests/psxhdrs/pthread23.c (modified) * c/src/tests/psxtests/psxhdrs/pthread24.c (modified) * c/src/tests/psxtests/psxhdrs/pthread25.c (modified) * c/src/tests/psxtests/psxhdrs/pthread26.c (modified) * c/src/tests/psxtests/psxhdrs/pthread27.c (modified) * c/src/tests/psxtests/psxhdrs/pthread28.c (modified) * c/src/tests/psxtests/psxhdrs/pthread29.c (modified) * c/src/tests/psxtests/psxhdrs/pthread30.c (modified) * c/src/tests/psxtests/psxhdrs/pthread31.c (modified) * c/src/tests/psxtests/psxhdrs/pthread32.c (modified) * c/src/tests/psxtests/psxhdrs/pthread33.c (modified) * c/src/tests/psxtests/psxhdrs/pthread34.c (modified) * c/src/tests/psxtests/psxhdrs/pthread35.c (modified) * c/src/tests/psxtests/psxhdrs/pthread36.c (modified) * c/src/tests/psxtests/psxhdrs/sched01.c (modified) * c/src/tests/psxtests/psxhdrs/sched02.c (modified) * c/src/tests/psxtests/psxhdrs/sched03.c (modified) * c/src/tests/psxtests/psxhdrs/sched04.c (modified) * c/src/tests/psxtests/psxhdrs/sched05.c (modified) * c/src/tests/psxtests/psxhdrs/sched06.c (modified) * c/src/tests/psxtests/psxhdrs/sched07.c (modified) * c/src/tests/psxtests/psxhdrs/sched08.c (modified) * c/src/tests/psxtests/psxhdrs/signal01.c (modified) * c/src/tests/psxtests/psxhdrs/signal02.c (modified) * c/src/tests/psxtests/psxhdrs/signal03.c (modified) * c/src/tests/psxtests/psxhdrs/signal04.c (modified) * c/src/tests/psxtests/psxhdrs/signal05.c (modified) * c/src/tests/psxtests/psxhdrs/signal06.c (modified) * c/src/tests/psxtests/psxhdrs/signal07.c (modified) * c/src/tests/psxtests/psxhdrs/signal08.c (modified) * c/src/tests/psxtests/psxhdrs/signal09.c (modified) * c/src/tests/psxtests/psxhdrs/signal10.c (modified) * c/src/tests/psxtests/psxhdrs/signal11.c (modified) * c/src/tests/psxtests/psxhdrs/signal12.c (modified) * c/src/tests/psxtests/psxhdrs/signal13.c (modified) * c/src/tests/psxtests/psxhdrs/signal14.c (modified) * c/src/tests/psxtests/psxhdrs/signal15.c (modified) * c/src/tests/psxtests/psxhdrs/signal16.c (modified) * c/src/tests/psxtests/psxhdrs/signal17.c (modified) * c/src/tests/psxtests/psxhdrs/signal18.c (modified) * c/src/tests/psxtests/psxhdrs/signal19.c (modified) * c/src/tests/psxtests/psxhdrs/signal20.c (modified) * c/src/tests/psxtests/psxhdrs/signal21.c (modified) * c/src/tests/psxtests/psxhdrs/signal22.c (modified) * c/src/tests/psxtests/psxhdrs/time01.c (modified) * c/src/tests/psxtests/psxhdrs/time02.c (modified) * c/src/tests/psxtests/psxhdrs/time03.c (modified) * c/src/tests/psxtests/psxhdrs/time04.c (modified) * c/src/tests/psxtests/psxhdrs/time05.c (modified) * c/src/tests/psxtests/psxhdrs/time06.c (modified) * c/src/tests/psxtests/psxhdrs/time07.c (modified) * c/src/tests/psxtests/psxhdrs/time08.c (modified) * c/src/tests/psxtests/psxhdrs/time09.c (modified) * c/src/tests/psxtests/psxhdrs/time10.c (modified) * c/src/tests/psxtests/psxhdrs/time11.c (modified) * c/src/tests/psxtests/psxhdrs/time12.c (modified) * c/src/tests/psxtests/psxhdrs/time13.c (modified) * c/src/tests/psxtests/psxhdrs/timer01.c (modified) * c/src/tests/psxtests/psxhdrs/timer02.c (modified) * c/src/tests/psxtests/psxhdrs/timer03.c (modified) * c/src/tests/psxtests/psxhdrs/timer04.c (modified) * c/src/tests/psxtests/psxhdrs/timer05.c (modified) * c/src/tests/psxtests/psxhdrs/timer06.c (modified) * c/src/tests/samples/README (modified) * c/src/tests/samples/base_mp/apptask.c (modified) * c/src/tests/samples/base_mp/init.c (modified) * c/src/tests/samples/base_mp/node1/base_mp.doc (modified) * c/src/tests/samples/base_mp/node2/base_mp.doc (modified) * c/src/tests/samples/base_mp/system.h (modified) * c/src/tests/samples/base_sp/apptask.c (modified) * c/src/tests/samples/base_sp/base_sp.doc (modified) * c/src/tests/samples/base_sp/init.c (modified) * c/src/tests/samples/base_sp/system.h (modified) * c/src/tests/samples/cdtest/init.c (modified) * c/src/tests/samples/cdtest/system.h (modified) * c/src/tests/samples/hello/hello.doc (modified) * c/src/tests/samples/hello/init.c (modified) * c/src/tests/samples/hello/system.h (modified) * c/src/tests/samples/paranoia/init.c (modified) * c/src/tests/samples/paranoia/paranoia.doc (modified) * c/src/tests/samples/paranoia/system.h (modified) * c/src/tests/samples/ticker/init.c (modified) * c/src/tests/samples/ticker/system.h (modified) * c/src/tests/samples/ticker/tasks.c (modified) * c/src/tests/samples/ticker/ticker.doc (modified) * c/src/tests/sptests/sp01/init.c (modified) * c/src/tests/sptests/sp01/sp01.doc (modified) * c/src/tests/sptests/sp01/system.h (modified) * c/src/tests/sptests/sp01/task1.c (modified) * c/src/tests/sptests/sp02/init.c (modified) * c/src/tests/sptests/sp02/preempt.c (modified) * c/src/tests/sptests/sp02/sp02.doc (modified) * c/src/tests/sptests/sp02/system.h (modified) * c/src/tests/sptests/sp02/task1.c (modified) * c/src/tests/sptests/sp02/task2.c (modified) * c/src/tests/sptests/sp02/task3.c (modified) * c/src/tests/sptests/sp03/sp03.doc (modified) * c/src/tests/sptests/sp03/system.h (modified) * c/src/tests/sptests/sp03/task1.c (modified) * c/src/tests/sptests/sp03/task2.c (modified) * c/src/tests/sptests/sp04/init.c (modified) * c/src/tests/sptests/sp04/sp04.doc (modified) * c/src/tests/sptests/sp04/system.h (modified) * c/src/tests/sptests/sp04/task1.c (modified) * c/src/tests/sptests/sp04/task2.c (modified) * c/src/tests/sptests/sp04/task3.c (modified) * c/src/tests/sptests/sp04/tswitch.c (modified) * c/src/tests/sptests/sp05/init.c (modified) * c/src/tests/sptests/sp05/sp05.doc (modified) * c/src/tests/sptests/sp05/system.h (modified) * c/src/tests/sptests/sp05/task1.c (modified) * c/src/tests/sptests/sp05/task2.c (modified) * c/src/tests/sptests/sp05/task3.c (modified) * c/src/tests/sptests/sp06/init.c (modified) * c/src/tests/sptests/sp06/sp06.doc (modified) * c/src/tests/sptests/sp06/system.h (modified) * c/src/tests/sptests/sp06/task1.c (modified) * c/src/tests/sptests/sp06/task2.c (modified) * c/src/tests/sptests/sp06/task3.c (modified) * c/src/tests/sptests/sp07/init.c (modified) * c/src/tests/sptests/sp07/sp07.doc (modified) * c/src/tests/sptests/sp07/system.h (modified) * c/src/tests/sptests/sp07/task1.c (modified) * c/src/tests/sptests/sp07/task2.c (modified) * c/src/tests/sptests/sp07/task3.c (modified) * c/src/tests/sptests/sp07/task4.c (modified) * c/src/tests/sptests/sp07/taskexit.c (modified) * c/src/tests/sptests/sp07/tcreate.c (modified) * c/src/tests/sptests/sp07/tdelete.c (modified) * c/src/tests/sptests/sp07/trestart.c (modified) * c/src/tests/sptests/sp07/tstart.c (modified) * c/src/tests/sptests/sp08/init.c (modified) * c/src/tests/sptests/sp08/sp08.doc (modified) * c/src/tests/sptests/sp08/system.h (modified) * c/src/tests/sptests/sp08/task1.c (modified) * c/src/tests/sptests/sp09/delay.c (modified) * c/src/tests/sptests/sp09/init.c (modified) * c/src/tests/sptests/sp09/isr.c (modified) * c/src/tests/sptests/sp09/screen01.c (modified) * c/src/tests/sptests/sp09/screen02.c (modified) * c/src/tests/sptests/sp09/screen03.c (modified) * c/src/tests/sptests/sp09/screen04.c (modified) * c/src/tests/sptests/sp09/screen05.c (modified) * c/src/tests/sptests/sp09/screen06.c (modified) * c/src/tests/sptests/sp09/screen07.c (modified) * c/src/tests/sptests/sp09/screen08.c (modified) * c/src/tests/sptests/sp09/screen09.c (modified) * c/src/tests/sptests/sp09/screen10.c (modified) * c/src/tests/sptests/sp09/screen11.c (modified) * c/src/tests/sptests/sp09/screen12.c (modified) * c/src/tests/sptests/sp09/screen13.c (modified) * c/src/tests/sptests/sp09/screen14.c (modified) * c/src/tests/sptests/sp09/sp09.doc (modified) * c/src/tests/sptests/sp09/system.h (modified) * c/src/tests/sptests/sp09/task1.c (modified) * c/src/tests/sptests/sp09/task2.c (modified) * c/src/tests/sptests/sp09/task3.c (modified) * c/src/tests/sptests/sp09/task4.c (modified) * c/src/tests/sptests/sp11/init.c (modified) * c/src/tests/sptests/sp11/sp11.doc (modified) * c/src/tests/sptests/sp11/system.h (modified) * c/src/tests/sptests/sp11/task1.c (modified) * c/src/tests/sptests/sp11/task2.c (modified) * c/src/tests/sptests/sp11/timer.c (modified) * c/src/tests/sptests/sp12/init.c (modified) * c/src/tests/sptests/sp12/pridrv.c (modified) * c/src/tests/sptests/sp12/pritask.c (modified) * c/src/tests/sptests/sp12/sp12.doc (modified) * c/src/tests/sptests/sp12/system.h (modified) * c/src/tests/sptests/sp12/task1.c (modified) * c/src/tests/sptests/sp12/task2.c (modified) * c/src/tests/sptests/sp12/task3.c (modified) * c/src/tests/sptests/sp12/task4.c (modified) * c/src/tests/sptests/sp12/task5.c (modified) * c/src/tests/sptests/sp13/fillbuff.c (modified) * c/src/tests/sptests/sp13/init.c (modified) * c/src/tests/sptests/sp13/putbuff.c (modified) * c/src/tests/sptests/sp13/sp13.doc (modified) * c/src/tests/sptests/sp13/system.h (modified) * c/src/tests/sptests/sp13/task1.c (modified) * c/src/tests/sptests/sp13/task2.c (modified) * c/src/tests/sptests/sp13/task3.c (modified) * c/src/tests/sptests/sp14/asr.c (modified) * c/src/tests/sptests/sp14/init.c (modified) * c/src/tests/sptests/sp14/sp14.doc (modified) * c/src/tests/sptests/sp14/system.h (modified) * c/src/tests/sptests/sp14/task1.c (modified) * c/src/tests/sptests/sp14/task2.c (modified) * c/src/tests/sptests/sp15/init.c (modified) * c/src/tests/sptests/sp15/sp15.doc (modified) * c/src/tests/sptests/sp15/system.h (modified) * c/src/tests/sptests/sp15/task1.c (modified) * c/src/tests/sptests/sp16/init.c (modified) * c/src/tests/sptests/sp16/sp16.doc (modified) * c/src/tests/sptests/sp16/system.h (modified) * c/src/tests/sptests/sp16/task1.c (modified) * c/src/tests/sptests/sp16/task2.c (modified) * c/src/tests/sptests/sp16/task3.c (modified) * c/src/tests/sptests/sp16/task4.c (modified) * c/src/tests/sptests/sp16/task5.c (modified) * c/src/tests/sptests/sp17/asr.c (modified) * c/src/tests/sptests/sp17/init.c (modified) * c/src/tests/sptests/sp17/sp17.doc (modified) * c/src/tests/sptests/sp17/system.h (modified) * c/src/tests/sptests/sp17/task1.c (modified) * c/src/tests/sptests/sp17/task2.c (modified) * c/src/tests/sptests/sp19/first.c (modified) * c/src/tests/sptests/sp19/fptask.c (modified) * c/src/tests/sptests/sp19/fptest.h (modified) * c/src/tests/sptests/sp19/init.c (modified) * c/src/tests/sptests/sp19/inttest.h (modified) * c/src/tests/sptests/sp19/sp19.doc (modified) * c/src/tests/sptests/sp19/system.h (modified) * c/src/tests/sptests/sp19/task1.c (modified) * c/src/tests/sptests/sp20/getall.c (modified) * c/src/tests/sptests/sp20/init.c (modified) * c/src/tests/sptests/sp20/sp20.doc (modified) * c/src/tests/sptests/sp20/system.h (modified) * c/src/tests/sptests/sp20/task1.c (modified) * c/src/tests/sptests/sp21/init.c (modified) * c/src/tests/sptests/sp21/sp21.doc (modified) * c/src/tests/sptests/sp21/system.h (modified) * c/src/tests/sptests/sp21/task1.c (modified) * c/src/tests/sptests/sp22/delay.c (modified) * c/src/tests/sptests/sp22/init.c (modified) * c/src/tests/sptests/sp22/prtime.c (modified) * c/src/tests/sptests/sp22/sp22.doc (modified) * c/src/tests/sptests/sp22/system.h (modified) * c/src/tests/sptests/sp22/task1.c (modified) * c/src/tests/sptests/sp23/init.c (modified) * c/src/tests/sptests/sp23/sp23.doc (modified) * c/src/tests/sptests/sp23/system.h (modified) * c/src/tests/sptests/sp23/task1.c (modified) * c/src/tests/sptests/sp24/init.c (modified) * c/src/tests/sptests/sp24/resume.c (modified) * c/src/tests/sptests/sp24/sp24.doc (modified) * c/src/tests/sptests/sp24/system.h (modified) * c/src/tests/sptests/sp24/task1.c (modified) * c/src/tests/sptests/sp25/init.c (modified) * c/src/tests/sptests/sp25/sp25.doc (modified) * c/src/tests/sptests/sp25/system.h (modified) * c/src/tests/sptests/sp25/task1.c (modified) * c/src/tests/sptests/spfatal/fatal.c (modified) * c/src/tests/sptests/spfatal/init.c (modified) * c/src/tests/sptests/spfatal/puterr.c (modified) * c/src/tests/sptests/spfatal/spfatal.doc (modified) * c/src/tests/sptests/spfatal/system.h (modified) * c/src/tests/sptests/spfatal/task1.c (modified) * c/src/tests/sptests/spsize/getint.c (modified) * c/src/tests/sptests/spsize/init.c (modified) * c/src/tests/sptests/spsize/size.c (modified) * c/src/tests/sptests/spsize/system.h (modified) * c/src/tests/support/include/tmacros.h (modified) * c/src/tests/support/stubdr/close.c (modified) * c/src/tests/support/stubdr/cntrl.c (modified) * c/src/tests/support/stubdr/init.c (modified) * c/src/tests/support/stubdr/open.c (modified) * c/src/tests/support/stubdr/read.c (modified) * c/src/tests/support/stubdr/stubdrv.h (modified) * c/src/tests/support/stubdr/write.c (modified) * c/src/tests/tmtests/include/timesys.h (modified) * c/src/tests/tmtests/tm01/system.h (modified) * c/src/tests/tmtests/tm01/task1.c (modified) * c/src/tests/tmtests/tm01/tm01.doc (modified) * c/src/tests/tmtests/tm02/system.h (modified) * c/src/tests/tmtests/tm02/task1.c (modified) * c/src/tests/tmtests/tm02/tm02.doc (modified) * c/src/tests/tmtests/tm03/system.h (modified) * c/src/tests/tmtests/tm03/task1.c (modified) * c/src/tests/tmtests/tm03/tm03.doc (modified) * c/src/tests/tmtests/tm04/system.h (modified) * c/src/tests/tmtests/tm04/task1.c (modified) * c/src/tests/tmtests/tm04/tm04.doc (modified) * c/src/tests/tmtests/tm05/system.h (modified) * c/src/tests/tmtests/tm05/task1.c (modified) * c/src/tests/tmtests/tm05/tm05.doc (modified) * c/src/tests/tmtests/tm06/system.h (modified) * c/src/tests/tmtests/tm06/task1.c (modified) * c/src/tests/tmtests/tm06/tm06.doc (modified) * c/src/tests/tmtests/tm07/system.h (modified) * c/src/tests/tmtests/tm07/task1.c (modified) * c/src/tests/tmtests/tm07/tm07.doc (modified) * c/src/tests/tmtests/tm08/system.h (modified) * c/src/tests/tmtests/tm08/task1.c (modified) * c/src/tests/tmtests/tm08/tm08.doc (modified) * c/src/tests/tmtests/tm09/system.h (modified) * c/src/tests/tmtests/tm09/task1.c (modified) * c/src/tests/tmtests/tm09/tm09.doc (modified) * c/src/tests/tmtests/tm10/system.h (modified) * c/src/tests/tmtests/tm10/task1.c (modified) * c/src/tests/tmtests/tm10/tm10.doc (modified) * c/src/tests/tmtests/tm11/system.h (modified) * c/src/tests/tmtests/tm11/task1.c (modified) * c/src/tests/tmtests/tm11/tm11.doc (modified) * c/src/tests/tmtests/tm12/system.h (modified) * c/src/tests/tmtests/tm12/task1.c (modified) * c/src/tests/tmtests/tm12/tm12.doc (modified) * c/src/tests/tmtests/tm13/system.h (modified) * c/src/tests/tmtests/tm13/task1.c (modified) * c/src/tests/tmtests/tm13/tm13.doc (modified) * c/src/tests/tmtests/tm14/system.h (modified) * c/src/tests/tmtests/tm14/task1.c (modified) * c/src/tests/tmtests/tm14/tm14.doc (modified) * c/src/tests/tmtests/tm15/system.h (modified) * c/src/tests/tmtests/tm15/task1.c (modified) * c/src/tests/tmtests/tm15/tm15.doc (modified) * c/src/tests/tmtests/tm16/system.h (modified) * c/src/tests/tmtests/tm16/task1.c (modified) * c/src/tests/tmtests/tm16/tm16.doc (modified) * c/src/tests/tmtests/tm17/system.h (modified) * c/src/tests/tmtests/tm17/task1.c (modified) * c/src/tests/tmtests/tm17/tm17.doc (modified) * c/src/tests/tmtests/tm18/system.h (modified) * c/src/tests/tmtests/tm18/task1.c (modified) * c/src/tests/tmtests/tm18/tm18.doc (modified) * c/src/tests/tmtests/tm19/system.h (modified) * c/src/tests/tmtests/tm19/task1.c (modified) * c/src/tests/tmtests/tm19/tm19.doc (modified) * c/src/tests/tmtests/tm20/system.h (modified) * c/src/tests/tmtests/tm20/task1.c (modified) * c/src/tests/tmtests/tm20/tm20.doc (modified) * c/src/tests/tmtests/tm21/system.h (modified) * c/src/tests/tmtests/tm21/task1.c (modified) * c/src/tests/tmtests/tm21/tm21.doc (modified) * c/src/tests/tmtests/tm22/system.h (modified) * c/src/tests/tmtests/tm22/task1.c (modified) * c/src/tests/tmtests/tm22/tm22.doc (modified) * c/src/tests/tmtests/tm23/system.h (modified) * c/src/tests/tmtests/tm23/task1.c (modified) * c/src/tests/tmtests/tm23/tm23.doc (modified) * c/src/tests/tmtests/tm24/system.h (modified) * c/src/tests/tmtests/tm24/task1.c (modified) * c/src/tests/tmtests/tm24/tm24.doc (modified) * c/src/tests/tmtests/tm25/system.h (modified) * c/src/tests/tmtests/tm25/task1.c (modified) * c/src/tests/tmtests/tm25/tm25.doc (modified) * c/src/tests/tmtests/tm26/fptest.h (modified) * c/src/tests/tmtests/tm26/system.h (modified) * c/src/tests/tmtests/tm26/task1.c (modified) * c/src/tests/tmtests/tm26/tm26.doc (modified) * c/src/tests/tmtests/tm27/system.h (modified) * c/src/tests/tmtests/tm27/task1.c (modified) * c/src/tests/tmtests/tm27/tm27.doc (modified) * c/src/tests/tmtests/tm28/system.h (modified) * c/src/tests/tmtests/tm28/task1.c (modified) * c/src/tests/tmtests/tm28/tm28.doc (modified) * c/src/tests/tmtests/tm29/system.h (modified) * c/src/tests/tmtests/tm29/task1.c (modified) * c/src/tests/tmtests/tm29/tm29.doc (modified) * c/src/tests/tmtests/tmck/system.h (modified) * c/src/tests/tmtests/tmck/task1.c (modified) * c/src/tests/tmtests/tmck/tmck.doc (modified) * c/src/tests/tmtests/tmoverhd/dumrtems.h (modified) * c/src/tests/tmtests/tmoverhd/empty.c (modified) * c/src/tests/tmtests/tmoverhd/system.h (modified) * c/src/tests/tmtests/tmoverhd/testtask.c (modified) * c/src/tests/tmtests/tmoverhd/tmoverhd.doc (modified) * cpukit/libcsupport/include/clockdrv.h (modified) * cpukit/libcsupport/include/console.h (modified) * cpukit/libcsupport/include/iosupp.h (modified) * cpukit/libcsupport/include/motorola/mc68230.h (modified) * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/include/sys/termios.h (modified) * cpukit/libcsupport/include/timerdrv.h (modified) * cpukit/libcsupport/include/vmeintr.h (modified) * cpukit/libcsupport/include/zilog/z8036.h (modified) * cpukit/libcsupport/include/zilog/z8530.h (modified) * cpukit/libcsupport/include/zilog/z8536.h (modified) * cpukit/libcsupport/src/__brk.c (modified) * cpukit/libcsupport/src/__gettod.c (modified) * cpukit/libcsupport/src/__times.c (modified) * cpukit/libcsupport/src/hosterr.c (modified) * cpukit/libcsupport/src/malloc.c (modified) * cpukit/libcsupport/src/no_libc.c (modified) * cpukit/libmisc/cpuuse/cpuuse.c (modified) * cpukit/libmisc/cpuuse/cpuuse.h (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/libmisc/stackchk/internal.h (modified) * cpukit/libmisc/stackchk/stackchk.h (modified) * cpukit/posix/include/rtems/posix/cond.h (modified) * cpukit/posix/include/rtems/posix/condmp.h (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/intr.h (modified) * cpukit/posix/include/rtems/posix/key.h (modified) * cpukit/posix/include/rtems/posix/mqueue.h (modified) * cpukit/posix/include/rtems/posix/mqueuemp.h (modified) * cpukit/posix/include/rtems/posix/mutex.h (modified) * cpukit/posix/include/rtems/posix/mutexmp.h (modified) * cpukit/posix/include/rtems/posix/posixapi.h (modified) * cpukit/posix/include/rtems/posix/pthread.h (modified) * cpukit/posix/include/rtems/posix/pthreadmp.h (modified) * cpukit/posix/include/rtems/posix/semaphore.h (modified) * cpukit/posix/include/rtems/posix/semaphoremp.h (modified) * cpukit/posix/inline/rtems/posix/cond.inl (modified) * cpukit/posix/inline/rtems/posix/intr.inl (modified) * cpukit/posix/inline/rtems/posix/key.inl (modified) * cpukit/posix/inline/rtems/posix/mqueue.inl (modified) * cpukit/posix/inline/rtems/posix/mutex.inl (modified) * cpukit/posix/inline/rtems/posix/pthread.inl (modified) * cpukit/posix/inline/rtems/posix/semaphore.inl (modified) * cpukit/rtems/include/rtems.h (modified) * cpukit/rtems/include/rtems/rtems/asr.h (modified) * cpukit/rtems/include/rtems/rtems/attr.h (modified) * cpukit/rtems/include/rtems/rtems/clock.h (modified) * cpukit/rtems/include/rtems/rtems/config.h (modified) * cpukit/rtems/include/rtems/rtems/dpmem.h (modified) * cpukit/rtems/include/rtems/rtems/event.h (modified) * cpukit/rtems/include/rtems/rtems/eventmp.h (modified) * cpukit/rtems/include/rtems/rtems/eventset.h (modified) * cpukit/rtems/include/rtems/rtems/intr.h (modified) * cpukit/rtems/include/rtems/rtems/message.h (modified) * cpukit/rtems/include/rtems/rtems/modes.h (modified) * cpukit/rtems/include/rtems/rtems/mp.h (modified) * cpukit/rtems/include/rtems/rtems/msgmp.h (modified) * cpukit/rtems/include/rtems/rtems/options.h (modified) * cpukit/rtems/include/rtems/rtems/part.h (modified) * cpukit/rtems/include/rtems/rtems/partmp.h (modified) * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/include/rtems/rtems/region.h (modified) * cpukit/rtems/include/rtems/rtems/regionmp.h (modified) * cpukit/rtems/include/rtems/rtems/rtemsapi.h (modified) * cpukit/rtems/include/rtems/rtems/sem.h (modified) * cpukit/rtems/include/rtems/rtems/semmp.h (modified) * cpukit/rtems/include/rtems/rtems/signal.h (modified) * cpukit/rtems/include/rtems/rtems/signalmp.h (modified) * cpukit/rtems/include/rtems/rtems/status.h (modified) * cpukit/rtems/include/rtems/rtems/support.h (modified) * cpukit/rtems/include/rtems/rtems/taskmp.h (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/include/rtems/rtems/timer.h (modified) * cpukit/rtems/include/rtems/rtems/types.h (modified) * cpukit/rtems/inline/rtems/rtems/asr.inl (modified) * cpukit/rtems/inline/rtems/rtems/attr.inl (modified) * cpukit/rtems/inline/rtems/rtems/dpmem.inl (modified) * cpukit/rtems/inline/rtems/rtems/event.inl (modified) * cpukit/rtems/inline/rtems/rtems/eventset.inl (modified) * cpukit/rtems/inline/rtems/rtems/message.inl (modified) * cpukit/rtems/inline/rtems/rtems/modes.inl (modified) * cpukit/rtems/inline/rtems/rtems/options.inl (modified) * cpukit/rtems/inline/rtems/rtems/part.inl (modified) * cpukit/rtems/inline/rtems/rtems/ratemon.inl (modified) * cpukit/rtems/inline/rtems/rtems/region.inl (modified) * cpukit/rtems/inline/rtems/rtems/sem.inl (modified) * cpukit/rtems/inline/rtems/rtems/status.inl (modified) * cpukit/rtems/inline/rtems/rtems/support.inl (modified) * cpukit/rtems/inline/rtems/rtems/tasks.inl (modified) * cpukit/rtems/inline/rtems/rtems/timer.inl (modified) * cpukit/rtems/macros/rtems/rtems/asr.inl (modified) * cpukit/rtems/macros/rtems/rtems/attr.inl (modified) * cpukit/rtems/macros/rtems/rtems/dpmem.inl (modified) * cpukit/rtems/macros/rtems/rtems/event.inl (modified) * cpukit/rtems/macros/rtems/rtems/eventset.inl (modified) * cpukit/rtems/macros/rtems/rtems/message.inl (modified) * cpukit/rtems/macros/rtems/rtems/modes.inl (modified) * cpukit/rtems/macros/rtems/rtems/options.inl (modified) * cpukit/rtems/macros/rtems/rtems/part.inl (modified) * cpukit/rtems/macros/rtems/rtems/ratemon.inl (modified) * cpukit/rtems/macros/rtems/rtems/region.inl (modified) * cpukit/rtems/macros/rtems/rtems/sem.inl (modified) * cpukit/rtems/macros/rtems/rtems/status.inl (modified) * cpukit/rtems/macros/rtems/rtems/support.inl (modified) * cpukit/rtems/macros/rtems/rtems/tasks.inl (modified) * cpukit/rtems/macros/rtems/rtems/timer.inl (modified) * cpukit/rtems/src/attr.c (modified) * cpukit/rtems/src/dpmem.c (modified) * cpukit/rtems/src/event.c (modified) * cpukit/rtems/src/eventmp.c (modified) * cpukit/rtems/src/intr.c (modified) * cpukit/rtems/src/intrbody.c (modified) * cpukit/rtems/src/mp.c (modified) * cpukit/rtems/src/msg.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/part.c (modified) * cpukit/rtems/src/partmp.c (modified) * cpukit/rtems/src/ratemon.c (modified) * cpukit/rtems/src/region.c (modified) * cpukit/rtems/src/regionmp.c (modified) * cpukit/rtems/src/rtclock.c (modified) * cpukit/rtems/src/rtemstimer.c (modified) * cpukit/rtems/src/sem.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/rtems/src/signal.c (modified) * cpukit/rtems/src/signalmp.c (modified) * cpukit/rtems/src/taskmp.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/sapi/include/rtems/extension.h (modified) * cpukit/sapi/include/rtems/fatal.h (modified) * cpukit/sapi/include/rtems/init.h (modified) * cpukit/sapi/include/rtems/io.h (modified) * cpukit/sapi/include/rtems/mptables.h (modified) * cpukit/sapi/inline/rtems/extension.inl (modified) * cpukit/sapi/macros/rtems/extension.inl (modified) * cpukit/sapi/src/debug.c (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/sapi/src/extension.c (modified) * cpukit/sapi/src/fatal.c (modified) * cpukit/sapi/src/io.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/sapi/src/rtemsapi.c (modified) * cpukit/score/cpu/a29k/cpu.c (modified) * cpukit/score/cpu/i386/cpu.c (modified) * cpukit/score/cpu/i960/cpu.c (modified) * cpukit/score/cpu/m68k/cpu.c (modified) * cpukit/score/cpu/mips/cpu.c (modified) * cpukit/score/cpu/mips/cpu_asm.S (modified) * cpukit/score/cpu/mips64orion/cpu.c (modified) * cpukit/score/cpu/mips64orion/cpu_asm.S (modified) * cpukit/score/cpu/mips64orion/cpu_asm.h (modified) * cpukit/score/cpu/no_cpu/cpu.c (modified) * cpukit/score/cpu/no_cpu/cpu_asm.c (modified) * cpukit/score/cpu/sparc/cpu.c (modified) * cpukit/score/include/rtems/debug.h (modified) * cpukit/score/include/rtems/score/address.h (modified) * cpukit/score/include/rtems/score/apiext.h (modified) * cpukit/score/include/rtems/score/bitfield.h (modified) * cpukit/score/include/rtems/score/chain.h (modified) * cpukit/score/include/rtems/score/context.h (modified) * cpukit/score/include/rtems/score/copyrt.h (modified) * cpukit/score/include/rtems/score/coremsg.h (modified) * cpukit/score/include/rtems/score/coremutex.h (modified) * cpukit/score/include/rtems/score/coresem.h (modified) * cpukit/score/include/rtems/score/heap.h (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/include/rtems/score/isr.h (modified) * cpukit/score/include/rtems/score/mpci.h (modified) * cpukit/score/include/rtems/score/mppkt.h (modified) * cpukit/score/include/rtems/score/object.h (modified) * cpukit/score/include/rtems/score/objectmp.h (modified) * cpukit/score/include/rtems/score/priority.h (modified) * cpukit/score/include/rtems/score/stack.h (modified) * cpukit/score/include/rtems/score/states.h (modified) * cpukit/score/include/rtems/score/sysstate.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadmp.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/tod.h (modified) * cpukit/score/include/rtems/score/tqdata.h (modified) * cpukit/score/include/rtems/score/userext.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/include/rtems/score/wkspace.h (modified) * cpukit/score/include/rtems/system.h (modified) * cpukit/score/inline/rtems/score/address.inl (modified) * cpukit/score/inline/rtems/score/chain.inl (modified) * cpukit/score/inline/rtems/score/coremsg.inl (modified) * cpukit/score/inline/rtems/score/coremutex.inl (modified) * cpukit/score/inline/rtems/score/coresem.inl (modified) * cpukit/score/inline/rtems/score/heap.inl (modified) * cpukit/score/inline/rtems/score/isr.inl (modified) * cpukit/score/inline/rtems/score/mppkt.inl (modified) * cpukit/score/inline/rtems/score/object.inl (modified) * cpukit/score/inline/rtems/score/objectmp.inl (modified) * cpukit/score/inline/rtems/score/priority.inl (modified) * cpukit/score/inline/rtems/score/stack.inl (modified) * cpukit/score/inline/rtems/score/states.inl (modified) * cpukit/score/inline/rtems/score/sysstate.inl (modified) * cpukit/score/inline/rtems/score/thread.inl (modified) * cpukit/score/inline/rtems/score/threadmp.inl (modified) * cpukit/score/inline/rtems/score/tod.inl (modified) * cpukit/score/inline/rtems/score/tqdata.inl (modified) * cpukit/score/inline/rtems/score/userext.inl (modified) * cpukit/score/inline/rtems/score/watchdog.inl (modified) * cpukit/score/inline/rtems/score/wkspace.inl (modified) * cpukit/score/macros/rtems/score/address.inl (modified) * cpukit/score/macros/rtems/score/chain.inl (modified) * cpukit/score/macros/rtems/score/coremsg.inl (modified) * cpukit/score/macros/rtems/score/coremutex.inl (modified) * cpukit/score/macros/rtems/score/coresem.inl (modified) * cpukit/score/macros/rtems/score/heap.inl (modified) * cpukit/score/macros/rtems/score/isr.inl (modified) * cpukit/score/macros/rtems/score/mppkt.inl (modified) * cpukit/score/macros/rtems/score/object.inl (modified) * cpukit/score/macros/rtems/score/objectmp.inl (modified) * cpukit/score/macros/rtems/score/priority.inl (modified) * cpukit/score/macros/rtems/score/stack.inl (modified) * cpukit/score/macros/rtems/score/states.inl (modified) * cpukit/score/macros/rtems/score/sysstate.inl (modified) * cpukit/score/macros/rtems/score/thread.inl (modified) * cpukit/score/macros/rtems/score/threadmp.inl (modified) * cpukit/score/macros/rtems/score/tod.inl (modified) * cpukit/score/macros/rtems/score/tqdata.inl (modified) * cpukit/score/macros/rtems/score/userext.inl (modified) * cpukit/score/macros/rtems/score/watchdog.inl (modified) * cpukit/score/macros/rtems/score/wkspace.inl (modified) * cpukit/score/src/apiext.c (modified) * cpukit/score/src/chain.c (modified) * cpukit/score/src/coremsg.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/coretod.c (modified) * cpukit/score/src/heap.c (modified) * cpukit/score/src/interr.c (modified) * cpukit/score/src/isr.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/object.c (modified) * cpukit/score/src/objectmp.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/userext.c (modified) * cpukit/score/src/watchdog.c (modified) * cpukit/score/src/wkspace.c (modified) * testsuites/libtests/cpuuse/init.c (modified) * testsuites/libtests/cpuuse/system.h (modified) * testsuites/libtests/cpuuse/task1.c (modified) * testsuites/libtests/cpuuse/task2.c (modified) * testsuites/libtests/cpuuse/task3.c (modified) * testsuites/libtests/cpuuse/tswitch.c (modified) * testsuites/libtests/malloctest/init.c (modified) * testsuites/libtests/malloctest/system.h (modified) * testsuites/libtests/malloctest/task1.c (modified) * testsuites/libtests/monitor/init.c (modified) * testsuites/libtests/monitor/system.h (modified) * testsuites/libtests/rtems++/Init.cc (modified) * testsuites/libtests/rtems++/System.h (modified) * testsuites/libtests/rtems++/Task1.cc (modified) * testsuites/libtests/rtems++/Task2.cc (modified) * testsuites/libtests/rtems++/Task3.cc (modified) * testsuites/libtests/rtmonuse/getall.c (modified) * testsuites/libtests/rtmonuse/init.c (modified) * testsuites/libtests/rtmonuse/system.h (modified) * testsuites/libtests/rtmonuse/task1.c (modified) * testsuites/libtests/stackchk/blow.c (modified) * testsuites/libtests/stackchk/init.c (modified) * testsuites/libtests/stackchk/system.h (modified) * testsuites/libtests/stackchk/task1.c (modified) * testsuites/mptests/mp01/init.c (modified) * testsuites/mptests/mp01/node1/mp01.doc (modified) * testsuites/mptests/mp01/node2/mp01.doc (modified) * testsuites/mptests/mp01/system.h (modified) * testsuites/mptests/mp01/task1.c (modified) * testsuites/mptests/mp02/init.c (modified) * testsuites/mptests/mp02/node1/mp02.doc (modified) * testsuites/mptests/mp02/node2/mp02.doc (modified) * testsuites/mptests/mp02/system.h (modified) * testsuites/mptests/mp02/task1.c (modified) * testsuites/mptests/mp03/delay.c (modified) * testsuites/mptests/mp03/init.c (modified) * testsuites/mptests/mp03/node1/mp03.doc (modified) * testsuites/mptests/mp03/node2/mp03.doc (modified) * testsuites/mptests/mp03/system.h (modified) * testsuites/mptests/mp03/task1.c (modified) * testsuites/mptests/mp04/init.c (modified) * testsuites/mptests/mp04/node1/mp04.doc (modified) * testsuites/mptests/mp04/node2/mp04.doc (modified) * testsuites/mptests/mp04/system.h (modified) * testsuites/mptests/mp04/task1.c (modified) * testsuites/mptests/mp05/asr.c (modified) * testsuites/mptests/mp05/init.c (modified) * testsuites/mptests/mp05/node1/mp05.doc (modified) * testsuites/mptests/mp05/node2/mp05.doc (modified) * testsuites/mptests/mp05/system.h (modified) * testsuites/mptests/mp05/task1.c (modified) * testsuites/mptests/mp06/init.c (modified) * testsuites/mptests/mp06/node1/mp06.doc (modified) * testsuites/mptests/mp06/node2/mp06.doc (modified) * testsuites/mptests/mp06/system.h (modified) * testsuites/mptests/mp06/task1.c (modified) * testsuites/mptests/mp07/init.c (modified) * testsuites/mptests/mp07/node1/mp07.doc (modified) * testsuites/mptests/mp07/node2/mp07.doc (modified) * testsuites/mptests/mp07/system.h (modified) * testsuites/mptests/mp07/task1.c (modified) * testsuites/mptests/mp08/init.c (modified) * testsuites/mptests/mp08/node1/mp08.doc (modified) * testsuites/mptests/mp08/node2/mp08.doc (modified) * testsuites/mptests/mp08/system.h (modified) * testsuites/mptests/mp08/task1.c (modified) * testsuites/mptests/mp09/init.c (modified) * testsuites/mptests/mp09/node1/mp09.doc (modified) * testsuites/mptests/mp09/node2/mp09.doc (modified) * testsuites/mptests/mp09/recvmsg.c (modified) * testsuites/mptests/mp09/sendmsg.c (modified) * testsuites/mptests/mp09/system.h (modified) * testsuites/mptests/mp09/task1.c (modified) * testsuites/mptests/mp10/init.c (modified) * testsuites/mptests/mp10/node1/mp10.doc (modified) * testsuites/mptests/mp10/node2/mp10.doc (modified) * testsuites/mptests/mp10/system.h (modified) * testsuites/mptests/mp10/task1.c (modified) * testsuites/mptests/mp10/task2.c (modified) * testsuites/mptests/mp10/task3.c (modified) * testsuites/mptests/mp11/init.c (modified) * testsuites/mptests/mp11/node1/mp11.doc (modified) * testsuites/mptests/mp11/node2/mp11.doc (modified) * testsuites/mptests/mp11/system.h (modified) * testsuites/mptests/mp12/init.c (modified) * testsuites/mptests/mp12/node1/mp12.doc (modified) * testsuites/mptests/mp12/node2/mp12.doc (modified) * testsuites/mptests/mp12/system.h (modified) * testsuites/mptests/mp13/init.c (modified) * testsuites/mptests/mp13/node1/mp13.doc (modified) * testsuites/mptests/mp13/node2/mp13.doc (modified) * testsuites/mptests/mp13/system.h (modified) * testsuites/mptests/mp13/task1.c (modified) * testsuites/mptests/mp13/task2.c (modified) * testsuites/mptests/mp14/delay.c (modified) * testsuites/mptests/mp14/evtask1.c (modified) * testsuites/mptests/mp14/evtmtask.c (modified) * testsuites/mptests/mp14/exit.c (modified) * testsuites/mptests/mp14/init.c (modified) * testsuites/mptests/mp14/msgtask1.c (modified) * testsuites/mptests/mp14/node1/mp14.doc (modified) * testsuites/mptests/mp14/node2/mp14.doc (modified) * testsuites/mptests/mp14/pttask1.c (modified) * testsuites/mptests/mp14/smtask1.c (modified) * testsuites/mptests/mp14/system.h (modified) * testsuites/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/system.h (modified) * testsuites/psxtests/psx01/task.c (modified) * testsuites/psxtests/psx02/init.c (modified) * testsuites/psxtests/psx02/system.h (modified) * testsuites/psxtests/psx02/task.c (modified) * testsuites/psxtests/psx03/init.c (modified) * testsuites/psxtests/psx03/system.h (modified) * testsuites/psxtests/psx03/task.c (modified) * testsuites/psxtests/psx04/init.c (modified) * testsuites/psxtests/psx04/system.h (modified) * testsuites/psxtests/psx04/task1.c (modified) * testsuites/psxtests/psx04/task2.c (modified) * testsuites/psxtests/psx04/task3.c (modified) * testsuites/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/system.h (modified) * testsuites/psxtests/psx05/task.c (modified) * testsuites/psxtests/psx05/task2.c (modified) * testsuites/psxtests/psx05/task3.c (modified) * testsuites/psxtests/psx06/init.c (modified) * testsuites/psxtests/psx06/system.h (modified) * testsuites/psxtests/psx06/task.c (modified) * testsuites/psxtests/psx06/task2.c (modified) * testsuites/psxtests/psx07/init.c (modified) * testsuites/psxtests/psx07/system.h (modified) * testsuites/psxtests/psx07/task.c (modified) * testsuites/psxtests/psx08/init.c (modified) * testsuites/psxtests/psx08/system.h (modified) * testsuites/psxtests/psx08/task2.c (modified) * testsuites/psxtests/psx09/init.c (modified) * testsuites/psxtests/psx09/system.h (modified) * testsuites/psxtests/psx10/init.c (modified) * testsuites/psxtests/psx10/system.h (modified) * testsuites/psxtests/psx10/task.c (modified) * testsuites/psxtests/psx10/task2.c (modified) * testsuites/psxtests/psx10/task3.c (modified) * testsuites/psxtests/psx11/init.c (modified) * testsuites/psxtests/psx11/system.h (modified) * testsuites/psxtests/psx11/task.c (modified) * testsuites/psxtests/psx12/init.c (modified) * testsuites/psxtests/psx12/system.h (modified) * testsuites/psxtests/psx12/task.c (modified) * testsuites/psxtests/psxhdrs/clock01.c (modified) * testsuites/psxtests/psxhdrs/clock02.c (modified) * testsuites/psxtests/psxhdrs/clock03.c (modified) * testsuites/psxtests/psxhdrs/clock04.c (modified) * testsuites/psxtests/psxhdrs/clock05.c (modified) * testsuites/psxtests/psxhdrs/clock06.c (modified) * testsuites/psxtests/psxhdrs/cond01.c (modified) * testsuites/psxtests/psxhdrs/cond02.c (modified) * testsuites/psxtests/psxhdrs/cond03.c (modified) * testsuites/psxtests/psxhdrs/cond04.c (modified) * testsuites/psxtests/psxhdrs/cond05.c (modified) * testsuites/psxtests/psxhdrs/cond06.c (modified) * testsuites/psxtests/psxhdrs/cond07.c (modified) * testsuites/psxtests/psxhdrs/cond08.c (modified) * testsuites/psxtests/psxhdrs/cond09.c (modified) * testsuites/psxtests/psxhdrs/cond10.c (modified) * testsuites/psxtests/psxhdrs/key01.c (modified) * testsuites/psxtests/psxhdrs/key02.c (modified) * testsuites/psxtests/psxhdrs/key03.c (modified) * testsuites/psxtests/psxhdrs/key04.c (modified) * testsuites/psxtests/psxhdrs/mutex01.c (modified) * testsuites/psxtests/psxhdrs/mutex02.c (modified) * testsuites/psxtests/psxhdrs/mutex03.c (modified) * testsuites/psxtests/psxhdrs/mutex04.c (modified) * testsuites/psxtests/psxhdrs/mutex05.c (modified) * testsuites/psxtests/psxhdrs/mutex06.c (modified) * testsuites/psxtests/psxhdrs/mutex07.c (modified) * testsuites/psxtests/psxhdrs/mutex08.c (modified) * testsuites/psxtests/psxhdrs/mutex09.c (modified) * testsuites/psxtests/psxhdrs/mutex10.c (modified) * testsuites/psxtests/psxhdrs/mutex11.c (modified) * testsuites/psxtests/psxhdrs/mutex12.c (modified) * testsuites/psxtests/psxhdrs/mutex13.c (modified) * testsuites/psxtests/psxhdrs/mutex14.c (modified) * testsuites/psxtests/psxhdrs/mutex15.c (modified) * testsuites/psxtests/psxhdrs/mutex16.c (modified) * testsuites/psxtests/psxhdrs/proc01.c (modified) * testsuites/psxtests/psxhdrs/proc02.c (modified) * testsuites/psxtests/psxhdrs/proc03.c (modified) * testsuites/psxtests/psxhdrs/proc04.c (modified) * testsuites/psxtests/psxhdrs/proc05.c (modified) * testsuites/psxtests/psxhdrs/proc06.c (modified) * testsuites/psxtests/psxhdrs/proc07.c (modified) * testsuites/psxtests/psxhdrs/proc08.c (modified) * testsuites/psxtests/psxhdrs/proc09.c (modified) * testsuites/psxtests/psxhdrs/proc10.c (modified) * testsuites/psxtests/psxhdrs/proc11.c (modified) * testsuites/psxtests/psxhdrs/proc12.c (modified) * testsuites/psxtests/psxhdrs/proc13.c (modified) * testsuites/psxtests/psxhdrs/proc14.c (modified) * testsuites/psxtests/psxhdrs/pthread01.c (modified) * testsuites/psxtests/psxhdrs/pthread02.c (modified) * testsuites/psxtests/psxhdrs/pthread03.c (modified) * testsuites/psxtests/psxhdrs/pthread04.c (modified) * testsuites/psxtests/psxhdrs/pthread05.c (modified) * testsuites/psxtests/psxhdrs/pthread06.c (modified) * testsuites/psxtests/psxhdrs/pthread07.c (modified) * testsuites/psxtests/psxhdrs/pthread08.c (modified) * testsuites/psxtests/psxhdrs/pthread09.c (modified) * testsuites/psxtests/psxhdrs/pthread10.c (modified) * testsuites/psxtests/psxhdrs/pthread11.c (modified) * testsuites/psxtests/psxhdrs/pthread12.c (modified) * testsuites/psxtests/psxhdrs/pthread13.c (modified) * testsuites/psxtests/psxhdrs/pthread14.c (modified) * testsuites/psxtests/psxhdrs/pthread15.c (modified) * testsuites/psxtests/psxhdrs/pthread16.c (modified) * testsuites/psxtests/psxhdrs/pthread17.c (modified) * testsuites/psxtests/psxhdrs/pthread18.c (modified) * testsuites/psxtests/psxhdrs/pthread19.c (modified) * testsuites/psxtests/psxhdrs/pthread20.c (modified) * testsuites/psxtests/psxhdrs/pthread21.c (modified) * testsuites/psxtests/psxhdrs/pthread22.c (modified) * testsuites/psxtests/psxhdrs/pthread23.c (modified) * testsuites/psxtests/psxhdrs/pthread24.c (modified) * testsuites/psxtests/psxhdrs/pthread25.c (modified) * testsuites/psxtests/psxhdrs/pthread26.c (modified) * testsuites/psxtests/psxhdrs/pthread27.c (modified) * testsuites/psxtests/psxhdrs/pthread28.c (modified) * testsuites/psxtests/psxhdrs/pthread29.c (modified) * testsuites/psxtests/psxhdrs/pthread30.c (modified) * testsuites/psxtests/psxhdrs/pthread31.c (modified) * testsuites/psxtests/psxhdrs/pthread32.c (modified) * testsuites/psxtests/psxhdrs/pthread33.c (modified) * testsuites/psxtests/psxhdrs/pthread34.c (modified) * testsuites/psxtests/psxhdrs/pthread35.c (modified) * testsuites/psxtests/psxhdrs/pthread36.c (modified) * testsuites/psxtests/psxhdrs/sched01.c (modified) * testsuites/psxtests/psxhdrs/sched02.c (modified) * testsuites/psxtests/psxhdrs/sched03.c (modified) * testsuites/psxtests/psxhdrs/sched04.c (modified) * testsuites/psxtests/psxhdrs/sched05.c (modified) * testsuites/psxtests/psxhdrs/sched06.c (modified) * testsuites/psxtests/psxhdrs/sched07.c (modified) * testsuites/psxtests/psxhdrs/sched08.c (modified) * testsuites/psxtests/psxhdrs/signal01.c (modified) * testsuites/psxtests/psxhdrs/signal02.c (modified) * testsuites/psxtests/psxhdrs/signal03.c (modified) * testsuites/psxtests/psxhdrs/signal04.c (modified) * testsuites/psxtests/psxhdrs/signal05.c (modified) * testsuites/psxtests/psxhdrs/signal06.c (modified) * testsuites/psxtests/psxhdrs/signal07.c (modified) * testsuites/psxtests/psxhdrs/signal08.c (modified) * testsuites/psxtests/psxhdrs/signal09.c (modified) * testsuites/psxtests/psxhdrs/signal10.c (modified) * testsuites/psxtests/psxhdrs/signal11.c (modified) * testsuites/psxtests/psxhdrs/signal12.c (modified) * testsuites/psxtests/psxhdrs/signal13.c (modified) * testsuites/psxtests/psxhdrs/signal14.c (modified) * testsuites/psxtests/psxhdrs/signal15.c (modified) * testsuites/psxtests/psxhdrs/signal16.c (modified) * testsuites/psxtests/psxhdrs/signal17.c (modified) * testsuites/psxtests/psxhdrs/signal18.c (modified) * testsuites/psxtests/psxhdrs/signal19.c (modified) * testsuites/psxtests/psxhdrs/signal20.c (modified) * testsuites/psxtests/psxhdrs/signal21.c (modified) * testsuites/psxtests/psxhdrs/signal22.c (modified) * testsuites/psxtests/psxhdrs/time01.c (modified) * testsuites/psxtests/psxhdrs/time02.c (modified) * testsuites/psxtests/psxhdrs/time03.c (modified) * testsuites/psxtests/psxhdrs/time04.c (modified) * testsuites/psxtests/psxhdrs/time05.c (modified) * testsuites/psxtests/psxhdrs/time06.c (modified) * testsuites/psxtests/psxhdrs/time07.c (modified) * testsuites/psxtests/psxhdrs/time08.c (modified) * testsuites/psxtests/psxhdrs/time09.c (modified) * testsuites/psxtests/psxhdrs/time10.c (modified) * testsuites/psxtests/psxhdrs/time11.c (modified) * testsuites/psxtests/psxhdrs/time12.c (modified) * testsuites/psxtests/psxhdrs/time13.c (modified) * testsuites/psxtests/psxhdrs/timer01.c (modified) * testsuites/psxtests/psxhdrs/timer02.c (modified) * testsuites/psxtests/psxhdrs/timer03.c (modified) * testsuites/psxtests/psxhdrs/timer04.c (modified) * testsuites/psxtests/psxhdrs/timer05.c (modified) * testsuites/psxtests/psxhdrs/timer06.c (modified) * testsuites/samples/README (modified) * testsuites/samples/base_mp/apptask.c (modified) * testsuites/samples/base_mp/init.c (modified) * testsuites/samples/base_mp/node1/base_mp.doc (modified) * testsuites/samples/base_mp/node2/base_mp.doc (modified) * testsuites/samples/base_mp/system.h (modified) * testsuites/samples/base_sp/apptask.c (modified) * testsuites/samples/base_sp/base_sp.doc (modified) * testsuites/samples/base_sp/init.c (modified) * testsuites/samples/base_sp/system.h (modified) * testsuites/samples/cdtest/init.c (modified) * testsuites/samples/cdtest/system.h (modified) * testsuites/samples/hello/hello.doc (modified) * testsuites/samples/hello/init.c (modified) * testsuites/samples/hello/system.h (modified) * testsuites/samples/paranoia/init.c (modified) * testsuites/samples/paranoia/paranoia.doc (modified) * testsuites/samples/paranoia/system.h (modified) * testsuites/samples/ticker/init.c (modified) * testsuites/samples/ticker/system.h (modified) * testsuites/samples/ticker/tasks.c (modified) * testsuites/samples/ticker/ticker.doc (modified) * testsuites/sptests/sp01/init.c (modified) * testsuites/sptests/sp01/sp01.doc (modified) * testsuites/sptests/sp01/system.h (modified) * testsuites/sptests/sp01/task1.c (modified) * testsuites/sptests/sp02/init.c (modified) * testsuites/sptests/sp02/preempt.c (modified) * testsuites/sptests/sp02/sp02.doc (modified) * testsuites/sptests/sp02/system.h (modified) * testsuites/sptests/sp02/task1.c (modified) * testsuites/sptests/sp02/task2.c (modified) * testsuites/sptests/sp02/task3.c (modified) * testsuites/sptests/sp03/sp03.doc (modified) * testsuites/sptests/sp03/system.h (modified) * testsuites/sptests/sp03/task1.c (modified) * testsuites/sptests/sp03/task2.c (modified) * testsuites/sptests/sp04/init.c (modified) * testsuites/sptests/sp04/sp04.doc (modified) * testsuites/sptests/sp04/system.h (modified) * testsuites/sptests/sp04/task1.c (modified) * testsuites/sptests/sp04/task2.c (modified) * testsuites/sptests/sp04/task3.c (modified) * testsuites/sptests/sp04/tswitch.c (modified) * testsuites/sptests/sp05/init.c (modified) * testsuites/sptests/sp05/sp05.doc (modified) * testsuites/sptests/sp05/system.h (modified) * testsuites/sptests/sp05/task1.c (modified) * testsuites/sptests/sp05/task2.c (modified) * testsuites/sptests/sp05/task3.c (modified) * testsuites/sptests/sp06/init.c (modified) * testsuites/sptests/sp06/sp06.doc (modified) * testsuites/sptests/sp06/system.h (modified) * testsuites/sptests/sp06/task1.c (modified) * testsuites/sptests/sp06/task2.c (modified) * testsuites/sptests/sp06/task3.c (modified) * testsuites/sptests/sp07/init.c (modified) * testsuites/sptests/sp07/sp07.doc (modified) * testsuites/sptests/sp07/system.h (modified) * testsuites/sptests/sp07/task1.c (modified) * testsuites/sptests/sp07/task2.c (modified) * testsuites/sptests/sp07/task3.c (modified) * testsuites/sptests/sp07/task4.c (modified) * testsuites/sptests/sp07/taskexit.c (modified) * testsuites/sptests/sp07/tcreate.c (modified) * testsuites/sptests/sp07/tdelete.c (modified) * testsuites/sptests/sp07/trestart.c (modified) * testsuites/sptests/sp07/tstart.c (modified) * testsuites/sptests/sp08/init.c (modified) * testsuites/sptests/sp08/sp08.doc (modified) * testsuites/sptests/sp08/system.h (modified) * testsuites/sptests/sp08/task1.c (modified) * testsuites/sptests/sp09/delay.c (modified) * testsuites/sptests/sp09/init.c (modified) * testsuites/sptests/sp09/isr.c (modified) * testsuites/sptests/sp09/screen01.c (modified) * testsuites/sptests/sp09/screen02.c (modified) * testsuites/sptests/sp09/screen03.c (modified) * testsuites/sptests/sp09/screen04.c (modified) * testsuites/sptests/sp09/screen05.c (modified) * testsuites/sptests/sp09/screen06.c (modified) * testsuites/sptests/sp09/screen07.c (modified) * testsuites/sptests/sp09/screen08.c (modified) * testsuites/sptests/sp09/screen09.c (modified) * testsuites/sptests/sp09/screen10.c (modified) * testsuites/sptests/sp09/screen11.c (modified) * testsuites/sptests/sp09/screen12.c (modified) * testsuites/sptests/sp09/screen13.c (modified) * testsuites/sptests/sp09/screen14.c (modified) * testsuites/sptests/sp09/sp09.doc (modified) * testsuites/sptests/sp09/system.h (modified) * testsuites/sptests/sp09/task1.c (modified) * testsuites/sptests/sp09/task2.c (modified) * testsuites/sptests/sp09/task3.c (modified) * testsuites/sptests/sp09/task4.c (modified) * testsuites/sptests/sp11/init.c (modified) * testsuites/sptests/sp11/sp11.doc (modified) * testsuites/sptests/sp11/system.h (modified) * testsuites/sptests/sp11/task1.c (modified) * testsuites/sptests/sp11/task2.c (modified) * testsuites/sptests/sp11/timer.c (modified) * testsuites/sptests/sp12/init.c (modified) * testsuites/sptests/sp12/pridrv.c (modified) * testsuites/sptests/sp12/pritask.c (modified) * testsuites/sptests/sp12/sp12.doc (modified) * testsuites/sptests/sp12/system.h (modified) * testsuites/sptests/sp12/task1.c (modified) * testsuites/sptests/sp12/task2.c (modified) * testsuites/sptests/sp12/task3.c (modified) * testsuites/sptests/sp12/task4.c (modified) * testsuites/sptests/sp12/task5.c (modified) * testsuites/sptests/sp13/fillbuff.c (modified) * testsuites/sptests/sp13/init.c (modified) * testsuites/sptests/sp13/putbuff.c (modified) * testsuites/sptests/sp13/sp13.doc (modified) * testsuites/sptests/sp13/system.h (modified) * testsuites/sptests/sp13/task1.c (modified) * testsuites/sptests/sp13/task2.c (modified) * testsuites/sptests/sp13/task3.c (modified) * testsuites/sptests/sp14/asr.c (modified) * testsuites/sptests/sp14/init.c (modified) * testsuites/sptests/sp14/sp14.doc (modified) * testsuites/sptests/sp14/system.h (modified) * testsuites/sptests/sp14/task1.c (modified) * testsuites/sptests/sp14/task2.c (modified) * testsuites/sptests/sp15/init.c (modified) * testsuites/sptests/sp15/sp15.doc (modified) * testsuites/sptests/sp15/system.h (modified) * testsuites/sptests/sp15/task1.c (modified) * testsuites/sptests/sp16/init.c (modified) * testsuites/sptests/sp16/sp16.doc (modified) * testsuites/sptests/sp16/system.h (modified) * testsuites/sptests/sp16/task1.c (modified) * testsuites/sptests/sp16/task2.c (modified) * testsuites/sptests/sp16/task3.c (modified) * testsuites/sptests/sp16/task4.c (modified) * testsuites/sptests/sp16/task5.c (modified) * testsuites/sptests/sp17/asr.c (modified) * testsuites/sptests/sp17/init.c (modified) * testsuites/sptests/sp17/sp17.doc (modified) * testsuites/sptests/sp17/system.h (modified) * testsuites/sptests/sp17/task1.c (modified) * testsuites/sptests/sp17/task2.c (modified) * testsuites/sptests/sp19/first.c (modified) * testsuites/sptests/sp19/fptask.c (modified) * testsuites/sptests/sp19/fptest.h (modified) * testsuites/sptests/sp19/init.c (modified) * testsuites/sptests/sp19/inttest.h (modified) * testsuites/sptests/sp19/sp19.doc (modified) * testsuites/sptests/sp19/system.h (modified) * testsuites/sptests/sp19/task1.c (modified) * testsuites/sptests/sp20/getall.c (modified) * testsuites/sptests/sp20/init.c (modified) * testsuites/sptests/sp20/sp20.doc (modified) * testsuites/sptests/sp20/system.h (modified) * testsuites/sptests/sp20/task1.c (modified) * testsuites/sptests/sp21/init.c (modified) * testsuites/sptests/sp21/sp21.doc (modified) * testsuites/sptests/sp21/system.h (modified) * testsuites/sptests/sp21/task1.c (modified) * testsuites/sptests/sp22/delay.c (modified) * testsuites/sptests/sp22/init.c (modified) * testsuites/sptests/sp22/prtime.c (modified) * testsuites/sptests/sp22/sp22.doc (modified) * testsuites/sptests/sp22/system.h (modified) * testsuites/sptests/sp22/task1.c (modified) * testsuites/sptests/sp23/init.c (modified) * testsuites/sptests/sp23/sp23.doc (modified) * testsuites/sptests/sp23/system.h (modified) * testsuites/sptests/sp23/task1.c (modified) * testsuites/sptests/sp24/init.c (modified) * testsuites/sptests/sp24/resume.c (modified) * testsuites/sptests/sp24/sp24.doc (modified) * testsuites/sptests/sp24/system.h (modified) * testsuites/sptests/sp24/task1.c (modified) * testsuites/sptests/sp25/init.c (modified) * testsuites/sptests/sp25/sp25.doc (modified) * testsuites/sptests/sp25/system.h (modified) * testsuites/sptests/sp25/task1.c (modified) * testsuites/sptests/spfatal/fatal.c (modified) * testsuites/sptests/spfatal/init.c (modified) * testsuites/sptests/spfatal/puterr.c (modified) * testsuites/sptests/spfatal/spfatal.doc (modified) * testsuites/sptests/spfatal/system.h (modified) * testsuites/sptests/spfatal/task1.c (modified) * testsuites/sptests/spsize/getint.c (modified) * testsuites/sptests/spsize/init.c (modified) * testsuites/sptests/spsize/size.c (modified) * testsuites/sptests/spsize/system.h (modified) * testsuites/support/include/tmacros.h (modified) * testsuites/tmtests/include/timesys.h (modified) * testsuites/tmtests/tm01/system.h (modified) * testsuites/tmtests/tm01/task1.c (modified) * testsuites/tmtests/tm01/tm01.doc (modified) * testsuites/tmtests/tm02/system.h (modified) * testsuites/tmtests/tm02/task1.c (modified) * testsuites/tmtests/tm02/tm02.doc (modified) * testsuites/tmtests/tm03/system.h (modified) * testsuites/tmtests/tm03/task1.c (modified) * testsuites/tmtests/tm03/tm03.doc (modified) * testsuites/tmtests/tm04/system.h (modified) * testsuites/tmtests/tm04/task1.c (modified) * testsuites/tmtests/tm04/tm04.doc (modified) * testsuites/tmtests/tm05/system.h (modified) * testsuites/tmtests/tm05/task1.c (modified) * testsuites/tmtests/tm05/tm05.doc (modified) * testsuites/tmtests/tm06/system.h (modified) * testsuites/tmtests/tm06/task1.c (modified) * testsuites/tmtests/tm06/tm06.doc (modified) * testsuites/tmtests/tm07/system.h (modified) * testsuites/tmtests/tm07/task1.c (modified) * testsuites/tmtests/tm07/tm07.doc (modified) * testsuites/tmtests/tm08/system.h (modified) * testsuites/tmtests/tm08/task1.c (modified) * testsuites/tmtests/tm08/tm08.doc (modified) * testsuites/tmtests/tm09/system.h (modified) * testsuites/tmtests/tm09/task1.c (modified) * testsuites/tmtests/tm09/tm09.doc (modified) * testsuites/tmtests/tm10/system.h (modified) * testsuites/tmtests/tm10/task1.c (modified) * testsuites/tmtests/tm10/tm10.doc (modified) * testsuites/tmtests/tm11/system.h (modified) * testsuites/tmtests/tm11/task1.c (modified) * testsuites/tmtests/tm11/tm11.doc (modified) * testsuites/tmtests/tm12/system.h (modified) * testsuites/tmtests/tm12/task1.c (modified) * testsuites/tmtests/tm12/tm12.doc (modified) * testsuites/tmtests/tm13/system.h (modified) * testsuites/tmtests/tm13/task1.c (modified) * testsuites/tmtests/tm13/tm13.doc (modified) * testsuites/tmtests/tm14/system.h (modified) * testsuites/tmtests/tm14/task1.c (modified) * testsuites/tmtests/tm14/tm14.doc (modified) * testsuites/tmtests/tm15/system.h (modified) * testsuites/tmtests/tm15/task1.c (modified) * testsuites/tmtests/tm15/tm15.doc (modified) * testsuites/tmtests/tm16/system.h (modified) * testsuites/tmtests/tm16/task1.c (modified) * testsuites/tmtests/tm16/tm16.doc (modified) * testsuites/tmtests/tm17/system.h (modified) * testsuites/tmtests/tm17/task1.c (modified) * testsuites/tmtests/tm17/tm17.doc (modified) * testsuites/tmtests/tm18/system.h (modified) * testsuites/tmtests/tm18/task1.c (modified) * testsuites/tmtests/tm18/tm18.doc (modified) * testsuites/tmtests/tm19/system.h (modified) * testsuites/tmtests/tm19/task1.c (modified) * testsuites/tmtests/tm19/tm19.doc (modified) * testsuites/tmtests/tm20/system.h (modified) * testsuites/tmtests/tm20/task1.c (modified) * testsuites/tmtests/tm20/tm20.doc (modified) * testsuites/tmtests/tm21/system.h (modified) * testsuites/tmtests/tm21/task1.c (modified) * testsuites/tmtests/tm21/tm21.doc (modified) * testsuites/tmtests/tm22/system.h (modified) * testsuites/tmtests/tm22/task1.c (modified) * testsuites/tmtests/tm22/tm22.doc (modified) * testsuites/tmtests/tm23/system.h (modified) * testsuites/tmtests/tm23/task1.c (modified) * testsuites/tmtests/tm23/tm23.doc (modified) * testsuites/tmtests/tm24/system.h (modified) * testsuites/tmtests/tm24/task1.c (modified) * testsuites/tmtests/tm24/tm24.doc (modified) * testsuites/tmtests/tm25/system.h (modified) * testsuites/tmtests/tm25/task1.c (modified) * testsuites/tmtests/tm25/tm25.doc (modified) * testsuites/tmtests/tm26/fptest.h (modified) * testsuites/tmtests/tm26/system.h (modified) * testsuites/tmtests/tm26/task1.c (modified) * testsuites/tmtests/tm26/tm26.doc (modified) * testsuites/tmtests/tm27/system.h (modified) * testsuites/tmtests/tm27/task1.c (modified) * testsuites/tmtests/tm27/tm27.doc (modified) * testsuites/tmtests/tm28/system.h (modified) * testsuites/tmtests/tm28/task1.c (modified) * testsuites/tmtests/tm28/tm28.doc (modified) * testsuites/tmtests/tm29/system.h (modified) * testsuites/tmtests/tm29/task1.c (modified) * testsuites/tmtests/tm29/tm29.doc (modified) * testsuites/tmtests/tmck/system.h (modified) * testsuites/tmtests/tmck/task1.c (modified) * testsuites/tmtests/tmck/tmck.doc (modified) * testsuites/tmtests/tmoverhd/dumrtems.h (modified) * testsuites/tmtests/tmoverhd/empty.c (modified) * testsuites/tmtests/tmoverhd/system.h (modified) * testsuites/tmtests/tmoverhd/testtask.c (modified) * testsuites/tmtests/tmoverhd/tmoverhd.doc (modified) * tools/cpu/generic/size_rtems.in (modified) * tools/cpu/hppa1.1/genoffsets.c (modified) * tools/cpu/unix/gensize.c (modified) updated copyright to 1998 Wed, 08 Oct 1997 15:45:54 GMT Joel Sherrill [98e4ebf5] * c/src/exec/libcsupport/include/clockdrv.h (modified) * c/src/exec/libcsupport/include/console.h (modified) * c/src/exec/libcsupport/include/iosupp.h (modified) * c/src/exec/libcsupport/include/motorola/mc68230.h (modified) * c/src/exec/libcsupport/include/rtems/libcsupport.h (modified) * c/src/exec/libcsupport/include/spurious.h (modified) * c/src/exec/libcsupport/include/sys/termios.h (modified) * c/src/exec/libcsupport/include/timerdrv.h (modified) * c/src/exec/libcsupport/include/vmeintr.h (modified) * c/src/exec/libcsupport/include/zilog/z8036.h (modified) * c/src/exec/libcsupport/include/zilog/z8530.h (modified) * c/src/exec/libcsupport/include/zilog/z8536.h (modified) * c/src/exec/libcsupport/src/__brk.c (modified) * c/src/exec/libcsupport/src/__gettod.c (modified) * c/src/exec/libcsupport/src/__times.c (modified) * c/src/exec/libcsupport/src/hosterr.c (modified) * c/src/exec/libcsupport/src/malloc.c (modified) * c/src/exec/libcsupport/src/newlibc.c (modified) * c/src/exec/libcsupport/src/no_libc.c (modified) * c/src/exec/posix/headers/cond.h (modified) * c/src/exec/posix/headers/condmp.h (modified) * c/src/exec/posix/headers/config.h (modified) * c/src/exec/posix/headers/intr.h (modified) * c/src/exec/posix/headers/key.h (modified) * c/src/exec/posix/headers/mqueue.h (modified) * c/src/exec/posix/headers/mqueuemp.h (modified) * c/src/exec/posix/headers/mutex.h (modified) * c/src/exec/posix/headers/mutexmp.h (modified) * c/src/exec/posix/headers/posixapi.h (modified) * c/src/exec/posix/headers/pthread.h (modified) * c/src/exec/posix/headers/pthreadmp.h (modified) * c/src/exec/posix/headers/semaphore.h (modified) * c/src/exec/posix/headers/semaphoremp.h (modified) * c/src/exec/posix/headers/seterr.h (modified) * c/src/exec/posix/include/rtems/posix/cond.h (modified) * c/src/exec/posix/include/rtems/posix/condmp.h (modified) * c/src/exec/posix/include/rtems/posix/config.h (modified) * c/src/exec/posix/include/rtems/posix/intr.h (modified) * c/src/exec/posix/include/rtems/posix/key.h (modified) * c/src/exec/posix/include/rtems/posix/mqueue.h (modified) * c/src/exec/posix/include/rtems/posix/mqueuemp.h (modified) * c/src/exec/posix/include/rtems/posix/mutex.h (modified) * c/src/exec/posix/include/rtems/posix/mutexmp.h (modified) * c/src/exec/posix/include/rtems/posix/posixapi.h (modified) * c/src/exec/posix/include/rtems/posix/pthread.h (modified) * c/src/exec/posix/include/rtems/posix/pthreadmp.h (modified) * c/src/exec/posix/include/rtems/posix/semaphore.h (modified) * c/src/exec/posix/include/rtems/posix/semaphoremp.h (modified) * c/src/exec/posix/include/rtems/posix/seterr.h (modified) * c/src/exec/posix/inline/cond.inl (modified) * c/src/exec/posix/inline/intr.inl (modified) * c/src/exec/posix/inline/key.inl (modified) * c/src/exec/posix/inline/mqueue.inl (modified) * c/src/exec/posix/inline/mutex.inl (modified) * c/src/exec/posix/inline/pthread.inl (modified) * c/src/exec/posix/inline/rtems/posix/cond.inl (modified) * c/src/exec/posix/inline/rtems/posix/intr.inl (modified) * c/src/exec/posix/inline/rtems/posix/key.inl (modified) * c/src/exec/posix/inline/rtems/posix/mqueue.inl (modified) * c/src/exec/posix/inline/rtems/posix/mutex.inl (modified) * c/src/exec/posix/inline/rtems/posix/pthread.inl (modified) * c/src/exec/posix/inline/rtems/posix/semaphore.inl (modified) * c/src/exec/posix/inline/semaphore.inl (modified) * c/src/exec/rtems/headers/asr.h (modified) * c/src/exec/rtems/headers/attr.h (modified) * c/src/exec/rtems/headers/clock.h (modified) * c/src/exec/rtems/headers/config.h (modified) * c/src/exec/rtems/headers/dpmem.h (modified) * c/src/exec/rtems/headers/event.h (modified) * c/src/exec/rtems/headers/eventmp.h (modified) * c/src/exec/rtems/headers/eventset.h (modified) * c/src/exec/rtems/headers/intr.h (modified) * c/src/exec/rtems/headers/message.h (modified) * c/src/exec/rtems/headers/modes.h (modified) * c/src/exec/rtems/headers/mp.h (modified) * c/src/exec/rtems/headers/msgmp.h (modified) * c/src/exec/rtems/headers/options.h (modified) * c/src/exec/rtems/headers/part.h (modified) * c/src/exec/rtems/headers/partmp.h (modified) * c/src/exec/rtems/headers/ratemon.h (modified) * c/src/exec/rtems/headers/region.h (modified) * c/src/exec/rtems/headers/regionmp.h (modified) * c/src/exec/rtems/headers/rtems.h (modified) * c/src/exec/rtems/headers/rtemsapi.h (modified) * c/src/exec/rtems/headers/sem.h (modified) * c/src/exec/rtems/headers/semmp.h (modified) * c/src/exec/rtems/headers/signal.h (modified) * c/src/exec/rtems/headers/signalmp.h (modified) * c/src/exec/rtems/headers/status.h (modified) * c/src/exec/rtems/headers/support.h (modified) * c/src/exec/rtems/headers/taskmp.h (modified) * c/src/exec/rtems/headers/tasks.h (modified) * c/src/exec/rtems/headers/timer.h (modified) * c/src/exec/rtems/headers/types.h (modified) * c/src/exec/rtems/include/rtems.h (modified) * c/src/exec/rtems/include/rtems/rtems/asr.h (modified) * c/src/exec/rtems/include/rtems/rtems/attr.h (modified) * c/src/exec/rtems/include/rtems/rtems/clock.h (modified) * c/src/exec/rtems/include/rtems/rtems/config.h (modified) * c/src/exec/rtems/include/rtems/rtems/dpmem.h (modified) * c/src/exec/rtems/include/rtems/rtems/event.h (modified) * c/src/exec/rtems/include/rtems/rtems/eventmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/eventset.h (modified) * c/src/exec/rtems/include/rtems/rtems/intr.h (modified) * c/src/exec/rtems/include/rtems/rtems/message.h (modified) * c/src/exec/rtems/include/rtems/rtems/modes.h (modified) * c/src/exec/rtems/include/rtems/rtems/mp.h (modified) * c/src/exec/rtems/include/rtems/rtems/msgmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/options.h (modified) * c/src/exec/rtems/include/rtems/rtems/part.h (modified) * c/src/exec/rtems/include/rtems/rtems/partmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/ratemon.h (modified) * c/src/exec/rtems/include/rtems/rtems/region.h (modified) * c/src/exec/rtems/include/rtems/rtems/regionmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/rtemsapi.h (modified) * c/src/exec/rtems/include/rtems/rtems/sem.h (modified) * c/src/exec/rtems/include/rtems/rtems/semmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/signal.h (modified) * c/src/exec/rtems/include/rtems/rtems/signalmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/status.h (modified) * c/src/exec/rtems/include/rtems/rtems/support.h (modified) * c/src/exec/rtems/include/rtems/rtems/taskmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/tasks.h (modified) * c/src/exec/rtems/include/rtems/rtems/timer.h (modified) * c/src/exec/rtems/include/rtems/rtems/types.h (modified) * c/src/exec/rtems/inline/asr.inl (modified) * c/src/exec/rtems/inline/attr.inl (modified) * c/src/exec/rtems/inline/dpmem.inl (modified) * c/src/exec/rtems/inline/event.inl (modified) * c/src/exec/rtems/inline/eventset.inl (modified) * c/src/exec/rtems/inline/message.inl (modified) * c/src/exec/rtems/inline/modes.inl (modified) * c/src/exec/rtems/inline/options.inl (modified) * c/src/exec/rtems/inline/part.inl (modified) * c/src/exec/rtems/inline/ratemon.inl (modified) * c/src/exec/rtems/inline/region.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/asr.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/attr.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/dpmem.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/event.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/eventset.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/message.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/modes.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/options.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/part.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/ratemon.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/region.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/sem.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/status.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/support.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/tasks.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/timer.inl (modified) * c/src/exec/rtems/inline/sem.inl (modified) * c/src/exec/rtems/inline/status.inl (modified) * c/src/exec/rtems/inline/support.inl (modified) * c/src/exec/rtems/inline/tasks.inl (modified) * c/src/exec/rtems/inline/timer.inl (modified) * c/src/exec/rtems/macros/asr.inl (modified) * c/src/exec/rtems/macros/attr.inl (modified) * c/src/exec/rtems/macros/dpmem.inl (modified) * c/src/exec/rtems/macros/event.inl (modified) * c/src/exec/rtems/macros/eventset.inl (modified) * c/src/exec/rtems/macros/message.inl (modified) * c/src/exec/rtems/macros/modes.inl (modified) * c/src/exec/rtems/macros/options.inl (modified) * c/src/exec/rtems/macros/part.inl (modified) * c/src/exec/rtems/macros/ratemon.inl (modified) * c/src/exec/rtems/macros/region.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/asr.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/attr.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/dpmem.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/event.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/eventset.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/message.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/modes.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/options.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/part.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/ratemon.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/region.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/sem.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/status.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/support.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/tasks.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/timer.inl (modified) * c/src/exec/rtems/macros/sem.inl (modified) * c/src/exec/rtems/macros/status.inl (modified) * c/src/exec/rtems/macros/support.inl (modified) * c/src/exec/rtems/macros/tasks.inl (modified) * c/src/exec/rtems/macros/timer.inl (modified) * c/src/exec/rtems/optman/no-dpmem.c (modified) * c/src/exec/rtems/optman/no-event.c (modified) * c/src/exec/rtems/optman/no-mp.c (modified) * c/src/exec/rtems/optman/no-msg.c (modified) * c/src/exec/rtems/optman/no-part.c (modified) * c/src/exec/rtems/optman/no-region.c (modified) * c/src/exec/rtems/optman/no-rtmon.c (modified) * c/src/exec/rtems/optman/no-sem.c (modified) * c/src/exec/rtems/optman/no-signal.c (modified) * c/src/exec/rtems/optman/no-timer.c (modified) * c/src/exec/rtems/src/attr.c (modified) * c/src/exec/rtems/src/clock.c (modified) * c/src/exec/rtems/src/dpmem.c (modified) * c/src/exec/rtems/src/event.c (modified) * c/src/exec/rtems/src/eventmp.c (modified) * c/src/exec/rtems/src/intr.c (modified) * c/src/exec/rtems/src/intrbody.c (modified) * c/src/exec/rtems/src/mp.c (modified) * c/src/exec/rtems/src/msg.c (modified) * c/src/exec/rtems/src/msgmp.c (modified) * c/src/exec/rtems/src/part.c (modified) * c/src/exec/rtems/src/partmp.c (modified) * c/src/exec/rtems/src/ratemon.c (modified) * c/src/exec/rtems/src/region.c (modified) * c/src/exec/rtems/src/regionmp.c (modified) * c/src/exec/rtems/src/rtclock.c (modified) * c/src/exec/rtems/src/rtemstimer.c (modified) * c/src/exec/rtems/src/sem.c (modified) * c/src/exec/rtems/src/semmp.c (modified) * c/src/exec/rtems/src/signal.c (modified) * c/src/exec/rtems/src/signalmp.c (modified) * c/src/exec/rtems/src/taskmp.c (modified) * c/src/exec/rtems/src/tasks.c (modified) * c/src/exec/rtems/src/timer.c (modified) * c/src/exec/sapi/headers/confdefs.h (modified) * c/src/exec/sapi/headers/config.h (modified) * c/src/exec/sapi/headers/directives.h (modified) * c/src/exec/sapi/headers/extension.h (modified) * c/src/exec/sapi/headers/fatal.h (modified) * c/src/exec/sapi/headers/init.h (modified) * c/src/exec/sapi/headers/io.h (modified) * c/src/exec/sapi/headers/mptables.h (modified) * c/src/exec/sapi/headers/sptables.h (modified) * c/src/exec/sapi/include/confdefs.h (modified) * c/src/exec/sapi/include/rtems/config.h (modified) * c/src/exec/sapi/include/rtems/directives.h (modified) * c/src/exec/sapi/include/rtems/extension.h (modified) * c/src/exec/sapi/include/rtems/fatal.h (modified) * c/src/exec/sapi/include/rtems/init.h (modified) * c/src/exec/sapi/include/rtems/io.h (modified) * c/src/exec/sapi/include/rtems/mptables.h (modified) * c/src/exec/sapi/include/rtems/sptables.h (modified) * c/src/exec/sapi/inline/extension.inl (modified) * c/src/exec/sapi/inline/rtems/extension.inl (modified) * c/src/exec/sapi/macros/extension.inl (modified) * c/src/exec/sapi/macros/rtems/extension.inl (modified) * c/src/exec/sapi/optman/no-ext.c (modified) * c/src/exec/sapi/optman/no-io.c (modified) * c/src/exec/sapi/src/debug.c (modified) * c/src/exec/sapi/src/exinit.c (modified) * c/src/exec/sapi/src/extension.c (modified) * c/src/exec/sapi/src/fatal.c (modified) * c/src/exec/sapi/src/io.c (modified) * c/src/exec/sapi/src/posixapi.c (modified) * c/src/exec/sapi/src/rtemsapi.c (modified) * c/src/exec/score/cpu/a29k/a29k.h (modified) * c/src/exec/score/cpu/a29k/a29ktypes.h (modified) * c/src/exec/score/cpu/a29k/cpu.c (modified) * c/src/exec/score/cpu/a29k/cpu.h (modified) * c/src/exec/score/cpu/a29k/cpu_asm.h (modified) * c/src/exec/score/cpu/a29k/cpu_asm.s (modified) * c/src/exec/score/cpu/a29k/rtems.c (modified) * c/src/exec/score/cpu/hppa1.1/cpu.c (modified) * c/src/exec/score/cpu/hppa1.1/cpu.h (modified) * c/src/exec/score/cpu/hppa1.1/cpu_asm.s (modified) * c/src/exec/score/cpu/hppa1.1/hppa.h (modified) * c/src/exec/score/cpu/hppa1.1/rtems.s (modified) * c/src/exec/score/cpu/i386/cpu.c (modified) * c/src/exec/score/cpu/i386/cpu.h (modified) * c/src/exec/score/cpu/i386/cpu_asm.s (modified) * c/src/exec/score/cpu/i386/i386.h (modified) * c/src/exec/score/cpu/i386/i386types.h (modified) * c/src/exec/score/cpu/i386/rtems.s (modified) * c/src/exec/score/cpu/i960/cpu.c (modified) * c/src/exec/score/cpu/i960/cpu.h (modified) * c/src/exec/score/cpu/i960/cpu_asm.s (modified) * c/src/exec/score/cpu/i960/i960.h (modified) * c/src/exec/score/cpu/i960/i960types.h (modified) * c/src/exec/score/cpu/i960/rtems.s (modified) * c/src/exec/score/cpu/m68k/cpu.c (modified) * c/src/exec/score/cpu/m68k/cpu.h (modified) * c/src/exec/score/cpu/m68k/cpu_asm.s (modified) * c/src/exec/score/cpu/m68k/m68k.h (modified) * c/src/exec/score/cpu/m68k/m68ktypes.h (modified) * c/src/exec/score/cpu/m68k/rtems.s (modified) * c/src/exec/score/cpu/mips/cpu.c (modified) * c/src/exec/score/cpu/mips/cpu_asm.S (modified) * c/src/exec/score/cpu/mips/cpu_asm.h (modified) * c/src/exec/score/cpu/mips/rtems.c (modified) * c/src/exec/score/cpu/mips64orion/cpu.c (modified) * c/src/exec/score/cpu/mips64orion/cpu.h (modified) * c/src/exec/score/cpu/mips64orion/cpu_asm.S (modified) * c/src/exec/score/cpu/mips64orion/cpu_asm.h (modified) * c/src/exec/score/cpu/mips64orion/mips64orion.h (modified) * c/src/exec/score/cpu/mips64orion/mipstypes.h (modified) * c/src/exec/score/cpu/mips64orion/rtems.c (modified) * c/src/exec/score/cpu/no_cpu/cpu.c (modified) * c/src/exec/score/cpu/no_cpu/cpu.h (modified) * c/src/exec/score/cpu/no_cpu/cpu_asm.c (modified) * c/src/exec/score/cpu/no_cpu/cpu_asm.h (modified) * c/src/exec/score/cpu/no_cpu/no_cpu.h (modified) * c/src/exec/score/cpu/no_cpu/no_cputypes.h (modified) * c/src/exec/score/cpu/no_cpu/rtems.c (modified) * c/src/exec/score/cpu/powerpc/cpu.c (modified) * c/src/exec/score/cpu/powerpc/cpu.h (modified) * c/src/exec/score/cpu/powerpc/cpu_asm.s (modified) * c/src/exec/score/cpu/powerpc/ppc.h (modified) * c/src/exec/score/cpu/powerpc/ppctypes.h (modified) * c/src/exec/score/cpu/powerpc/rtems.s (modified) * c/src/exec/score/cpu/sparc/cpu.c (modified) * c/src/exec/score/cpu/sparc/cpu.h (modified) * c/src/exec/score/cpu/sparc/cpu_asm.s (modified) * c/src/exec/score/cpu/sparc/erc32.h (modified) * c/src/exec/score/cpu/sparc/rtems.s (modified) * c/src/exec/score/cpu/sparc/sparc.h (modified) * c/src/exec/score/cpu/sparc/sparctypes.h (modified) * c/src/exec/score/cpu/unix/cpu.c (modified) * c/src/exec/score/cpu/unix/cpu.h (modified) * c/src/exec/score/cpu/unix/unix.h (modified) * c/src/exec/score/cpu/unix/unixtypes.h (modified) * c/src/exec/score/headers/address.h (modified) * c/src/exec/score/headers/apiext.h (modified) * c/src/exec/score/headers/bitfield.h (modified) * c/src/exec/score/headers/chain.h (modified) * c/src/exec/score/headers/context.h (modified) * c/src/exec/score/headers/copyrt.h (modified) * c/src/exec/score/headers/coremsg.h (modified) * c/src/exec/score/headers/coremutex.h (modified) * c/src/exec/score/headers/coresem.h (modified) * c/src/exec/score/headers/debug.h (modified) * c/src/exec/score/headers/heap.h (modified) * c/src/exec/score/headers/interr.h (modified) * c/src/exec/score/headers/isr.h (modified) * c/src/exec/score/headers/mpci.h (modified) * c/src/exec/score/headers/mppkt.h (modified) * c/src/exec/score/headers/object.h (modified) * c/src/exec/score/headers/objectmp.h (modified) * c/src/exec/score/headers/priority.h (modified) * c/src/exec/score/headers/stack.h (modified) * c/src/exec/score/headers/states.h (modified) * c/src/exec/score/headers/sysstate.h (modified) * c/src/exec/score/headers/system.h (modified) * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/headers/threadmp.h (modified) * c/src/exec/score/headers/threadq.h (modified) * c/src/exec/score/headers/tod.h (modified) * c/src/exec/score/headers/tqdata.h (modified) * c/src/exec/score/headers/userext.h (modified) * c/src/exec/score/headers/watchdog.h (modified) * c/src/exec/score/headers/wkspace.h (modified) * c/src/exec/score/include/rtems/debug.h (modified) * c/src/exec/score/include/rtems/score/address.h (modified) * c/src/exec/score/include/rtems/score/apiext.h (modified) * c/src/exec/score/include/rtems/score/bitfield.h (modified) * c/src/exec/score/include/rtems/score/chain.h (modified) * c/src/exec/score/include/rtems/score/context.h (modified) * c/src/exec/score/include/rtems/score/copyrt.h (modified) * c/src/exec/score/include/rtems/score/coremsg.h (modified) * c/src/exec/score/include/rtems/score/coremutex.h (modified) * c/src/exec/score/include/rtems/score/coresem.h (modified) * c/src/exec/score/include/rtems/score/heap.h (modified) * c/src/exec/score/include/rtems/score/interr.h (modified) * c/src/exec/score/include/rtems/score/isr.h (modified) * c/src/exec/score/include/rtems/score/mpci.h (modified) * c/src/exec/score/include/rtems/score/mppkt.h (modified) * c/src/exec/score/include/rtems/score/object.h (modified) * c/src/exec/score/include/rtems/score/objectmp.h (modified) * c/src/exec/score/include/rtems/score/priority.h (modified) * c/src/exec/score/include/rtems/score/stack.h (modified) * c/src/exec/score/include/rtems/score/states.h (modified) * c/src/exec/score/include/rtems/score/sysstate.h (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * c/src/exec/score/include/rtems/score/threadmp.h (modified) * c/src/exec/score/include/rtems/score/threadq.h (modified) * c/src/exec/score/include/rtems/score/tod.h (modified) * c/src/exec/score/include/rtems/score/tqdata.h (modified) * c/src/exec/score/include/rtems/score/userext.h (modified) * c/src/exec/score/include/rtems/score/watchdog.h (modified) * c/src/exec/score/include/rtems/score/wkspace.h (modified) * c/src/exec/score/include/rtems/system.h (modified) * c/src/exec/score/inline/address.inl (modified) * c/src/exec/score/inline/chain.inl (modified) * c/src/exec/score/inline/coremsg.inl (modified) * c/src/exec/score/inline/coremutex.inl (modified) * c/src/exec/score/inline/coresem.inl (modified) * c/src/exec/score/inline/heap.inl (modified) * c/src/exec/score/inline/isr.inl (modified) * c/src/exec/score/inline/mppkt.inl (modified) * c/src/exec/score/inline/object.inl (modified) * c/src/exec/score/inline/objectmp.inl (modified) * c/src/exec/score/inline/priority.inl (modified) * c/src/exec/score/inline/rtems/score/address.inl (modified) * c/src/exec/score/inline/rtems/score/chain.inl (modified) * c/src/exec/score/inline/rtems/score/coremsg.inl (modified) * c/src/exec/score/inline/rtems/score/coremutex.inl (modified) * c/src/exec/score/inline/rtems/score/coresem.inl (modified) * c/src/exec/score/inline/rtems/score/heap.inl (modified) * c/src/exec/score/inline/rtems/score/isr.inl (modified) * c/src/exec/score/inline/rtems/score/mppkt.inl (modified) * c/src/exec/score/inline/rtems/score/object.inl (modified) * c/src/exec/score/inline/rtems/score/objectmp.inl (modified) * c/src/exec/score/inline/rtems/score/priority.inl (modified) * c/src/exec/score/inline/rtems/score/stack.inl (modified) * c/src/exec/score/inline/rtems/score/states.inl (modified) * c/src/exec/score/inline/rtems/score/sysstate.inl (modified) * c/src/exec/score/inline/rtems/score/thread.inl (modified) * c/src/exec/score/inline/rtems/score/threadmp.inl (modified) * c/src/exec/score/inline/rtems/score/tod.inl (modified) * c/src/exec/score/inline/rtems/score/tqdata.inl (modified) * c/src/exec/score/inline/rtems/score/userext.inl (modified) * c/src/exec/score/inline/rtems/score/watchdog.inl (modified) * c/src/exec/score/inline/rtems/score/wkspace.inl (modified) * c/src/exec/score/inline/stack.inl (modified) * c/src/exec/score/inline/states.inl (modified) * c/src/exec/score/inline/sysstate.inl (modified) * c/src/exec/score/inline/thread.inl (modified) * c/src/exec/score/inline/threadmp.inl (modified) * c/src/exec/score/inline/tod.inl (modified) * c/src/exec/score/inline/tqdata.inl (modified) * c/src/exec/score/inline/userext.inl (modified) * c/src/exec/score/inline/watchdog.inl (modified) * c/src/exec/score/inline/wkspace.inl (modified) * c/src/exec/score/macros/address.inl (modified) * c/src/exec/score/macros/chain.inl (modified) * c/src/exec/score/macros/coremsg.inl (modified) * c/src/exec/score/macros/coremutex.inl (modified) * c/src/exec/score/macros/coresem.inl (modified) * c/src/exec/score/macros/heap.inl (modified) * c/src/exec/score/macros/isr.inl (modified) * c/src/exec/score/macros/mppkt.inl (modified) * c/src/exec/score/macros/object.inl (modified) * c/src/exec/score/macros/objectmp.inl (modified) * c/src/exec/score/macros/priority.inl (modified) * c/src/exec/score/macros/rtems/score/address.inl (modified) * c/src/exec/score/macros/rtems/score/chain.inl (modified) * c/src/exec/score/macros/rtems/score/coremsg.inl (modified) * c/src/exec/score/macros/rtems/score/coremutex.inl (modified) * c/src/exec/score/macros/rtems/score/coresem.inl (modified) * c/src/exec/score/macros/rtems/score/heap.inl (modified) * c/src/exec/score/macros/rtems/score/isr.inl (modified) * c/src/exec/score/macros/rtems/score/mppkt.inl (modified) * c/src/exec/score/macros/rtems/score/object.inl (modified) * c/src/exec/score/macros/rtems/score/objectmp.inl (modified) * c/src/exec/score/macros/rtems/score/priority.inl (modified) * c/src/exec/score/macros/rtems/score/stack.inl (modified) * c/src/exec/score/macros/rtems/score/states.inl (modified) * c/src/exec/score/macros/rtems/score/sysstate.inl (modified) * c/src/exec/score/macros/rtems/score/thread.inl (modified) * c/src/exec/score/macros/rtems/score/threadmp.inl (modified) * c/src/exec/score/macros/rtems/score/tod.inl (modified) * c/src/exec/score/macros/rtems/score/tqdata.inl (modified) * c/src/exec/score/macros/rtems/score/userext.inl (modified) * c/src/exec/score/macros/rtems/score/watchdog.inl (modified) * c/src/exec/score/macros/rtems/score/wkspace.inl (modified) * c/src/exec/score/macros/stack.inl (modified) * c/src/exec/score/macros/states.inl (modified) * c/src/exec/score/macros/sysstate.inl (modified) * c/src/exec/score/macros/thread.inl (modified) * c/src/exec/score/macros/threadmp.inl (modified) * c/src/exec/score/macros/tod.inl (modified) * c/src/exec/score/macros/tqdata.inl (modified) * c/src/exec/score/macros/userext.inl (modified) * c/src/exec/score/macros/watchdog.inl (modified) * c/src/exec/score/macros/wkspace.inl (modified) * c/src/exec/score/src/apiext.c (modified) * c/src/exec/score/src/chain.c (modified) * c/src/exec/score/src/coremsg.c (modified) * c/src/exec/score/src/coremutex.c (modified) * c/src/exec/score/src/coresem.c (modified) * c/src/exec/score/src/coretod.c (modified) * c/src/exec/score/src/heap.c (modified) * c/src/exec/score/src/interr.c (modified) * c/src/exec/score/src/isr.c (modified) * c/src/exec/score/src/mpci.c (modified) * c/src/exec/score/src/object.c (modified) * c/src/exec/score/src/objectmp.c (modified) * c/src/exec/score/src/thread.c (modified) * c/src/exec/score/src/threadmp.c (modified) * c/src/exec/score/src/threadq.c (modified) * c/src/exec/score/src/tod.c (modified) * c/src/exec/score/src/userext.c (modified) * c/src/exec/score/src/watchdog.c (modified) * c/src/exec/score/src/wkspace.c (modified) * c/src/exec/score/tools/hppa1.1/genoffsets.c (modified) * c/src/exec/score/tools/unix/gensize.c (modified) * c/src/lib/include/clockdrv.h (modified) * c/src/lib/include/console.h (modified) * c/src/lib/include/iosupp.h (modified) * c/src/lib/include/motorola/mc68230.h (modified) * c/src/lib/include/rtems/libcsupport.h (modified) * c/src/lib/include/spurious.h (modified) * c/src/lib/include/sys/termios.h (modified) * c/src/lib/include/timerdrv.h (modified) * c/src/lib/include/vmeintr.h (modified) * c/src/lib/include/zilog/z8036.h (modified) * c/src/lib/include/zilog/z8530.h (modified) * c/src/lib/include/zilog/z8536.h (modified) * c/src/lib/libbsp/a29k/portsw/console/console.c (modified) * c/src/lib/libbsp/a29k/portsw/include/bsp.h (modified) * c/src/lib/libbsp/a29k/portsw/include/coverhd.h (modified) * c/src/lib/libbsp/a29k/portsw/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/a29k/portsw/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/a29k/portsw/shmsupp/lock.c (modified) * c/src/lib/libbsp/a29k/portsw/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/a29k/portsw/startup/bspclean.c (modified) * c/src/lib/libbsp/a29k/portsw/startup/bspstart.c (modified) * c/src/lib/libbsp/a29k/portsw/startup/main.c (modified) * c/src/lib/libbsp/a29k/portsw/startup/setvec.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h (modified) * c/src/lib/libbsp/hppa1.1/simhppa/include/coverhd.h (modified) * c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/intr.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/lock.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/startup/bspclean.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/startup/setvec.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/tools/print_dump.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/tty/tty.c (modified) * c/src/lib/libbsp/i386/force386/clock/ckinit.c (modified) * c/src/lib/libbsp/i386/force386/console/console.c (modified) * c/src/lib/libbsp/i386/force386/include/bsp.h (modified) * c/src/lib/libbsp/i386/force386/include/coverhd.h (modified) * c/src/lib/libbsp/i386/force386/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/i386/force386/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/i386/force386/shmsupp/lock.c (modified) * c/src/lib/libbsp/i386/force386/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/i386/force386/startup/bspstart.c (modified) * c/src/lib/libbsp/i386/force386/startup/exit.c (modified) * c/src/lib/libbsp/i386/force386/startup/ldsegs.s (modified) * c/src/lib/libbsp/i386/force386/startup/linkcmds (modified) * c/src/lib/libbsp/i386/force386/startup/setvec.c (modified) * c/src/lib/libbsp/i386/force386/timer/timer.c (modified) * c/src/lib/libbsp/i386/force386/timer/timerisr.s (modified) * c/src/lib/libbsp/i386/go32/include/bsp.h (modified) * c/src/lib/libbsp/i386/go32/include/coverhd.h (modified) * c/src/lib/libbsp/i386/go32/startup/bspstart.c (modified) * c/src/lib/libbsp/i386/go32/startup/exit.c (modified) * c/src/lib/libbsp/i386/go32/startup/setvec.c (modified) * c/src/lib/libbsp/i386/go32/timer/timer.c (modified) * c/src/lib/libbsp/i386/go32/timer/timerisr.s (modified) * c/src/lib/libbsp/i386/i386ex/clock/ckinit.c (modified) * c/src/lib/libbsp/i386/i386ex/console/console.c (modified) * c/src/lib/libbsp/i386/i386ex/include/bsp.h (modified) * c/src/lib/libbsp/i386/i386ex/include/coverhd.h (modified) * c/src/lib/libbsp/i386/i386ex/startup/bspstart.c (modified) * c/src/lib/libbsp/i386/i386ex/startup/linkcmds (modified) * c/src/lib/libbsp/i386/i386ex/startup/setvec.c (modified) * c/src/lib/libbsp/i386/i386ex/timer/timer.c (modified) * c/src/lib/libbsp/i386/i386ex/timer/timerisr.s (modified) * c/src/lib/libbsp/i960/cvme961/clock/ckinit.c (modified) * c/src/lib/libbsp/i960/cvme961/console/console.c (modified) * c/src/lib/libbsp/i960/cvme961/include/bsp.h (modified) * c/src/lib/libbsp/i960/cvme961/include/coverhd.h (modified) * c/src/lib/libbsp/i960/cvme961/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/i960/cvme961/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/i960/cvme961/shmsupp/lock.c (modified) * c/src/lib/libbsp/i960/cvme961/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/i960/cvme961/startup/bspclean.c (modified) * c/src/lib/libbsp/i960/cvme961/startup/bspstart.c (modified) * c/src/lib/libbsp/i960/cvme961/startup/exit.c (modified) * c/src/lib/libbsp/i960/cvme961/startup/linkcmds (modified) * c/src/lib/libbsp/i960/cvme961/startup/setvec.c (modified) * c/src/lib/libbsp/i960/cvme961/timer/timer.c (modified) * c/src/lib/libbsp/i960/cvme961/timer/timerisr.s (modified) * c/src/lib/libbsp/m68k/dmv152/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/dmv152/console/console.c (modified) * c/src/lib/libbsp/m68k/dmv152/include/bsp.h (modified) * c/src/lib/libbsp/m68k/dmv152/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/dmv152/spurious/spinit.c (modified) * c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/dmv152/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/dmv152/startup/vmeintr.c (modified) * c/src/lib/libbsp/m68k/dmv152/timer/timer.c (modified) * c/src/lib/libbsp/m68k/dmv152/timer/timerisr.s (modified) * c/src/lib/libbsp/m68k/efi332/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/efi332/console/console.c (modified) * c/src/lib/libbsp/m68k/efi332/include/bsp.h (modified) * c/src/lib/libbsp/m68k/efi332/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/efi332/misc/interr.c (modified) * c/src/lib/libbsp/m68k/efi332/spurious/spinit.c (modified) * c/src/lib/libbsp/m68k/efi332/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/efi332/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/efi332/timer/timer.c (modified) * c/src/lib/libbsp/m68k/efi68k/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/efi68k/console/console.c (modified) * c/src/lib/libbsp/m68k/efi68k/include/bsp.h (modified) * c/src/lib/libbsp/m68k/efi68k/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/efi68k/spurious/spinit.c (modified) * c/src/lib/libbsp/m68k/efi68k/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/efi68k/startup/setvec.c (modified) * c/src/lib/libbsp/m68k/efi68k/timer/timer.c (modified) * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/gen68302/console/console.c (modified) * c/src/lib/libbsp/m68k/gen68302/include/bsp.h (modified) * c/src/lib/libbsp/m68k/gen68302/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/gen68302/start/start302.s (modified) * c/src/lib/libbsp/m68k/gen68302/start302/start302.s (modified) * c/src/lib/libbsp/m68k/gen68302/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/gen68302/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/gen68302/timer/timer.c (modified) * c/src/lib/libbsp/m68k/gen68360/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/gen68360/console/console.c (modified) * c/src/lib/libbsp/m68k/gen68360/include/bsp.h (modified) * c/src/lib/libbsp/m68k/gen68360/start/start360.s (modified) * c/src/lib/libbsp/m68k/gen68360/start360/start360.s (modified) * c/src/lib/libbsp/m68k/gen68360/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/gen68360/timer/timer.c (modified) * c/src/lib/libbsp/m68k/idp/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/idp/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/idp/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/idp/timer/timer.c (modified) * c/src/lib/libbsp/m68k/idp/timer/timerisr.s (modified) * c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/mvme136/console/console.c (modified) * c/src/lib/libbsp/m68k/mvme136/include/bsp.h (modified) * c/src/lib/libbsp/m68k/mvme136/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c (modified) * c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/mvme136/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mvme136/timer/timer.c (modified) * c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s (modified) * c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/mvme147/console/console.c (modified) * c/src/lib/libbsp/m68k/mvme147/include/bsp.h (modified) * c/src/lib/libbsp/m68k/mvme147/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/mvme147/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mvme147/timer/timer.c (modified) * c/src/lib/libbsp/m68k/mvme147s/include/bsp.h (modified) * c/src/lib/libbsp/m68k/mvme147s/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/mvme147s/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c (modified) * c/src/lib/libbsp/m68k/mvme147s/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/mvme162/console/console.c (modified) * c/src/lib/libbsp/m68k/mvme162/consolex/cTest.c (modified) * c/src/lib/libbsp/m68k/mvme162/consolex/consolex.c (modified) * c/src/lib/libbsp/m68k/mvme162/consolex/consolex.h (modified) * c/src/lib/libbsp/m68k/mvme162/include/bsp.h (modified) * c/src/lib/libbsp/m68k/mvme162/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/mvme162/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mvme162/timer/timer.c (modified) * c/src/lib/libbsp/m68k/mvme162/timer/timerisr.s (modified) * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/ods68302/console/console.c (modified) * c/src/lib/libbsp/m68k/ods68302/include/bsp.h (modified) * c/src/lib/libbsp/m68k/ods68302/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/ods68302/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/ods68302/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/ods68302/timer/timer.c (modified) * c/src/lib/libbsp/m68k/shared/setvec.c (modified) * c/src/lib/libbsp/mips/p4000/console/console.c (modified) * c/src/lib/libbsp/mips/p4000/include/bsp.h (modified) * c/src/lib/libbsp/mips/p4000/include/coverhd.h (modified) * c/src/lib/libbsp/mips/p4000/startup/bspclean.c (modified) * c/src/lib/libbsp/mips/p4000/startup/bspstart.c (modified) * c/src/lib/libbsp/mips/p4000/startup/setvec.c (modified) * c/src/lib/libbsp/mips64orion/p4000/console/console.c (modified) * c/src/lib/libbsp/mips64orion/p4000/include/bsp.h (modified) * c/src/lib/libbsp/mips64orion/p4000/include/coverhd.h (modified) * c/src/lib/libbsp/mips64orion/p4000/startup/bspclean.c (modified) * c/src/lib/libbsp/mips64orion/p4000/startup/bspstart.c (modified) * c/src/lib/libbsp/mips64orion/p4000/startup/setvec.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/console/console.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h (modified) * c/src/lib/libbsp/no_cpu/no_bsp/include/coverhd.h (modified) * c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/startup/bspclean.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds (modified) * c/src/lib/libbsp/no_cpu/no_bsp/startup/main.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c (modified) * c/src/lib/libbsp/powerpc/papyrus/include/bsp.h (modified) * c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h (modified) * c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c (modified) * c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c (modified) * c/src/lib/libbsp/shared/sbrk.c (modified) * c/src/lib/libbsp/shmdr/addlq.c (modified) * c/src/lib/libbsp/shmdr/cnvpkt.c (modified) * c/src/lib/libbsp/shmdr/dump.c (modified) * c/src/lib/libbsp/shmdr/fatal.c (modified) * c/src/lib/libbsp/shmdr/getlq.c (modified) * c/src/lib/libbsp/shmdr/getpkt.c (modified) * c/src/lib/libbsp/shmdr/init.c (modified) * c/src/lib/libbsp/shmdr/initlq.c (modified) * c/src/lib/libbsp/shmdr/intr.c (modified) * c/src/lib/libbsp/shmdr/mpci.h (modified) * c/src/lib/libbsp/shmdr/mpisr.c (modified) * c/src/lib/libbsp/shmdr/poll.c (modified) * c/src/lib/libbsp/shmdr/receive.c (modified) * c/src/lib/libbsp/shmdr/retpkt.c (modified) * c/src/lib/libbsp/shmdr/send.c (modified) * c/src/lib/libbsp/shmdr/setckvec.c (modified) * c/src/lib/libbsp/shmdr/shm.h (modified) * c/src/lib/libbsp/shmdr/shm_driver.h (modified) * c/src/lib/libbsp/sparc/erc32/clock/ckinit.c (modified) * c/src/lib/libbsp/sparc/erc32/console/console.c (modified) * c/src/lib/libbsp/sparc/erc32/include/bsp.h (modified) * c/src/lib/libbsp/sparc/erc32/include/coverhd.h (modified) * c/src/lib/libbsp/sparc/erc32/startup/bspclean.c (modified) * c/src/lib/libbsp/sparc/erc32/startup/bspstart.c (modified) * c/src/lib/libbsp/sparc/erc32/startup/setvec.c (modified) * c/src/lib/libbsp/sparc/erc32/timer/timer.c (modified) * c/src/lib/libbsp/unix/posix/clock/clock.c (modified) * c/src/lib/libbsp/unix/posix/console/console.c (modified) * c/src/lib/libbsp/unix/posix/include/bsp.h (modified) * c/src/lib/libbsp/unix/posix/include/coverhd.h (modified) * c/src/lib/libbsp/unix/posix/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/unix/posix/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/unix/posix/shmsupp/intr.c (modified) * c/src/lib/libbsp/unix/posix/shmsupp/lock.c (modified) * c/src/lib/libbsp/unix/posix/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/unix/posix/startup/bspclean.c (modified) * c/src/lib/libbsp/unix/posix/startup/bspstart.c (modified) * c/src/lib/libbsp/unix/posix/startup/exit.c (modified) * c/src/lib/libbsp/unix/posix/startup/setvec.c (modified) * c/src/lib/libbsp/unix/posix/timer/timer.c (modified) * c/src/lib/libc/__brk.c (modified) * c/src/lib/libc/__gettod.c (modified) * c/src/lib/libc/__times.c (modified) * c/src/lib/libc/hosterr.c (modified) * c/src/lib/libc/internal.h (modified) * c/src/lib/libc/libcsupport.h (modified) * c/src/lib/libc/malloc.c (modified) * c/src/lib/libc/newlibc.c (modified) * c/src/lib/libc/no_libc.c (modified) * c/src/lib/libc/support.c (modified) * c/src/lib/libc/syscalls.c (modified) * c/src/lib/libcpu/hppa1.1/clock/clock.c (modified) * c/src/lib/libcpu/hppa1.1/semaphore/semaphore.c (modified) * c/src/lib/libcpu/hppa1.1/semaphore/semaphore.h (modified) * c/src/lib/libcpu/hppa1.1/timer/timer.c (modified) * c/src/lib/libcpu/mips/clock/ckinit.c (modified) * c/src/lib/libcpu/mips/timer/timer.c (modified) * c/src/lib/libcpu/mips64orion/clock/ckinit.c (modified) * c/src/lib/libcpu/mips64orion/timer/timer.c (modified) * c/src/lib/libcpu/powerpc/ppc403/clock/clock.c (modified) * c/src/lib/libcpu/powerpc/ppc403/console/console.c (modified) * c/src/lib/libcpu/powerpc/ppc403/timer/timer.c (modified) * c/src/lib/libcpu/sparc/include/erc32.h (modified) * c/src/lib/libmisc/cpuuse/cpuuse.c (modified) * c/src/lib/libmisc/cpuuse/cpuuse.h (modified) * c/src/lib/libmisc/cpuuse/internal.h (modified) * c/src/lib/libmisc/stackchk/check.c (modified) * c/src/lib/libmisc/stackchk/internal.h (modified) * c/src/lib/libmisc/stackchk/stackchk.h (modified) * c/src/lib/start/i960/start.s (modified) * c/src/lib/start/m68k/start.s (modified) * c/src/libchip/shmdr/addlq.c (modified) * c/src/libchip/shmdr/cnvpkt.c (modified) * c/src/libchip/shmdr/dump.c (modified) * c/src/libchip/shmdr/fatal.c (modified) * c/src/libchip/shmdr/getlq.c (modified) * c/src/libchip/shmdr/getpkt.c (modified) * c/src/libchip/shmdr/init.c (modified) * c/src/libchip/shmdr/initlq.c (modified) * c/src/libchip/shmdr/intr.c (modified) * c/src/libchip/shmdr/mpci.h (modified) * c/src/libchip/shmdr/mpisr.c (modified) * c/src/libchip/shmdr/poll.c (modified) * c/src/libchip/shmdr/receive.c (modified) * c/src/libchip/shmdr/retpkt.c (modified) * c/src/libchip/shmdr/send.c (modified) * c/src/libchip/shmdr/setckvec.c (modified) * c/src/libchip/shmdr/shm_driver.h (modified) * c/src/libmisc/cpuuse/cpuuse.c (modified) * c/src/libmisc/cpuuse/cpuuse.h (modified) * c/src/libmisc/cpuuse/internal.h (modified) * c/src/libmisc/stackchk/check.c (modified) * c/src/libmisc/stackchk/internal.h (modified) * c/src/libmisc/stackchk/stackchk.h (modified) * c/src/optman/rtems/no-dpmem.c (modified) * c/src/optman/rtems/no-event.c (modified) * c/src/optman/rtems/no-mp.c (modified) * c/src/optman/rtems/no-msg.c (modified) * c/src/optman/rtems/no-part.c (modified) * c/src/optman/rtems/no-region.c (modified) * c/src/optman/rtems/no-rtmon.c (modified) * c/src/optman/rtems/no-sem.c (modified) * c/src/optman/rtems/no-signal.c (modified) * c/src/optman/rtems/no-timer.c (modified) * c/src/optman/sapi/no-ext.c (modified) * c/src/optman/sapi/no-io.c (modified) * c/src/tests/libtests/cpuuse/init.c (modified) * c/src/tests/libtests/cpuuse/system.h (modified) * c/src/tests/libtests/cpuuse/task1.c (modified) * c/src/tests/libtests/cpuuse/task2.c (modified) * c/src/tests/libtests/cpuuse/task3.c (modified) * c/src/tests/libtests/cpuuse/tswitch.c (modified) * c/src/tests/libtests/malloctest/init.c (modified) * c/src/tests/libtests/malloctest/system.h (modified) * c/src/tests/libtests/malloctest/task1.c (modified) * c/src/tests/libtests/monitor/init.c (modified) * c/src/tests/libtests/monitor/system.h (modified) * c/src/tests/libtests/rtems++/Init.cc (modified) * c/src/tests/libtests/rtems++/System.h (modified) * c/src/tests/libtests/rtems++/Task1.cc (modified) * c/src/tests/libtests/rtems++/Task2.cc (modified) * c/src/tests/libtests/rtems++/Task3.cc (modified) * c/src/tests/libtests/rtmonuse/getall.c (modified) * c/src/tests/libtests/rtmonuse/init.c (modified) * c/src/tests/libtests/rtmonuse/system.h (modified) * c/src/tests/libtests/rtmonuse/task1.c (modified) * c/src/tests/libtests/stackchk/blow.c (modified) * c/src/tests/libtests/stackchk/init.c (modified) * c/src/tests/libtests/stackchk/system.h (modified) * c/src/tests/libtests/stackchk/task1.c (modified) * c/src/tests/mptests/mp01/init.c (modified) * c/src/tests/mptests/mp01/node1/mp01.doc (modified) * c/src/tests/mptests/mp01/node2/mp01.doc (modified) * c/src/tests/mptests/mp01/system.h (modified) * c/src/tests/mptests/mp01/task1.c (modified) * c/src/tests/mptests/mp02/init.c (modified) * c/src/tests/mptests/mp02/node1/mp02.doc (modified) * c/src/tests/mptests/mp02/node2/mp02.doc (modified) * c/src/tests/mptests/mp02/system.h (modified) * c/src/tests/mptests/mp02/task1.c (modified) * c/src/tests/mptests/mp03/delay.c (modified) * c/src/tests/mptests/mp03/init.c (modified) * c/src/tests/mptests/mp03/node1/mp03.doc (modified) * c/src/tests/mptests/mp03/node2/mp03.doc (modified) * c/src/tests/mptests/mp03/system.h (modified) * c/src/tests/mptests/mp03/task1.c (modified) * c/src/tests/mptests/mp04/init.c (modified) * c/src/tests/mptests/mp04/node1/mp04.doc (modified) * c/src/tests/mptests/mp04/node2/mp04.doc (modified) * c/src/tests/mptests/mp04/system.h (modified) * c/src/tests/mptests/mp04/task1.c (modified) * c/src/tests/mptests/mp05/asr.c (modified) * c/src/tests/mptests/mp05/init.c (modified) * c/src/tests/mptests/mp05/node1/mp05.doc (modified) * c/src/tests/mptests/mp05/node2/mp05.doc (modified) * c/src/tests/mptests/mp05/system.h (modified) * c/src/tests/mptests/mp05/task1.c (modified) * c/src/tests/mptests/mp06/init.c (modified) * c/src/tests/mptests/mp06/node1/mp06.doc (modified) * c/src/tests/mptests/mp06/node2/mp06.doc (modified) * c/src/tests/mptests/mp06/system.h (modified) * c/src/tests/mptests/mp06/task1.c (modified) * c/src/tests/mptests/mp07/init.c (modified) * c/src/tests/mptests/mp07/node1/mp07.doc (modified) * c/src/tests/mptests/mp07/node2/mp07.doc (modified) * c/src/tests/mptests/mp07/system.h (modified) * c/src/tests/mptests/mp07/task1.c (modified) * c/src/tests/mptests/mp08/init.c (modified) * c/src/tests/mptests/mp08/node1/mp08.doc (modified) * c/src/tests/mptests/mp08/node2/mp08.doc (modified) * c/src/tests/mptests/mp08/system.h (modified) * c/src/tests/mptests/mp08/task1.c (modified) * c/src/tests/mptests/mp09/init.c (modified) * c/src/tests/mptests/mp09/node1/mp09.doc (modified) * c/src/tests/mptests/mp09/node2/mp09.doc (modified) * c/src/tests/mptests/mp09/recvmsg.c (modified) * c/src/tests/mptests/mp09/sendmsg.c (modified) * c/src/tests/mptests/mp09/system.h (modified) * c/src/tests/mptests/mp09/task1.c (modified) * c/src/tests/mptests/mp10/init.c (modified) * c/src/tests/mptests/mp10/node1/mp10.doc (modified) * c/src/tests/mptests/mp10/node2/mp10.doc (modified) * c/src/tests/mptests/mp10/system.h (modified) * c/src/tests/mptests/mp10/task1.c (modified) * c/src/tests/mptests/mp10/task2.c (modified) * c/src/tests/mptests/mp10/task3.c (modified) * c/src/tests/mptests/mp11/init.c (modified) * c/src/tests/mptests/mp11/node1/mp11.doc (modified) * c/src/tests/mptests/mp11/node2/mp11.doc (modified) * c/src/tests/mptests/mp11/system.h (modified) * c/src/tests/mptests/mp12/init.c (modified) * c/src/tests/mptests/mp12/node1/mp12.doc (modified) * c/src/tests/mptests/mp12/node2/mp12.doc (modified) * c/src/tests/mptests/mp12/system.h (modified) * c/src/tests/mptests/mp13/init.c (modified) * c/src/tests/mptests/mp13/node1/mp13.doc (modified) * c/src/tests/mptests/mp13/node2/mp13.doc (modified) * c/src/tests/mptests/mp13/system.h (modified) * c/src/tests/mptests/mp13/task1.c (modified) * c/src/tests/mptests/mp13/task2.c (modified) * c/src/tests/mptests/mp14/delay.c (modified) * c/src/tests/mptests/mp14/evtask1.c (modified) * c/src/tests/mptests/mp14/evtmtask.c (modified) * c/src/tests/mptests/mp14/exit.c (modified) * c/src/tests/mptests/mp14/init.c (modified) * c/src/tests/mptests/mp14/msgtask1.c (modified) * c/src/tests/mptests/mp14/node1/mp14.doc (modified) * c/src/tests/mptests/mp14/node2/mp14.doc (modified) * c/src/tests/mptests/mp14/pttask1.c (modified) * c/src/tests/mptests/mp14/smtask1.c (modified) * c/src/tests/mptests/mp14/system.h (modified) * c/src/tests/psxtests/psx01/init.c (modified) * c/src/tests/psxtests/psx01/system.h (modified) * c/src/tests/psxtests/psx01/task.c (modified) * c/src/tests/psxtests/psx02/init.c (modified) * c/src/tests/psxtests/psx02/system.h (modified) * c/src/tests/psxtests/psx02/task.c (modified) * c/src/tests/psxtests/psx03/init.c (modified) * c/src/tests/psxtests/psx03/system.h (modified) * c/src/tests/psxtests/psx03/task.c (modified) * c/src/tests/psxtests/psx04/init.c (modified) * c/src/tests/psxtests/psx04/system.h (modified) * c/src/tests/psxtests/psx04/task1.c (modified) * c/src/tests/psxtests/psx04/task2.c (modified) * c/src/tests/psxtests/psx04/task3.c (modified) * c/src/tests/psxtests/psx05/init.c (modified) * c/src/tests/psxtests/psx05/system.h (modified) * c/src/tests/psxtests/psx05/task.c (modified) * c/src/tests/psxtests/psx05/task2.c (modified) * c/src/tests/psxtests/psx05/task3.c (modified) * c/src/tests/psxtests/psx06/init.c (modified) * c/src/tests/psxtests/psx06/system.h (modified) * c/src/tests/psxtests/psx06/task.c (modified) * c/src/tests/psxtests/psx06/task2.c (modified) * c/src/tests/psxtests/psx07/init.c (modified) * c/src/tests/psxtests/psx07/system.h (modified) * c/src/tests/psxtests/psx07/task.c (modified) * c/src/tests/psxtests/psx08/init.c (modified) * c/src/tests/psxtests/psx08/system.h (modified) * c/src/tests/psxtests/psx08/task.c (modified) * c/src/tests/psxtests/psx08/task2.c (modified) * c/src/tests/psxtests/psx09/init.c (modified) * c/src/tests/psxtests/psx09/system.h (modified) * c/src/tests/psxtests/psx10/init.c (modified) * c/src/tests/psxtests/psx10/system.h (modified) * c/src/tests/psxtests/psx10/task.c (modified) * c/src/tests/psxtests/psx10/task2.c (modified) * c/src/tests/psxtests/psx10/task3.c (modified) * c/src/tests/psxtests/psx11/init.c (modified) * c/src/tests/psxtests/psx11/system.h (modified) * c/src/tests/psxtests/psx11/task.c (modified) * c/src/tests/psxtests/psx12/init.c (modified) * c/src/tests/psxtests/psx12/system.h (modified) * c/src/tests/psxtests/psx12/task.c (modified) * c/src/tests/psxtests/psxhdrs/clock01.c (modified) * c/src/tests/psxtests/psxhdrs/clock02.c (modified) * c/src/tests/psxtests/psxhdrs/clock03.c (modified) * c/src/tests/psxtests/psxhdrs/clock04.c (modified) * c/src/tests/psxtests/psxhdrs/clock05.c (modified) * c/src/tests/psxtests/psxhdrs/clock06.c (modified) * c/src/tests/psxtests/psxhdrs/cond01.c (modified) * c/src/tests/psxtests/psxhdrs/cond02.c (modified) * c/src/tests/psxtests/psxhdrs/cond03.c (modified) * c/src/tests/psxtests/psxhdrs/cond04.c (modified) * c/src/tests/psxtests/psxhdrs/cond05.c (modified) * c/src/tests/psxtests/psxhdrs/cond06.c (modified) * c/src/tests/psxtests/psxhdrs/cond07.c (modified) * c/src/tests/psxtests/psxhdrs/cond08.c (modified) * c/src/tests/psxtests/psxhdrs/cond09.c (modified) * c/src/tests/psxtests/psxhdrs/cond10.c (modified) * c/src/tests/psxtests/psxhdrs/key01.c (modified) * c/src/tests/psxtests/psxhdrs/key02.c (modified) * c/src/tests/psxtests/psxhdrs/key03.c (modified) * c/src/tests/psxtests/psxhdrs/key04.c (modified) * c/src/tests/psxtests/psxhdrs/mutex01.c (modified) * c/src/tests/psxtests/psxhdrs/mutex02.c (modified) * c/src/tests/psxtests/psxhdrs/mutex03.c (modified) * c/src/tests/psxtests/psxhdrs/mutex04.c (modified) * c/src/tests/psxtests/psxhdrs/mutex05.c (modified) * c/src/tests/psxtests/psxhdrs/mutex06.c (modified) * c/src/tests/psxtests/psxhdrs/mutex07.c (modified) * c/src/tests/psxtests/psxhdrs/mutex08.c (modified) * c/src/tests/psxtests/psxhdrs/mutex09.c (modified) * c/src/tests/psxtests/psxhdrs/mutex10.c (modified) * c/src/tests/psxtests/psxhdrs/mutex11.c (modified) * c/src/tests/psxtests/psxhdrs/mutex12.c (modified) * c/src/tests/psxtests/psxhdrs/mutex13.c (modified) * c/src/tests/psxtests/psxhdrs/mutex14.c (modified) * c/src/tests/psxtests/psxhdrs/mutex15.c (modified) * c/src/tests/psxtests/psxhdrs/mutex16.c (modified) * c/src/tests/psxtests/psxhdrs/proc01.c (modified) * c/src/tests/psxtests/psxhdrs/proc02.c (modified) * c/src/tests/psxtests/psxhdrs/proc03.c (modified) * c/src/tests/psxtests/psxhdrs/proc04.c (modified) * c/src/tests/psxtests/psxhdrs/proc05.c (modified) * c/src/tests/psxtests/psxhdrs/proc06.c (modified) * c/src/tests/psxtests/psxhdrs/proc07.c (modified) * c/src/tests/psxtests/psxhdrs/proc08.c (modified) * c/src/tests/psxtests/psxhdrs/proc09.c (modified) * c/src/tests/psxtests/psxhdrs/proc10.c (modified) * c/src/tests/psxtests/psxhdrs/proc11.c (modified) * c/src/tests/psxtests/psxhdrs/proc12.c (modified) * c/src/tests/psxtests/psxhdrs/proc13.c (modified) * c/src/tests/psxtests/psxhdrs/proc14.c (modified) * c/src/tests/psxtests/psxhdrs/pthread01.c (modified) * c/src/tests/psxtests/psxhdrs/pthread02.c (modified) * c/src/tests/psxtests/psxhdrs/pthread03.c (modified) * c/src/tests/psxtests/psxhdrs/pthread04.c (modified) * c/src/tests/psxtests/psxhdrs/pthread05.c (modified) * c/src/tests/psxtests/psxhdrs/pthread06.c (modified) * c/src/tests/psxtests/psxhdrs/pthread07.c (modified) * c/src/tests/psxtests/psxhdrs/pthread08.c (modified) * c/src/tests/psxtests/psxhdrs/pthread09.c (modified) * c/src/tests/psxtests/psxhdrs/pthread10.c (modified) * c/src/tests/psxtests/psxhdrs/pthread11.c (modified) * c/src/tests/psxtests/psxhdrs/pthread12.c (modified) * c/src/tests/psxtests/psxhdrs/pthread13.c (modified) * c/src/tests/psxtests/psxhdrs/pthread14.c (modified) * c/src/tests/psxtests/psxhdrs/pthread15.c (modified) * c/src/tests/psxtests/psxhdrs/pthread16.c (modified) * c/src/tests/psxtests/psxhdrs/pthread17.c (modified) * c/src/tests/psxtests/psxhdrs/pthread18.c (modified) * c/src/tests/psxtests/psxhdrs/pthread19.c (modified) * c/src/tests/psxtests/psxhdrs/pthread20.c (modified) * c/src/tests/psxtests/psxhdrs/pthread21.c (modified) * c/src/tests/psxtests/psxhdrs/pthread22.c (modified) * c/src/tests/psxtests/psxhdrs/pthread23.c (modified) * c/src/tests/psxtests/psxhdrs/pthread24.c (modified) * c/src/tests/psxtests/psxhdrs/pthread25.c (modified) * c/src/tests/psxtests/psxhdrs/pthread26.c (modified) * c/src/tests/psxtests/psxhdrs/pthread27.c (modified) * c/src/tests/psxtests/psxhdrs/pthread28.c (modified) * c/src/tests/psxtests/psxhdrs/pthread29.c (modified) * c/src/tests/psxtests/psxhdrs/pthread30.c (modified) * c/src/tests/psxtests/psxhdrs/pthread31.c (modified) * c/src/tests/psxtests/psxhdrs/pthread32.c (modified) * c/src/tests/psxtests/psxhdrs/pthread33.c (modified) * c/src/tests/psxtests/psxhdrs/pthread34.c (modified) * c/src/tests/psxtests/psxhdrs/pthread35.c (modified) * c/src/tests/psxtests/psxhdrs/pthread36.c (modified) * c/src/tests/psxtests/psxhdrs/sched01.c (modified) * c/src/tests/psxtests/psxhdrs/sched02.c (modified) * c/src/tests/psxtests/psxhdrs/sched03.c (modified) * c/src/tests/psxtests/psxhdrs/sched04.c (modified) * c/src/tests/psxtests/psxhdrs/sched05.c (modified) * c/src/tests/psxtests/psxhdrs/sched06.c (modified) * c/src/tests/psxtests/psxhdrs/sched07.c (modified) * c/src/tests/psxtests/psxhdrs/sched08.c (modified) * c/src/tests/psxtests/psxhdrs/signal01.c (modified) * c/src/tests/psxtests/psxhdrs/signal02.c (modified) * c/src/tests/psxtests/psxhdrs/signal03.c (modified) * c/src/tests/psxtests/psxhdrs/signal04.c (modified) * c/src/tests/psxtests/psxhdrs/signal05.c (modified) * c/src/tests/psxtests/psxhdrs/signal06.c (modified) * c/src/tests/psxtests/psxhdrs/signal07.c (modified) * c/src/tests/psxtests/psxhdrs/signal08.c (modified) * c/src/tests/psxtests/psxhdrs/signal09.c (modified) * c/src/tests/psxtests/psxhdrs/signal10.c (modified) * c/src/tests/psxtests/psxhdrs/signal11.c (modified) * c/src/tests/psxtests/psxhdrs/signal12.c (modified) * c/src/tests/psxtests/psxhdrs/signal13.c (modified) * c/src/tests/psxtests/psxhdrs/signal14.c (modified) * c/src/tests/psxtests/psxhdrs/signal15.c (modified) * c/src/tests/psxtests/psxhdrs/signal16.c (modified) * c/src/tests/psxtests/psxhdrs/signal17.c (modified) * c/src/tests/psxtests/psxhdrs/signal18.c (modified) * c/src/tests/psxtests/psxhdrs/signal19.c (modified) * c/src/tests/psxtests/psxhdrs/signal20.c (modified) * c/src/tests/psxtests/psxhdrs/signal21.c (modified) * c/src/tests/psxtests/psxhdrs/signal22.c (modified) * c/src/tests/psxtests/psxhdrs/time01.c (modified) * c/src/tests/psxtests/psxhdrs/time02.c (modified) * c/src/tests/psxtests/psxhdrs/time03.c (modified) * c/src/tests/psxtests/psxhdrs/time04.c (modified) * c/src/tests/psxtests/psxhdrs/time05.c (modified) * c/src/tests/psxtests/psxhdrs/time06.c (modified) * c/src/tests/psxtests/psxhdrs/time07.c (modified) * c/src/tests/psxtests/psxhdrs/time08.c (modified) * c/src/tests/psxtests/psxhdrs/time09.c (modified) * c/src/tests/psxtests/psxhdrs/time10.c (modified) * c/src/tests/psxtests/psxhdrs/time11.c (modified) * c/src/tests/psxtests/psxhdrs/time12.c (modified) * c/src/tests/psxtests/psxhdrs/time13.c (modified) * c/src/tests/psxtests/psxhdrs/timer01.c (modified) * c/src/tests/psxtests/psxhdrs/timer02.c (modified) * c/src/tests/psxtests/psxhdrs/timer03.c (modified) * c/src/tests/psxtests/psxhdrs/timer04.c (modified) * c/src/tests/psxtests/psxhdrs/timer05.c (modified) * c/src/tests/psxtests/psxhdrs/timer06.c (modified) * c/src/tests/samples/README (modified) * c/src/tests/samples/base_mp/apptask.c (modified) * c/src/tests/samples/base_mp/init.c (modified) * c/src/tests/samples/base_mp/node1/base_mp.doc (modified) * c/src/tests/samples/base_mp/node2/base_mp.doc (modified) * c/src/tests/samples/base_mp/system.h (modified) * c/src/tests/samples/base_sp/apptask.c (modified) * c/src/tests/samples/base_sp/base_sp.doc (modified) * c/src/tests/samples/base_sp/init.c (modified) * c/src/tests/samples/base_sp/system.h (modified) * c/src/tests/samples/cdtest/init.c (modified) * c/src/tests/samples/cdtest/main.cc (modified) * c/src/tests/samples/cdtest/system.h (modified) * c/src/tests/samples/hello/hello.doc (modified) * c/src/tests/samples/hello/init.c (modified) * c/src/tests/samples/hello/system.h (modified) * c/src/tests/samples/paranoia/init.c (modified) * c/src/tests/samples/paranoia/paranoia.doc (modified) * c/src/tests/samples/paranoia/system.h (modified) * c/src/tests/samples/ticker/init.c (modified) * c/src/tests/samples/ticker/system.h (modified) * c/src/tests/samples/ticker/tasks.c (modified) * c/src/tests/samples/ticker/ticker.doc (modified) * c/src/tests/sptests/sp01/init.c (modified) * c/src/tests/sptests/sp01/sp01.doc (modified) * c/src/tests/sptests/sp01/system.h (modified) * c/src/tests/sptests/sp01/task1.c (modified) * c/src/tests/sptests/sp02/init.c (modified) * c/src/tests/sptests/sp02/preempt.c (modified) * c/src/tests/sptests/sp02/sp02.doc (modified) * c/src/tests/sptests/sp02/system.h (modified) * c/src/tests/sptests/sp02/task1.c (modified) * c/src/tests/sptests/sp02/task2.c (modified) * c/src/tests/sptests/sp02/task3.c (modified) * c/src/tests/sptests/sp03/init.c (modified) * c/src/tests/sptests/sp03/sp03.doc (modified) * c/src/tests/sptests/sp03/system.h (modified) * c/src/tests/sptests/sp03/task1.c (modified) * c/src/tests/sptests/sp03/task2.c (modified) * c/src/tests/sptests/sp04/init.c (modified) * c/src/tests/sptests/sp04/sp04.doc (modified) * c/src/tests/sptests/sp04/system.h (modified) * c/src/tests/sptests/sp04/task1.c (modified) * c/src/tests/sptests/sp04/task2.c (modified) * c/src/tests/sptests/sp04/task3.c (modified) * c/src/tests/sptests/sp04/tswitch.c (modified) * c/src/tests/sptests/sp05/init.c (modified) * c/src/tests/sptests/sp05/sp05.doc (modified) * c/src/tests/sptests/sp05/system.h (modified) * c/src/tests/sptests/sp05/task1.c (modified) * c/src/tests/sptests/sp05/task2.c (modified) * c/src/tests/sptests/sp05/task3.c (modified) * c/src/tests/sptests/sp06/init.c (modified) * c/src/tests/sptests/sp06/sp06.doc (modified) * c/src/tests/sptests/sp06/system.h (modified) * c/src/tests/sptests/sp06/task1.c (modified) * c/src/tests/sptests/sp06/task2.c (modified) * c/src/tests/sptests/sp06/task3.c (modified) * c/src/tests/sptests/sp07/init.c (modified) * c/src/tests/sptests/sp07/sp07.doc (modified) * c/src/tests/sptests/sp07/system.h (modified) * c/src/tests/sptests/sp07/task1.c (modified) * c/src/tests/sptests/sp07/task2.c (modified) * c/src/tests/sptests/sp07/task3.c (modified) * c/src/tests/sptests/sp07/task4.c (modified) * c/src/tests/sptests/sp07/taskexit.c (modified) * c/src/tests/sptests/sp07/tcreate.c (modified) * c/src/tests/sptests/sp07/tdelete.c (modified) * c/src/tests/sptests/sp07/trestart.c (modified) * c/src/tests/sptests/sp07/tstart.c (modified) * c/src/tests/sptests/sp08/init.c (modified) * c/src/tests/sptests/sp08/sp08.doc (modified) * c/src/tests/sptests/sp08/system.h (modified) * c/src/tests/sptests/sp08/task1.c (modified) * c/src/tests/sptests/sp09/delay.c (modified) * c/src/tests/sptests/sp09/init.c (modified) * c/src/tests/sptests/sp09/isr.c (modified) * c/src/tests/sptests/sp09/screen01.c (modified) * c/src/tests/sptests/sp09/screen02.c (modified) * c/src/tests/sptests/sp09/screen03.c (modified) * c/src/tests/sptests/sp09/screen04.c (modified) * c/src/tests/sptests/sp09/screen05.c (modified) * c/src/tests/sptests/sp09/screen06.c (modified) * c/src/tests/sptests/sp09/screen07.c (modified) * c/src/tests/sptests/sp09/screen08.c (modified) * c/src/tests/sptests/sp09/screen09.c (modified) * c/src/tests/sptests/sp09/screen10.c (modified) * c/src/tests/sptests/sp09/screen11.c (modified) * c/src/tests/sptests/sp09/screen12.c (modified) * c/src/tests/sptests/sp09/screen13.c (modified) * c/src/tests/sptests/sp09/screen14.c (modified) * c/src/tests/sptests/sp09/sp09.doc (modified) * c/src/tests/sptests/sp09/system.h (modified) * c/src/tests/sptests/sp09/task1.c (modified) * c/src/tests/sptests/sp09/task2.c (modified) * c/src/tests/sptests/sp09/task3.c (modified) * c/src/tests/sptests/sp09/task4.c (modified) * c/src/tests/sptests/sp11/init.c (modified) * c/src/tests/sptests/sp11/sp11.doc (modified) * c/src/tests/sptests/sp11/system.h (modified) * c/src/tests/sptests/sp11/task1.c (modified) * c/src/tests/sptests/sp11/task2.c (modified) * c/src/tests/sptests/sp11/timer.c (modified) * c/src/tests/sptests/sp12/init.c (modified) * c/src/tests/sptests/sp12/pridrv.c (modified) * c/src/tests/sptests/sp12/pritask.c (modified) * c/src/tests/sptests/sp12/sp12.doc (modified) * c/src/tests/sptests/sp12/system.h (modified) * c/src/tests/sptests/sp12/task1.c (modified) * c/src/tests/sptests/sp12/task2.c (modified) * c/src/tests/sptests/sp12/task3.c (modified) * c/src/tests/sptests/sp12/task4.c (modified) * c/src/tests/sptests/sp12/task5.c (modified) * c/src/tests/sptests/sp13/fillbuff.c (modified) * c/src/tests/sptests/sp13/init.c (modified) * c/src/tests/sptests/sp13/putbuff.c (modified) * c/src/tests/sptests/sp13/sp13.doc (modified) * c/src/tests/sptests/sp13/system.h (modified) * c/src/tests/sptests/sp13/task1.c (modified) * c/src/tests/sptests/sp13/task2.c (modified) * c/src/tests/sptests/sp13/task3.c (modified) * c/src/tests/sptests/sp14/asr.c (modified) * c/src/tests/sptests/sp14/init.c (modified) * c/src/tests/sptests/sp14/sp14.doc (modified) * c/src/tests/sptests/sp14/system.h (modified) * c/src/tests/sptests/sp14/task1.c (modified) * c/src/tests/sptests/sp14/task2.c (modified) * c/src/tests/sptests/sp15/init.c (modified) * c/src/tests/sptests/sp15/sp15.doc (modified) * c/src/tests/sptests/sp15/system.h (modified) * c/src/tests/sptests/sp15/task1.c (modified) * c/src/tests/sptests/sp16/init.c (modified) * c/src/tests/sptests/sp16/sp16.doc (modified) * c/src/tests/sptests/sp16/system.h (modified) * c/src/tests/sptests/sp16/task1.c (modified) * c/src/tests/sptests/sp16/task2.c (modified) * c/src/tests/sptests/sp16/task3.c (modified) * c/src/tests/sptests/sp16/task4.c (modified) * c/src/tests/sptests/sp16/task5.c (modified) * c/src/tests/sptests/sp17/asr.c (modified) * c/src/tests/sptests/sp17/init.c (modified) * c/src/tests/sptests/sp17/sp17.doc (modified) * c/src/tests/sptests/sp17/system.h (modified) * c/src/tests/sptests/sp17/task1.c (modified) * c/src/tests/sptests/sp17/task2.c (modified) * c/src/tests/sptests/sp19/first.c (modified) * c/src/tests/sptests/sp19/fptask.c (modified) * c/src/tests/sptests/sp19/fptest.h (modified) * c/src/tests/sptests/sp19/init.c (modified) * c/src/tests/sptests/sp19/inttest.h (modified) * c/src/tests/sptests/sp19/sp19.doc (modified) * c/src/tests/sptests/sp19/system.h (modified) * c/src/tests/sptests/sp19/task1.c (modified) * c/src/tests/sptests/sp20/getall.c (modified) * c/src/tests/sptests/sp20/init.c (modified) * c/src/tests/sptests/sp20/sp20.doc (modified) * c/src/tests/sptests/sp20/system.h (modified) * c/src/tests/sptests/sp20/task1.c (modified) * c/src/tests/sptests/sp21/init.c (modified) * c/src/tests/sptests/sp21/sp21.doc (modified) * c/src/tests/sptests/sp21/system.h (modified) * c/src/tests/sptests/sp21/task1.c (modified) * c/src/tests/sptests/sp22/delay.c (modified) * c/src/tests/sptests/sp22/init.c (modified) * c/src/tests/sptests/sp22/prtime.c (modified) * c/src/tests/sptests/sp22/sp22.doc (modified) * c/src/tests/sptests/sp22/system.h (modified) * c/src/tests/sptests/sp22/task1.c (modified) * c/src/tests/sptests/sp23/init.c (modified) * c/src/tests/sptests/sp23/sp23.doc (modified) * c/src/tests/sptests/sp23/system.h (modified) * c/src/tests/sptests/sp23/task1.c (modified) * c/src/tests/sptests/sp24/init.c (modified) * c/src/tests/sptests/sp24/resume.c (modified) * c/src/tests/sptests/sp24/sp24.doc (modified) * c/src/tests/sptests/sp24/system.h (modified) * c/src/tests/sptests/sp24/task1.c (modified) * c/src/tests/sptests/sp25/init.c (modified) * c/src/tests/sptests/sp25/sp25.doc (modified) * c/src/tests/sptests/sp25/system.h (modified) * c/src/tests/sptests/sp25/task1.c (modified) * c/src/tests/sptests/spfatal/fatal.c (modified) * c/src/tests/sptests/spfatal/init.c (modified) * c/src/tests/sptests/spfatal/puterr.c (modified) * c/src/tests/sptests/spfatal/spfatal.doc (modified) * c/src/tests/sptests/spfatal/system.h (modified) * c/src/tests/sptests/spfatal/task1.c (modified) * c/src/tests/sptests/spsize/getint.c (modified) * c/src/tests/sptests/spsize/init.c (modified) * c/src/tests/sptests/spsize/size.c (modified) * c/src/tests/sptests/spsize/system.h (modified) * c/src/tests/support/include/tmacros.h (modified) * c/src/tests/support/stubdr/close.c (modified) * c/src/tests/support/stubdr/cntrl.c (modified) * c/src/tests/support/stubdr/init.c (modified) * c/src/tests/support/stubdr/open.c (modified) * c/src/tests/support/stubdr/read.c (modified) * c/src/tests/support/stubdr/stubdrv.h (modified) * c/src/tests/support/stubdr/write.c (modified) * c/src/tests/tmtests/include/timesys.h (modified) * c/src/tests/tmtests/tm01/system.h (modified) * c/src/tests/tmtests/tm01/task1.c (modified) * c/src/tests/tmtests/tm01/tm01.doc (modified) * c/src/tests/tmtests/tm02/system.h (modified) * c/src/tests/tmtests/tm02/task1.c (modified) * c/src/tests/tmtests/tm02/tm02.doc (modified) * c/src/tests/tmtests/tm03/system.h (modified) * c/src/tests/tmtests/tm03/task1.c (modified) * c/src/tests/tmtests/tm03/tm03.doc (modified) * c/src/tests/tmtests/tm04/system.h (modified) * c/src/tests/tmtests/tm04/task1.c (modified) * c/src/tests/tmtests/tm04/tm04.doc (modified) * c/src/tests/tmtests/tm05/system.h (modified) * c/src/tests/tmtests/tm05/task1.c (modified) * c/src/tests/tmtests/tm05/tm05.doc (modified) * c/src/tests/tmtests/tm06/system.h (modified) * c/src/tests/tmtests/tm06/task1.c (modified) * c/src/tests/tmtests/tm06/tm06.doc (modified) * c/src/tests/tmtests/tm07/system.h (modified) * c/src/tests/tmtests/tm07/task1.c (modified) * c/src/tests/tmtests/tm07/tm07.doc (modified) * c/src/tests/tmtests/tm08/system.h (modified) * c/src/tests/tmtests/tm08/task1.c (modified) * c/src/tests/tmtests/tm08/tm08.doc (modified) * c/src/tests/tmtests/tm09/system.h (modified) * c/src/tests/tmtests/tm09/task1.c (modified) * c/src/tests/tmtests/tm09/tm09.doc (modified) * c/src/tests/tmtests/tm10/system.h (modified) * c/src/tests/tmtests/tm10/task1.c (modified) * c/src/tests/tmtests/tm10/tm10.doc (modified) * c/src/tests/tmtests/tm11/system.h (modified) * c/src/tests/tmtests/tm11/task1.c (modified) * c/src/tests/tmtests/tm11/tm11.doc (modified) * c/src/tests/tmtests/tm12/system.h (modified) * c/src/tests/tmtests/tm12/task1.c (modified) * c/src/tests/tmtests/tm12/tm12.doc (modified) * c/src/tests/tmtests/tm13/system.h (modified) * c/src/tests/tmtests/tm13/task1.c (modified) * c/src/tests/tmtests/tm13/tm13.doc (modified) * c/src/tests/tmtests/tm14/system.h (modified) * c/src/tests/tmtests/tm14/task1.c (modified) * c/src/tests/tmtests/tm14/tm14.doc (modified) * c/src/tests/tmtests/tm15/system.h (modified) * c/src/tests/tmtests/tm15/task1.c (modified) * c/src/tests/tmtests/tm15/tm15.doc (modified) * c/src/tests/tmtests/tm16/system.h (modified) * c/src/tests/tmtests/tm16/task1.c (modified) * c/src/tests/tmtests/tm16/tm16.doc (modified) * c/src/tests/tmtests/tm17/system.h (modified) * c/src/tests/tmtests/tm17/task1.c (modified) * c/src/tests/tmtests/tm17/tm17.doc (modified) * c/src/tests/tmtests/tm18/system.h (modified) * c/src/tests/tmtests/tm18/task1.c (modified) * c/src/tests/tmtests/tm18/tm18.doc (modified) * c/src/tests/tmtests/tm19/system.h (modified) * c/src/tests/tmtests/tm19/task1.c (modified) * c/src/tests/tmtests/tm19/tm19.doc (modified) * c/src/tests/tmtests/tm20/system.h (modified) * c/src/tests/tmtests/tm20/task1.c (modified) * c/src/tests/tmtests/tm20/tm20.doc (modified) * c/src/tests/tmtests/tm21/system.h (modified) * c/src/tests/tmtests/tm21/task1.c (modified) * c/src/tests/tmtests/tm21/tm21.doc (modified) * c/src/tests/tmtests/tm22/system.h (modified) * c/src/tests/tmtests/tm22/task1.c (modified) * c/src/tests/tmtests/tm22/tm22.doc (modified) * c/src/tests/tmtests/tm23/system.h (modified) * c/src/tests/tmtests/tm23/task1.c (modified) * c/src/tests/tmtests/tm23/tm23.doc (modified) * c/src/tests/tmtests/tm24/system.h (modified) * c/src/tests/tmtests/tm24/task1.c (modified) * c/src/tests/tmtests/tm24/tm24.doc (modified) * c/src/tests/tmtests/tm25/system.h (modified) * c/src/tests/tmtests/tm25/task1.c (modified) * c/src/tests/tmtests/tm25/tm25.doc (modified) * c/src/tests/tmtests/tm26/fptest.h (modified) * c/src/tests/tmtests/tm26/system.h (modified) * c/src/tests/tmtests/tm26/task1.c (modified) * c/src/tests/tmtests/tm26/tm26.doc (modified) * c/src/tests/tmtests/tm27/system.h (modified) * c/src/tests/tmtests/tm27/task1.c (modified) * c/src/tests/tmtests/tm27/tm27.doc (modified) * c/src/tests/tmtests/tm28/system.h (modified) * c/src/tests/tmtests/tm28/task1.c (modified) * c/src/tests/tmtests/tm28/tm28.doc (modified) * c/src/tests/tmtests/tm29/system.h (modified) * c/src/tests/tmtests/tm29/task1.c (modified) * c/src/tests/tmtests/tm29/tm29.doc (modified) * c/src/tests/tmtests/tmck/system.h (modified) * c/src/tests/tmtests/tmck/task1.c (modified) * c/src/tests/tmtests/tmck/tmck.doc (modified) * c/src/tests/tmtests/tmoverhd/dumrtems.h (modified) * c/src/tests/tmtests/tmoverhd/empty.c (modified) * c/src/tests/tmtests/tmoverhd/system.h (modified) * c/src/tests/tmtests/tmoverhd/testtask.c (modified) * c/src/tests/tmtests/tmoverhd/tmoverhd.doc (modified) * cpukit/libcsupport/include/clockdrv.h (modified) * cpukit/libcsupport/include/console.h (modified) * cpukit/libcsupport/include/iosupp.h (modified) * cpukit/libcsupport/include/motorola/mc68230.h (modified) * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/include/spurious.h (modified) * cpukit/libcsupport/include/sys/termios.h (modified) * cpukit/libcsupport/include/timerdrv.h (modified) * cpukit/libcsupport/include/vmeintr.h (modified) * cpukit/libcsupport/include/zilog/z8036.h (modified) * cpukit/libcsupport/include/zilog/z8530.h (modified) * cpukit/libcsupport/include/zilog/z8536.h (modified) * cpukit/libcsupport/src/__brk.c (modified) * cpukit/libcsupport/src/__gettod.c (modified) * cpukit/libcsupport/src/__times.c (modified) * cpukit/libcsupport/src/hosterr.c (modified) * cpukit/libcsupport/src/malloc.c (modified) * cpukit/libcsupport/src/newlibc.c (modified) * cpukit/libcsupport/src/no_libc.c (modified) * cpukit/libmisc/cpuuse/cpuuse.c (modified) * cpukit/libmisc/cpuuse/cpuuse.h (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/libmisc/stackchk/internal.h (modified) * cpukit/libmisc/stackchk/stackchk.h (modified) * cpukit/posix/include/rtems/posix/cond.h (modified) * cpukit/posix/include/rtems/posix/condmp.h (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/intr.h (modified) * cpukit/posix/include/rtems/posix/key.h (modified) * cpukit/posix/include/rtems/posix/mqueue.h (modified) * cpukit/posix/include/rtems/posix/mqueuemp.h (modified) * cpukit/posix/include/rtems/posix/mutex.h (modified) * cpukit/posix/include/rtems/posix/mutexmp.h (modified) * cpukit/posix/include/rtems/posix/posixapi.h (modified) * cpukit/posix/include/rtems/posix/pthread.h (modified) * cpukit/posix/include/rtems/posix/pthreadmp.h (modified) * cpukit/posix/include/rtems/posix/semaphore.h (modified) * cpukit/posix/include/rtems/posix/semaphoremp.h (modified) * cpukit/posix/inline/rtems/posix/cond.inl (modified) * cpukit/posix/inline/rtems/posix/intr.inl (modified) * cpukit/posix/inline/rtems/posix/key.inl (modified) * cpukit/posix/inline/rtems/posix/mqueue.inl (modified) * cpukit/posix/inline/rtems/posix/mutex.inl (modified) * cpukit/posix/inline/rtems/posix/pthread.inl (modified) * cpukit/posix/inline/rtems/posix/semaphore.inl (modified) * cpukit/rtems/include/rtems.h (modified) * cpukit/rtems/include/rtems/rtems/asr.h (modified) * cpukit/rtems/include/rtems/rtems/attr.h (modified) * cpukit/rtems/include/rtems/rtems/clock.h (modified) * cpukit/rtems/include/rtems/rtems/config.h (modified) * cpukit/rtems/include/rtems/rtems/dpmem.h (modified) * cpukit/rtems/include/rtems/rtems/event.h (modified) * cpukit/rtems/include/rtems/rtems/eventmp.h (modified) * cpukit/rtems/include/rtems/rtems/eventset.h (modified) * cpukit/rtems/include/rtems/rtems/intr.h (modified) * cpukit/rtems/include/rtems/rtems/message.h (modified) * cpukit/rtems/include/rtems/rtems/modes.h (modified) * cpukit/rtems/include/rtems/rtems/mp.h (modified) * cpukit/rtems/include/rtems/rtems/msgmp.h (modified) * cpukit/rtems/include/rtems/rtems/options.h (modified) * cpukit/rtems/include/rtems/rtems/part.h (modified) * cpukit/rtems/include/rtems/rtems/partmp.h (modified) * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/include/rtems/rtems/region.h (modified) * cpukit/rtems/include/rtems/rtems/regionmp.h (modified) * cpukit/rtems/include/rtems/rtems/rtemsapi.h (modified) * cpukit/rtems/include/rtems/rtems/sem.h (modified) * cpukit/rtems/include/rtems/rtems/semmp.h (modified) * cpukit/rtems/include/rtems/rtems/signal.h (modified) * cpukit/rtems/include/rtems/rtems/signalmp.h (modified) * cpukit/rtems/include/rtems/rtems/status.h (modified) * cpukit/rtems/include/rtems/rtems/support.h (modified) * cpukit/rtems/include/rtems/rtems/taskmp.h (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/include/rtems/rtems/timer.h (modified) * cpukit/rtems/include/rtems/rtems/types.h (modified) * cpukit/rtems/inline/rtems/rtems/asr.inl (modified) * cpukit/rtems/inline/rtems/rtems/attr.inl (modified) * cpukit/rtems/inline/rtems/rtems/dpmem.inl (modified) * cpukit/rtems/inline/rtems/rtems/event.inl (modified) * cpukit/rtems/inline/rtems/rtems/eventset.inl (modified) * cpukit/rtems/inline/rtems/rtems/message.inl (modified) * cpukit/rtems/inline/rtems/rtems/modes.inl (modified) * cpukit/rtems/inline/rtems/rtems/options.inl (modified) * cpukit/rtems/inline/rtems/rtems/part.inl (modified) * cpukit/rtems/inline/rtems/rtems/ratemon.inl (modified) * cpukit/rtems/inline/rtems/rtems/region.inl (modified) * cpukit/rtems/inline/rtems/rtems/sem.inl (modified) * cpukit/rtems/inline/rtems/rtems/status.inl (modified) * cpukit/rtems/inline/rtems/rtems/support.inl (modified) * cpukit/rtems/inline/rtems/rtems/tasks.inl (modified) * cpukit/rtems/inline/rtems/rtems/timer.inl (modified) * cpukit/rtems/macros/rtems/rtems/asr.inl (modified) * cpukit/rtems/macros/rtems/rtems/attr.inl (modified) * cpukit/rtems/macros/rtems/rtems/dpmem.inl (modified) * cpukit/rtems/macros/rtems/rtems/event.inl (modified) * cpukit/rtems/macros/rtems/rtems/eventset.inl (modified) * cpukit/rtems/macros/rtems/rtems/message.inl (modified) * cpukit/rtems/macros/rtems/rtems/modes.inl (modified) * cpukit/rtems/macros/rtems/rtems/options.inl (modified) * cpukit/rtems/macros/rtems/rtems/part.inl (modified) * cpukit/rtems/macros/rtems/rtems/ratemon.inl (modified) * cpukit/rtems/macros/rtems/rtems/region.inl (modified) * cpukit/rtems/macros/rtems/rtems/sem.inl (modified) * cpukit/rtems/macros/rtems/rtems/status.inl (modified) * cpukit/rtems/macros/rtems/rtems/support.inl (modified) * cpukit/rtems/macros/rtems/rtems/tasks.inl (modified) * cpukit/rtems/macros/rtems/rtems/timer.inl (modified) * cpukit/rtems/src/attr.c (modified) * cpukit/rtems/src/dpmem.c (modified) * cpukit/rtems/src/event.c (modified) * cpukit/rtems/src/eventmp.c (modified) * cpukit/rtems/src/intr.c (modified) * cpukit/rtems/src/intrbody.c (modified) * cpukit/rtems/src/mp.c (modified) * cpukit/rtems/src/msg.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/part.c (modified) * cpukit/rtems/src/partmp.c (modified) * cpukit/rtems/src/ratemon.c (modified) * cpukit/rtems/src/region.c (modified) * cpukit/rtems/src/regionmp.c (modified) * cpukit/rtems/src/rtclock.c (modified) * cpukit/rtems/src/rtemstimer.c (modified) * cpukit/rtems/src/sem.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/rtems/src/signal.c (modified) * cpukit/rtems/src/signalmp.c (modified) * cpukit/rtems/src/taskmp.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/sapi/include/rtems/extension.h (modified) * cpukit/sapi/include/rtems/fatal.h (modified) * cpukit/sapi/include/rtems/init.h (modified) * cpukit/sapi/include/rtems/io.h (modified) * cpukit/sapi/include/rtems/mptables.h (modified) * cpukit/sapi/inline/rtems/extension.inl (modified) * cpukit/sapi/macros/rtems/extension.inl (modified) * cpukit/sapi/src/debug.c (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/sapi/src/extension.c (modified) * cpukit/sapi/src/fatal.c (modified) * cpukit/sapi/src/io.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/sapi/src/rtemsapi.c (modified) * cpukit/score/cpu/a29k/cpu.c (modified) * cpukit/score/cpu/hppa1.1/cpu.c (modified) * cpukit/score/cpu/i386/cpu.c (modified) * cpukit/score/cpu/i960/cpu.c (modified) * cpukit/score/cpu/m68k/cpu.c (modified) * cpukit/score/cpu/mips/cpu.c (modified) * cpukit/score/cpu/mips/cpu_asm.S (modified) * cpukit/score/cpu/mips64orion/cpu.c (modified) * cpukit/score/cpu/mips64orion/cpu_asm.S (modified) * cpukit/score/cpu/mips64orion/cpu_asm.h (modified) * cpukit/score/cpu/no_cpu/cpu.c (modified) * cpukit/score/cpu/no_cpu/cpu_asm.c (modified) * cpukit/score/cpu/sparc/cpu.c (modified) * cpukit/score/cpu/unix/cpu.c (modified) * cpukit/score/include/rtems/debug.h (modified) * cpukit/score/include/rtems/score/address.h (modified) * cpukit/score/include/rtems/score/apiext.h (modified) * cpukit/score/include/rtems/score/bitfield.h (modified) * cpukit/score/include/rtems/score/chain.h (modified) * cpukit/score/include/rtems/score/context.h (modified) * cpukit/score/include/rtems/score/copyrt.h (modified) * cpukit/score/include/rtems/score/coremsg.h (modified) * cpukit/score/include/rtems/score/coremutex.h (modified) * cpukit/score/include/rtems/score/coresem.h (modified) * cpukit/score/include/rtems/score/heap.h (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/include/rtems/score/isr.h (modified) * cpukit/score/include/rtems/score/mpci.h (modified) * cpukit/score/include/rtems/score/mppkt.h (modified) * cpukit/score/include/rtems/score/object.h (modified) * cpukit/score/include/rtems/score/objectmp.h (modified) * cpukit/score/include/rtems/score/priority.h (modified) * cpukit/score/include/rtems/score/stack.h (modified) * cpukit/score/include/rtems/score/states.h (modified) * cpukit/score/include/rtems/score/sysstate.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadmp.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/tod.h (modified) * cpukit/score/include/rtems/score/tqdata.h (modified) * cpukit/score/include/rtems/score/userext.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/include/rtems/score/wkspace.h (modified) * cpukit/score/include/rtems/system.h (modified) * cpukit/score/inline/rtems/score/address.inl (modified) * cpukit/score/inline/rtems/score/chain.inl (modified) * cpukit/score/inline/rtems/score/coremsg.inl (modified) * cpukit/score/inline/rtems/score/coremutex.inl (modified) * cpukit/score/inline/rtems/score/coresem.inl (modified) * cpukit/score/inline/rtems/score/heap.inl (modified) * cpukit/score/inline/rtems/score/isr.inl (modified) * cpukit/score/inline/rtems/score/mppkt.inl (modified) * cpukit/score/inline/rtems/score/object.inl (modified) * cpukit/score/inline/rtems/score/objectmp.inl (modified) * cpukit/score/inline/rtems/score/priority.inl (modified) * cpukit/score/inline/rtems/score/stack.inl (modified) * cpukit/score/inline/rtems/score/states.inl (modified) * cpukit/score/inline/rtems/score/sysstate.inl (modified) * cpukit/score/inline/rtems/score/thread.inl (modified) * cpukit/score/inline/rtems/score/threadmp.inl (modified) * cpukit/score/inline/rtems/score/tod.inl (modified) * cpukit/score/inline/rtems/score/tqdata.inl (modified) * cpukit/score/inline/rtems/score/userext.inl (modified) * cpukit/score/inline/rtems/score/watchdog.inl (modified) * cpukit/score/inline/rtems/score/wkspace.inl (modified) * cpukit/score/macros/rtems/score/address.inl (modified) * cpukit/score/macros/rtems/score/chain.inl (modified) * cpukit/score/macros/rtems/score/coremsg.inl (modified) * cpukit/score/macros/rtems/score/coremutex.inl (modified) * cpukit/score/macros/rtems/score/coresem.inl (modified) * cpukit/score/macros/rtems/score/heap.inl (modified) * cpukit/score/macros/rtems/score/isr.inl (modified) * cpukit/score/macros/rtems/score/mppkt.inl (modified) * cpukit/score/macros/rtems/score/object.inl (modified) * cpukit/score/macros/rtems/score/objectmp.inl (modified) * cpukit/score/macros/rtems/score/priority.inl (modified) * cpukit/score/macros/rtems/score/stack.inl (modified) * cpukit/score/macros/rtems/score/states.inl (modified) * cpukit/score/macros/rtems/score/sysstate.inl (modified) * cpukit/score/macros/rtems/score/thread.inl (modified) * cpukit/score/macros/rtems/score/threadmp.inl (modified) * cpukit/score/macros/rtems/score/tod.inl (modified) * cpukit/score/macros/rtems/score/tqdata.inl (modified) * cpukit/score/macros/rtems/score/userext.inl (modified) * cpukit/score/macros/rtems/score/watchdog.inl (modified) * cpukit/score/macros/rtems/score/wkspace.inl (modified) * cpukit/score/src/apiext.c (modified) * cpukit/score/src/chain.c (modified) * cpukit/score/src/coremsg.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/coretod.c (modified) * cpukit/score/src/heap.c (modified) * cpukit/score/src/interr.c (modified) * cpukit/score/src/isr.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/object.c (modified) * cpukit/score/src/objectmp.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/userext.c (modified) * cpukit/score/src/watchdog.c (modified) * cpukit/score/src/wkspace.c (modified) * testsuites/libtests/cpuuse/init.c (modified) * testsuites/libtests/cpuuse/system.h (modified) * testsuites/libtests/cpuuse/task1.c (modified) * testsuites/libtests/cpuuse/task2.c (modified) * testsuites/libtests/cpuuse/task3.c (modified) * testsuites/libtests/cpuuse/tswitch.c (modified) * testsuites/libtests/malloctest/init.c (modified) * testsuites/libtests/malloctest/system.h (modified) * testsuites/libtests/malloctest/task1.c (modified) * testsuites/libtests/monitor/init.c (modified) * testsuites/libtests/monitor/system.h (modified) * testsuites/libtests/rtems++/Init.cc (modified) * testsuites/libtests/rtems++/System.h (modified) * testsuites/libtests/rtems++/Task1.cc (modified) * testsuites/libtests/rtems++/Task2.cc (modified) * testsuites/libtests/rtems++/Task3.cc (modified) * testsuites/libtests/rtmonuse/getall.c (modified) * testsuites/libtests/rtmonuse/init.c (modified) * testsuites/libtests/rtmonuse/system.h (modified) * testsuites/libtests/rtmonuse/task1.c (modified) * testsuites/libtests/stackchk/blow.c (modified) * testsuites/libtests/stackchk/init.c (modified) * testsuites/libtests/stackchk/system.h (modified) * testsuites/libtests/stackchk/task1.c (modified) * testsuites/mptests/mp01/init.c (modified) * testsuites/mptests/mp01/node1/mp01.doc (modified) * testsuites/mptests/mp01/node2/mp01.doc (modified) * testsuites/mptests/mp01/system.h (modified) * testsuites/mptests/mp01/task1.c (modified) * testsuites/mptests/mp02/init.c (modified) * testsuites/mptests/mp02/node1/mp02.doc (modified) * testsuites/mptests/mp02/node2/mp02.doc (modified) * testsuites/mptests/mp02/system.h (modified) * testsuites/mptests/mp02/task1.c (modified) * testsuites/mptests/mp03/delay.c (modified) * testsuites/mptests/mp03/init.c (modified) * testsuites/mptests/mp03/node1/mp03.doc (modified) * testsuites/mptests/mp03/node2/mp03.doc (modified) * testsuites/mptests/mp03/system.h (modified) * testsuites/mptests/mp03/task1.c (modified) * testsuites/mptests/mp04/init.c (modified) * testsuites/mptests/mp04/node1/mp04.doc (modified) * testsuites/mptests/mp04/node2/mp04.doc (modified) * testsuites/mptests/mp04/system.h (modified) * testsuites/mptests/mp04/task1.c (modified) * testsuites/mptests/mp05/asr.c (modified) * testsuites/mptests/mp05/init.c (modified) * testsuites/mptests/mp05/node1/mp05.doc (modified) * testsuites/mptests/mp05/node2/mp05.doc (modified) * testsuites/mptests/mp05/system.h (modified) * testsuites/mptests/mp05/task1.c (modified) * testsuites/mptests/mp06/init.c (modified) * testsuites/mptests/mp06/node1/mp06.doc (modified) * testsuites/mptests/mp06/node2/mp06.doc (modified) * testsuites/mptests/mp06/system.h (modified) * testsuites/mptests/mp06/task1.c (modified) * testsuites/mptests/mp07/init.c (modified) * testsuites/mptests/mp07/node1/mp07.doc (modified) * testsuites/mptests/mp07/node2/mp07.doc (modified) * testsuites/mptests/mp07/system.h (modified) * testsuites/mptests/mp07/task1.c (modified) * testsuites/mptests/mp08/init.c (modified) * testsuites/mptests/mp08/node1/mp08.doc (modified) * testsuites/mptests/mp08/node2/mp08.doc (modified) * testsuites/mptests/mp08/system.h (modified) * testsuites/mptests/mp08/task1.c (modified) * testsuites/mptests/mp09/init.c (modified) * testsuites/mptests/mp09/node1/mp09.doc (modified) * testsuites/mptests/mp09/node2/mp09.doc (modified) * testsuites/mptests/mp09/recvmsg.c (modified) * testsuites/mptests/mp09/sendmsg.c (modified) * testsuites/mptests/mp09/system.h (modified) * testsuites/mptests/mp09/task1.c (modified) * testsuites/mptests/mp10/init.c (modified) * testsuites/mptests/mp10/node1/mp10.doc (modified) * testsuites/mptests/mp10/node2/mp10.doc (modified) * testsuites/mptests/mp10/system.h (modified) * testsuites/mptests/mp10/task1.c (modified) * testsuites/mptests/mp10/task2.c (modified) * testsuites/mptests/mp10/task3.c (modified) * testsuites/mptests/mp11/init.c (modified) * testsuites/mptests/mp11/node1/mp11.doc (modified) * testsuites/mptests/mp11/node2/mp11.doc (modified) * testsuites/mptests/mp11/system.h (modified) * testsuites/mptests/mp12/init.c (modified) * testsuites/mptests/mp12/node1/mp12.doc (modified) * testsuites/mptests/mp12/node2/mp12.doc (modified) * testsuites/mptests/mp12/system.h (modified) * testsuites/mptests/mp13/init.c (modified) * testsuites/mptests/mp13/node1/mp13.doc (modified) * testsuites/mptests/mp13/node2/mp13.doc (modified) * testsuites/mptests/mp13/system.h (modified) * testsuites/mptests/mp13/task1.c (modified) * testsuites/mptests/mp13/task2.c (modified) * testsuites/mptests/mp14/delay.c (modified) * testsuites/mptests/mp14/evtask1.c (modified) * testsuites/mptests/mp14/evtmtask.c (modified) * testsuites/mptests/mp14/exit.c (modified) * testsuites/mptests/mp14/init.c (modified) * testsuites/mptests/mp14/msgtask1.c (modified) * testsuites/mptests/mp14/node1/mp14.doc (modified) * testsuites/mptests/mp14/node2/mp14.doc (modified) * testsuites/mptests/mp14/pttask1.c (modified) * testsuites/mptests/mp14/smtask1.c (modified) * testsuites/mptests/mp14/system.h (modified) * testsuites/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/system.h (modified) * testsuites/psxtests/psx01/task.c (modified) * testsuites/psxtests/psx02/init.c (modified) * testsuites/psxtests/psx02/system.h (modified) * testsuites/psxtests/psx02/task.c (modified) * testsuites/psxtests/psx03/init.c (modified) * testsuites/psxtests/psx03/system.h (modified) * testsuites/psxtests/psx03/task.c (modified) * testsuites/psxtests/psx04/init.c (modified) * testsuites/psxtests/psx04/system.h (modified) * testsuites/psxtests/psx04/task1.c (modified) * testsuites/psxtests/psx04/task2.c (modified) * testsuites/psxtests/psx04/task3.c (modified) * testsuites/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/system.h (modified) * testsuites/psxtests/psx05/task.c (modified) * testsuites/psxtests/psx05/task2.c (modified) * testsuites/psxtests/psx05/task3.c (modified) * testsuites/psxtests/psx06/init.c (modified) * testsuites/psxtests/psx06/system.h (modified) * testsuites/psxtests/psx06/task.c (modified) * testsuites/psxtests/psx06/task2.c (modified) * testsuites/psxtests/psx07/init.c (modified) * testsuites/psxtests/psx07/system.h (modified) * testsuites/psxtests/psx07/task.c (modified) * testsuites/psxtests/psx08/init.c (modified) * testsuites/psxtests/psx08/system.h (modified) * testsuites/psxtests/psx08/task2.c (modified) * testsuites/psxtests/psx09/init.c (modified) * testsuites/psxtests/psx09/system.h (modified) * testsuites/psxtests/psx10/init.c (modified) * testsuites/psxtests/psx10/system.h (modified) * testsuites/psxtests/psx10/task.c (modified) * testsuites/psxtests/psx10/task2.c (modified) * testsuites/psxtests/psx10/task3.c (modified) * testsuites/psxtests/psx11/init.c (modified) * testsuites/psxtests/psx11/system.h (modified) * testsuites/psxtests/psx11/task.c (modified) * testsuites/psxtests/psx12/init.c (modified) * testsuites/psxtests/psx12/system.h (modified) * testsuites/psxtests/psx12/task.c (modified) * testsuites/psxtests/psxhdrs/clock01.c (modified) * testsuites/psxtests/psxhdrs/clock02.c (modified) * testsuites/psxtests/psxhdrs/clock03.c (modified) * testsuites/psxtests/psxhdrs/clock04.c (modified) * testsuites/psxtests/psxhdrs/clock05.c (modified) * testsuites/psxtests/psxhdrs/clock06.c (modified) * testsuites/psxtests/psxhdrs/cond01.c (modified) * testsuites/psxtests/psxhdrs/cond02.c (modified) * testsuites/psxtests/psxhdrs/cond03.c (modified) * testsuites/psxtests/psxhdrs/cond04.c (modified) * testsuites/psxtests/psxhdrs/cond05.c (modified) * testsuites/psxtests/psxhdrs/cond06.c (modified) * testsuites/psxtests/psxhdrs/cond07.c (modified) * testsuites/psxtests/psxhdrs/cond08.c (modified) * testsuites/psxtests/psxhdrs/cond09.c (modified) * testsuites/psxtests/psxhdrs/cond10.c (modified) * testsuites/psxtests/psxhdrs/key01.c (modified) * testsuites/psxtests/psxhdrs/key02.c (modified) * testsuites/psxtests/psxhdrs/key03.c (modified) * testsuites/psxtests/psxhdrs/key04.c (modified) * testsuites/psxtests/psxhdrs/mutex01.c (modified) * testsuites/psxtests/psxhdrs/mutex02.c (modified) * testsuites/psxtests/psxhdrs/mutex03.c (modified) * testsuites/psxtests/psxhdrs/mutex04.c (modified) * testsuites/psxtests/psxhdrs/mutex05.c (modified) * testsuites/psxtests/psxhdrs/mutex06.c (modified) * testsuites/psxtests/psxhdrs/mutex07.c (modified) * testsuites/psxtests/psxhdrs/mutex08.c (modified) * testsuites/psxtests/psxhdrs/mutex09.c (modified) * testsuites/psxtests/psxhdrs/mutex10.c (modified) * testsuites/psxtests/psxhdrs/mutex11.c (modified) * testsuites/psxtests/psxhdrs/mutex12.c (modified) * testsuites/psxtests/psxhdrs/mutex13.c (modified) * testsuites/psxtests/psxhdrs/mutex14.c (modified) * testsuites/psxtests/psxhdrs/mutex15.c (modified) * testsuites/psxtests/psxhdrs/mutex16.c (modified) * testsuites/psxtests/psxhdrs/proc01.c (modified) * testsuites/psxtests/psxhdrs/proc02.c (modified) * testsuites/psxtests/psxhdrs/proc03.c (modified) * testsuites/psxtests/psxhdrs/proc04.c (modified) * testsuites/psxtests/psxhdrs/proc05.c (modified) * testsuites/psxtests/psxhdrs/proc06.c (modified) * testsuites/psxtests/psxhdrs/proc07.c (modified) * testsuites/psxtests/psxhdrs/proc08.c (modified) * testsuites/psxtests/psxhdrs/proc09.c (modified) * testsuites/psxtests/psxhdrs/proc10.c (modified) * testsuites/psxtests/psxhdrs/proc11.c (modified) * testsuites/psxtests/psxhdrs/proc12.c (modified) * testsuites/psxtests/psxhdrs/proc13.c (modified) * testsuites/psxtests/psxhdrs/proc14.c (modified) * testsuites/psxtests/psxhdrs/pthread01.c (modified) * testsuites/psxtests/psxhdrs/pthread02.c (modified) * testsuites/psxtests/psxhdrs/pthread03.c (modified) * testsuites/psxtests/psxhdrs/pthread04.c (modified) * testsuites/psxtests/psxhdrs/pthread05.c (modified) * testsuites/psxtests/psxhdrs/pthread06.c (modified) * testsuites/psxtests/psxhdrs/pthread07.c (modified) * testsuites/psxtests/psxhdrs/pthread08.c (modified) * testsuites/psxtests/psxhdrs/pthread09.c (modified) * testsuites/psxtests/psxhdrs/pthread10.c (modified) * testsuites/psxtests/psxhdrs/pthread11.c (modified) * testsuites/psxtests/psxhdrs/pthread12.c (modified) * testsuites/psxtests/psxhdrs/pthread13.c (modified) * testsuites/psxtests/psxhdrs/pthread14.c (modified) * testsuites/psxtests/psxhdrs/pthread15.c (modified) * testsuites/psxtests/psxhdrs/pthread16.c (modified) * testsuites/psxtests/psxhdrs/pthread17.c (modified) * testsuites/psxtests/psxhdrs/pthread18.c (modified) * testsuites/psxtests/psxhdrs/pthread19.c (modified) * testsuites/psxtests/psxhdrs/pthread20.c (modified) * testsuites/psxtests/psxhdrs/pthread21.c (modified) * testsuites/psxtests/psxhdrs/pthread22.c (modified) * testsuites/psxtests/psxhdrs/pthread23.c (modified) * testsuites/psxtests/psxhdrs/pthread24.c (modified) * testsuites/psxtests/psxhdrs/pthread25.c (modified) * testsuites/psxtests/psxhdrs/pthread26.c (modified) * testsuites/psxtests/psxhdrs/pthread27.c (modified) * testsuites/psxtests/psxhdrs/pthread28.c (modified) * testsuites/psxtests/psxhdrs/pthread29.c (modified) * testsuites/psxtests/psxhdrs/pthread30.c (modified) * testsuites/psxtests/psxhdrs/pthread31.c (modified) * testsuites/psxtests/psxhdrs/pthread32.c (modified) * testsuites/psxtests/psxhdrs/pthread33.c (modified) * testsuites/psxtests/psxhdrs/pthread34.c (modified) * testsuites/psxtests/psxhdrs/pthread35.c (modified) * testsuites/psxtests/psxhdrs/pthread36.c (modified) * testsuites/psxtests/psxhdrs/sched01.c (modified) * testsuites/psxtests/psxhdrs/sched02.c (modified) * testsuites/psxtests/psxhdrs/sched03.c (modified) * testsuites/psxtests/psxhdrs/sched04.c (modified) * testsuites/psxtests/psxhdrs/sched05.c (modified) * testsuites/psxtests/psxhdrs/sched06.c (modified) * testsuites/psxtests/psxhdrs/sched07.c (modified) * testsuites/psxtests/psxhdrs/sched08.c (modified) * testsuites/psxtests/psxhdrs/signal01.c (modified) * testsuites/psxtests/psxhdrs/signal02.c (modified) * testsuites/psxtests/psxhdrs/signal03.c (modified) * testsuites/psxtests/psxhdrs/signal04.c (modified) * testsuites/psxtests/psxhdrs/signal05.c (modified) * testsuites/psxtests/psxhdrs/signal06.c (modified) * testsuites/psxtests/psxhdrs/signal07.c (modified) * testsuites/psxtests/psxhdrs/signal08.c (modified) * testsuites/psxtests/psxhdrs/signal09.c (modified) * testsuites/psxtests/psxhdrs/signal10.c (modified) * testsuites/psxtests/psxhdrs/signal11.c (modified) * testsuites/psxtests/psxhdrs/signal12.c (modified) * testsuites/psxtests/psxhdrs/signal13.c (modified) * testsuites/psxtests/psxhdrs/signal14.c (modified) * testsuites/psxtests/psxhdrs/signal15.c (modified) * testsuites/psxtests/psxhdrs/signal16.c (modified) * testsuites/psxtests/psxhdrs/signal17.c (modified) * testsuites/psxtests/psxhdrs/signal18.c (modified) * testsuites/psxtests/psxhdrs/signal19.c (modified) * testsuites/psxtests/psxhdrs/signal20.c (modified) * testsuites/psxtests/psxhdrs/signal21.c (modified) * testsuites/psxtests/psxhdrs/signal22.c (modified) * testsuites/psxtests/psxhdrs/time01.c (modified) * testsuites/psxtests/psxhdrs/time02.c (modified) * testsuites/psxtests/psxhdrs/time03.c (modified) * testsuites/psxtests/psxhdrs/time04.c (modified) * testsuites/psxtests/psxhdrs/time05.c (modified) * testsuites/psxtests/psxhdrs/time06.c (modified) * testsuites/psxtests/psxhdrs/time07.c (modified) * testsuites/psxtests/psxhdrs/time08.c (modified) * testsuites/psxtests/psxhdrs/time09.c (modified) * testsuites/psxtests/psxhdrs/time10.c (modified) * testsuites/psxtests/psxhdrs/time11.c (modified) * testsuites/psxtests/psxhdrs/time12.c (modified) * testsuites/psxtests/psxhdrs/time13.c (modified) * testsuites/psxtests/psxhdrs/timer01.c (modified) * testsuites/psxtests/psxhdrs/timer02.c (modified) * testsuites/psxtests/psxhdrs/timer03.c (modified) * testsuites/psxtests/psxhdrs/timer04.c (modified) * testsuites/psxtests/psxhdrs/timer05.c (modified) * testsuites/psxtests/psxhdrs/timer06.c (modified) * testsuites/samples/README (modified) * testsuites/samples/base_mp/apptask.c (modified) * testsuites/samples/base_mp/init.c (modified) * testsuites/samples/base_mp/node1/base_mp.doc (modified) * testsuites/samples/base_mp/node2/base_mp.doc (modified) * testsuites/samples/base_mp/system.h (modified) * testsuites/samples/base_sp/apptask.c (modified) * testsuites/samples/base_sp/base_sp.doc (modified) * testsuites/samples/base_sp/init.c (modified) * testsuites/samples/base_sp/system.h (modified) * testsuites/samples/cdtest/init.c (modified) * testsuites/samples/cdtest/main.cc (modified) * testsuites/samples/cdtest/system.h (modified) * testsuites/samples/hello/hello.doc (modified) * testsuites/samples/hello/init.c (modified) * testsuites/samples/hello/system.h (modified) * testsuites/samples/paranoia/init.c (modified) * testsuites/samples/paranoia/paranoia.doc (modified) * testsuites/samples/paranoia/system.h (modified) * testsuites/samples/ticker/init.c (modified) * testsuites/samples/ticker/system.h (modified) * testsuites/samples/ticker/tasks.c (modified) * testsuites/samples/ticker/ticker.doc (modified) * testsuites/sptests/sp01/init.c (modified) * testsuites/sptests/sp01/sp01.doc (modified) * testsuites/sptests/sp01/system.h (modified) * testsuites/sptests/sp01/task1.c (modified) * testsuites/sptests/sp02/init.c (modified) * testsuites/sptests/sp02/preempt.c (modified) * testsuites/sptests/sp02/sp02.doc (modified) * testsuites/sptests/sp02/system.h (modified) * testsuites/sptests/sp02/task1.c (modified) * testsuites/sptests/sp02/task2.c (modified) * testsuites/sptests/sp02/task3.c (modified) * testsuites/sptests/sp03/init.c (modified) * testsuites/sptests/sp03/sp03.doc (modified) * testsuites/sptests/sp03/system.h (modified) * testsuites/sptests/sp03/task1.c (modified) * testsuites/sptests/sp03/task2.c (modified) * testsuites/sptests/sp04/init.c (modified) * testsuites/sptests/sp04/sp04.doc (modified) * testsuites/sptests/sp04/system.h (modified) * testsuites/sptests/sp04/task1.c (modified) * testsuites/sptests/sp04/task2.c (modified) * testsuites/sptests/sp04/task3.c (modified) * testsuites/sptests/sp04/tswitch.c (modified) * testsuites/sptests/sp05/init.c (modified) * testsuites/sptests/sp05/sp05.doc (modified) * testsuites/sptests/sp05/system.h (modified) * testsuites/sptests/sp05/task1.c (modified) * testsuites/sptests/sp05/task2.c (modified) * testsuites/sptests/sp05/task3.c (modified) * testsuites/sptests/sp06/init.c (modified) * testsuites/sptests/sp06/sp06.doc (modified) * testsuites/sptests/sp06/system.h (modified) * testsuites/sptests/sp06/task1.c (modified) * testsuites/sptests/sp06/task2.c (modified) * testsuites/sptests/sp06/task3.c (modified) * testsuites/sptests/sp07/init.c (modified) * testsuites/sptests/sp07/sp07.doc (modified) * testsuites/sptests/sp07/system.h (modified) * testsuites/sptests/sp07/task1.c (modified) * testsuites/sptests/sp07/task2.c (modified) * testsuites/sptests/sp07/task3.c (modified) * testsuites/sptests/sp07/task4.c (modified) * testsuites/sptests/sp07/taskexit.c (modified) * testsuites/sptests/sp07/tcreate.c (modified) * testsuites/sptests/sp07/tdelete.c (modified) * testsuites/sptests/sp07/trestart.c (modified) * testsuites/sptests/sp07/tstart.c (modified) * testsuites/sptests/sp08/init.c (modified) * testsuites/sptests/sp08/sp08.doc (modified) * testsuites/sptests/sp08/system.h (modified) * testsuites/sptests/sp08/task1.c (modified) * testsuites/sptests/sp09/delay.c (modified) * testsuites/sptests/sp09/init.c (modified) * testsuites/sptests/sp09/isr.c (modified) * testsuites/sptests/sp09/screen01.c (modified) * testsuites/sptests/sp09/screen02.c (modified) * testsuites/sptests/sp09/screen03.c (modified) * testsuites/sptests/sp09/screen04.c (modified) * testsuites/sptests/sp09/screen05.c (modified) * testsuites/sptests/sp09/screen06.c (modified) * testsuites/sptests/sp09/screen07.c (modified) * testsuites/sptests/sp09/screen08.c (modified) * testsuites/sptests/sp09/screen09.c (modified) * testsuites/sptests/sp09/screen10.c (modified) * testsuites/sptests/sp09/screen11.c (modified) * testsuites/sptests/sp09/screen12.c (modified) * testsuites/sptests/sp09/screen13.c (modified) * testsuites/sptests/sp09/screen14.c (modified) * testsuites/sptests/sp09/sp09.doc (modified) * testsuites/sptests/sp09/system.h (modified) * testsuites/sptests/sp09/task1.c (modified) * testsuites/sptests/sp09/task2.c (modified) * testsuites/sptests/sp09/task3.c (modified) * testsuites/sptests/sp09/task4.c (modified) * testsuites/sptests/sp11/init.c (modified) * testsuites/sptests/sp11/sp11.doc (modified) * testsuites/sptests/sp11/system.h (modified) * testsuites/sptests/sp11/task1.c (modified) * testsuites/sptests/sp11/task2.c (modified) * testsuites/sptests/sp11/timer.c (modified) * testsuites/sptests/sp12/init.c (modified) * testsuites/sptests/sp12/pridrv.c (modified) * testsuites/sptests/sp12/pritask.c (modified) * testsuites/sptests/sp12/sp12.doc (modified) * testsuites/sptests/sp12/system.h (modified) * testsuites/sptests/sp12/task1.c (modified) * testsuites/sptests/sp12/task2.c (modified) * testsuites/sptests/sp12/task3.c (modified) * testsuites/sptests/sp12/task4.c (modified) * testsuites/sptests/sp12/task5.c (modified) * testsuites/sptests/sp13/fillbuff.c (modified) * testsuites/sptests/sp13/init.c (modified) * testsuites/sptests/sp13/putbuff.c (modified) * testsuites/sptests/sp13/sp13.doc (modified) * testsuites/sptests/sp13/system.h (modified) * testsuites/sptests/sp13/task1.c (modified) * testsuites/sptests/sp13/task2.c (modified) * testsuites/sptests/sp13/task3.c (modified) * testsuites/sptests/sp14/asr.c (modified) * testsuites/sptests/sp14/init.c (modified) * testsuites/sptests/sp14/sp14.doc (modified) * testsuites/sptests/sp14/system.h (modified) * testsuites/sptests/sp14/task1.c (modified) * testsuites/sptests/sp14/task2.c (modified) * testsuites/sptests/sp15/init.c (modified) * testsuites/sptests/sp15/sp15.doc (modified) * testsuites/sptests/sp15/system.h (modified) * testsuites/sptests/sp15/task1.c (modified) * testsuites/sptests/sp16/init.c (modified) * testsuites/sptests/sp16/sp16.doc (modified) * testsuites/sptests/sp16/system.h (modified) * testsuites/sptests/sp16/task1.c (modified) * testsuites/sptests/sp16/task2.c (modified) * testsuites/sptests/sp16/task3.c (modified) * testsuites/sptests/sp16/task4.c (modified) * testsuites/sptests/sp16/task5.c (modified) * testsuites/sptests/sp17/asr.c (modified) * testsuites/sptests/sp17/init.c (modified) * testsuites/sptests/sp17/sp17.doc (modified) * testsuites/sptests/sp17/system.h (modified) * testsuites/sptests/sp17/task1.c (modified) * testsuites/sptests/sp17/task2.c (modified) * testsuites/sptests/sp19/first.c (modified) * testsuites/sptests/sp19/fptask.c (modified) * testsuites/sptests/sp19/fptest.h (modified) * testsuites/sptests/sp19/init.c (modified) * testsuites/sptests/sp19/inttest.h (modified) * testsuites/sptests/sp19/sp19.doc (modified) * testsuites/sptests/sp19/system.h (modified) * testsuites/sptests/sp19/task1.c (modified) * testsuites/sptests/sp20/getall.c (modified) * testsuites/sptests/sp20/init.c (modified) * testsuites/sptests/sp20/sp20.doc (modified) * testsuites/sptests/sp20/system.h (modified) * testsuites/sptests/sp20/task1.c (modified) * testsuites/sptests/sp21/init.c (modified) * testsuites/sptests/sp21/sp21.doc (modified) * testsuites/sptests/sp21/system.h (modified) * testsuites/sptests/sp21/task1.c (modified) * testsuites/sptests/sp22/delay.c (modified) * testsuites/sptests/sp22/init.c (modified) * testsuites/sptests/sp22/prtime.c (modified) * testsuites/sptests/sp22/sp22.doc (modified) * testsuites/sptests/sp22/system.h (modified) * testsuites/sptests/sp22/task1.c (modified) * testsuites/sptests/sp23/init.c (modified) * testsuites/sptests/sp23/sp23.doc (modified) * testsuites/sptests/sp23/system.h (modified) * testsuites/sptests/sp23/task1.c (modified) * testsuites/sptests/sp24/init.c (modified) * testsuites/sptests/sp24/resume.c (modified) * testsuites/sptests/sp24/sp24.doc (modified) * testsuites/sptests/sp24/system.h (modified) * testsuites/sptests/sp24/task1.c (modified) * testsuites/sptests/sp25/init.c (modified) * testsuites/sptests/sp25/sp25.doc (modified) * testsuites/sptests/sp25/system.h (modified) * testsuites/sptests/sp25/task1.c (modified) * testsuites/sptests/spfatal/fatal.c (modified) * testsuites/sptests/spfatal/init.c (modified) * testsuites/sptests/spfatal/puterr.c (modified) * testsuites/sptests/spfatal/spfatal.doc (modified) * testsuites/sptests/spfatal/system.h (modified) * testsuites/sptests/spfatal/task1.c (modified) * testsuites/sptests/spsize/getint.c (modified) * testsuites/sptests/spsize/init.c (modified) * testsuites/sptests/spsize/size.c (modified) * testsuites/sptests/spsize/system.h (modified) * testsuites/support/include/tmacros.h (modified) * testsuites/tmtests/include/timesys.h (modified) * testsuites/tmtests/tm01/system.h (modified) * testsuites/tmtests/tm01/task1.c (modified) * testsuites/tmtests/tm01/tm01.doc (modified) * testsuites/tmtests/tm02/system.h (modified) * testsuites/tmtests/tm02/task1.c (modified) * testsuites/tmtests/tm02/tm02.doc (modified) * testsuites/tmtests/tm03/system.h (modified) * testsuites/tmtests/tm03/task1.c (modified) * testsuites/tmtests/tm03/tm03.doc (modified) * testsuites/tmtests/tm04/system.h (modified) * testsuites/tmtests/tm04/task1.c (modified) * testsuites/tmtests/tm04/tm04.doc (modified) * testsuites/tmtests/tm05/system.h (modified) * testsuites/tmtests/tm05/task1.c (modified) * testsuites/tmtests/tm05/tm05.doc (modified) * testsuites/tmtests/tm06/system.h (modified) * testsuites/tmtests/tm06/task1.c (modified) * testsuites/tmtests/tm06/tm06.doc (modified) * testsuites/tmtests/tm07/system.h (modified) * testsuites/tmtests/tm07/task1.c (modified) * testsuites/tmtests/tm07/tm07.doc (modified) * testsuites/tmtests/tm08/system.h (modified) * testsuites/tmtests/tm08/task1.c (modified) * testsuites/tmtests/tm08/tm08.doc (modified) * testsuites/tmtests/tm09/system.h (modified) * testsuites/tmtests/tm09/task1.c (modified) * testsuites/tmtests/tm09/tm09.doc (modified) * testsuites/tmtests/tm10/system.h (modified) * testsuites/tmtests/tm10/task1.c (modified) * testsuites/tmtests/tm10/tm10.doc (modified) * testsuites/tmtests/tm11/system.h (modified) * testsuites/tmtests/tm11/task1.c (modified) * testsuites/tmtests/tm11/tm11.doc (modified) * testsuites/tmtests/tm12/system.h (modified) * testsuites/tmtests/tm12/task1.c (modified) * testsuites/tmtests/tm12/tm12.doc (modified) * testsuites/tmtests/tm13/system.h (modified) * testsuites/tmtests/tm13/task1.c (modified) * testsuites/tmtests/tm13/tm13.doc (modified) * testsuites/tmtests/tm14/system.h (modified) * testsuites/tmtests/tm14/task1.c (modified) * testsuites/tmtests/tm14/tm14.doc (modified) * testsuites/tmtests/tm15/system.h (modified) * testsuites/tmtests/tm15/task1.c (modified) * testsuites/tmtests/tm15/tm15.doc (modified) * testsuites/tmtests/tm16/system.h (modified) * testsuites/tmtests/tm16/task1.c (modified) * testsuites/tmtests/tm16/tm16.doc (modified) * testsuites/tmtests/tm17/system.h (modified) * testsuites/tmtests/tm17/task1.c (modified) * testsuites/tmtests/tm17/tm17.doc (modified) * testsuites/tmtests/tm18/system.h (modified) * testsuites/tmtests/tm18/task1.c (modified) * testsuites/tmtests/tm18/tm18.doc (modified) * testsuites/tmtests/tm19/system.h (modified) * testsuites/tmtests/tm19/task1.c (modified) * testsuites/tmtests/tm19/tm19.doc (modified) * testsuites/tmtests/tm20/system.h (modified) * testsuites/tmtests/tm20/task1.c (modified) * testsuites/tmtests/tm20/tm20.doc (modified) * testsuites/tmtests/tm21/system.h (modified) * testsuites/tmtests/tm21/task1.c (modified) * testsuites/tmtests/tm21/tm21.doc (modified) * testsuites/tmtests/tm22/system.h (modified) * testsuites/tmtests/tm22/task1.c (modified) * testsuites/tmtests/tm22/tm22.doc (modified) * testsuites/tmtests/tm23/system.h (modified) * testsuites/tmtests/tm23/task1.c (modified) * testsuites/tmtests/tm23/tm23.doc (modified) * testsuites/tmtests/tm24/system.h (modified) * testsuites/tmtests/tm24/task1.c (modified) * testsuites/tmtests/tm24/tm24.doc (modified) * testsuites/tmtests/tm25/system.h (modified) * testsuites/tmtests/tm25/task1.c (modified) * testsuites/tmtests/tm25/tm25.doc (modified) * testsuites/tmtests/tm26/fptest.h (modified) * testsuites/tmtests/tm26/system.h (modified) * testsuites/tmtests/tm26/task1.c (modified) * testsuites/tmtests/tm26/tm26.doc (modified) * testsuites/tmtests/tm27/system.h (modified) * testsuites/tmtests/tm27/task1.c (modified) * testsuites/tmtests/tm27/tm27.doc (modified) * testsuites/tmtests/tm28/system.h (modified) * testsuites/tmtests/tm28/task1.c (modified) * testsuites/tmtests/tm28/tm28.doc (modified) * testsuites/tmtests/tm29/system.h (modified) * testsuites/tmtests/tm29/task1.c (modified) * testsuites/tmtests/tm29/tm29.doc (modified) * testsuites/tmtests/tmck/system.h (modified) * testsuites/tmtests/tmck/task1.c (modified) * testsuites/tmtests/tmck/tmck.doc (modified) * testsuites/tmtests/tmoverhd/dumrtems.h (modified) * testsuites/tmtests/tmoverhd/empty.c (modified) * testsuites/tmtests/tmoverhd/system.h (modified) * testsuites/tmtests/tmoverhd/testtask.c (modified) * testsuites/tmtests/tmoverhd/tmoverhd.doc (modified) * tools/cpu/hppa1.1/genoffsets.c (modified) * tools/cpu/unix/gensize.c (modified) Fixed typo in the pointer to the license terms. Mon, 06 Oct 1997 21:28:18 GMT Joel Sherrill [d14418b] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) Added _Thread_Enable_dispatch to already_timedout path on Wait_support. Sun, 05 Oct 1997 16:26:04 GMT Joel Sherrill [e8ee2f32] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) If the specified time period is less than a clock tick, then it is ... Fri, 22 Aug 1997 19:11:02 GMT Joel Sherrill [9b1f5678] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) Fixed infinite recursion bug in PTHREAD_MUTEX_INITIALIZER. Fri, 22 Aug 1997 19:10:44 GMT Joel Sherrill [799a5b9] * c/src/exec/posix/inline/cond.inl (modified) * c/src/exec/posix/inline/rtems/posix/cond.inl (modified) * cpukit/posix/inline/rtems/posix/cond.inl (modified) Added commit about missing support for condition initializer. Wed, 09 Jul 1997 23:52:08 GMT Joel Sherrill [a14d2af] * c/src/exec/posix/headers/config.h (modified) * c/src/exec/posix/include/rtems/posix/config.h (modified) * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/src/pthread.c (modified) Changed name from entry to thread_entry to be more compatible with ... Tue, 22 Apr 1997 17:20:27 GMT Joel Sherrill [03f2154e] * c/src/exec/libcsupport/include/clockdrv.h (modified) * c/src/exec/libcsupport/include/console.h (modified) * c/src/exec/libcsupport/include/iosupp.h (modified) * c/src/exec/libcsupport/include/rtems/libcsupport.h (modified) * c/src/exec/libcsupport/include/spurious.h (modified) * c/src/exec/libcsupport/include/timerdrv.h (modified) * c/src/exec/libcsupport/include/vmeintr.h (modified) * c/src/exec/libcsupport/src/__brk.c (modified) * c/src/exec/libcsupport/src/__gettod.c (modified) * c/src/exec/libcsupport/src/__times.c (modified) * c/src/exec/libcsupport/src/hosterr.c (modified) * c/src/exec/libcsupport/src/malloc.c (modified) * c/src/exec/libcsupport/src/no_libc.c (modified) * c/src/exec/posix/headers/cond.h (modified) * c/src/exec/posix/headers/condmp.h (modified) * c/src/exec/posix/headers/config.h (modified) * c/src/exec/posix/headers/intr.h (modified) * c/src/exec/posix/headers/key.h (modified) * c/src/exec/posix/headers/mqueue.h (modified) * c/src/exec/posix/headers/mqueuemp.h (modified) * c/src/exec/posix/headers/mutex.h (modified) * c/src/exec/posix/headers/mutexmp.h (modified) * c/src/exec/posix/headers/posixapi.h (modified) * c/src/exec/posix/headers/pthread.h (modified) * c/src/exec/posix/headers/pthreadmp.h (modified) * c/src/exec/posix/headers/semaphore.h (modified) * c/src/exec/posix/headers/semaphoremp.h (modified) * c/src/exec/posix/headers/seterr.h (modified) * c/src/exec/posix/include/rtems/posix/cond.h (modified) * c/src/exec/posix/include/rtems/posix/condmp.h (modified) * c/src/exec/posix/include/rtems/posix/config.h (modified) * c/src/exec/posix/include/rtems/posix/intr.h (modified) * c/src/exec/posix/include/rtems/posix/key.h (modified) * c/src/exec/posix/include/rtems/posix/mqueue.h (modified) * c/src/exec/posix/include/rtems/posix/mqueuemp.h (modified) * c/src/exec/posix/include/rtems/posix/mutex.h (modified) * c/src/exec/posix/include/rtems/posix/mutexmp.h (modified) * c/src/exec/posix/include/rtems/posix/posixapi.h (modified) * c/src/exec/posix/include/rtems/posix/pthread.h (modified) * c/src/exec/posix/include/rtems/posix/pthreadmp.h (modified) * c/src/exec/posix/include/rtems/posix/semaphore.h (modified) * c/src/exec/posix/include/rtems/posix/semaphoremp.h (modified) * c/src/exec/posix/include/rtems/posix/seterr.h (modified) * c/src/exec/posix/inline/cond.inl (modified) * c/src/exec/posix/inline/intr.inl (modified) * c/src/exec/posix/inline/key.inl (modified) * c/src/exec/posix/inline/mqueue.inl (modified) * c/src/exec/posix/inline/mutex.inl (modified) * c/src/exec/posix/inline/pthread.inl (modified) * c/src/exec/posix/inline/rtems/posix/cond.inl (modified) * c/src/exec/posix/inline/rtems/posix/intr.inl (modified) * c/src/exec/posix/inline/rtems/posix/key.inl (modified) * c/src/exec/posix/inline/rtems/posix/mqueue.inl (modified) * c/src/exec/posix/inline/rtems/posix/mutex.inl (modified) * c/src/exec/posix/inline/rtems/posix/pthread.inl (modified) * c/src/exec/posix/inline/rtems/posix/semaphore.inl (modified) * c/src/exec/posix/inline/semaphore.inl (modified) * c/src/exec/rtems/headers/asr.h (modified) * c/src/exec/rtems/headers/attr.h (modified) * c/src/exec/rtems/headers/clock.h (modified) * c/src/exec/rtems/headers/config.h (modified) * c/src/exec/rtems/headers/dpmem.h (modified) * c/src/exec/rtems/headers/event.h (modified) * c/src/exec/rtems/headers/eventmp.h (modified) * c/src/exec/rtems/headers/eventset.h (modified) * c/src/exec/rtems/headers/intr.h (modified) * c/src/exec/rtems/headers/message.h (modified) * c/src/exec/rtems/headers/modes.h (modified) * c/src/exec/rtems/headers/mp.h (modified) * c/src/exec/rtems/headers/msgmp.h (modified) * c/src/exec/rtems/headers/options.h (modified) * c/src/exec/rtems/headers/part.h (modified) * c/src/exec/rtems/headers/partmp.h (modified) * c/src/exec/rtems/headers/ratemon.h (modified) * c/src/exec/rtems/headers/region.h (modified) * c/src/exec/rtems/headers/regionmp.h (modified) * c/src/exec/rtems/headers/rtems.h (modified) * c/src/exec/rtems/headers/rtemsapi.h (modified) * c/src/exec/rtems/headers/sem.h (modified) * c/src/exec/rtems/headers/semmp.h (modified) * c/src/exec/rtems/headers/signal.h (modified) * c/src/exec/rtems/headers/signalmp.h (modified) * c/src/exec/rtems/headers/status.h (modified) * c/src/exec/rtems/headers/support.h (modified) * c/src/exec/rtems/headers/taskmp.h (modified) * c/src/exec/rtems/headers/tasks.h (modified) * c/src/exec/rtems/headers/timer.h (modified) * c/src/exec/rtems/headers/types.h (modified) * c/src/exec/rtems/include/rtems.h (modified) * c/src/exec/rtems/include/rtems/rtems/asr.h (modified) * c/src/exec/rtems/include/rtems/rtems/attr.h (modified) * c/src/exec/rtems/include/rtems/rtems/clock.h (modified) * c/src/exec/rtems/include/rtems/rtems/config.h (modified) * c/src/exec/rtems/include/rtems/rtems/dpmem.h (modified) * c/src/exec/rtems/include/rtems/rtems/event.h (modified) * c/src/exec/rtems/include/rtems/rtems/eventmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/eventset.h (modified) * c/src/exec/rtems/include/rtems/rtems/intr.h (modified) * c/src/exec/rtems/include/rtems/rtems/message.h (modified) * c/src/exec/rtems/include/rtems/rtems/modes.h (modified) * c/src/exec/rtems/include/rtems/rtems/mp.h (modified) * c/src/exec/rtems/include/rtems/rtems/msgmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/options.h (modified) * c/src/exec/rtems/include/rtems/rtems/part.h (modified) * c/src/exec/rtems/include/rtems/rtems/partmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/ratemon.h (modified) * c/src/exec/rtems/include/rtems/rtems/region.h (modified) * c/src/exec/rtems/include/rtems/rtems/regionmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/rtemsapi.h (modified) * c/src/exec/rtems/include/rtems/rtems/sem.h (modified) * c/src/exec/rtems/include/rtems/rtems/semmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/signal.h (modified) * c/src/exec/rtems/include/rtems/rtems/signalmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/status.h (modified) * c/src/exec/rtems/include/rtems/rtems/support.h (modified) * c/src/exec/rtems/include/rtems/rtems/taskmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/tasks.h (modified) * c/src/exec/rtems/include/rtems/rtems/timer.h (modified) * c/src/exec/rtems/include/rtems/rtems/types.h (modified) * c/src/exec/rtems/inline/asr.inl (modified) * c/src/exec/rtems/inline/attr.inl (modified) * c/src/exec/rtems/inline/dpmem.inl (modified) * c/src/exec/rtems/inline/event.inl (modified) * c/src/exec/rtems/inline/eventset.inl (modified) * c/src/exec/rtems/inline/message.inl (modified) * c/src/exec/rtems/inline/modes.inl (modified) * c/src/exec/rtems/inline/options.inl (modified) * c/src/exec/rtems/inline/part.inl (modified) * c/src/exec/rtems/inline/ratemon.inl (modified) * c/src/exec/rtems/inline/region.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/asr.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/attr.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/dpmem.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/event.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/eventset.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/message.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/modes.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/options.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/part.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/ratemon.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/region.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/sem.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/status.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/support.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/tasks.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/timer.inl (modified) * c/src/exec/rtems/inline/sem.inl (modified) * c/src/exec/rtems/inline/status.inl (modified) * c/src/exec/rtems/inline/support.inl (modified) * c/src/exec/rtems/inline/tasks.inl (modified) * c/src/exec/rtems/inline/timer.inl (modified) * c/src/exec/rtems/macros/asr.inl (modified) * c/src/exec/rtems/macros/attr.inl (modified) * c/src/exec/rtems/macros/dpmem.inl (modified) * c/src/exec/rtems/macros/event.inl (modified) * c/src/exec/rtems/macros/eventset.inl (modified) * c/src/exec/rtems/macros/message.inl (modified) * c/src/exec/rtems/macros/modes.inl (modified) * c/src/exec/rtems/macros/options.inl (modified) * c/src/exec/rtems/macros/part.inl (modified) * c/src/exec/rtems/macros/ratemon.inl (modified) * c/src/exec/rtems/macros/region.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/asr.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/attr.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/dpmem.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/event.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/eventset.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/message.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/modes.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/options.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/part.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/ratemon.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/region.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/sem.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/status.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/support.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/tasks.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/timer.inl (modified) * c/src/exec/rtems/macros/sem.inl (modified) * c/src/exec/rtems/macros/status.inl (modified) * c/src/exec/rtems/macros/support.inl (modified) * c/src/exec/rtems/macros/tasks.inl (modified) * c/src/exec/rtems/macros/timer.inl (modified) * c/src/exec/rtems/optman/no-dpmem.c (modified) * c/src/exec/rtems/optman/no-event.c (modified) * c/src/exec/rtems/optman/no-mp.c (modified) * c/src/exec/rtems/optman/no-msg.c (modified) * c/src/exec/rtems/optman/no-part.c (modified) * c/src/exec/rtems/optman/no-region.c (modified) * c/src/exec/rtems/optman/no-rtmon.c (modified) * c/src/exec/rtems/optman/no-sem.c (modified) * c/src/exec/rtems/optman/no-signal.c (modified) * c/src/exec/rtems/optman/no-timer.c (modified) * c/src/exec/rtems/src/clock.c (modified) * c/src/exec/rtems/src/dpmem.c (modified) * c/src/exec/rtems/src/event.c (modified) * c/src/exec/rtems/src/eventmp.c (modified) * c/src/exec/rtems/src/intr.c (modified) * c/src/exec/rtems/src/mp.c (modified) * c/src/exec/rtems/src/msg.c (modified) * c/src/exec/rtems/src/msgmp.c (modified) * c/src/exec/rtems/src/part.c (modified) * c/src/exec/rtems/src/partmp.c (modified) * c/src/exec/rtems/src/ratemon.c (modified) * c/src/exec/rtems/src/region.c (modified) * c/src/exec/rtems/src/regionmp.c (modified) * c/src/exec/rtems/src/rtclock.c (modified) * c/src/exec/rtems/src/rtemstimer.c (modified) * c/src/exec/rtems/src/sem.c (modified) * c/src/exec/rtems/src/semmp.c (modified) * c/src/exec/rtems/src/signal.c (modified) * c/src/exec/rtems/src/signalmp.c (modified) * c/src/exec/rtems/src/taskmp.c (modified) * c/src/exec/rtems/src/timer.c (modified) * c/src/exec/sapi/headers/confdefs.h (modified) * c/src/exec/sapi/headers/config.h (modified) * c/src/exec/sapi/headers/directives.h (modified) * c/src/exec/sapi/headers/extension.h (modified) * c/src/exec/sapi/headers/fatal.h (modified) * c/src/exec/sapi/headers/init.h (modified) * c/src/exec/sapi/headers/io.h (modified) * c/src/exec/sapi/headers/mptables.h (modified) * c/src/exec/sapi/headers/sptables.h (modified) * c/src/exec/sapi/include/confdefs.h (modified) * c/src/exec/sapi/include/rtems/config.h (modified) * c/src/exec/sapi/include/rtems/directives.h (modified) * c/src/exec/sapi/include/rtems/extension.h (modified) * c/src/exec/sapi/include/rtems/fatal.h (modified) * c/src/exec/sapi/include/rtems/init.h (modified) * c/src/exec/sapi/include/rtems/io.h (modified) * c/src/exec/sapi/include/rtems/mptables.h (modified) * c/src/exec/sapi/include/rtems/sptables.h (modified) * c/src/exec/sapi/inline/extension.inl (modified) * c/src/exec/sapi/inline/rtems/extension.inl (modified) * c/src/exec/sapi/macros/extension.inl (modified) * c/src/exec/sapi/macros/rtems/extension.inl (modified) * c/src/exec/sapi/optman/no-ext.c (modified) * c/src/exec/sapi/optman/no-io.c (modified) * c/src/exec/sapi/src/debug.c (modified) * c/src/exec/sapi/src/exinit.c (modified) * c/src/exec/sapi/src/extension.c (modified) * c/src/exec/sapi/src/fatal.c (modified) * c/src/exec/sapi/src/io.c (modified) * c/src/exec/sapi/src/posixapi.c (modified) * c/src/exec/sapi/src/rtemsapi.c (modified) * c/src/exec/score/cpu/a29k/a29k.h (modified) * c/src/exec/score/cpu/a29k/a29ktypes.h (modified) * c/src/exec/score/cpu/a29k/asm.h (modified) * c/src/exec/score/cpu/a29k/cpu.c (modified) * c/src/exec/score/cpu/a29k/cpu.h (modified) * c/src/exec/score/cpu/a29k/cpu_asm.h (modified) * c/src/exec/score/cpu/a29k/cpu_asm.s (modified) * c/src/exec/score/cpu/a29k/rtems.c (modified) * c/src/exec/score/cpu/hppa1.1/rtems.s (modified) * c/src/exec/score/cpu/i386/asm.h (modified) * c/src/exec/score/cpu/i386/cpu.c (modified) * c/src/exec/score/cpu/i386/cpu.h (modified) * c/src/exec/score/cpu/i386/cpu_asm.s (modified) * c/src/exec/score/cpu/i386/i386.h (modified) * c/src/exec/score/cpu/i386/i386types.h (modified) * c/src/exec/score/cpu/i386/rtems.s (modified) * c/src/exec/score/cpu/i960/asm.h (modified) * c/src/exec/score/cpu/i960/cpu.c (modified) * c/src/exec/score/cpu/i960/cpu.h (modified) * c/src/exec/score/cpu/i960/cpu_asm.s (modified) * c/src/exec/score/cpu/i960/i960.h (modified) * c/src/exec/score/cpu/i960/i960types.h (modified) * c/src/exec/score/cpu/i960/rtems.s (modified) * c/src/exec/score/cpu/m68k/asm.h (modified) * c/src/exec/score/cpu/m68k/cpu.c (modified) * c/src/exec/score/cpu/m68k/cpu.h (modified) * c/src/exec/score/cpu/m68k/cpu_asm.s (modified) * c/src/exec/score/cpu/m68k/m68k.h (modified) * c/src/exec/score/cpu/m68k/m68ktypes.h (modified) * c/src/exec/score/cpu/m68k/rtems.s (modified) * c/src/exec/score/cpu/mips/asm.h (modified) * c/src/exec/score/cpu/mips/cpu.c (modified) * c/src/exec/score/cpu/mips/cpu_asm.S (modified) * c/src/exec/score/cpu/mips/cpu_asm.h (modified) * c/src/exec/score/cpu/mips/rtems.c (modified) * c/src/exec/score/cpu/mips64orion/asm.h (modified) * c/src/exec/score/cpu/mips64orion/cpu.c (modified) * c/src/exec/score/cpu/mips64orion/cpu.h (modified) * c/src/exec/score/cpu/mips64orion/cpu_asm.S (modified) * c/src/exec/score/cpu/mips64orion/cpu_asm.h (modified) * c/src/exec/score/cpu/mips64orion/mips64orion.h (modified) * c/src/exec/score/cpu/mips64orion/mipstypes.h (modified) * c/src/exec/score/cpu/mips64orion/rtems.c (modified) * c/src/exec/score/cpu/no_cpu/asm.h (modified) * c/src/exec/score/cpu/no_cpu/cpu.c (modified) * c/src/exec/score/cpu/no_cpu/cpu.h (modified) * c/src/exec/score/cpu/no_cpu/cpu_asm.c (modified) * c/src/exec/score/cpu/no_cpu/cpu_asm.h (modified) * c/src/exec/score/cpu/no_cpu/no_cpu.h (modified) * c/src/exec/score/cpu/no_cpu/no_cputypes.h (modified) * c/src/exec/score/cpu/no_cpu/rtems.c (modified) * c/src/exec/score/cpu/powerpc/cpu.c (modified) * c/src/exec/score/cpu/powerpc/cpu.h (modified) * c/src/exec/score/cpu/powerpc/cpu_asm.s (modified) * c/src/exec/score/cpu/powerpc/ppc.h (modified) * c/src/exec/score/cpu/powerpc/ppctypes.h (modified) * c/src/exec/score/cpu/powerpc/rtems.s (modified) * c/src/exec/score/cpu/sparc/cpu.c (modified) * c/src/exec/score/cpu/sparc/cpu.h (modified) * c/src/exec/score/cpu/sparc/cpu_asm.s (modified) * c/src/exec/score/cpu/sparc/erc32.h (modified) * c/src/exec/score/cpu/sparc/rtems.s (modified) * c/src/exec/score/cpu/sparc/sparc.h (modified) * c/src/exec/score/cpu/sparc/sparctypes.h (modified) * c/src/exec/score/cpu/unix/unix.h (modified) * c/src/exec/score/cpu/unix/unixtypes.h (modified) * c/src/exec/score/headers/address.h (modified) * c/src/exec/score/headers/apiext.h (modified) * c/src/exec/score/headers/bitfield.h (modified) * c/src/exec/score/headers/chain.h (modified) * c/src/exec/score/headers/context.h (modified) * c/src/exec/score/headers/copyrt.h (modified) * c/src/exec/score/headers/coremsg.h (modified) * c/src/exec/score/headers/coremutex.h (modified) * c/src/exec/score/headers/coresem.h (modified) * c/src/exec/score/headers/debug.h (modified) * c/src/exec/score/headers/heap.h (modified) * c/src/exec/score/headers/interr.h (modified) * c/src/exec/score/headers/isr.h (modified) * c/src/exec/score/headers/mpci.h (modified) * c/src/exec/score/headers/mppkt.h (modified) * c/src/exec/score/headers/object.h (modified) * c/src/exec/score/headers/objectmp.h (modified) * c/src/exec/score/headers/priority.h (modified) * c/src/exec/score/headers/stack.h (modified) * c/src/exec/score/headers/states.h (modified) * c/src/exec/score/headers/sysstate.h (modified) * c/src/exec/score/headers/system.h (modified) * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/headers/threadmp.h (modified) * c/src/exec/score/headers/threadq.h (modified) * c/src/exec/score/headers/tod.h (modified) * c/src/exec/score/headers/tqdata.h (modified) * c/src/exec/score/headers/userext.h (modified) * c/src/exec/score/headers/watchdog.h (modified) * c/src/exec/score/headers/wkspace.h (modified) * c/src/exec/score/include/rtems/debug.h (modified) * c/src/exec/score/include/rtems/score/address.h (modified) * c/src/exec/score/include/rtems/score/apiext.h (modified) * c/src/exec/score/include/rtems/score/bitfield.h (modified) * c/src/exec/score/include/rtems/score/chain.h (modified) * c/src/exec/score/include/rtems/score/context.h (modified) * c/src/exec/score/include/rtems/score/copyrt.h (modified) * c/src/exec/score/include/rtems/score/coremsg.h (modified) * c/src/exec/score/include/rtems/score/coremutex.h (modified) * c/src/exec/score/include/rtems/score/coresem.h (modified) * c/src/exec/score/include/rtems/score/heap.h (modified) * c/src/exec/score/include/rtems/score/interr.h (modified) * c/src/exec/score/include/rtems/score/isr.h (modified) * c/src/exec/score/include/rtems/score/mpci.h (modified) * c/src/exec/score/include/rtems/score/mppkt.h (modified) * c/src/exec/score/include/rtems/score/object.h (modified) * c/src/exec/score/include/rtems/score/objectmp.h (modified) * c/src/exec/score/include/rtems/score/priority.h (modified) * c/src/exec/score/include/rtems/score/stack.h (modified) * c/src/exec/score/include/rtems/score/states.h (modified) * c/src/exec/score/include/rtems/score/sysstate.h (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * c/src/exec/score/include/rtems/score/threadmp.h (modified) * c/src/exec/score/include/rtems/score/threadq.h (modified) * c/src/exec/score/include/rtems/score/tod.h (modified) * c/src/exec/score/include/rtems/score/tqdata.h (modified) * c/src/exec/score/include/rtems/score/userext.h (modified) * c/src/exec/score/include/rtems/score/watchdog.h (modified) * c/src/exec/score/include/rtems/score/wkspace.h (modified) * c/src/exec/score/include/rtems/system.h (modified) * c/src/exec/score/inline/address.inl (modified) * c/src/exec/score/inline/chain.inl (modified) * c/src/exec/score/inline/coremsg.inl (modified) * c/src/exec/score/inline/coremutex.inl (modified) * c/src/exec/score/inline/coresem.inl (modified) * c/src/exec/score/inline/heap.inl (modified) * c/src/exec/score/inline/isr.inl (modified) * c/src/exec/score/inline/mppkt.inl (modified) * c/src/exec/score/inline/object.inl (modified) * c/src/exec/score/inline/objectmp.inl (modified) * c/src/exec/score/inline/priority.inl (modified) * c/src/exec/score/inline/rtems/score/address.inl (modified) * c/src/exec/score/inline/rtems/score/chain.inl (modified) * c/src/exec/score/inline/rtems/score/coremsg.inl (modified) * c/src/exec/score/inline/rtems/score/coremutex.inl (modified) * c/src/exec/score/inline/rtems/score/coresem.inl (modified) * c/src/exec/score/inline/rtems/score/heap.inl (modified) * c/src/exec/score/inline/rtems/score/isr.inl (modified) * c/src/exec/score/inline/rtems/score/mppkt.inl (modified) * c/src/exec/score/inline/rtems/score/object.inl (modified) * c/src/exec/score/inline/rtems/score/objectmp.inl (modified) * c/src/exec/score/inline/rtems/score/priority.inl (modified) * c/src/exec/score/inline/rtems/score/stack.inl (modified) * c/src/exec/score/inline/rtems/score/states.inl (modified) * c/src/exec/score/inline/rtems/score/sysstate.inl (modified) * c/src/exec/score/inline/rtems/score/thread.inl (modified) * c/src/exec/score/inline/rtems/score/threadmp.inl (modified) * c/src/exec/score/inline/rtems/score/tod.inl (modified) * c/src/exec/score/inline/rtems/score/tqdata.inl (modified) * c/src/exec/score/inline/rtems/score/userext.inl (modified) * c/src/exec/score/inline/rtems/score/watchdog.inl (modified) * c/src/exec/score/inline/rtems/score/wkspace.inl (modified) * c/src/exec/score/inline/stack.inl (modified) * c/src/exec/score/inline/states.inl (modified) * c/src/exec/score/inline/sysstate.inl (modified) * c/src/exec/score/inline/thread.inl (modified) * c/src/exec/score/inline/threadmp.inl (modified) * c/src/exec/score/inline/tod.inl (modified) * c/src/exec/score/inline/tqdata.inl (modified) * c/src/exec/score/inline/userext.inl (modified) * c/src/exec/score/inline/watchdog.inl (modified) * c/src/exec/score/inline/wkspace.inl (modified) * c/src/exec/score/macros/address.inl (modified) * c/src/exec/score/macros/chain.inl (modified) * c/src/exec/score/macros/coremsg.inl (modified) * c/src/exec/score/macros/coremutex.inl (modified) * c/src/exec/score/macros/coresem.inl (modified) * c/src/exec/score/macros/heap.inl (modified) * c/src/exec/score/macros/isr.inl (modified) * c/src/exec/score/macros/mppkt.inl (modified) * c/src/exec/score/macros/object.inl (modified) * c/src/exec/score/macros/objectmp.inl (modified) * c/src/exec/score/macros/priority.inl (modified) * c/src/exec/score/macros/rtems/score/address.inl (modified) * c/src/exec/score/macros/rtems/score/chain.inl (modified) * c/src/exec/score/macros/rtems/score/coremsg.inl (modified) * c/src/exec/score/macros/rtems/score/coremutex.inl (modified) * c/src/exec/score/macros/rtems/score/coresem.inl (modified) * c/src/exec/score/macros/rtems/score/heap.inl (modified) * c/src/exec/score/macros/rtems/score/isr.inl (modified) * c/src/exec/score/macros/rtems/score/mppkt.inl (modified) * c/src/exec/score/macros/rtems/score/object.inl (modified) * c/src/exec/score/macros/rtems/score/objectmp.inl (modified) * c/src/exec/score/macros/rtems/score/priority.inl (modified) * c/src/exec/score/macros/rtems/score/stack.inl (modified) * c/src/exec/score/macros/rtems/score/states.inl (modified) * c/src/exec/score/macros/rtems/score/sysstate.inl (modified) * c/src/exec/score/macros/rtems/score/thread.inl (modified) * c/src/exec/score/macros/rtems/score/threadmp.inl (modified) * c/src/exec/score/macros/rtems/score/tod.inl (modified) * c/src/exec/score/macros/rtems/score/tqdata.inl (modified) * c/src/exec/score/macros/rtems/score/userext.inl (modified) * c/src/exec/score/macros/rtems/score/watchdog.inl (modified) * c/src/exec/score/macros/rtems/score/wkspace.inl (modified) * c/src/exec/score/macros/stack.inl (modified) * c/src/exec/score/macros/states.inl (modified) * c/src/exec/score/macros/sysstate.inl (modified) * c/src/exec/score/macros/thread.inl (modified) * c/src/exec/score/macros/threadmp.inl (modified) * c/src/exec/score/macros/tod.inl (modified) * c/src/exec/score/macros/tqdata.inl (modified) * c/src/exec/score/macros/userext.inl (modified) * c/src/exec/score/macros/watchdog.inl (modified) * c/src/exec/score/macros/wkspace.inl (modified) * c/src/exec/score/src/apiext.c (modified) * c/src/exec/score/src/chain.c (modified) * c/src/exec/score/src/coremsg.c (modified) * c/src/exec/score/src/coremutex.c (modified) * c/src/exec/score/src/coresem.c (modified) * c/src/exec/score/src/coretod.c (modified) * c/src/exec/score/src/heap.c (modified) * c/src/exec/score/src/interr.c (modified) * c/src/exec/score/src/isr.c (modified) * c/src/exec/score/src/mpci.c (modified) * c/src/exec/score/src/object.c (modified) * c/src/exec/score/src/objectmp.c (modified) * c/src/exec/score/src/thread.c (modified) * c/src/exec/score/src/threadmp.c (modified) * c/src/exec/score/src/threadq.c (modified) * c/src/exec/score/src/tod.c (modified) * c/src/exec/score/src/userext.c (modified) * c/src/exec/score/src/watchdog.c (modified) * c/src/exec/score/src/wkspace.c (modified) * c/src/exec/score/tools/hppa1.1/genoffsets.c (modified) * c/src/exec/score/tools/unix/gensize.c (modified) * c/src/lib/include/clockdrv.h (modified) * c/src/lib/include/console.h (modified) * c/src/lib/include/iosupp.h (modified) * c/src/lib/include/rtems/libcsupport.h (modified) * c/src/lib/include/spurious.h (modified) * c/src/lib/include/timerdrv.h (modified) * c/src/lib/include/vmeintr.h (modified) * c/src/lib/libbsp/a29k/portsw/console/console.c (modified) * c/src/lib/libbsp/a29k/portsw/include/bsp.h (modified) * c/src/lib/libbsp/a29k/portsw/include/coverhd.h (modified) * c/src/lib/libbsp/a29k/portsw/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/a29k/portsw/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/a29k/portsw/shmsupp/lock.c (modified) * c/src/lib/libbsp/a29k/portsw/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/a29k/portsw/startup/bspclean.c (modified) * c/src/lib/libbsp/a29k/portsw/startup/bspstart.c (modified) * c/src/lib/libbsp/a29k/portsw/startup/main.c (modified) * c/src/lib/libbsp/a29k/portsw/startup/setvec.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h (modified) * c/src/lib/libbsp/hppa1.1/simhppa/include/coverhd.h (modified) * c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/intr.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/lock.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/startup/bspclean.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/startup/setvec.c (modified) * c/src/lib/libbsp/i386/force386/clock/ckinit.c (modified) * c/src/lib/libbsp/i386/force386/console/console.c (modified) * c/src/lib/libbsp/i386/force386/include/bsp.h (modified) * c/src/lib/libbsp/i386/force386/include/coverhd.h (modified) * c/src/lib/libbsp/i386/force386/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/i386/force386/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/i386/force386/shmsupp/lock.c (modified) * c/src/lib/libbsp/i386/force386/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/i386/force386/startup/bspstart.c (modified) * c/src/lib/libbsp/i386/force386/startup/exit.c (modified) * c/src/lib/libbsp/i386/force386/startup/ldsegs.s (modified) * c/src/lib/libbsp/i386/force386/startup/linkcmds (modified) * c/src/lib/libbsp/i386/force386/startup/setvec.c (modified) * c/src/lib/libbsp/i386/force386/timer/timer.c (modified) * c/src/lib/libbsp/i386/force386/timer/timerisr.s (modified) * c/src/lib/libbsp/i386/go32/include/bsp.h (modified) * c/src/lib/libbsp/i386/go32/include/coverhd.h (modified) * c/src/lib/libbsp/i386/go32/startup/bspstart.c (modified) * c/src/lib/libbsp/i386/go32/startup/exit.c (modified) * c/src/lib/libbsp/i386/go32/startup/setvec.c (modified) * c/src/lib/libbsp/i386/go32/timer/timer.c (modified) * c/src/lib/libbsp/i386/go32/timer/timerisr.s (modified) * c/src/lib/libbsp/i386/i386ex/clock/ckinit.c (modified) * c/src/lib/libbsp/i386/i386ex/console/console.c (modified) * c/src/lib/libbsp/i386/i386ex/include/bsp.h (modified) * c/src/lib/libbsp/i386/i386ex/include/coverhd.h (modified) * c/src/lib/libbsp/i386/i386ex/startup/bspstart.c (modified) * c/src/lib/libbsp/i386/i386ex/startup/linkcmds (modified) * c/src/lib/libbsp/i386/i386ex/startup/setvec.c (modified) * c/src/lib/libbsp/i386/i386ex/timer/timer.c (modified) * c/src/lib/libbsp/i386/i386ex/timer/timerisr.s (modified) * c/src/lib/libbsp/i960/cvme961/clock/ckinit.c (modified) * c/src/lib/libbsp/i960/cvme961/console/console.c (modified) * c/src/lib/libbsp/i960/cvme961/include/bsp.h (modified) * c/src/lib/libbsp/i960/cvme961/include/coverhd.h (modified) * c/src/lib/libbsp/i960/cvme961/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/i960/cvme961/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/i960/cvme961/shmsupp/lock.c (modified) * c/src/lib/libbsp/i960/cvme961/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/i960/cvme961/startup/bspclean.c (modified) * c/src/lib/libbsp/i960/cvme961/startup/bspstart.c (modified) * c/src/lib/libbsp/i960/cvme961/startup/exit.c (modified) * c/src/lib/libbsp/i960/cvme961/startup/linkcmds (modified) * c/src/lib/libbsp/i960/cvme961/startup/setvec.c (modified) * c/src/lib/libbsp/i960/cvme961/timer/timer.c (modified) * c/src/lib/libbsp/i960/cvme961/timer/timerisr.s (modified) * c/src/lib/libbsp/m68k/dmv152/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/dmv152/console/console.c (modified) * c/src/lib/libbsp/m68k/dmv152/include/bsp.h (modified) * c/src/lib/libbsp/m68k/dmv152/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/dmv152/spurious/spinit.c (modified) * c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/dmv152/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/dmv152/startup/vmeintr.c (modified) * c/src/lib/libbsp/m68k/dmv152/timer/timer.c (modified) * c/src/lib/libbsp/m68k/dmv152/timer/timerisr.s (modified) * c/src/lib/libbsp/m68k/efi332/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/efi332/console/console.c (modified) * c/src/lib/libbsp/m68k/efi332/include/bsp.h (modified) * c/src/lib/libbsp/m68k/efi332/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/efi332/misc/interr.c (modified) * c/src/lib/libbsp/m68k/efi332/spurious/spinit.c (modified) * c/src/lib/libbsp/m68k/efi332/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/efi332/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/efi332/timer/timer.c (modified) * c/src/lib/libbsp/m68k/efi68k/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/efi68k/console/console.c (modified) * c/src/lib/libbsp/m68k/efi68k/include/bsp.h (modified) * c/src/lib/libbsp/m68k/efi68k/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/efi68k/spurious/spinit.c (modified) * c/src/lib/libbsp/m68k/efi68k/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/efi68k/startup/setvec.c (modified) * c/src/lib/libbsp/m68k/efi68k/timer/timer.c (modified) * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/gen68302/console/console.c (modified) * c/src/lib/libbsp/m68k/gen68302/include/bsp.h (modified) * c/src/lib/libbsp/m68k/gen68302/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/gen68302/start/start302.s (modified) * c/src/lib/libbsp/m68k/gen68302/start302/start302.s (modified) * c/src/lib/libbsp/m68k/gen68302/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/gen68302/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/gen68302/timer/timer.c (modified) * c/src/lib/libbsp/m68k/gen68360/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/gen68360/console/console.c (modified) * c/src/lib/libbsp/m68k/gen68360/include/bsp.h (modified) * c/src/lib/libbsp/m68k/gen68360/start/start360.s (modified) * c/src/lib/libbsp/m68k/gen68360/start360/start360.s (modified) * c/src/lib/libbsp/m68k/gen68360/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/gen68360/timer/timer.c (modified) * c/src/lib/libbsp/m68k/idp/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/idp/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/idp/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/idp/timer/timer.c (modified) * c/src/lib/libbsp/m68k/idp/timer/timerisr.s (modified) * c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/mvme136/console/console.c (modified) * c/src/lib/libbsp/m68k/mvme136/include/bsp.h (modified) * c/src/lib/libbsp/m68k/mvme136/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c (modified) * c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/mvme136/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mvme136/timer/timer.c (modified) * c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s (modified) * c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/mvme147/console/console.c (modified) * c/src/lib/libbsp/m68k/mvme147/include/bsp.h (modified) * c/src/lib/libbsp/m68k/mvme147/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/mvme147/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mvme147/timer/timer.c (modified) * c/src/lib/libbsp/m68k/mvme147s/include/bsp.h (modified) * c/src/lib/libbsp/m68k/mvme147s/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/mvme147s/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c (modified) * c/src/lib/libbsp/m68k/mvme147s/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c (modified) * c/src/lib/libbsp/m68k/mvme162/console/console.c (modified) * c/src/lib/libbsp/m68k/mvme162/include/bsp.h (modified) * c/src/lib/libbsp/m68k/mvme162/include/coverhd.h (modified) * c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/mvme162/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/mvme162/timer/timer.c (modified) * c/src/lib/libbsp/m68k/mvme162/timer/timerisr.s (modified) * c/src/lib/libbsp/m68k/shared/setvec.c (modified) * c/src/lib/libbsp/mips/p4000/console/console.c (modified) * c/src/lib/libbsp/mips/p4000/include/bsp.h (modified) * c/src/lib/libbsp/mips/p4000/include/coverhd.h (modified) * c/src/lib/libbsp/mips/p4000/startup/bspclean.c (modified) * c/src/lib/libbsp/mips/p4000/startup/setvec.c (modified) * c/src/lib/libbsp/mips64orion/p4000/console/console.c (modified) * c/src/lib/libbsp/mips64orion/p4000/include/bsp.h (modified) * c/src/lib/libbsp/mips64orion/p4000/include/coverhd.h (modified) * c/src/lib/libbsp/mips64orion/p4000/startup/bspclean.c (modified) * c/src/lib/libbsp/mips64orion/p4000/startup/setvec.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/console/console.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h (modified) * c/src/lib/libbsp/no_cpu/no_bsp/include/coverhd.h (modified) * c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/startup/bspclean.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds (modified) * c/src/lib/libbsp/no_cpu/no_bsp/startup/main.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c (modified) * c/src/lib/libbsp/powerpc/papyrus/include/bsp.h (modified) * c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h (modified) * c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c (modified) * c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c (modified) * c/src/lib/libbsp/shared/sbrk.c (modified) * c/src/lib/libbsp/shmdr/addlq.c (modified) * c/src/lib/libbsp/shmdr/cnvpkt.c (modified) * c/src/lib/libbsp/shmdr/dump.c (modified) * c/src/lib/libbsp/shmdr/fatal.c (modified) * c/src/lib/libbsp/shmdr/getlq.c (modified) * c/src/lib/libbsp/shmdr/getpkt.c (modified) * c/src/lib/libbsp/shmdr/init.c (modified) * c/src/lib/libbsp/shmdr/initlq.c (modified) * c/src/lib/libbsp/shmdr/intr.c (modified) * c/src/lib/libbsp/shmdr/mpci.h (modified) * c/src/lib/libbsp/shmdr/mpisr.c (modified) * c/src/lib/libbsp/shmdr/poll.c (modified) * c/src/lib/libbsp/shmdr/receive.c (modified) * c/src/lib/libbsp/shmdr/retpkt.c (modified) * c/src/lib/libbsp/shmdr/send.c (modified) * c/src/lib/libbsp/shmdr/setckvec.c (modified) * c/src/lib/libbsp/shmdr/shm.h (modified) * c/src/lib/libbsp/shmdr/shm_driver.h (modified) * c/src/lib/libbsp/sparc/erc32/clock/ckinit.c (modified) * c/src/lib/libbsp/sparc/erc32/console/console.c (modified) * c/src/lib/libbsp/sparc/erc32/include/bsp.h (modified) * c/src/lib/libbsp/sparc/erc32/include/coverhd.h (modified) * c/src/lib/libbsp/sparc/erc32/startup/bspclean.c (modified) * c/src/lib/libbsp/sparc/erc32/startup/bspstart.c (modified) * c/src/lib/libbsp/sparc/erc32/startup/setvec.c (modified) * c/src/lib/libbsp/sparc/erc32/timer/timer.c (modified) * c/src/lib/libbsp/unix/posix/clock/clock.c (modified) * c/src/lib/libbsp/unix/posix/include/bsp.h (modified) * c/src/lib/libbsp/unix/posix/include/coverhd.h (modified) * c/src/lib/libbsp/unix/posix/shmsupp/addrconv.c (modified) * c/src/lib/libbsp/unix/posix/shmsupp/getcfg.c (modified) * c/src/lib/libbsp/unix/posix/shmsupp/intr.c (modified) * c/src/lib/libbsp/unix/posix/shmsupp/lock.c (modified) * c/src/lib/libbsp/unix/posix/shmsupp/mpisr.c (modified) * c/src/lib/libbsp/unix/posix/startup/bspclean.c (modified) * c/src/lib/libbsp/unix/posix/startup/bspstart.c (modified) * c/src/lib/libbsp/unix/posix/startup/exit.c (modified) * c/src/lib/libbsp/unix/posix/startup/setvec.c (modified) * c/src/lib/libbsp/unix/posix/timer/timer.c (modified) * c/src/lib/libc/__brk.c (modified) * c/src/lib/libc/__gettod.c (modified) * c/src/lib/libc/__times.c (modified) * c/src/lib/libc/hosterr.c (modified) * c/src/lib/libc/internal.h (modified) * c/src/lib/libc/libcsupport.h (modified) * c/src/lib/libc/malloc.c (modified) * c/src/lib/libc/no_libc.c (modified) * c/src/lib/libc/support.c (modified) * c/src/lib/libc/syscalls.c (modified) * c/src/lib/libcpu/hppa1.1/clock/clock.c (modified) * c/src/lib/libcpu/hppa1.1/timer/timer.c (modified) * c/src/lib/libcpu/mips/clock/ckinit.c (modified) * c/src/lib/libcpu/mips/timer/timer.c (modified) * c/src/lib/libcpu/mips64orion/clock/ckinit.c (modified) * c/src/lib/libcpu/mips64orion/timer/timer.c (modified) * c/src/lib/libcpu/powerpc/ppc403/clock/clock.c (modified) * c/src/lib/libcpu/powerpc/ppc403/console/console.c (modified) * c/src/lib/libcpu/powerpc/ppc403/timer/timer.c (modified) * c/src/lib/libcpu/sparc/include/erc32.h (modified) * c/src/lib/libmisc/cpuuse/cpuuse.c (modified) * c/src/lib/libmisc/cpuuse/cpuuse.h (modified) * c/src/lib/libmisc/cpuuse/internal.h (modified) * c/src/lib/libmisc/stackchk/check.c (modified) * c/src/lib/libmisc/stackchk/internal.h (modified) * c/src/lib/libmisc/stackchk/stackchk.h (modified) * c/src/lib/start/i960/start.s (modified) * c/src/lib/start/m68k/start.s (modified) * c/src/libchip/shmdr/addlq.c (modified) * c/src/libchip/shmdr/cnvpkt.c (modified) * c/src/libchip/shmdr/dump.c (modified) * c/src/libchip/shmdr/fatal.c (modified) * c/src/libchip/shmdr/getlq.c (modified) * c/src/libchip/shmdr/getpkt.c (modified) * c/src/libchip/shmdr/init.c (modified) * c/src/libchip/shmdr/initlq.c (modified) * c/src/libchip/shmdr/intr.c (modified) * c/src/libchip/shmdr/mpci.h (modified) * c/src/libchip/shmdr/mpisr.c (modified) * c/src/libchip/shmdr/poll.c (modified) * c/src/libchip/shmdr/receive.c (modified) * c/src/libchip/shmdr/retpkt.c (modified) * c/src/libchip/shmdr/send.c (modified) * c/src/libchip/shmdr/setckvec.c (modified) * c/src/libchip/shmdr/shm_driver.h (modified) * c/src/libmisc/cpuuse/cpuuse.c (modified) * c/src/libmisc/cpuuse/cpuuse.h (modified) * c/src/libmisc/cpuuse/internal.h (modified) * c/src/libmisc/stackchk/check.c (modified) * c/src/libmisc/stackchk/internal.h (modified) * c/src/libmisc/stackchk/stackchk.h (modified) * c/src/optman/rtems/no-dpmem.c (modified) * c/src/optman/rtems/no-event.c (modified) * c/src/optman/rtems/no-mp.c (modified) * c/src/optman/rtems/no-msg.c (modified) * c/src/optman/rtems/no-part.c (modified) * c/src/optman/rtems/no-region.c (modified) * c/src/optman/rtems/no-rtmon.c (modified) * c/src/optman/rtems/no-sem.c (modified) * c/src/optman/rtems/no-signal.c (modified) * c/src/optman/rtems/no-timer.c (modified) * c/src/optman/sapi/no-ext.c (modified) * c/src/optman/sapi/no-io.c (modified) * c/src/tests/libtests/cpuuse/init.c (modified) * c/src/tests/libtests/cpuuse/system.h (modified) * c/src/tests/libtests/cpuuse/task1.c (modified) * c/src/tests/libtests/cpuuse/task2.c (modified) * c/src/tests/libtests/cpuuse/task3.c (modified) * c/src/tests/libtests/cpuuse/tswitch.c (modified) * c/src/tests/libtests/malloctest/init.c (modified) * c/src/tests/libtests/malloctest/system.h (modified) * c/src/tests/libtests/malloctest/task1.c (modified) * c/src/tests/libtests/rtmonuse/getall.c (modified) * c/src/tests/libtests/rtmonuse/init.c (modified) * c/src/tests/libtests/rtmonuse/system.h (modified) * c/src/tests/libtests/rtmonuse/task1.c (modified) * c/src/tests/libtests/stackchk/blow.c (modified) * c/src/tests/libtests/stackchk/init.c (modified) * c/src/tests/libtests/stackchk/system.h (modified) * c/src/tests/libtests/stackchk/task1.c (modified) * c/src/tests/mptests/mp01/init.c (modified) * c/src/tests/mptests/mp01/node1/mp01.doc (modified) * c/src/tests/mptests/mp01/node2/mp01.doc (modified) * c/src/tests/mptests/mp01/system.h (modified) * c/src/tests/mptests/mp01/task1.c (modified) * c/src/tests/mptests/mp02/init.c (modified) * c/src/tests/mptests/mp02/node1/mp02.doc (modified) * c/src/tests/mptests/mp02/node2/mp02.doc (modified) * c/src/tests/mptests/mp02/system.h (modified) * c/src/tests/mptests/mp02/task1.c (modified) * c/src/tests/mptests/mp03/delay.c (modified) * c/src/tests/mptests/mp03/init.c (modified) * c/src/tests/mptests/mp03/node1/mp03.doc (modified) * c/src/tests/mptests/mp03/node2/mp03.doc (modified) * c/src/tests/mptests/mp03/system.h (modified) * c/src/tests/mptests/mp03/task1.c (modified) * c/src/tests/mptests/mp04/init.c (modified) * c/src/tests/mptests/mp04/node1/mp04.doc (modified) * c/src/tests/mptests/mp04/node2/mp04.doc (modified) * c/src/tests/mptests/mp04/system.h (modified) * c/src/tests/mptests/mp04/task1.c (modified) * c/src/tests/mptests/mp05/asr.c (modified) * c/src/tests/mptests/mp05/init.c (modified) * c/src/tests/mptests/mp05/node1/mp05.doc (modified) * c/src/tests/mptests/mp05/node2/mp05.doc (modified) * c/src/tests/mptests/mp05/system.h (modified) * c/src/tests/mptests/mp05/task1.c (modified) * c/src/tests/mptests/mp06/init.c (modified) * c/src/tests/mptests/mp06/node1/mp06.doc (modified) * c/src/tests/mptests/mp06/node2/mp06.doc (modified) * c/src/tests/mptests/mp06/system.h (modified) * c/src/tests/mptests/mp06/task1.c (modified) * c/src/tests/mptests/mp07/init.c (modified) * c/src/tests/mptests/mp07/node1/mp07.doc (modified) * c/src/tests/mptests/mp07/node2/mp07.doc (modified) * c/src/tests/mptests/mp07/system.h (modified) * c/src/tests/mptests/mp07/task1.c (modified) * c/src/tests/mptests/mp08/init.c (modified) * c/src/tests/mptests/mp08/node1/mp08.doc (modified) * c/src/tests/mptests/mp08/node2/mp08.doc (modified) * c/src/tests/mptests/mp08/system.h (modified) * c/src/tests/mptests/mp08/task1.c (modified) * c/src/tests/mptests/mp09/init.c (modified) * c/src/tests/mptests/mp09/node1/mp09.doc (modified) * c/src/tests/mptests/mp09/node2/mp09.doc (modified) * c/src/tests/mptests/mp09/recvmsg.c (modified) * c/src/tests/mptests/mp09/sendmsg.c (modified) * c/src/tests/mptests/mp09/system.h (modified) * c/src/tests/mptests/mp09/task1.c (modified) * c/src/tests/mptests/mp10/init.c (modified) * c/src/tests/mptests/mp10/node1/mp10.doc (modified) * c/src/tests/mptests/mp10/node2/mp10.doc (modified) * c/src/tests/mptests/mp10/system.h (modified) * c/src/tests/mptests/mp10/task1.c (modified) * c/src/tests/mptests/mp10/task2.c (modified) * c/src/tests/mptests/mp10/task3.c (modified) * c/src/tests/mptests/mp11/init.c (modified) * c/src/tests/mptests/mp11/node1/mp11.doc (modified) * c/src/tests/mptests/mp11/node2/mp11.doc (modified) * c/src/tests/mptests/mp11/system.h (modified) * c/src/tests/mptests/mp12/init.c (modified) * c/src/tests/mptests/mp12/node1/mp12.doc (modified) * c/src/tests/mptests/mp12/node2/mp12.doc (modified) * c/src/tests/mptests/mp12/system.h (modified) * c/src/tests/mptests/mp13/init.c (modified) * c/src/tests/mptests/mp13/node1/mp13.doc (modified) * c/src/tests/mptests/mp13/node2/mp13.doc (modified) * c/src/tests/mptests/mp13/system.h (modified) * c/src/tests/mptests/mp13/task1.c (modified) * c/src/tests/mptests/mp13/task2.c (modified) * c/src/tests/mptests/mp14/delay.c (modified) * c/src/tests/mptests/mp14/evtask1.c (modified) * c/src/tests/mptests/mp14/evtmtask.c (modified) * c/src/tests/mptests/mp14/exit.c (modified) * c/src/tests/mptests/mp14/init.c (modified) * c/src/tests/mptests/mp14/msgtask1.c (modified) * c/src/tests/mptests/mp14/node1/mp14.doc (modified) * c/src/tests/mptests/mp14/node2/mp14.doc (modified) * c/src/tests/mptests/mp14/pttask1.c (modified) * c/src/tests/mptests/mp14/smtask1.c (modified) * c/src/tests/mptests/mp14/system.h (modified) * c/src/tests/psxtests/psx01/init.c (modified) * c/src/tests/psxtests/psx01/system.h (modified) * c/src/tests/psxtests/psx01/task.c (modified) * c/src/tests/psxtests/psx02/init.c (modified) * c/src/tests/psxtests/psx02/system.h (modified) * c/src/tests/psxtests/psx02/task.c (modified) * c/src/tests/psxtests/psx03/init.c (modified) * c/src/tests/psxtests/psx03/system.h (modified) * c/src/tests/psxtests/psx03/task.c (modified) * c/src/tests/psxtests/psx04/init.c (modified) * c/src/tests/psxtests/psx04/system.h (modified) * c/src/tests/psxtests/psx04/task1.c (modified) * c/src/tests/psxtests/psx04/task2.c (modified) * c/src/tests/psxtests/psx04/task3.c (modified) * c/src/tests/psxtests/psx05/init.c (modified) * c/src/tests/psxtests/psx05/system.h (modified) * c/src/tests/psxtests/psx05/task.c (modified) * c/src/tests/psxtests/psx05/task2.c (modified) * c/src/tests/psxtests/psx05/task3.c (modified) * c/src/tests/psxtests/psx06/init.c (modified) * c/src/tests/psxtests/psx06/system.h (modified) * c/src/tests/psxtests/psx06/task.c (modified) * c/src/tests/psxtests/psx06/task2.c (modified) * c/src/tests/psxtests/psx07/init.c (modified) * c/src/tests/psxtests/psx07/system.h (modified) * c/src/tests/psxtests/psx07/task.c (modified) * c/src/tests/psxtests/psx08/init.c (modified) * c/src/tests/psxtests/psx08/system.h (modified) * c/src/tests/psxtests/psx08/task.c (modified) * c/src/tests/psxtests/psx08/task2.c (modified) * c/src/tests/psxtests/psx09/init.c (modified) * c/src/tests/psxtests/psx09/system.h (modified) * c/src/tests/psxtests/psx10/init.c (modified) * c/src/tests/psxtests/psx10/system.h (modified) * c/src/tests/psxtests/psx10/task.c (modified) * c/src/tests/psxtests/psx10/task2.c (modified) * c/src/tests/psxtests/psx10/task3.c (modified) * c/src/tests/psxtests/psx11/init.c (modified) * c/src/tests/psxtests/psx11/system.h (modified) * c/src/tests/psxtests/psx11/task.c (modified) * c/src/tests/psxtests/psx12/init.c (modified) * c/src/tests/psxtests/psx12/system.h (modified) * c/src/tests/psxtests/psx12/task.c (modified) * c/src/tests/psxtests/psxhdrs/clock01.c (modified) * c/src/tests/psxtests/psxhdrs/clock02.c (modified) * c/src/tests/psxtests/psxhdrs/clock03.c (modified) * c/src/tests/psxtests/psxhdrs/clock04.c (modified) * c/src/tests/psxtests/psxhdrs/clock05.c (modified) * c/src/tests/psxtests/psxhdrs/clock06.c (modified) * c/src/tests/psxtests/psxhdrs/cond01.c (modified) * c/src/tests/psxtests/psxhdrs/cond02.c (modified) * c/src/tests/psxtests/psxhdrs/cond03.c (modified) * c/src/tests/psxtests/psxhdrs/cond04.c (modified) * c/src/tests/psxtests/psxhdrs/cond05.c (modified) * c/src/tests/psxtests/psxhdrs/cond06.c (modified) * c/src/tests/psxtests/psxhdrs/cond07.c (modified) * c/src/tests/psxtests/psxhdrs/cond08.c (modified) * c/src/tests/psxtests/psxhdrs/cond09.c (modified) * c/src/tests/psxtests/psxhdrs/cond10.c (modified) * c/src/tests/psxtests/psxhdrs/key01.c (modified) * c/src/tests/psxtests/psxhdrs/key02.c (modified) * c/src/tests/psxtests/psxhdrs/key03.c (modified) * c/src/tests/psxtests/psxhdrs/key04.c (modified) * c/src/tests/psxtests/psxhdrs/mutex01.c (modified) * c/src/tests/psxtests/psxhdrs/mutex02.c (modified) * c/src/tests/psxtests/psxhdrs/mutex03.c (modified) * c/src/tests/psxtests/psxhdrs/mutex04.c (modified) * c/src/tests/psxtests/psxhdrs/mutex05.c (modified) * c/src/tests/psxtests/psxhdrs/mutex06.c (modified) * c/src/tests/psxtests/psxhdrs/mutex07.c (modified) * c/src/tests/psxtests/psxhdrs/mutex08.c (modified) * c/src/tests/psxtests/psxhdrs/mutex09.c (modified) * c/src/tests/psxtests/psxhdrs/mutex10.c (modified) * c/src/tests/psxtests/psxhdrs/mutex11.c (modified) * c/src/tests/psxtests/psxhdrs/mutex12.c (modified) * c/src/tests/psxtests/psxhdrs/mutex13.c (modified) * c/src/tests/psxtests/psxhdrs/mutex14.c (modified) * c/src/tests/psxtests/psxhdrs/mutex15.c (modified) * c/src/tests/psxtests/psxhdrs/mutex16.c (modified) * c/src/tests/psxtests/psxhdrs/proc01.c (modified) * c/src/tests/psxtests/psxhdrs/proc02.c (modified) * c/src/tests/psxtests/psxhdrs/proc03.c (modified) * c/src/tests/psxtests/psxhdrs/proc04.c (modified) * c/src/tests/psxtests/psxhdrs/proc05.c (modified) * c/src/tests/psxtests/psxhdrs/proc06.c (modified) * c/src/tests/psxtests/psxhdrs/proc07.c (modified) * c/src/tests/psxtests/psxhdrs/proc08.c (modified) * c/src/tests/psxtests/psxhdrs/proc09.c (modified) * c/src/tests/psxtests/psxhdrs/proc10.c (modified) * c/src/tests/psxtests/psxhdrs/proc11.c (modified) * c/src/tests/psxtests/psxhdrs/proc12.c (modified) * c/src/tests/psxtests/psxhdrs/proc13.c (modified) * c/src/tests/psxtests/psxhdrs/proc14.c (modified) * c/src/tests/psxtests/psxhdrs/pthread01.c (modified) * c/src/tests/psxtests/psxhdrs/pthread02.c (modified) * c/src/tests/psxtests/psxhdrs/pthread03.c (modified) * c/src/tests/psxtests/psxhdrs/pthread04.c (modified) * c/src/tests/psxtests/psxhdrs/pthread05.c (modified) * c/src/tests/psxtests/psxhdrs/pthread06.c (modified) * c/src/tests/psxtests/psxhdrs/pthread07.c (modified) * c/src/tests/psxtests/psxhdrs/pthread08.c (modified) * c/src/tests/psxtests/psxhdrs/pthread09.c (modified) * c/src/tests/psxtests/psxhdrs/pthread10.c (modified) * c/src/tests/psxtests/psxhdrs/pthread11.c (modified) * c/src/tests/psxtests/psxhdrs/pthread12.c (modified) * c/src/tests/psxtests/psxhdrs/pthread13.c (modified) * c/src/tests/psxtests/psxhdrs/pthread14.c (modified) * c/src/tests/psxtests/psxhdrs/pthread15.c (modified) * c/src/tests/psxtests/psxhdrs/pthread16.c (modified) * c/src/tests/psxtests/psxhdrs/pthread17.c (modified) * c/src/tests/psxtests/psxhdrs/pthread18.c (modified) * c/src/tests/psxtests/psxhdrs/pthread19.c (modified) * c/src/tests/psxtests/psxhdrs/pthread20.c (modified) * c/src/tests/psxtests/psxhdrs/pthread21.c (modified) * c/src/tests/psxtests/psxhdrs/pthread22.c (modified) * c/src/tests/psxtests/psxhdrs/pthread23.c (modified) * c/src/tests/psxtests/psxhdrs/pthread24.c (modified) * c/src/tests/psxtests/psxhdrs/pthread25.c (modified) * c/src/tests/psxtests/psxhdrs/pthread26.c (modified) * c/src/tests/psxtests/psxhdrs/pthread27.c (modified) * c/src/tests/psxtests/psxhdrs/pthread28.c (modified) * c/src/tests/psxtests/psxhdrs/pthread29.c (modified) * c/src/tests/psxtests/psxhdrs/pthread30.c (modified) * c/src/tests/psxtests/psxhdrs/pthread31.c (modified) * c/src/tests/psxtests/psxhdrs/pthread32.c (modified) * c/src/tests/psxtests/psxhdrs/pthread33.c (modified) * c/src/tests/psxtests/psxhdrs/pthread34.c (modified) * c/src/tests/psxtests/psxhdrs/pthread35.c (modified) * c/src/tests/psxtests/psxhdrs/pthread36.c (modified) * c/src/tests/psxtests/psxhdrs/sched01.c (modified) * c/src/tests/psxtests/psxhdrs/sched02.c (modified) * c/src/tests/psxtests/psxhdrs/sched03.c (modified) * c/src/tests/psxtests/psxhdrs/sched04.c (modified) * c/src/tests/psxtests/psxhdrs/sched05.c (modified) * c/src/tests/psxtests/psxhdrs/sched06.c (modified) * c/src/tests/psxtests/psxhdrs/sched07.c (modified) * c/src/tests/psxtests/psxhdrs/sched08.c (modified) * c/src/tests/psxtests/psxhdrs/signal01.c (modified) * c/src/tests/psxtests/psxhdrs/signal02.c (modified) * c/src/tests/psxtests/psxhdrs/signal03.c (modified) * c/src/tests/psxtests/psxhdrs/signal04.c (modified) * c/src/tests/psxtests/psxhdrs/signal05.c (modified) * c/src/tests/psxtests/psxhdrs/signal06.c (modified) * c/src/tests/psxtests/psxhdrs/signal07.c (modified) * c/src/tests/psxtests/psxhdrs/signal08.c (modified) * c/src/tests/psxtests/psxhdrs/signal09.c (modified) * c/src/tests/psxtests/psxhdrs/signal10.c (modified) * c/src/tests/psxtests/psxhdrs/signal11.c (modified) * c/src/tests/psxtests/psxhdrs/signal12.c (modified) * c/src/tests/psxtests/psxhdrs/signal13.c (modified) * c/src/tests/psxtests/psxhdrs/signal14.c (modified) * c/src/tests/psxtests/psxhdrs/signal15.c (modified) * c/src/tests/psxtests/psxhdrs/signal16.c (modified) * c/src/tests/psxtests/psxhdrs/signal17.c (modified) * c/src/tests/psxtests/psxhdrs/signal18.c (modified) * c/src/tests/psxtests/psxhdrs/signal19.c (modified) * c/src/tests/psxtests/psxhdrs/signal20.c (modified) * c/src/tests/psxtests/psxhdrs/signal21.c (modified) * c/src/tests/psxtests/psxhdrs/signal22.c (modified) * c/src/tests/psxtests/psxhdrs/time01.c (modified) * c/src/tests/psxtests/psxhdrs/time02.c (modified) * c/src/tests/psxtests/psxhdrs/time03.c (modified) * c/src/tests/psxtests/psxhdrs/time04.c (modified) * c/src/tests/psxtests/psxhdrs/time05.c (modified) * c/src/tests/psxtests/psxhdrs/time06.c (modified) * c/src/tests/psxtests/psxhdrs/time07.c (modified) * c/src/tests/psxtests/psxhdrs/time08.c (modified) * c/src/tests/psxtests/psxhdrs/time09.c (modified) * c/src/tests/psxtests/psxhdrs/time10.c (modified) * c/src/tests/psxtests/psxhdrs/time11.c (modified) * c/src/tests/psxtests/psxhdrs/time12.c (modified) * c/src/tests/psxtests/psxhdrs/time13.c (modified) * c/src/tests/psxtests/psxhdrs/timer01.c (modified) * c/src/tests/psxtests/psxhdrs/timer02.c (modified) * c/src/tests/psxtests/psxhdrs/timer03.c (modified) * c/src/tests/psxtests/psxhdrs/timer04.c (modified) * c/src/tests/psxtests/psxhdrs/timer05.c (modified) * c/src/tests/psxtests/psxhdrs/timer06.c (modified) * c/src/tests/samples/README (modified) * c/src/tests/samples/base_mp/apptask.c (modified) * c/src/tests/samples/base_mp/init.c (modified) * c/src/tests/samples/base_mp/node1/base_mp.doc (modified) * c/src/tests/samples/base_mp/node2/base_mp.doc (modified) * c/src/tests/samples/base_mp/system.h (modified) * c/src/tests/samples/base_sp/apptask.c (modified) * c/src/tests/samples/base_sp/base_sp.doc (modified) * c/src/tests/samples/base_sp/init.c (modified) * c/src/tests/samples/base_sp/system.h (modified) * c/src/tests/samples/cdtest/init.c (modified) * c/src/tests/samples/cdtest/system.h (modified) * c/src/tests/samples/hello/hello.doc (modified) * c/src/tests/samples/hello/init.c (modified) * c/src/tests/samples/hello/system.h (modified) * c/src/tests/samples/paranoia/init.c (modified) * c/src/tests/samples/paranoia/paranoia.doc (modified) * c/src/tests/samples/paranoia/system.h (modified) * c/src/tests/samples/ticker/init.c (modified) * c/src/tests/samples/ticker/system.h (modified) * c/src/tests/samples/ticker/tasks.c (modified) * c/src/tests/samples/ticker/ticker.doc (modified) * c/src/tests/sptests/sp01/init.c (modified) * c/src/tests/sptests/sp01/sp01.doc (modified) * c/src/tests/sptests/sp01/system.h (modified) * c/src/tests/sptests/sp01/task1.c (modified) * c/src/tests/sptests/sp02/init.c (modified) * c/src/tests/sptests/sp02/preempt.c (modified) * c/src/tests/sptests/sp02/sp02.doc (modified) * c/src/tests/sptests/sp02/system.h (modified) * c/src/tests/sptests/sp02/task1.c (modified) * c/src/tests/sptests/sp02/task2.c (modified) * c/src/tests/sptests/sp02/task3.c (modified) * c/src/tests/sptests/sp03/init.c (modified) * c/src/tests/sptests/sp03/sp03.doc (modified) * c/src/tests/sptests/sp03/system.h (modified) * c/src/tests/sptests/sp03/task1.c (modified) * c/src/tests/sptests/sp03/task2.c (modified) * c/src/tests/sptests/sp04/init.c (modified) * c/src/tests/sptests/sp04/sp04.doc (modified) * c/src/tests/sptests/sp04/system.h (modified) * c/src/tests/sptests/sp04/task1.c (modified) * c/src/tests/sptests/sp04/task2.c (modified) * c/src/tests/sptests/sp04/task3.c (modified) * c/src/tests/sptests/sp04/tswitch.c (modified) * c/src/tests/sptests/sp05/init.c (modified) * c/src/tests/sptests/sp05/sp05.doc (modified) * c/src/tests/sptests/sp05/system.h (modified) * c/src/tests/sptests/sp05/task1.c (modified) * c/src/tests/sptests/sp05/task2.c (modified) * c/src/tests/sptests/sp05/task3.c (modified) * c/src/tests/sptests/sp06/init.c (modified) * c/src/tests/sptests/sp06/sp06.doc (modified) * c/src/tests/sptests/sp06/system.h (modified) * c/src/tests/sptests/sp06/task1.c (modified) * c/src/tests/sptests/sp06/task2.c (modified) * c/src/tests/sptests/sp06/task3.c (modified) * c/src/tests/sptests/sp07/init.c (modified) * c/src/tests/sptests/sp07/sp07.doc (modified) * c/src/tests/sptests/sp07/system.h (modified) * c/src/tests/sptests/sp07/task1.c (modified) * c/src/tests/sptests/sp07/task2.c (modified) * c/src/tests/sptests/sp07/task3.c (modified) * c/src/tests/sptests/sp07/task4.c (modified) * c/src/tests/sptests/sp07/taskexit.c (modified) * c/src/tests/sptests/sp07/tcreate.c (modified) * c/src/tests/sptests/sp07/tdelete.c (modified) * c/src/tests/sptests/sp07/trestart.c (modified) * c/src/tests/sptests/sp07/tstart.c (modified) * c/src/tests/sptests/sp08/init.c (modified) * c/src/tests/sptests/sp08/sp08.doc (modified) * c/src/tests/sptests/sp08/system.h (modified) * c/src/tests/sptests/sp08/task1.c (modified) * c/src/tests/sptests/sp09/delay.c (modified) * c/src/tests/sptests/sp09/init.c (modified) * c/src/tests/sptests/sp09/isr.c (modified) * c/src/tests/sptests/sp09/screen01.c (modified) * c/src/tests/sptests/sp09/screen02.c (modified) * c/src/tests/sptests/sp09/screen03.c (modified) * c/src/tests/sptests/sp09/screen04.c (modified) * c/src/tests/sptests/sp09/screen05.c (modified) * c/src/tests/sptests/sp09/screen06.c (modified) * c/src/tests/sptests/sp09/screen07.c (modified) * c/src/tests/sptests/sp09/screen08.c (modified) * c/src/tests/sptests/sp09/screen09.c (modified) * c/src/tests/sptests/sp09/screen10.c (modified) * c/src/tests/sptests/sp09/screen11.c (modified) * c/src/tests/sptests/sp09/screen12.c (modified) * c/src/tests/sptests/sp09/screen13.c (modified) * c/src/tests/sptests/sp09/screen14.c (modified) * c/src/tests/sptests/sp09/sp09.doc (modified) * c/src/tests/sptests/sp09/system.h (modified) * c/src/tests/sptests/sp09/task1.c (modified) * c/src/tests/sptests/sp09/task2.c (modified) * c/src/tests/sptests/sp09/task3.c (modified) * c/src/tests/sptests/sp09/task4.c (modified) * c/src/tests/sptests/sp11/init.c (modified) * c/src/tests/sptests/sp11/sp11.doc (modified) * c/src/tests/sptests/sp11/system.h (modified) * c/src/tests/sptests/sp11/task1.c (modified) * c/src/tests/sptests/sp11/task2.c (modified) * c/src/tests/sptests/sp11/timer.c (modified) * c/src/tests/sptests/sp12/init.c (modified) * c/src/tests/sptests/sp12/pridrv.c (modified) * c/src/tests/sptests/sp12/pritask.c (modified) * c/src/tests/sptests/sp12/sp12.doc (modified) * c/src/tests/sptests/sp12/system.h (modified) * c/src/tests/sptests/sp12/task1.c (modified) * c/src/tests/sptests/sp12/task2.c (modified) * c/src/tests/sptests/sp12/task3.c (modified) * c/src/tests/sptests/sp12/task4.c (modified) * c/src/tests/sptests/sp12/task5.c (modified) * c/src/tests/sptests/sp13/fillbuff.c (modified) * c/src/tests/sptests/sp13/init.c (modified) * c/src/tests/sptests/sp13/putbuff.c (modified) * c/src/tests/sptests/sp13/sp13.doc (modified) * c/src/tests/sptests/sp13/system.h (modified) * c/src/tests/sptests/sp13/task1.c (modified) * c/src/tests/sptests/sp13/task2.c (modified) * c/src/tests/sptests/sp13/task3.c (modified) * c/src/tests/sptests/sp14/asr.c (modified) * c/src/tests/sptests/sp14/init.c (modified) * c/src/tests/sptests/sp14/sp14.doc (modified) * c/src/tests/sptests/sp14/system.h (modified) * c/src/tests/sptests/sp14/task1.c (modified) * c/src/tests/sptests/sp14/task2.c (modified) * c/src/tests/sptests/sp15/init.c (modified) * c/src/tests/sptests/sp15/sp15.doc (modified) * c/src/tests/sptests/sp15/system.h (modified) * c/src/tests/sptests/sp15/task1.c (modified) * c/src/tests/sptests/sp16/init.c (modified) * c/src/tests/sptests/sp16/sp16.doc (modified) * c/src/tests/sptests/sp16/system.h (modified) * c/src/tests/sptests/sp16/task1.c (modified) * c/src/tests/sptests/sp16/task2.c (modified) * c/src/tests/sptests/sp16/task3.c (modified) * c/src/tests/sptests/sp16/task4.c (modified) * c/src/tests/sptests/sp16/task5.c (modified) * c/src/tests/sptests/sp17/asr.c (modified) * c/src/tests/sptests/sp17/init.c (modified) * c/src/tests/sptests/sp17/sp17.doc (modified) * c/src/tests/sptests/sp17/system.h (modified) * c/src/tests/sptests/sp17/task1.c (modified) * c/src/tests/sptests/sp17/task2.c (modified) * c/src/tests/sptests/sp19/first.c (modified) * c/src/tests/sptests/sp19/fptask.c (modified) * c/src/tests/sptests/sp19/fptest.h (modified) * c/src/tests/sptests/sp19/init.c (modified) * c/src/tests/sptests/sp19/inttest.h (modified) * c/src/tests/sptests/sp19/sp19.doc (modified) * c/src/tests/sptests/sp19/system.h (modified) * c/src/tests/sptests/sp19/task1.c (modified) * c/src/tests/sptests/sp20/getall.c (modified) * c/src/tests/sptests/sp20/init.c (modified) * c/src/tests/sptests/sp20/sp20.doc (modified) * c/src/tests/sptests/sp20/system.h (modified) * c/src/tests/sptests/sp20/task1.c (modified) * c/src/tests/sptests/sp21/init.c (modified) * c/src/tests/sptests/sp21/sp21.doc (modified) * c/src/tests/sptests/sp21/system.h (modified) * c/src/tests/sptests/sp21/task1.c (modified) * c/src/tests/sptests/sp22/delay.c (modified) * c/src/tests/sptests/sp22/init.c (modified) * c/src/tests/sptests/sp22/prtime.c (modified) * c/src/tests/sptests/sp22/sp22.doc (modified) * c/src/tests/sptests/sp22/system.h (modified) * c/src/tests/sptests/sp22/task1.c (modified) * c/src/tests/sptests/sp23/init.c (modified) * c/src/tests/sptests/sp23/sp23.doc (modified) * c/src/tests/sptests/sp23/system.h (modified) * c/src/tests/sptests/sp23/task1.c (modified) * c/src/tests/sptests/sp24/init.c (modified) * c/src/tests/sptests/sp24/resume.c (modified) * c/src/tests/sptests/sp24/sp24.doc (modified) * c/src/tests/sptests/sp24/system.h (modified) * c/src/tests/sptests/sp24/task1.c (modified) * c/src/tests/sptests/sp25/init.c (modified) * c/src/tests/sptests/sp25/sp25.doc (modified) * c/src/tests/sptests/sp25/system.h (modified) * c/src/tests/sptests/sp25/task1.c (modified) * c/src/tests/sptests/spfatal/fatal.c (modified) * c/src/tests/sptests/spfatal/init.c (modified) * c/src/tests/sptests/spfatal/puterr.c (modified) * c/src/tests/sptests/spfatal/spfatal.doc (modified) * c/src/tests/sptests/spfatal/system.h (modified) * c/src/tests/sptests/spfatal/task1.c (modified) * c/src/tests/sptests/spsize/getint.c (modified) * c/src/tests/sptests/spsize/init.c (modified) * c/src/tests/sptests/spsize/size.c (modified) * c/src/tests/sptests/spsize/system.h (modified) * c/src/tests/support/include/tmacros.h (modified) * c/src/tests/support/stubdr/close.c (modified) * c/src/tests/support/stubdr/cntrl.c (modified) * c/src/tests/support/stubdr/init.c (modified) * c/src/tests/support/stubdr/open.c (modified) * c/src/tests/support/stubdr/read.c (modified) * c/src/tests/support/stubdr/stubdrv.h (modified) * c/src/tests/support/stubdr/write.c (modified) * c/src/tests/tmtests/include/timesys.h (modified) * c/src/tests/tmtests/tm01/system.h (modified) * c/src/tests/tmtests/tm01/task1.c (modified) * c/src/tests/tmtests/tm01/tm01.doc (modified) * c/src/tests/tmtests/tm02/system.h (modified) * c/src/tests/tmtests/tm02/task1.c (modified) * c/src/tests/tmtests/tm02/tm02.doc (modified) * c/src/tests/tmtests/tm03/system.h (modified) * c/src/tests/tmtests/tm03/task1.c (modified) * c/src/tests/tmtests/tm03/tm03.doc (modified) * c/src/tests/tmtests/tm04/system.h (modified) * c/src/tests/tmtests/tm04/task1.c (modified) * c/src/tests/tmtests/tm04/tm04.doc (modified) * c/src/tests/tmtests/tm05/system.h (modified) * c/src/tests/tmtests/tm05/task1.c (modified) * c/src/tests/tmtests/tm05/tm05.doc (modified) * c/src/tests/tmtests/tm06/system.h (modified) * c/src/tests/tmtests/tm06/task1.c (modified) * c/src/tests/tmtests/tm06/tm06.doc (modified) * c/src/tests/tmtests/tm07/system.h (modified) * c/src/tests/tmtests/tm07/task1.c (modified) * c/src/tests/tmtests/tm07/tm07.doc (modified) * c/src/tests/tmtests/tm08/system.h (modified) * c/src/tests/tmtests/tm08/task1.c (modified) * c/src/tests/tmtests/tm08/tm08.doc (modified) * c/src/tests/tmtests/tm09/system.h (modified) * c/src/tests/tmtests/tm09/task1.c (modified) * c/src/tests/tmtests/tm09/tm09.doc (modified) * c/src/tests/tmtests/tm10/system.h (modified) * c/src/tests/tmtests/tm10/task1.c (modified) * c/src/tests/tmtests/tm10/tm10.doc (modified) * c/src/tests/tmtests/tm11/system.h (modified) * c/src/tests/tmtests/tm11/task1.c (modified) * c/src/tests/tmtests/tm11/tm11.doc (modified) * c/src/tests/tmtests/tm12/system.h (modified) * c/src/tests/tmtests/tm12/task1.c (modified) * c/src/tests/tmtests/tm12/tm12.doc (modified) * c/src/tests/tmtests/tm13/system.h (modified) * c/src/tests/tmtests/tm13/task1.c (modified) * c/src/tests/tmtests/tm13/tm13.doc (modified) * c/src/tests/tmtests/tm14/system.h (modified) * c/src/tests/tmtests/tm14/task1.c (modified) * c/src/tests/tmtests/tm14/tm14.doc (modified) * c/src/tests/tmtests/tm15/system.h (modified) * c/src/tests/tmtests/tm15/task1.c (modified) * c/src/tests/tmtests/tm15/tm15.doc (modified) * c/src/tests/tmtests/tm16/system.h (modified) * c/src/tests/tmtests/tm16/task1.c (modified) * c/src/tests/tmtests/tm16/tm16.doc (modified) * c/src/tests/tmtests/tm17/system.h (modified) * c/src/tests/tmtests/tm17/task1.c (modified) * c/src/tests/tmtests/tm17/tm17.doc (modified) * c/src/tests/tmtests/tm18/system.h (modified) * c/src/tests/tmtests/tm18/task1.c (modified) * c/src/tests/tmtests/tm18/tm18.doc (modified) * c/src/tests/tmtests/tm19/system.h (modified) * c/src/tests/tmtests/tm19/task1.c (modified) * c/src/tests/tmtests/tm19/tm19.doc (modified) * c/src/tests/tmtests/tm20/system.h (modified) * c/src/tests/tmtests/tm20/task1.c (modified) * c/src/tests/tmtests/tm20/tm20.doc (modified) * c/src/tests/tmtests/tm21/system.h (modified) * c/src/tests/tmtests/tm21/task1.c (modified) * c/src/tests/tmtests/tm21/tm21.doc (modified) * c/src/tests/tmtests/tm22/system.h (modified) * c/src/tests/tmtests/tm22/task1.c (modified) * c/src/tests/tmtests/tm22/tm22.doc (modified) * c/src/tests/tmtests/tm23/system.h (modified) * c/src/tests/tmtests/tm23/task1.c (modified) * c/src/tests/tmtests/tm23/tm23.doc (modified) * c/src/tests/tmtests/tm24/system.h (modified) * c/src/tests/tmtests/tm24/task1.c (modified) * c/src/tests/tmtests/tm24/tm24.doc (modified) * c/src/tests/tmtests/tm25/system.h (modified) * c/src/tests/tmtests/tm25/task1.c (modified) * c/src/tests/tmtests/tm25/tm25.doc (modified) * c/src/tests/tmtests/tm26/fptest.h (modified) * c/src/tests/tmtests/tm26/system.h (modified) * c/src/tests/tmtests/tm26/task1.c (modified) * c/src/tests/tmtests/tm26/tm26.doc (modified) * c/src/tests/tmtests/tm27/system.h (modified) * c/src/tests/tmtests/tm27/task1.c (modified) * c/src/tests/tmtests/tm27/tm27.doc (modified) * c/src/tests/tmtests/tm28/system.h (modified) * c/src/tests/tmtests/tm28/task1.c (modified) * c/src/tests/tmtests/tm28/tm28.doc (modified) * c/src/tests/tmtests/tm29/system.h (modified) * c/src/tests/tmtests/tm29/task1.c (modified) * c/src/tests/tmtests/tm29/tm29.doc (modified) * c/src/tests/tmtests/tmck/system.h (modified) * c/src/tests/tmtests/tmck/task1.c (modified) * c/src/tests/tmtests/tmck/tmck.doc (modified) * c/src/tests/tmtests/tmoverhd/dumrtems.h (modified) * c/src/tests/tmtests/tmoverhd/empty.c (modified) * c/src/tests/tmtests/tmoverhd/system.h (modified) * c/src/tests/tmtests/tmoverhd/testtask.c (modified) * c/src/tests/tmtests/tmoverhd/tmoverhd.doc (modified) * cpukit/libcsupport/include/clockdrv.h (modified) * cpukit/libcsupport/include/console.h (modified) * cpukit/libcsupport/include/iosupp.h (modified) * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/include/spurious.h (modified) * cpukit/libcsupport/include/timerdrv.h (modified) * cpukit/libcsupport/include/vmeintr.h (modified) * cpukit/libcsupport/src/__brk.c (modified) * cpukit/libcsupport/src/__gettod.c (modified) * cpukit/libcsupport/src/__times.c (modified) * cpukit/libcsupport/src/hosterr.c (modified) * cpukit/libcsupport/src/malloc.c (modified) * cpukit/libcsupport/src/no_libc.c (modified) * cpukit/libmisc/cpuuse/cpuuse.c (modified) * cpukit/libmisc/cpuuse/cpuuse.h (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/libmisc/stackchk/internal.h (modified) * cpukit/libmisc/stackchk/stackchk.h (modified) * cpukit/posix/include/rtems/posix/cond.h (modified) * cpukit/posix/include/rtems/posix/condmp.h (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/intr.h (modified) * cpukit/posix/include/rtems/posix/key.h (modified) * cpukit/posix/include/rtems/posix/mqueue.h (modified) * cpukit/posix/include/rtems/posix/mqueuemp.h (modified) * cpukit/posix/include/rtems/posix/mutex.h (modified) * cpukit/posix/include/rtems/posix/mutexmp.h (modified) * cpukit/posix/include/rtems/posix/posixapi.h (modified) * cpukit/posix/include/rtems/posix/pthread.h (modified) * cpukit/posix/include/rtems/posix/pthreadmp.h (modified) * cpukit/posix/include/rtems/posix/semaphore.h (modified) * cpukit/posix/include/rtems/posix/semaphoremp.h (modified) * cpukit/posix/inline/rtems/posix/cond.inl (modified) * cpukit/posix/inline/rtems/posix/intr.inl (modified) * cpukit/posix/inline/rtems/posix/key.inl (modified) * cpukit/posix/inline/rtems/posix/mqueue.inl (modified) * cpukit/posix/inline/rtems/posix/mutex.inl (modified) * cpukit/posix/inline/rtems/posix/pthread.inl (modified) * cpukit/posix/inline/rtems/posix/semaphore.inl (modified) * cpukit/rtems/include/rtems.h (modified) * cpukit/rtems/include/rtems/rtems/asr.h (modified) * cpukit/rtems/include/rtems/rtems/attr.h (modified) * cpukit/rtems/include/rtems/rtems/clock.h (modified) * cpukit/rtems/include/rtems/rtems/config.h (modified) * cpukit/rtems/include/rtems/rtems/dpmem.h (modified) * cpukit/rtems/include/rtems/rtems/event.h (modified) * cpukit/rtems/include/rtems/rtems/eventmp.h (modified) * cpukit/rtems/include/rtems/rtems/eventset.h (modified) * cpukit/rtems/include/rtems/rtems/intr.h (modified) * cpukit/rtems/include/rtems/rtems/message.h (modified) * cpukit/rtems/include/rtems/rtems/modes.h (modified) * cpukit/rtems/include/rtems/rtems/mp.h (modified) * cpukit/rtems/include/rtems/rtems/msgmp.h (modified) * cpukit/rtems/include/rtems/rtems/options.h (modified) * cpukit/rtems/include/rtems/rtems/part.h (modified) * cpukit/rtems/include/rtems/rtems/partmp.h (modified) * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/include/rtems/rtems/region.h (modified) * cpukit/rtems/include/rtems/rtems/regionmp.h (modified) * cpukit/rtems/include/rtems/rtems/rtemsapi.h (modified) * cpukit/rtems/include/rtems/rtems/sem.h (modified) * cpukit/rtems/include/rtems/rtems/semmp.h (modified) * cpukit/rtems/include/rtems/rtems/signal.h (modified) * cpukit/rtems/include/rtems/rtems/signalmp.h (modified) * cpukit/rtems/include/rtems/rtems/status.h (modified) * cpukit/rtems/include/rtems/rtems/support.h (modified) * cpukit/rtems/include/rtems/rtems/taskmp.h (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/include/rtems/rtems/timer.h (modified) * cpukit/rtems/include/rtems/rtems/types.h (modified) * cpukit/rtems/inline/rtems/rtems/asr.inl (modified) * cpukit/rtems/inline/rtems/rtems/attr.inl (modified) * cpukit/rtems/inline/rtems/rtems/dpmem.inl (modified) * cpukit/rtems/inline/rtems/rtems/event.inl (modified) * cpukit/rtems/inline/rtems/rtems/eventset.inl (modified) * cpukit/rtems/inline/rtems/rtems/message.inl (modified) * cpukit/rtems/inline/rtems/rtems/modes.inl (modified) * cpukit/rtems/inline/rtems/rtems/options.inl (modified) * cpukit/rtems/inline/rtems/rtems/part.inl (modified) * cpukit/rtems/inline/rtems/rtems/ratemon.inl (modified) * cpukit/rtems/inline/rtems/rtems/region.inl (modified) * cpukit/rtems/inline/rtems/rtems/sem.inl (modified) * cpukit/rtems/inline/rtems/rtems/status.inl (modified) * cpukit/rtems/inline/rtems/rtems/support.inl (modified) * cpukit/rtems/inline/rtems/rtems/tasks.inl (modified) * cpukit/rtems/inline/rtems/rtems/timer.inl (modified) * cpukit/rtems/macros/rtems/rtems/asr.inl (modified) * cpukit/rtems/macros/rtems/rtems/attr.inl (modified) * cpukit/rtems/macros/rtems/rtems/dpmem.inl (modified) * cpukit/rtems/macros/rtems/rtems/event.inl (modified) * cpukit/rtems/macros/rtems/rtems/eventset.inl (modified) * cpukit/rtems/macros/rtems/rtems/message.inl (modified) * cpukit/rtems/macros/rtems/rtems/modes.inl (modified) * cpukit/rtems/macros/rtems/rtems/options.inl (modified) * cpukit/rtems/macros/rtems/rtems/part.inl (modified) * cpukit/rtems/macros/rtems/rtems/ratemon.inl (modified) * cpukit/rtems/macros/rtems/rtems/region.inl (modified) * cpukit/rtems/macros/rtems/rtems/sem.inl (modified) * cpukit/rtems/macros/rtems/rtems/status.inl (modified) * cpukit/rtems/macros/rtems/rtems/support.inl (modified) * cpukit/rtems/macros/rtems/rtems/tasks.inl (modified) * cpukit/rtems/macros/rtems/rtems/timer.inl (modified) * cpukit/rtems/src/dpmem.c (modified) * cpukit/rtems/src/event.c (modified) * cpukit/rtems/src/eventmp.c (modified) * cpukit/rtems/src/intr.c (modified) * cpukit/rtems/src/mp.c (modified) * cpukit/rtems/src/msg.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/part.c (modified) * cpukit/rtems/src/partmp.c (modified) * cpukit/rtems/src/ratemon.c (modified) * cpukit/rtems/src/region.c (modified) * cpukit/rtems/src/regionmp.c (modified) * cpukit/rtems/src/rtclock.c (modified) * cpukit/rtems/src/rtemstimer.c (modified) * cpukit/rtems/src/sem.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/rtems/src/signal.c (modified) * cpukit/rtems/src/signalmp.c (modified) * cpukit/rtems/src/taskmp.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/sapi/include/rtems/extension.h (modified) * cpukit/sapi/include/rtems/fatal.h (modified) * cpukit/sapi/include/rtems/init.h (modified) * cpukit/sapi/include/rtems/io.h (modified) * cpukit/sapi/include/rtems/mptables.h (modified) * cpukit/sapi/inline/rtems/extension.inl (modified) * cpukit/sapi/macros/rtems/extension.inl (modified) * cpukit/sapi/src/debug.c (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/sapi/src/extension.c (modified) * cpukit/sapi/src/fatal.c (modified) * cpukit/sapi/src/io.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/sapi/src/rtemsapi.c (modified) * cpukit/score/cpu/a29k/asm.h (modified) * cpukit/score/cpu/a29k/cpu.c (modified) * cpukit/score/cpu/i386/asm.h (modified) * cpukit/score/cpu/i386/cpu.c (modified) * cpukit/score/cpu/i386/rtems/asm.h (modified) * cpukit/score/cpu/i960/asm.h (modified) * cpukit/score/cpu/i960/cpu.c (modified) * cpukit/score/cpu/m68k/asm.h (modified) * cpukit/score/cpu/m68k/cpu.c (modified) * cpukit/score/cpu/m68k/rtems/asm.h (modified) * cpukit/score/cpu/mips/asm.h (modified) * cpukit/score/cpu/mips/cpu.c (modified) * cpukit/score/cpu/mips/cpu_asm.S (modified) * cpukit/score/cpu/mips/rtems/asm.h (modified) * cpukit/score/cpu/mips64orion/asm.h (modified) * cpukit/score/cpu/mips64orion/cpu.c (modified) * cpukit/score/cpu/mips64orion/cpu_asm.S (modified) * cpukit/score/cpu/mips64orion/cpu_asm.h (modified) * cpukit/score/cpu/no_cpu/asm.h (modified) * cpukit/score/cpu/no_cpu/cpu.c (modified) * cpukit/score/cpu/no_cpu/cpu_asm.c (modified) * cpukit/score/cpu/no_cpu/rtems/asm.h (modified) * cpukit/score/cpu/sparc/cpu.c (modified) * cpukit/score/include/rtems/debug.h (modified) * cpukit/score/include/rtems/score/address.h (modified) * cpukit/score/include/rtems/score/apiext.h (modified) * cpukit/score/include/rtems/score/bitfield.h (modified) * cpukit/score/include/rtems/score/chain.h (modified) * cpukit/score/include/rtems/score/context.h (modified) * cpukit/score/include/rtems/score/copyrt.h (modified) * cpukit/score/include/rtems/score/coremsg.h (modified) * cpukit/score/include/rtems/score/coremutex.h (modified) * cpukit/score/include/rtems/score/coresem.h (modified) * cpukit/score/include/rtems/score/heap.h (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/include/rtems/score/isr.h (modified) * cpukit/score/include/rtems/score/mpci.h (modified) * cpukit/score/include/rtems/score/mppkt.h (modified) * cpukit/score/include/rtems/score/object.h (modified) * cpukit/score/include/rtems/score/objectmp.h (modified) * cpukit/score/include/rtems/score/priority.h (modified) * cpukit/score/include/rtems/score/stack.h (modified) * cpukit/score/include/rtems/score/states.h (modified) * cpukit/score/include/rtems/score/sysstate.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadmp.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/tod.h (modified) * cpukit/score/include/rtems/score/tqdata.h (modified) * cpukit/score/include/rtems/score/userext.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/include/rtems/score/wkspace.h (modified) * cpukit/score/include/rtems/system.h (modified) * cpukit/score/inline/rtems/score/address.inl (modified) * cpukit/score/inline/rtems/score/chain.inl (modified) * cpukit/score/inline/rtems/score/coremsg.inl (modified) * cpukit/score/inline/rtems/score/coremutex.inl (modified) * cpukit/score/inline/rtems/score/coresem.inl (modified) * cpukit/score/inline/rtems/score/heap.inl (modified) * cpukit/score/inline/rtems/score/isr.inl (modified) * cpukit/score/inline/rtems/score/mppkt.inl (modified) * cpukit/score/inline/rtems/score/object.inl (modified) * cpukit/score/inline/rtems/score/objectmp.inl (modified) * cpukit/score/inline/rtems/score/priority.inl (modified) * cpukit/score/inline/rtems/score/stack.inl (modified) * cpukit/score/inline/rtems/score/states.inl (modified) * cpukit/score/inline/rtems/score/sysstate.inl (modified) * cpukit/score/inline/rtems/score/thread.inl (modified) * cpukit/score/inline/rtems/score/threadmp.inl (modified) * cpukit/score/inline/rtems/score/tod.inl (modified) * cpukit/score/inline/rtems/score/tqdata.inl (modified) * cpukit/score/inline/rtems/score/userext.inl (modified) * cpukit/score/inline/rtems/score/watchdog.inl (modified) * cpukit/score/inline/rtems/score/wkspace.inl (modified) * cpukit/score/macros/rtems/score/address.inl (modified) * cpukit/score/macros/rtems/score/chain.inl (modified) * cpukit/score/macros/rtems/score/coremsg.inl (modified) * cpukit/score/macros/rtems/score/coremutex.inl (modified) * cpukit/score/macros/rtems/score/coresem.inl (modified) * cpukit/score/macros/rtems/score/heap.inl (modified) * cpukit/score/macros/rtems/score/isr.inl (modified) * cpukit/score/macros/rtems/score/mppkt.inl (modified) * cpukit/score/macros/rtems/score/object.inl (modified) * cpukit/score/macros/rtems/score/objectmp.inl (modified) * cpukit/score/macros/rtems/score/priority.inl (modified) * cpukit/score/macros/rtems/score/stack.inl (modified) * cpukit/score/macros/rtems/score/states.inl (modified) * cpukit/score/macros/rtems/score/sysstate.inl (modified) * cpukit/score/macros/rtems/score/thread.inl (modified) * cpukit/score/macros/rtems/score/threadmp.inl (modified) * cpukit/score/macros/rtems/score/tod.inl (modified) * cpukit/score/macros/rtems/score/tqdata.inl (modified) * cpukit/score/macros/rtems/score/userext.inl (modified) * cpukit/score/macros/rtems/score/watchdog.inl (modified) * cpukit/score/macros/rtems/score/wkspace.inl (modified) * cpukit/score/src/apiext.c (modified) * cpukit/score/src/chain.c (modified) * cpukit/score/src/coremsg.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/coretod.c (modified) * cpukit/score/src/heap.c (modified) * cpukit/score/src/interr.c (modified) * cpukit/score/src/isr.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/object.c (modified) * cpukit/score/src/objectmp.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/userext.c (modified) * cpukit/score/src/watchdog.c (modified) * cpukit/score/src/wkspace.c (modified) * testsuites/libtests/cpuuse/init.c (modified) * testsuites/libtests/cpuuse/system.h (modified) * testsuites/libtests/cpuuse/task1.c (modified) * testsuites/libtests/cpuuse/task2.c (modified) * testsuites/libtests/cpuuse/task3.c (modified) * testsuites/libtests/cpuuse/tswitch.c (modified) * testsuites/libtests/malloctest/init.c (modified) * testsuites/libtests/malloctest/system.h (modified) * testsuites/libtests/malloctest/task1.c (modified) * testsuites/libtests/rtmonuse/getall.c (modified) * testsuites/libtests/rtmonuse/init.c (modified) * testsuites/libtests/rtmonuse/system.h (modified) * testsuites/libtests/rtmonuse/task1.c (modified) * testsuites/libtests/stackchk/blow.c (modified) * testsuites/libtests/stackchk/init.c (modified) * testsuites/libtests/stackchk/system.h (modified) * testsuites/libtests/stackchk/task1.c (modified) * testsuites/mptests/mp01/init.c (modified) * testsuites/mptests/mp01/node1/mp01.doc (modified) * testsuites/mptests/mp01/node2/mp01.doc (modified) * testsuites/mptests/mp01/system.h (modified) * testsuites/mptests/mp01/task1.c (modified) * testsuites/mptests/mp02/init.c (modified) * testsuites/mptests/mp02/node1/mp02.doc (modified) * testsuites/mptests/mp02/node2/mp02.doc (modified) * testsuites/mptests/mp02/system.h (modified) * testsuites/mptests/mp02/task1.c (modified) * testsuites/mptests/mp03/delay.c (modified) * testsuites/mptests/mp03/init.c (modified) * testsuites/mptests/mp03/node1/mp03.doc (modified) * testsuites/mptests/mp03/node2/mp03.doc (modified) * testsuites/mptests/mp03/system.h (modified) * testsuites/mptests/mp03/task1.c (modified) * testsuites/mptests/mp04/init.c (modified) * testsuites/mptests/mp04/node1/mp04.doc (modified) * testsuites/mptests/mp04/node2/mp04.doc (modified) * testsuites/mptests/mp04/system.h (modified) * testsuites/mptests/mp04/task1.c (modified) * testsuites/mptests/mp05/asr.c (modified) * testsuites/mptests/mp05/init.c (modified) * testsuites/mptests/mp05/node1/mp05.doc (modified) * testsuites/mptests/mp05/node2/mp05.doc (modified) * testsuites/mptests/mp05/system.h (modified) * testsuites/mptests/mp05/task1.c (modified) * testsuites/mptests/mp06/init.c (modified) * testsuites/mptests/mp06/node1/mp06.doc (modified) * testsuites/mptests/mp06/node2/mp06.doc (modified) * testsuites/mptests/mp06/system.h (modified) * testsuites/mptests/mp06/task1.c (modified) * testsuites/mptests/mp07/init.c (modified) * testsuites/mptests/mp07/node1/mp07.doc (modified) * testsuites/mptests/mp07/node2/mp07.doc (modified) * testsuites/mptests/mp07/system.h (modified) * testsuites/mptests/mp07/task1.c (modified) * testsuites/mptests/mp08/init.c (modified) * testsuites/mptests/mp08/node1/mp08.doc (modified) * testsuites/mptests/mp08/node2/mp08.doc (modified) * testsuites/mptests/mp08/system.h (modified) * testsuites/mptests/mp08/task1.c (modified) * testsuites/mptests/mp09/init.c (modified) * testsuites/mptests/mp09/node1/mp09.doc (modified) * testsuites/mptests/mp09/node2/mp09.doc (modified) * testsuites/mptests/mp09/recvmsg.c (modified) * testsuites/mptests/mp09/sendmsg.c (modified) * testsuites/mptests/mp09/system.h (modified) * testsuites/mptests/mp09/task1.c (modified) * testsuites/mptests/mp10/init.c (modified) * testsuites/mptests/mp10/node1/mp10.doc (modified) * testsuites/mptests/mp10/node2/mp10.doc (modified) * testsuites/mptests/mp10/system.h (modified) * testsuites/mptests/mp10/task1.c (modified) * testsuites/mptests/mp10/task2.c (modified) * testsuites/mptests/mp10/task3.c (modified) * testsuites/mptests/mp11/init.c (modified) * testsuites/mptests/mp11/node1/mp11.doc (modified) * testsuites/mptests/mp11/node2/mp11.doc (modified) * testsuites/mptests/mp11/system.h (modified) * testsuites/mptests/mp12/init.c (modified) * testsuites/mptests/mp12/node1/mp12.doc (modified) * testsuites/mptests/mp12/node2/mp12.doc (modified) * testsuites/mptests/mp12/system.h (modified) * testsuites/mptests/mp13/init.c (modified) * testsuites/mptests/mp13/node1/mp13.doc (modified) * testsuites/mptests/mp13/node2/mp13.doc (modified) * testsuites/mptests/mp13/system.h (modified) * testsuites/mptests/mp13/task1.c (modified) * testsuites/mptests/mp13/task2.c (modified) * testsuites/mptests/mp14/delay.c (modified) * testsuites/mptests/mp14/evtask1.c (modified) * testsuites/mptests/mp14/evtmtask.c (modified) * testsuites/mptests/mp14/exit.c (modified) * testsuites/mptests/mp14/init.c (modified) * testsuites/mptests/mp14/msgtask1.c (modified) * testsuites/mptests/mp14/node1/mp14.doc (modified) * testsuites/mptests/mp14/node2/mp14.doc (modified) * testsuites/mptests/mp14/pttask1.c (modified) * testsuites/mptests/mp14/smtask1.c (modified) * testsuites/mptests/mp14/system.h (modified) * testsuites/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/system.h (modified) * testsuites/psxtests/psx01/task.c (modified) * testsuites/psxtests/psx02/init.c (modified) * testsuites/psxtests/psx02/system.h (modified) * testsuites/psxtests/psx02/task.c (modified) * testsuites/psxtests/psx03/init.c (modified) * testsuites/psxtests/psx03/system.h (modified) * testsuites/psxtests/psx03/task.c (modified) * testsuites/psxtests/psx04/init.c (modified) * testsuites/psxtests/psx04/system.h (modified) * testsuites/psxtests/psx04/task1.c (modified) * testsuites/psxtests/psx04/task2.c (modified) * testsuites/psxtests/psx04/task3.c (modified) * testsuites/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/system.h (modified) * testsuites/psxtests/psx05/task.c (modified) * testsuites/psxtests/psx05/task2.c (modified) * testsuites/psxtests/psx05/task3.c (modified) * testsuites/psxtests/psx06/init.c (modified) * testsuites/psxtests/psx06/system.h (modified) * testsuites/psxtests/psx06/task.c (modified) * testsuites/psxtests/psx06/task2.c (modified) * testsuites/psxtests/psx07/init.c (modified) * testsuites/psxtests/psx07/system.h (modified) * testsuites/psxtests/psx07/task.c (modified) * testsuites/psxtests/psx08/init.c (modified) * testsuites/psxtests/psx08/system.h (modified) * testsuites/psxtests/psx08/task2.c (modified) * testsuites/psxtests/psx09/init.c (modified) * testsuites/psxtests/psx09/system.h (modified) * testsuites/psxtests/psx10/init.c (modified) * testsuites/psxtests/psx10/system.h (modified) * testsuites/psxtests/psx10/task.c (modified) * testsuites/psxtests/psx10/task2.c (modified) * testsuites/psxtests/psx10/task3.c (modified) * testsuites/psxtests/psx11/init.c (modified) * testsuites/psxtests/psx11/system.h (modified) * testsuites/psxtests/psx11/task.c (modified) * testsuites/psxtests/psx12/init.c (modified) * testsuites/psxtests/psx12/system.h (modified) * testsuites/psxtests/psx12/task.c (modified) * testsuites/psxtests/psxhdrs/clock01.c (modified) * testsuites/psxtests/psxhdrs/clock02.c (modified) * testsuites/psxtests/psxhdrs/clock03.c (modified) * testsuites/psxtests/psxhdrs/clock04.c (modified) * testsuites/psxtests/psxhdrs/clock05.c (modified) * testsuites/psxtests/psxhdrs/clock06.c (modified) * testsuites/psxtests/psxhdrs/cond01.c (modified) * testsuites/psxtests/psxhdrs/cond02.c (modified) * testsuites/psxtests/psxhdrs/cond03.c (modified) * testsuites/psxtests/psxhdrs/cond04.c (modified) * testsuites/psxtests/psxhdrs/cond05.c (modified) * testsuites/psxtests/psxhdrs/cond06.c (modified) * testsuites/psxtests/psxhdrs/cond07.c (modified) * testsuites/psxtests/psxhdrs/cond08.c (modified) * testsuites/psxtests/psxhdrs/cond09.c (modified) * testsuites/psxtests/psxhdrs/cond10.c (modified) * testsuites/psxtests/psxhdrs/key01.c (modified) * testsuites/psxtests/psxhdrs/key02.c (modified) * testsuites/psxtests/psxhdrs/key03.c (modified) * testsuites/psxtests/psxhdrs/key04.c (modified) * testsuites/psxtests/psxhdrs/mutex01.c (modified) * testsuites/psxtests/psxhdrs/mutex02.c (modified) * testsuites/psxtests/psxhdrs/mutex03.c (modified) * testsuites/psxtests/psxhdrs/mutex04.c (modified) * testsuites/psxtests/psxhdrs/mutex05.c (modified) * testsuites/psxtests/psxhdrs/mutex06.c (modified) * testsuites/psxtests/psxhdrs/mutex07.c (modified) * testsuites/psxtests/psxhdrs/mutex08.c (modified) * testsuites/psxtests/psxhdrs/mutex09.c (modified) * testsuites/psxtests/psxhdrs/mutex10.c (modified) * testsuites/psxtests/psxhdrs/mutex11.c (modified) * testsuites/psxtests/psxhdrs/mutex12.c (modified) * testsuites/psxtests/psxhdrs/mutex13.c (modified) * testsuites/psxtests/psxhdrs/mutex14.c (modified) * testsuites/psxtests/psxhdrs/mutex15.c (modified) * testsuites/psxtests/psxhdrs/mutex16.c (modified) * testsuites/psxtests/psxhdrs/proc01.c (modified) * testsuites/psxtests/psxhdrs/proc02.c (modified) * testsuites/psxtests/psxhdrs/proc03.c (modified) * testsuites/psxtests/psxhdrs/proc04.c (modified) * testsuites/psxtests/psxhdrs/proc05.c (modified) * testsuites/psxtests/psxhdrs/proc06.c (modified) * testsuites/psxtests/psxhdrs/proc07.c (modified) * testsuites/psxtests/psxhdrs/proc08.c (modified) * testsuites/psxtests/psxhdrs/proc09.c (modified) * testsuites/psxtests/psxhdrs/proc10.c (modified) * testsuites/psxtests/psxhdrs/proc11.c (modified) * testsuites/psxtests/psxhdrs/proc12.c (modified) * testsuites/psxtests/psxhdrs/proc13.c (modified) * testsuites/psxtests/psxhdrs/proc14.c (modified) * testsuites/psxtests/psxhdrs/pthread01.c (modified) * testsuites/psxtests/psxhdrs/pthread02.c (modified) * testsuites/psxtests/psxhdrs/pthread03.c (modified) * testsuites/psxtests/psxhdrs/pthread04.c (modified) * testsuites/psxtests/psxhdrs/pthread05.c (modified) * testsuites/psxtests/psxhdrs/pthread06.c (modified) * testsuites/psxtests/psxhdrs/pthread07.c (modified) * testsuites/psxtests/psxhdrs/pthread08.c (modified) * testsuites/psxtests/psxhdrs/pthread09.c (modified) * testsuites/psxtests/psxhdrs/pthread10.c (modified) * testsuites/psxtests/psxhdrs/pthread11.c (modified) * testsuites/psxtests/psxhdrs/pthread12.c (modified) * testsuites/psxtests/psxhdrs/pthread13.c (modified) * testsuites/psxtests/psxhdrs/pthread14.c (modified) * testsuites/psxtests/psxhdrs/pthread15.c (modified) * testsuites/psxtests/psxhdrs/pthread16.c (modified) * testsuites/psxtests/psxhdrs/pthread17.c (modified) * testsuites/psxtests/psxhdrs/pthread18.c (modified) * testsuites/psxtests/psxhdrs/pthread19.c (modified) * testsuites/psxtests/psxhdrs/pthread20.c (modified) * testsuites/psxtests/psxhdrs/pthread21.c (modified) * testsuites/psxtests/psxhdrs/pthread22.c (modified) * testsuites/psxtests/psxhdrs/pthread23.c (modified) * testsuites/psxtests/psxhdrs/pthread24.c (modified) * testsuites/psxtests/psxhdrs/pthread25.c (modified) * testsuites/psxtests/psxhdrs/pthread26.c (modified) * testsuites/psxtests/psxhdrs/pthread27.c (modified) * testsuites/psxtests/psxhdrs/pthread28.c (modified) * testsuites/psxtests/psxhdrs/pthread29.c (modified) * testsuites/psxtests/psxhdrs/pthread30.c (modified) * testsuites/psxtests/psxhdrs/pthread31.c (modified) * testsuites/psxtests/psxhdrs/pthread32.c (modified) * testsuites/psxtests/psxhdrs/pthread33.c (modified) * testsuites/psxtests/psxhdrs/pthread34.c (modified) * testsuites/psxtests/psxhdrs/pthread35.c (modified) * testsuites/psxtests/psxhdrs/pthread36.c (modified) * testsuites/psxtests/psxhdrs/sched01.c (modified) * testsuites/psxtests/psxhdrs/sched02.c (modified) * testsuites/psxtests/psxhdrs/sched03.c (modified) * testsuites/psxtests/psxhdrs/sched04.c (modified) * testsuites/psxtests/psxhdrs/sched05.c (modified) * testsuites/psxtests/psxhdrs/sched06.c (modified) * testsuites/psxtests/psxhdrs/sched07.c (modified) * testsuites/psxtests/psxhdrs/sched08.c (modified) * testsuites/psxtests/psxhdrs/signal01.c (modified) * testsuites/psxtests/psxhdrs/signal02.c (modified) * testsuites/psxtests/psxhdrs/signal03.c (modified) * testsuites/psxtests/psxhdrs/signal04.c (modified) * testsuites/psxtests/psxhdrs/signal05.c (modified) * testsuites/psxtests/psxhdrs/signal06.c (modified) * testsuites/psxtests/psxhdrs/signal07.c (modified) * testsuites/psxtests/psxhdrs/signal08.c (modified) * testsuites/psxtests/psxhdrs/signal09.c (modified) * testsuites/psxtests/psxhdrs/signal10.c (modified) * testsuites/psxtests/psxhdrs/signal11.c (modified) * testsuites/psxtests/psxhdrs/signal12.c (modified) * testsuites/psxtests/psxhdrs/signal13.c (modified) * testsuites/psxtests/psxhdrs/signal14.c (modified) * testsuites/psxtests/psxhdrs/signal15.c (modified) * testsuites/psxtests/psxhdrs/signal16.c (modified) * testsuites/psxtests/psxhdrs/signal17.c (modified) * testsuites/psxtests/psxhdrs/signal18.c (modified) * testsuites/psxtests/psxhdrs/signal19.c (modified) * testsuites/psxtests/psxhdrs/signal20.c (modified) * testsuites/psxtests/psxhdrs/signal21.c (modified) * testsuites/psxtests/psxhdrs/signal22.c (modified) * testsuites/psxtests/psxhdrs/time01.c (modified) * testsuites/psxtests/psxhdrs/time02.c (modified) * testsuites/psxtests/psxhdrs/time03.c (modified) * testsuites/psxtests/psxhdrs/time04.c (modified) * testsuites/psxtests/psxhdrs/time05.c (modified) * testsuites/psxtests/psxhdrs/time06.c (modified) * testsuites/psxtests/psxhdrs/time07.c (modified) * testsuites/psxtests/psxhdrs/time08.c (modified) * testsuites/psxtests/psxhdrs/time09.c (modified) * testsuites/psxtests/psxhdrs/time10.c (modified) * testsuites/psxtests/psxhdrs/time11.c (modified) * testsuites/psxtests/psxhdrs/time12.c (modified) * testsuites/psxtests/psxhdrs/time13.c (modified) * testsuites/psxtests/psxhdrs/timer01.c (modified) * testsuites/psxtests/psxhdrs/timer02.c (modified) * testsuites/psxtests/psxhdrs/timer03.c (modified) * testsuites/psxtests/psxhdrs/timer04.c (modified) * testsuites/psxtests/psxhdrs/timer05.c (modified) * testsuites/psxtests/psxhdrs/timer06.c (modified) * testsuites/samples/README (modified) * testsuites/samples/base_mp/apptask.c (modified) * testsuites/samples/base_mp/init.c (modified) * testsuites/samples/base_mp/node1/base_mp.doc (modified) * testsuites/samples/base_mp/node2/base_mp.doc (modified) * testsuites/samples/base_mp/system.h (modified) * testsuites/samples/base_sp/apptask.c (modified) * testsuites/samples/base_sp/base_sp.doc (modified) * testsuites/samples/base_sp/init.c (modified) * testsuites/samples/base_sp/system.h (modified) * testsuites/samples/cdtest/init.c (modified) * testsuites/samples/cdtest/system.h (modified) * testsuites/samples/hello/hello.doc (modified) * testsuites/samples/hello/init.c (modified) * testsuites/samples/hello/system.h (modified) * testsuites/samples/paranoia/init.c (modified) * testsuites/samples/paranoia/paranoia.doc (modified) * testsuites/samples/paranoia/system.h (modified) * testsuites/samples/ticker/init.c (modified) * testsuites/samples/ticker/system.h (modified) * testsuites/samples/ticker/tasks.c (modified) * testsuites/samples/ticker/ticker.doc (modified) * testsuites/sptests/sp01/init.c (modified) * testsuites/sptests/sp01/sp01.doc (modified) * testsuites/sptests/sp01/system.h (modified) * testsuites/sptests/sp01/task1.c (modified) * testsuites/sptests/sp02/init.c (modified) * testsuites/sptests/sp02/preempt.c (modified) * testsuites/sptests/sp02/sp02.doc (modified) * testsuites/sptests/sp02/system.h (modified) * testsuites/sptests/sp02/task1.c (modified) * testsuites/sptests/sp02/task2.c (modified) * testsuites/sptests/sp02/task3.c (modified) * testsuites/sptests/sp03/init.c (modified) * testsuites/sptests/sp03/sp03.doc (modified) * testsuites/sptests/sp03/system.h (modified) * testsuites/sptests/sp03/task1.c (modified) * testsuites/sptests/sp03/task2.c (modified) * testsuites/sptests/sp04/init.c (modified) * testsuites/sptests/sp04/sp04.doc (modified) * testsuites/sptests/sp04/system.h (modified) * testsuites/sptests/sp04/task1.c (modified) * testsuites/sptests/sp04/task2.c (modified) * testsuites/sptests/sp04/task3.c (modified) * testsuites/sptests/sp04/tswitch.c (modified) * testsuites/sptests/sp05/init.c (modified) * testsuites/sptests/sp05/sp05.doc (modified) * testsuites/sptests/sp05/system.h (modified) * testsuites/sptests/sp05/task1.c (modified) * testsuites/sptests/sp05/task2.c (modified) * testsuites/sptests/sp05/task3.c (modified) * testsuites/sptests/sp06/init.c (modified) * testsuites/sptests/sp06/sp06.doc (modified) * testsuites/sptests/sp06/system.h (modified) * testsuites/sptests/sp06/task1.c (modified) * testsuites/sptests/sp06/task2.c (modified) * testsuites/sptests/sp06/task3.c (modified) * testsuites/sptests/sp07/init.c (modified) * testsuites/sptests/sp07/sp07.doc (modified) * testsuites/sptests/sp07/system.h (modified) * testsuites/sptests/sp07/task1.c (modified) * testsuites/sptests/sp07/task2.c (modified) * testsuites/sptests/sp07/task3.c (modified) * testsuites/sptests/sp07/task4.c (modified) * testsuites/sptests/sp07/taskexit.c (modified) * testsuites/sptests/sp07/tcreate.c (modified) * testsuites/sptests/sp07/tdelete.c (modified) * testsuites/sptests/sp07/trestart.c (modified) * testsuites/sptests/sp07/tstart.c (modified) * testsuites/sptests/sp08/init.c (modified) * testsuites/sptests/sp08/sp08.doc (modified) * testsuites/sptests/sp08/system.h (modified) * testsuites/sptests/sp08/task1.c (modified) * testsuites/sptests/sp09/delay.c (modified) * testsuites/sptests/sp09/init.c (modified) * testsuites/sptests/sp09/isr.c (modified) * testsuites/sptests/sp09/screen01.c (modified) * testsuites/sptests/sp09/screen02.c (modified) * testsuites/sptests/sp09/screen03.c (modified) * testsuites/sptests/sp09/screen04.c (modified) * testsuites/sptests/sp09/screen05.c (modified) * testsuites/sptests/sp09/screen06.c (modified) * testsuites/sptests/sp09/screen07.c (modified) * testsuites/sptests/sp09/screen08.c (modified) * testsuites/sptests/sp09/screen09.c (modified) * testsuites/sptests/sp09/screen10.c (modified) * testsuites/sptests/sp09/screen11.c (modified) * testsuites/sptests/sp09/screen12.c (modified) * testsuites/sptests/sp09/screen13.c (modified) * testsuites/sptests/sp09/screen14.c (modified) * testsuites/sptests/sp09/sp09.doc (modified) * testsuites/sptests/sp09/system.h (modified) * testsuites/sptests/sp09/task1.c (modified) * testsuites/sptests/sp09/task2.c (modified) * testsuites/sptests/sp09/task3.c (modified) * testsuites/sptests/sp09/task4.c (modified) * testsuites/sptests/sp11/init.c (modified) * testsuites/sptests/sp11/sp11.doc (modified) * testsuites/sptests/sp11/system.h (modified) * testsuites/sptests/sp11/task1.c (modified) * testsuites/sptests/sp11/task2.c (modified) * testsuites/sptests/sp11/timer.c (modified) * testsuites/sptests/sp12/init.c (modified) * testsuites/sptests/sp12/pridrv.c (modified) * testsuites/sptests/sp12/pritask.c (modified) * testsuites/sptests/sp12/sp12.doc (modified) * testsuites/sptests/sp12/system.h (modified) * testsuites/sptests/sp12/task1.c (modified) * testsuites/sptests/sp12/task2.c (modified) * testsuites/sptests/sp12/task3.c (modified) * testsuites/sptests/sp12/task4.c (modified) * testsuites/sptests/sp12/task5.c (modified) * testsuites/sptests/sp13/fillbuff.c (modified) * testsuites/sptests/sp13/init.c (modified) * testsuites/sptests/sp13/putbuff.c (modified) * testsuites/sptests/sp13/sp13.doc (modified) * testsuites/sptests/sp13/system.h (modified) * testsuites/sptests/sp13/task1.c (modified) * testsuites/sptests/sp13/task2.c (modified) * testsuites/sptests/sp13/task3.c (modified) * testsuites/sptests/sp14/asr.c (modified) * testsuites/sptests/sp14/init.c (modified) * testsuites/sptests/sp14/sp14.doc (modified) * testsuites/sptests/sp14/system.h (modified) * testsuites/sptests/sp14/task1.c (modified) * testsuites/sptests/sp14/task2.c (modified) * testsuites/sptests/sp15/init.c (modified) * testsuites/sptests/sp15/sp15.doc (modified) * testsuites/sptests/sp15/system.h (modified) * testsuites/sptests/sp15/task1.c (modified) * testsuites/sptests/sp16/init.c (modified) * testsuites/sptests/sp16/sp16.doc (modified) * testsuites/sptests/sp16/system.h (modified) * testsuites/sptests/sp16/task1.c (modified) * testsuites/sptests/sp16/task2.c (modified) * testsuites/sptests/sp16/task3.c (modified) * testsuites/sptests/sp16/task4.c (modified) * testsuites/sptests/sp16/task5.c (modified) * testsuites/sptests/sp17/asr.c (modified) * testsuites/sptests/sp17/init.c (modified) * testsuites/sptests/sp17/sp17.doc (modified) * testsuites/sptests/sp17/system.h (modified) * testsuites/sptests/sp17/task1.c (modified) * testsuites/sptests/sp17/task2.c (modified) * testsuites/sptests/sp19/first.c (modified) * testsuites/sptests/sp19/fptask.c (modified) * testsuites/sptests/sp19/fptest.h (modified) * testsuites/sptests/sp19/init.c (modified) * testsuites/sptests/sp19/inttest.h (modified) * testsuites/sptests/sp19/sp19.doc (modified) * testsuites/sptests/sp19/system.h (modified) * testsuites/sptests/sp19/task1.c (modified) * testsuites/sptests/sp20/getall.c (modified) * testsuites/sptests/sp20/init.c (modified) * testsuites/sptests/sp20/sp20.doc (modified) * testsuites/sptests/sp20/system.h (modified) * testsuites/sptests/sp20/task1.c (modified) * testsuites/sptests/sp21/init.c (modified) * testsuites/sptests/sp21/sp21.doc (modified) * testsuites/sptests/sp21/system.h (modified) * testsuites/sptests/sp21/task1.c (modified) * testsuites/sptests/sp22/delay.c (modified) * testsuites/sptests/sp22/init.c (modified) * testsuites/sptests/sp22/prtime.c (modified) * testsuites/sptests/sp22/sp22.doc (modified) * testsuites/sptests/sp22/system.h (modified) * testsuites/sptests/sp22/task1.c (modified) * testsuites/sptests/sp23/init.c (modified) * testsuites/sptests/sp23/sp23.doc (modified) * testsuites/sptests/sp23/system.h (modified) * testsuites/sptests/sp23/task1.c (modified) * testsuites/sptests/sp24/init.c (modified) * testsuites/sptests/sp24/resume.c (modified) * testsuites/sptests/sp24/sp24.doc (modified) * testsuites/sptests/sp24/system.h (modified) * testsuites/sptests/sp24/task1.c (modified) * testsuites/sptests/sp25/init.c (modified) * testsuites/sptests/sp25/sp25.doc (modified) * testsuites/sptests/sp25/system.h (modified) * testsuites/sptests/sp25/task1.c (modified) * testsuites/sptests/spfatal/fatal.c (modified) * testsuites/sptests/spfatal/init.c (modified) * testsuites/sptests/spfatal/puterr.c (modified) * testsuites/sptests/spfatal/spfatal.doc (modified) * testsuites/sptests/spfatal/system.h (modified) * testsuites/sptests/spfatal/task1.c (modified) * testsuites/sptests/spsize/getint.c (modified) * testsuites/sptests/spsize/init.c (modified) * testsuites/sptests/spsize/size.c (modified) * testsuites/sptests/spsize/system.h (modified) * testsuites/support/include/tmacros.h (modified) * testsuites/tmtests/include/timesys.h (modified) * testsuites/tmtests/tm01/system.h (modified) * testsuites/tmtests/tm01/task1.c (modified) * testsuites/tmtests/tm01/tm01.doc (modified) * testsuites/tmtests/tm02/system.h (modified) * testsuites/tmtests/tm02/task1.c (modified) * testsuites/tmtests/tm02/tm02.doc (modified) * testsuites/tmtests/tm03/system.h (modified) * testsuites/tmtests/tm03/task1.c (modified) * testsuites/tmtests/tm03/tm03.doc (modified) * testsuites/tmtests/tm04/system.h (modified) * testsuites/tmtests/tm04/task1.c (modified) * testsuites/tmtests/tm04/tm04.doc (modified) * testsuites/tmtests/tm05/system.h (modified) * testsuites/tmtests/tm05/task1.c (modified) * testsuites/tmtests/tm05/tm05.doc (modified) * testsuites/tmtests/tm06/system.h (modified) * testsuites/tmtests/tm06/task1.c (modified) * testsuites/tmtests/tm06/tm06.doc (modified) * testsuites/tmtests/tm07/system.h (modified) * testsuites/tmtests/tm07/task1.c (modified) * testsuites/tmtests/tm07/tm07.doc (modified) * testsuites/tmtests/tm08/system.h (modified) * testsuites/tmtests/tm08/task1.c (modified) * testsuites/tmtests/tm08/tm08.doc (modified) * testsuites/tmtests/tm09/system.h (modified) * testsuites/tmtests/tm09/task1.c (modified) * testsuites/tmtests/tm09/tm09.doc (modified) * testsuites/tmtests/tm10/system.h (modified) * testsuites/tmtests/tm10/task1.c (modified) * testsuites/tmtests/tm10/tm10.doc (modified) * testsuites/tmtests/tm11/system.h (modified) * testsuites/tmtests/tm11/task1.c (modified) * testsuites/tmtests/tm11/tm11.doc (modified) * testsuites/tmtests/tm12/system.h (modified) * testsuites/tmtests/tm12/task1.c (modified) * testsuites/tmtests/tm12/tm12.doc (modified) * testsuites/tmtests/tm13/system.h (modified) * testsuites/tmtests/tm13/task1.c (modified) * testsuites/tmtests/tm13/tm13.doc (modified) * testsuites/tmtests/tm14/system.h (modified) * testsuites/tmtests/tm14/task1.c (modified) * testsuites/tmtests/tm14/tm14.doc (modified) * testsuites/tmtests/tm15/system.h (modified) * testsuites/tmtests/tm15/task1.c (modified) * testsuites/tmtests/tm15/tm15.doc (modified) * testsuites/tmtests/tm16/system.h (modified) * testsuites/tmtests/tm16/task1.c (modified) * testsuites/tmtests/tm16/tm16.doc (modified) * testsuites/tmtests/tm17/system.h (modified) * testsuites/tmtests/tm17/task1.c (modified) * testsuites/tmtests/tm17/tm17.doc (modified) * testsuites/tmtests/tm18/system.h (modified) * testsuites/tmtests/tm18/task1.c (modified) * testsuites/tmtests/tm18/tm18.doc (modified) * testsuites/tmtests/tm19/system.h (modified) * testsuites/tmtests/tm19/task1.c (modified) * testsuites/tmtests/tm19/tm19.doc (modified) * testsuites/tmtests/tm20/system.h (modified) * testsuites/tmtests/tm20/task1.c (modified) * testsuites/tmtests/tm20/tm20.doc (modified) * testsuites/tmtests/tm21/system.h (modified) * testsuites/tmtests/tm21/task1.c (modified) * testsuites/tmtests/tm21/tm21.doc (modified) * testsuites/tmtests/tm22/system.h (modified) * testsuites/tmtests/tm22/task1.c (modified) * testsuites/tmtests/tm22/tm22.doc (modified) * testsuites/tmtests/tm23/system.h (modified) * testsuites/tmtests/tm23/task1.c (modified) * testsuites/tmtests/tm23/tm23.doc (modified) * testsuites/tmtests/tm24/system.h (modified) * testsuites/tmtests/tm24/task1.c (modified) * testsuites/tmtests/tm24/tm24.doc (modified) * testsuites/tmtests/tm25/system.h (modified) * testsuites/tmtests/tm25/task1.c (modified) * testsuites/tmtests/tm25/tm25.doc (modified) * testsuites/tmtests/tm26/fptest.h (modified) * testsuites/tmtests/tm26/system.h (modified) * testsuites/tmtests/tm26/task1.c (modified) * testsuites/tmtests/tm26/tm26.doc (modified) * testsuites/tmtests/tm27/system.h (modified) * testsuites/tmtests/tm27/task1.c (modified) * testsuites/tmtests/tm27/tm27.doc (modified) * testsuites/tmtests/tm28/system.h (modified) * testsuites/tmtests/tm28/task1.c (modified) * testsuites/tmtests/tm28/tm28.doc (modified) * testsuites/tmtests/tm29/system.h (modified) * testsuites/tmtests/tm29/task1.c (modified) * testsuites/tmtests/tm29/tm29.doc (modified) * testsuites/tmtests/tmck/system.h (modified) * testsuites/tmtests/tmck/task1.c (modified) * testsuites/tmtests/tmck/tmck.doc (modified) * testsuites/tmtests/tmoverhd/dumrtems.h (modified) * testsuites/tmtests/tmoverhd/empty.c (modified) * testsuites/tmtests/tmoverhd/system.h (modified) * testsuites/tmtests/tmoverhd/testtask.c (modified) * testsuites/tmtests/tmoverhd/tmoverhd.doc (modified) * tools/cpu/hppa1.1/genoffsets.c (modified) * tools/cpu/unix/gensize.c (modified) headers updated to reflect new style copyright notice as part of ... Tue, 15 Apr 1997 18:02:18 GMT Joel Sherrill [6881e0c] * c/src/exec/posix/headers/priority.h (modified) * c/src/exec/posix/include/rtems/posix/priority.h (modified) * c/src/exec/posix/inline/priority.inl (modified) * c/src/exec/posix/inline/rtems/posix/priority.inl (modified) * cpukit/posix/include/rtems/posix/priority.h (modified) * cpukit/posix/inline/rtems/posix/priority.inl (modified) Reduced number of POSIX thread priorities from 255 to 254 to avoid ... Mon, 10 Mar 1997 16:57:08 GMT Joel Sherrill [d627c0c4] * c/src/exec/posix/src/getpid.c (added) * cpukit/posix/src/getpid.c (added) created. Split getpid() from types.c to allow it to be overridden by ... Mon, 10 Mar 1997 16:56:08 GMT Joel Sherrill [fec60e9] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) Fixed bug where the initial detachstate was not being set properly Sat, 08 Mar 1997 03:51:55 GMT Joel Sherrill [f926b34] * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * c/src/exec/score/src/coremutex.c (modified) * c/src/exec/score/src/thread.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/thread.c (modified) Modified calls to _Thread_Change_priority to take a third argument. ... Sat, 08 Mar 1997 03:50:17 GMT Joel Sherrill [232d6c1c] * c/src/exec/posix/src/types.c (modified) * cpukit/posix/src/types.c (modified) Removed getpid from this file and made it its own file. This lets it ... Sat, 08 Mar 1997 03:47:34 GMT Joel Sherrill [5cdcbd2] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) Added commit to indicate exepcted _Thread_Dispatch_disable_level. ... Tue, 28 Jan 1997 23:33:22 GMT Joel Sherrill [52d99d4a] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) Switch to using newlib's implementation of time(). Mon, 30 Sep 1996 20:14:08 GMT Joel Sherrill [348ba42] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) changed stack size of posix initialization threads to double the ... Tue, 17 Sep 1996 21:31:30 GMT Joel Sherrill [41be2e8] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) added routine _POSIX_Timespec_subtract Tue, 17 Sep 1996 21:31:10 GMT Joel Sherrill [aa48536] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) Added code to insure that the post switch extension was executed and ... Tue, 17 Sep 1996 21:29:51 GMT Joel Sherrill [9093c3c] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) Corrected implementation of timed wait on condition variables. First ... Tue, 17 Sep 1996 21:26:25 GMT Joel Sherrill [ded66f8] * c/src/exec/posix/headers/time.h (modified) * c/src/exec/posix/include/rtems/posix/time.h (modified) * cpukit/posix/include/rtems/posix/time.h (modified) added prototype for _POSIX_Timespec_subtract Sun, 08 Sep 1996 16:22:05 GMT Joel Sherrill [3335420] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) moved PTHREAD_MINIMUM_STACK_SIZE from pthread.c to pthread.h so it ... Sun, 08 Sep 1996 16:21:48 GMT Joel Sherrill [e7a36a9] * c/src/exec/posix/src/adasupp.c (modified) * cpukit/posix/src/adasupp.c (modified) Ada task stack size minimize is twice that for regular pthreads. Sun, 08 Sep 1996 16:21:16 GMT Joel Sherrill [ed5a518] * c/src/exec/posix/headers/pthread.h (modified) * c/src/exec/posix/include/rtems/posix/pthread.h (modified) * cpukit/posix/include/rtems/posix/pthread.h (modified) moved PTHREAD_MINIMUM_STACK_SIZE from pthread.c to here so it would ... Thu, 05 Sep 1996 20:45:05 GMT Joel Sherrill [65c421f] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) default thread attributes: default value for inheritsched changed ... Thu, 05 Sep 1996 20:41:10 GMT Joel Sherrill [297be5c] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) pthread_mutex_setprioceiling: fixed bug where returned priority was ... Thu, 05 Sep 1996 20:29:07 GMT Joel Sherrill [9a5cbef0] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) nanosleep: negative value for tv_sec is no longer an error. It now ... Thu, 29 Aug 1996 16:39:01 GMT Joel Sherrill [62bf651f] * c/src/exec/posix/src/adasupp.c (added) * cpukit/posix/src/adasupp.c (added) new file to support GNU Ada. currently the only routine in this ... Tue, 27 Aug 1996 15:19:51 GMT Joel Sherrill [b5c04b6] * c/src/exec/posix/src/sched.c (modified) * cpukit/posix/src/sched.c (modified) fixed typo .. changed == to != Tue, 27 Aug 1996 15:19:33 GMT Joel Sherrill [5a234809] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) check that we were passed a valid mutex and ignore errors from the ... Fri, 23 Aug 1996 14:47:58 GMT Mark Johannes [0b710dbb] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) pthread_create: changed EINVAL for no more threads back to EAGAIN Mon, 19 Aug 1996 15:30:25 GMT Mark Johannes [c5c5f8c] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) Changed all EFAULTs to EINVALs Mon, 19 Aug 1996 15:27:37 GMT Mark Johannes [02f041e] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) pthread_mutex_init: added error messages for NULL mutex and EBUSY Thu, 15 Aug 1996 19:38:46 GMT Mark Johannes [9ac3e76] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) changed ENOMEM error message Thu, 15 Aug 1996 18:58:09 GMT Joel Sherrill [f3e19146] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) clock_gettime: changed assert condition to a standard error code ... Thu, 15 Aug 1996 18:57:07 GMT Joel Sherrill [b03ab630] * c/src/exec/posix/src/sched.c (modified) * cpukit/posix/src/sched.c (modified) sched_rr_get_interval: converted assert condition into a standard ... Thu, 15 Aug 1996 18:56:09 GMT Joel Sherrill [57dae56] * c/src/exec/posix/headers/cond.h (modified) * c/src/exec/posix/include/rtems/posix/cond.h (modified) * cpukit/posix/include/rtems/posix/cond.h (modified) added constant to indicate there is no mutex associated with this ... Thu, 15 Aug 1996 16:29:00 GMT Mark Johannes [de45ddc] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) pthread_kill: fixed the move of SIG_IGN not SA_SIGINFO Thu, 15 Aug 1996 16:24:44 GMT Mark Johannes [948721c] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) pthread_kill: moved check for SA_SIGINFO to allow for validation of ... Thu, 15 Aug 1996 16:22:59 GMT Mark Johannes [48e685c] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) fixed typo for NOTSUP -> ENOTSUP Wed, 14 Aug 1996 17:20:45 GMT Mark Johannes [4e63ae5] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) commented of ENOTSUP until fixed in newlib Wed, 14 Aug 1996 17:20:03 GMT Mark Johannes [aae1c932] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) pthread_cond_timedwait: added error cases for abstime Tue, 13 Aug 1996 21:32:49 GMT Mark Johannes [dce801d] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) pthread_cond_destroy: added enable dispatch to EBUSY case Tue, 13 Aug 1996 21:10:06 GMT Mark Johannes [95b76bc] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) pthread_codn_destroy: EBUSY case moved and uses Thread_queue_First