# # ChangeLog for / in rtems # # Generated by Trac 1.2.1.dev0 # 04/25/24 12:18:41 Wed, 10 Nov 1999 22:14:26 GMT Joel Sherrill [59d1127] * c/src/exec/score/src/objectallocatebyindex.c (modified) * cpukit/score/src/objectallocatebyindex.c (modified) Corrected to account for the way memory is divided up in ... Wed, 10 Nov 1999 22:13:42 GMT Joel Sherrill [7d29dc7f] * c/src/exec/score/include/rtems/score/Makefile.in (modified) Added line to make sure HAS_ITRON_API is defined in Makefile. Wed, 10 Nov 1999 20:37:01 GMT Joel Sherrill [72719d2] * c/src/exec/rtems/src/semflush.c (modified) * cpukit/rtems/src/semflush.c (modified) Added call to _Thread_Enable_dispatch() and did some cleanup. Wed, 10 Nov 1999 20:36:25 GMT Joel Sherrill [74db82a] * c/src/tests/sptests/Makefile.am (modified) * c/src/tests/sptests/configure.in (modified) * c/src/tests/sptests/sp27/Makefile.in (added) * c/src/tests/sptests/sp27/TODO (deleted) * c/src/tests/sptests/sp27/init.c (added) * c/src/tests/sptests/sp27/sp27.doc (added) * c/src/tests/sptests/sp27/sp27.scn (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/sp27/init.c (added) * testsuites/sptests/sp27/sp27.doc (added) * testsuites/sptests/sp27/sp27.scn (added) rtems_semaphore_flush test from Eric Norum . Wed, 10 Nov 1999 14:31:11 GMT Joel Sherrill [cbccd37] * c/src/exec/libnetworking/lib/rtems_bsdnet_ntp.c (added) * c/src/exec/libnetworking/nfs/bootp_subr.c (modified) * c/src/exec/libnetworking/rtems/rtems_bsdnet.h (modified) * c/src/libnetworking/lib/Makefile.in (modified) * c/src/libnetworking/lib/rtems_bsdnet_ntp.c (added) * c/src/libnetworking/nfs/bootp_subr.c (modified) * c/src/libnetworking/rtems/rtems_bsdnet.h (modified) * cpukit/libnetworking/lib/rtems_bsdnet_ntp.c (added) * cpukit/libnetworking/nfs/bootp_subr.c (modified) * cpukit/libnetworking/rtems/rtems_bsdnet.h (modified) Patch from Eric Norum which includes: ... Wed, 10 Nov 1999 14:19:55 GMT Joel Sherrill [442d0478] * c/src/tests/itrontests/Makefile.am (modified) * c/src/tests/itrontests/itronhello/Makefile.in (added) * c/src/tests/itrontests/itronmbf01/Makefile.in (added) * c/src/tests/itrontests/itronsem01/Makefile.in (added) * c/src/tests/itrontests/itrontask01/Makefile.in (modified) * c/src/tests/itrontests/itrontask02/Makefile.in (modified) * c/src/tests/itrontests/itrontask03/Makefile.in (modified) * c/src/tests/itrontests/itrontask04/Makefile.in (modified) * c/src/tests/itrontests/itrontime01/Makefile.in (added) * c/src/tests/itrontests/itrontime01/init.c (added) * c/src/tests/itrontests/itrontime01/itrontime01.doc (added) * c/src/tests/itrontests/itrontime01/itrontime01.scn (added) * c/src/tests/itrontests/itrontime01/system.h (added) * testsuites/itrontests/Makefile.am (modified) * testsuites/itrontests/itrontime01/init.c (added) * testsuites/itrontests/itrontime01/itrontime01.doc (added) * testsuites/itrontests/itrontime01/itrontime01.scn (added) * testsuites/itrontests/itrontime01/system.h (added) Combination of committing some new files which had been overlooked ... Wed, 10 Nov 1999 13:48:27 GMT Joel Sherrill [eb02f47] * c/src/exec/itron/include/itronsys/types.h (modified) * c/src/exec/itron/include/rtems/itron/object.h (modified) * c/src/exec/itron/include/rtems/itron/task.h (modified) * c/src/exec/itron/inline/rtems/itron/task.inl (modified) * c/src/exec/itron/src/can_wup.c (modified) * c/src/exec/itron/src/chg_pri.c (modified) * c/src/exec/itron/src/cre_tsk.c (modified) * c/src/exec/itron/src/del_tsk.c (modified) * c/src/exec/itron/src/exd_tsk.c (modified) * c/src/exec/itron/src/ext_tsk.c (modified) * c/src/exec/itron/src/frsm_tsk.c (modified) * c/src/exec/itron/src/get_tid.c (modified) * c/src/exec/itron/src/ref_tsk.c (modified) * c/src/exec/itron/src/rel_wai.c (modified) * c/src/exec/itron/src/rot_rdq.c (modified) * c/src/exec/itron/src/rsm_tsk.c (modified) * c/src/exec/itron/src/slp_tsk.c (modified) * c/src/exec/itron/src/sta_tsk.c (modified) * c/src/exec/itron/src/sus_tsk.c (modified) * c/src/exec/itron/src/task.c (modified) * c/src/exec/itron/src/ter_tsk.c (modified) * c/src/exec/rtems/src/taskresume.c (modified) * c/src/exec/rtems/src/tasksuspend.c (modified) * c/src/exec/score/include/rtems/score/Makefile.in (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * c/src/exec/score/inline/rtems/score/thread.inl (modified) * c/src/exec/score/macros/rtems/score/thread.inl (modified) * c/src/exec/score/src/Makefile.in (modified) * c/src/exec/score/src/threadinitialize.c (modified) * c/src/exec/score/src/threadrestart.c (modified) * c/src/exec/score/src/threadresume.c (added) * c/src/exec/score/src/threadrotatequeue.c (added) * c/src/exec/score/src/threadsuspend.c (added) * c/src/tests/itrontests/itrontask03/Makefile.in (modified) * c/src/tests/itrontests/itrontask03/spinit.c (deleted) * configure.in (modified) * cpukit/itron/include/itronsys/types.h (modified) * cpukit/itron/include/rtems/itron/object.h (modified) * cpukit/itron/include/rtems/itron/task.h (modified) * cpukit/itron/inline/rtems/itron/task.inl (modified) * cpukit/itron/src/can_wup.c (modified) * cpukit/itron/src/chg_pri.c (modified) * cpukit/itron/src/cre_tsk.c (modified) * cpukit/itron/src/del_tsk.c (modified) * cpukit/itron/src/exd_tsk.c (modified) * cpukit/itron/src/ext_tsk.c (modified) * cpukit/itron/src/frsm_tsk.c (modified) * cpukit/itron/src/get_tid.c (modified) * cpukit/itron/src/ref_tsk.c (modified) * cpukit/itron/src/rel_wai.c (modified) * cpukit/itron/src/rot_rdq.c (modified) * cpukit/itron/src/rsm_tsk.c (modified) * cpukit/itron/src/slp_tsk.c (modified) * cpukit/itron/src/sta_tsk.c (modified) * cpukit/itron/src/sus_tsk.c (modified) * cpukit/itron/src/task.c (modified) * cpukit/itron/src/ter_tsk.c (modified) * cpukit/rtems/src/taskresume.c (modified) * cpukit/rtems/src/tasksuspend.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/inline/rtems/score/thread.inl (modified) * cpukit/score/macros/rtems/score/thread.inl (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadresume.c (added) * cpukit/score/src/threadrotatequeue.c (added) * cpukit/score/src/threadsuspend.c (added) Committed modifications from ITRON Task and Task Dependendent ... Wed, 10 Nov 1999 13:45:54 GMT Joel Sherrill [dcc1f6b6] * c/src/tests/tools/generic/difftest.in (modified) * testsuites/tools/generic/difftest.in (modified) Added support for ITRON tests. Wed, 10 Nov 1999 13:38:34 GMT Joel Sherrill [a5f5acad] * doc/itron3.0/eventflags.t (modified) * doc/itron3.0/fixedblock.t (modified) * doc/itron3.0/mailbox.t (modified) * doc/itron3.0/memorypool.t (modified) * doc/itron3.0/status.t (modified) Updated to include more documentation from CS595. Wed, 10 Nov 1999 13:21:33 GMT Joel Sherrill [aff08f5] * doc/itron3.0/mailbox.t (modified) Better formatting. Tue, 09 Nov 1999 23:28:04 GMT Joel Sherrill [bab5ba44] * c/src/tests/itrontests/Makefile.am (modified) * c/src/tests/itrontests/configure.in (modified) * testsuites/itrontests/Makefile.am (modified) Added more tasking tests. Tue, 09 Nov 1999 23:27:05 GMT Joel Sherrill [e099180] * c/src/tests/itrontests/itronhello/itronhello.doc (added) * c/src/tests/itrontests/itronhello/itronhello.scn (added) * c/src/tests/itrontests/itronmbf01/itronmbf01.doc (added) * c/src/tests/itrontests/itronmbf01/itronmbf01.scn (added) * c/src/tests/itrontests/itronsem01/itronsem01.doc (added) * c/src/tests/itrontests/itronsem01/itronsem01.scn (added) * c/src/tests/itrontests/itrontask01/Makefile.in (added) * c/src/tests/itrontests/itrontask01/init.c (modified) * c/src/tests/itrontests/itrontask01/itrontask01.doc (added) * c/src/tests/itrontests/itrontask01/itrontask01.scn (added) * c/src/tests/itrontests/itrontask01/system.h (modified) * c/src/tests/itrontests/itrontask01/task1.c (added) * c/src/tests/itrontests/itrontask02/Makefile.in (added) * c/src/tests/itrontests/itrontask02/init.c (added) * c/src/tests/itrontests/itrontask02/itrontask02.doc (added) * c/src/tests/itrontests/itrontask02/itrontask02.scn (added) * c/src/tests/itrontests/itrontask02/preempt.c (added) * c/src/tests/itrontests/itrontask02/system.h (added) * c/src/tests/itrontests/itrontask03/Makefile.in (added) * c/src/tests/itrontests/itrontask03/init.c (added) * c/src/tests/itrontests/itrontask03/itrontask03.doc (added) * c/src/tests/itrontests/itrontask03/itrontask03.scn (added) * c/src/tests/itrontests/itrontask03/preempt.c (added) * c/src/tests/itrontests/itrontask03/spinit.c (added) * c/src/tests/itrontests/itrontask03/system.h (added) * c/src/tests/itrontests/itrontask03/task1.c (added) * c/src/tests/itrontests/itrontask03/task2.c (added) * c/src/tests/itrontests/itrontask03/task3.c (added) * c/src/tests/itrontests/itrontask04/Makefile.in (added) * c/src/tests/itrontests/itrontask04/init.c (added) * c/src/tests/itrontests/itrontask04/itrontask04.doc (added) * c/src/tests/itrontests/itrontask04/itrontask04.scn (added) * c/src/tests/itrontests/itrontask04/system.h (added) * c/src/tests/itrontests/itrontask04/task1.c (added) * c/src/tests/itrontests/itrontask04/task2.c (added) * c/src/tests/itrontests/itrontask04/task3.c (added) * testsuites/itrontests/itronhello/itronhello.doc (added) * testsuites/itrontests/itronhello/itronhello.scn (added) * testsuites/itrontests/itronmbf01/itronmbf01.doc (added) * testsuites/itrontests/itronmbf01/itronmbf01.scn (added) * testsuites/itrontests/itronsem01/itronsem01.doc (added) * testsuites/itrontests/itronsem01/itronsem01.scn (added) * testsuites/itrontests/itrontask01/init.c (modified) * testsuites/itrontests/itrontask01/itrontask01.doc (added) * testsuites/itrontests/itrontask01/itrontask01.scn (added) * testsuites/itrontests/itrontask01/system.h (modified) * testsuites/itrontests/itrontask01/task1.c (added) * testsuites/itrontests/itrontask02/init.c (added) * testsuites/itrontests/itrontask02/itrontask02.doc (added) * testsuites/itrontests/itrontask02/itrontask02.scn (added) * testsuites/itrontests/itrontask02/system.h (added) * testsuites/itrontests/itrontask03/init.c (added) * testsuites/itrontests/itrontask03/itrontask03.doc (added) * testsuites/itrontests/itrontask03/itrontask03.scn (added) * testsuites/itrontests/itrontask03/preempt.c (added) * testsuites/itrontests/itrontask03/system.h (added) * testsuites/itrontests/itrontask03/task1.c (added) * testsuites/itrontests/itrontask03/task2.c (added) * testsuites/itrontests/itrontask03/task3.c (added) * testsuites/itrontests/itrontask04/init.c (added) * testsuites/itrontests/itrontask04/itrontask04.doc (added) * testsuites/itrontests/itrontask04/itrontask04.scn (added) * testsuites/itrontests/itrontask04/system.h (added) * testsuites/itrontests/itrontask04/task1.c (added) * testsuites/itrontests/itrontask04/task2.c (added) * testsuites/itrontests/itrontask04/task3.c (added) Merged tests from Task group. Tue, 09 Nov 1999 23:10:48 GMT Joel Sherrill [3d67661] * c/src/tests/tmtests/tm26/task1.c (modified) * testsuites/tmtests/tm26/task1.c (modified) Added nesting count for suspend/resume. Tue, 09 Nov 1999 22:45:35 GMT Joel Sherrill [70e9af9] * c/src/tests/samples/paranoia/paranoia.c (modified) * testsuites/samples/paranoia/paranoia.c (modified) Changed B, H, and W variables to BVar, HVar, and WVar to avoid ... Tue, 09 Nov 1999 22:25:55 GMT Joel Sherrill [e18ba7f] * c/src/exec/itron/include/itronsys/types.h (modified) * cpukit/itron/include/itronsys/types.h (modified) Commented out single letter type names since they conflict with ... Tue, 09 Nov 1999 22:18:43 GMT Joel Sherrill [c73b8ac2] * aclocal/check-itron.m4 (added) * aclocal/enable-itron.m4 (added) * c/src/lib/libbsp/shared/console.c (modified) * c/src/lib/wrapup/Makefile.in (modified) * c/src/make/Makefile.inc.in (modified) * c/src/make/bsp.cfg.in (modified) * c/src/make/configure.in (modified) * c/src/make/target.cfg.in (modified) * c/src/wrapup/Makefile.in (modified) * configure.in (modified) * make/target.cfg.in (modified) * tools/update/cipolish (modified) This patch adds the basic framework for the ITRON 3.0 API ... Tue, 09 Nov 1999 22:16:16 GMT Joel Sherrill [c8cad188] * c/src/lib/libbsp/i386/ts_386ex/tools/debug_ada/Makefile (deleted) * c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/Makefile (deleted) * c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/adasockets/Makefile (deleted) * c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/listener/Makefile (deleted) * c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/tcprelay/Makefile (deleted) Removed. Tue, 09 Nov 1999 22:14:21 GMT Joel Sherrill [ad502d18] * c/src/tests/samples/cdtest/main.cc (modified) * testsuites/samples/cdtest/main.cc (modified) Renamed classes to avoid single letter class names. Tue, 09 Nov 1999 22:07:23 GMT Joel Sherrill [352c9b2] * c/src/exec/Makefile.am (modified) * c/src/exec/configure.in (modified) * c/src/exec/itron/Makefile.am (added) * c/src/exec/itron/configure.in (added) * c/src/exec/itron/include/Makefile.am (added) * c/src/exec/itron/include/itron.h (added) * c/src/exec/itron/include/itronsys/Makefile.am (added) * c/src/exec/itron/include/itronsys/README (added) * c/src/exec/itron/include/itronsys/eventflags.h (added) * c/src/exec/itron/include/itronsys/fmempool.h (added) * c/src/exec/itron/include/itronsys/intr.h (added) * c/src/exec/itron/include/itronsys/mbox.h (added) * c/src/exec/itron/include/itronsys/msgbuffer.h (added) * c/src/exec/itron/include/itronsys/network.h (added) * c/src/exec/itron/include/itronsys/port.h (added) * c/src/exec/itron/include/itronsys/semaphore.h (added) * c/src/exec/itron/include/itronsys/status.h (added) * c/src/exec/itron/include/itronsys/sysmgmt.h (added) * c/src/exec/itron/include/itronsys/task.h (added) * c/src/exec/itron/include/itronsys/time.h (added) * c/src/exec/itron/include/itronsys/types.h (added) * c/src/exec/itron/include/itronsys/vmempool.h (added) * c/src/exec/itron/include/rtems/Makefile.am (added) * c/src/exec/itron/include/rtems/itron/Makefile.am (added) * c/src/exec/itron/include/rtems/itron/README (added) * c/src/exec/itron/include/rtems/itron/config.h (added) * c/src/exec/itron/include/rtems/itron/eventflags.h (added) * c/src/exec/itron/include/rtems/itron/fmempool.h (added) * c/src/exec/itron/include/rtems/itron/intr.h (added) * c/src/exec/itron/include/rtems/itron/itronapi.h (added) * c/src/exec/itron/include/rtems/itron/mbox.h (added) * c/src/exec/itron/include/rtems/itron/msgbuffer.h (added) * c/src/exec/itron/include/rtems/itron/network.h (added) * c/src/exec/itron/include/rtems/itron/object.h (added) * c/src/exec/itron/include/rtems/itron/port.h (added) * c/src/exec/itron/include/rtems/itron/semaphore.h (added) * c/src/exec/itron/include/rtems/itron/sysmgmt.h (added) * c/src/exec/itron/include/rtems/itron/task.h (added) * c/src/exec/itron/include/rtems/itron/time.h (added) * c/src/exec/itron/include/rtems/itron/vmempool.h (added) * c/src/exec/itron/inline/Makefile.am (added) * c/src/exec/itron/inline/rtems/Makefile.am (added) * c/src/exec/itron/inline/rtems/itron/Makefile.am (added) * c/src/exec/itron/inline/rtems/itron/eventflags.inl (added) * c/src/exec/itron/inline/rtems/itron/fmempool.inl (added) * c/src/exec/itron/inline/rtems/itron/intr.inl (added) * c/src/exec/itron/inline/rtems/itron/mbox.inl (added) * c/src/exec/itron/inline/rtems/itron/msgbuffer.inl (added) * c/src/exec/itron/inline/rtems/itron/network.inl (added) * c/src/exec/itron/inline/rtems/itron/port.inl (added) * c/src/exec/itron/inline/rtems/itron/semaphore.inl (added) * c/src/exec/itron/inline/rtems/itron/sysmgmt.inl (added) * c/src/exec/itron/inline/rtems/itron/task.inl (added) * c/src/exec/itron/inline/rtems/itron/time.inl (added) * c/src/exec/itron/inline/rtems/itron/vmempool.inl (added) * c/src/exec/itron/src/Makefile.in (added) * c/src/exec/itron/src/can_wup.c (added) * c/src/exec/itron/src/chg_pri.c (added) * c/src/exec/itron/src/cre_tsk.c (added) * c/src/exec/itron/src/del_tsk.c (added) * c/src/exec/itron/src/dis_dsp.c (added) * c/src/exec/itron/src/ena_dsp.c (added) * c/src/exec/itron/src/eventflags.c (added) * c/src/exec/itron/src/exd_tsk.c (added) * c/src/exec/itron/src/ext_tsk.c (added) * c/src/exec/itron/src/fmempool.c (added) * c/src/exec/itron/src/frsm_tsk.c (added) * c/src/exec/itron/src/get_tid.c (added) * c/src/exec/itron/src/itronintr.c (added) * c/src/exec/itron/src/itronsem.c (added) * c/src/exec/itron/src/itrontime.c (added) * c/src/exec/itron/src/mbox.c (added) * c/src/exec/itron/src/msgbuffer.c (added) * c/src/exec/itron/src/network.c (added) * c/src/exec/itron/src/port.c (added) * c/src/exec/itron/src/ref_tsk.c (added) * c/src/exec/itron/src/rel_wai.c (added) * c/src/exec/itron/src/rot_rdq.c (added) * c/src/exec/itron/src/rsm_tsk.c (added) * c/src/exec/itron/src/slp_tsk.c (added) * c/src/exec/itron/src/sta_tsk.c (added) * c/src/exec/itron/src/sus_tsk.c (added) * c/src/exec/itron/src/sysmgmt.c (added) * c/src/exec/itron/src/task.c (added) * c/src/exec/itron/src/ter_tsk.c (added) * c/src/exec/itron/src/tslp_tsk.c (added) * c/src/exec/itron/src/vmempool.c (added) * c/src/exec/itron/src/wup_tsk.c (added) * c/src/exec/posix/Makefile.am (modified) * c/src/exec/posix/configure.in (modified) * c/src/exec/sapi/include/confdefs.h (modified) * c/src/exec/sapi/include/rtems/config.h (modified) * c/src/exec/sapi/src/Makefile.in (modified) * c/src/exec/sapi/src/exinit.c (modified) * c/src/exec/sapi/src/itronapi.c (added) * c/src/exec/score/cpu/configure.in (modified) * c/src/exec/score/include/rtems/score/Makefile.in (modified) * c/src/exec/score/include/rtems/score/interr.h (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/include/rtems/system.h (modified) * c/src/exec/wrapup/Makefile.am (modified) * c/src/exec/wrapup/itron/Makefile.in (added) * c/src/exec/wrapup/posix/Makefile.in (modified) * c/src/tests/configure.in (modified) * c/src/tests/itrontests/Makefile.am (added) * c/src/tests/itrontests/README (added) * c/src/tests/itrontests/configure.in (added) * c/src/tests/itrontests/itronhello/init.c (added) * c/src/tests/itrontests/itronhello/system.h (added) * c/src/tests/itrontests/itronmbf01/init.c (added) * c/src/tests/itrontests/itronmbf01/system.h (added) * c/src/tests/itrontests/itronsem01/init.c (added) * c/src/tests/itrontests/itronsem01/system.h (added) * c/src/tests/itrontests/itrontask01/init.c (added) * c/src/tests/itrontests/itrontask01/system.h (added) * c/src/tests/samples/configure.in (modified) * c/src/tests/tmitrontests/Makefile.am (added) * c/src/tests/tmitrontests/README (added) * c/src/tests/tmitrontests/configure.in (added) * c/src/tests/tmitrontests/include/Makefile.am (added) * c/src/tests/tmitrontests/include/timesys.h (added) * c/src/tests/tmitrontests/tmitronsem01/Makefile.in (added) * c/src/tests/tmitrontests/tmitronsem01/init.c (added) * c/src/tests/tmitrontests/tmitronsem01/system.h (added) * c/src/tests/tmitrontests/tmitronsem01/tmitronsem01.doc (added) * cpukit/Makefile.am (modified) * cpukit/itron/Makefile.am (added) * cpukit/itron/include/Makefile.am (added) * cpukit/itron/include/itron.h (added) * cpukit/itron/include/itronsys/README (added) * cpukit/itron/include/itronsys/eventflags.h (added) * cpukit/itron/include/itronsys/fmempool.h (added) * cpukit/itron/include/itronsys/intr.h (added) * cpukit/itron/include/itronsys/mbox.h (added) * cpukit/itron/include/itronsys/msgbuffer.h (added) * cpukit/itron/include/itronsys/network.h (added) * cpukit/itron/include/itronsys/port.h (added) * cpukit/itron/include/itronsys/semaphore.h (added) * cpukit/itron/include/itronsys/status.h (added) * cpukit/itron/include/itronsys/sysmgmt.h (added) * cpukit/itron/include/itronsys/task.h (added) * cpukit/itron/include/itronsys/time.h (added) * cpukit/itron/include/itronsys/types.h (added) * cpukit/itron/include/itronsys/vmempool.h (added) * cpukit/itron/include/rtems/itron/README (added) * cpukit/itron/include/rtems/itron/config.h (added) * cpukit/itron/include/rtems/itron/eventflags.h (added) * cpukit/itron/include/rtems/itron/fmempool.h (added) * cpukit/itron/include/rtems/itron/intr.h (added) * cpukit/itron/include/rtems/itron/itronapi.h (added) * cpukit/itron/include/rtems/itron/mbox.h (added) * cpukit/itron/include/rtems/itron/msgbuffer.h (added) * cpukit/itron/include/rtems/itron/network.h (added) * cpukit/itron/include/rtems/itron/object.h (added) * cpukit/itron/include/rtems/itron/port.h (added) * cpukit/itron/include/rtems/itron/semaphore.h (added) * cpukit/itron/include/rtems/itron/sysmgmt.h (added) * cpukit/itron/include/rtems/itron/task.h (added) * cpukit/itron/include/rtems/itron/time.h (added) * cpukit/itron/include/rtems/itron/vmempool.h (added) * cpukit/itron/inline/Makefile.am (added) * cpukit/itron/inline/rtems/itron/eventflags.inl (added) * cpukit/itron/inline/rtems/itron/fmempool.inl (added) * cpukit/itron/inline/rtems/itron/intr.inl (added) * cpukit/itron/inline/rtems/itron/mbox.inl (added) * cpukit/itron/inline/rtems/itron/msgbuffer.inl (added) * cpukit/itron/inline/rtems/itron/network.inl (added) * cpukit/itron/inline/rtems/itron/port.inl (added) * cpukit/itron/inline/rtems/itron/semaphore.inl (added) * cpukit/itron/inline/rtems/itron/sysmgmt.inl (added) * cpukit/itron/inline/rtems/itron/task.inl (added) * cpukit/itron/inline/rtems/itron/time.inl (added) * cpukit/itron/inline/rtems/itron/vmempool.inl (added) * cpukit/itron/src/can_wup.c (added) * cpukit/itron/src/chg_pri.c (added) * cpukit/itron/src/cre_tsk.c (added) * cpukit/itron/src/del_tsk.c (added) * cpukit/itron/src/dis_dsp.c (added) * cpukit/itron/src/ena_dsp.c (added) * cpukit/itron/src/eventflags.c (added) * cpukit/itron/src/exd_tsk.c (added) * cpukit/itron/src/ext_tsk.c (added) * cpukit/itron/src/fmempool.c (added) * cpukit/itron/src/frsm_tsk.c (added) * cpukit/itron/src/get_tid.c (added) * cpukit/itron/src/itronintr.c (added) * cpukit/itron/src/itronsem.c (added) * cpukit/itron/src/itrontime.c (added) * cpukit/itron/src/mbox.c (added) * cpukit/itron/src/msgbuffer.c (added) * cpukit/itron/src/network.c (added) * cpukit/itron/src/port.c (added) * cpukit/itron/src/ref_tsk.c (added) * cpukit/itron/src/rel_wai.c (added) * cpukit/itron/src/rot_rdq.c (added) * cpukit/itron/src/rsm_tsk.c (added) * cpukit/itron/src/slp_tsk.c (added) * cpukit/itron/src/sta_tsk.c (added) * cpukit/itron/src/sus_tsk.c (added) * cpukit/itron/src/sysmgmt.c (added) * cpukit/itron/src/task.c (added) * cpukit/itron/src/ter_tsk.c (added) * cpukit/itron/src/tslp_tsk.c (added) * cpukit/itron/src/vmempool.c (added) * cpukit/itron/src/wup_tsk.c (added) * cpukit/posix/Makefile.am (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/sapi/src/itronapi.c (added) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/include/rtems/score/object.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/system.h (modified) * cpukit/wrapup/Makefile.am (modified) * testsuites/itrontests/Makefile.am (added) * testsuites/itrontests/README (added) * testsuites/itrontests/itronhello/init.c (added) * testsuites/itrontests/itronhello/system.h (added) * testsuites/itrontests/itronmbf01/init.c (added) * testsuites/itrontests/itronmbf01/system.h (added) * testsuites/itrontests/itronsem01/init.c (added) * testsuites/itrontests/itronsem01/system.h (added) * testsuites/itrontests/itrontask01/init.c (added) * testsuites/itrontests/itrontask01/system.h (added) * testsuites/tmitrontests/Makefile.am (added) * testsuites/tmitrontests/README (added) * testsuites/tmitrontests/include/Makefile.am (added) * testsuites/tmitrontests/include/timesys.h (added) * testsuites/tmitrontests/tmitronsem01/init.c (added) * testsuites/tmitrontests/tmitronsem01/system.h (added) * testsuites/tmitrontests/tmitronsem01/tmitronsem01.doc (added) This patch adds the basic framework for the ITRON 3.0 API ... Tue, 09 Nov 1999 19:54:40 GMT Joel Sherrill [1007c3c] * c/src/exec/sapi/src/posixapi.c (modified) * cpukit/sapi/src/posixapi.c (modified) Fixed warning where initialized default POSIX API structure did have ... Tue, 09 Nov 1999 19:45:23 GMT Joel Sherrill [bd0b378] * c/src/exec/rtems/src/semflush.c (modified) * cpukit/rtems/src/semflush.c (modified) Removed unused variable warning. Tue, 09 Nov 1999 16:40:44 GMT Joel Sherrill [1baa059] * doc/itron3.0/eventflags.t (modified) * doc/itron3.0/fixedblock.t (modified) * doc/itron3.0/memorypool.t (modified) Converted from DOS to UNIX filemode. Tue, 09 Nov 1999 16:23:29 GMT Joel Sherrill [aebc7aa5] * doc/itron3.0/eventflags.t (modified) * doc/itron3.0/semaphore.t (modified) Corrected lines that were too long. Tue, 09 Nov 1999 16:23:20 GMT Joel Sherrill [6457fae2] * doc/itron3.0/status.t (modified) Fixed formatting error. Tue, 09 Nov 1999 16:23:10 GMT Joel Sherrill [6682008] * doc/itron3.0/itron.texi (modified) Corrected manual name. Tue, 09 Nov 1999 16:22:36 GMT Joel Sherrill [15c8c37] * doc/itron3.0/Makefile (modified) Integrated into main tree. Tue, 09 Nov 1999 15:49:45 GMT Joel Sherrill [b671c6a] * doc/itron3.0/status.t (modified) Update from Jennifer. Tue, 09 Nov 1999 15:38:47 GMT Joel Sherrill [d55af6d] * c/src/lib/libbsp/powerpc/ppcn_60x/console/Makefile.in (modified) * c/src/lib/libbsp/powerpc/ppcn_60x/console/config.c (modified) * c/src/lib/libbsp/powerpc/ppcn_60x/console/console.h (modified) * c/src/lib/libbsp/powerpc/ppcn_60x/console/i8042.c (modified) * c/src/lib/libbsp/powerpc/ppcn_60x/console/ns16550.c (deleted) * c/src/lib/libbsp/powerpc/ppcn_60x/console/ns16550.h (deleted) * c/src/lib/libbsp/powerpc/ppcn_60x/console/ns16550_p.h (deleted) * c/src/lib/libbsp/powerpc/ppcn_60x/console/z85c30.c (deleted) * c/src/lib/libbsp/powerpc/ppcn_60x/console/z85c30.h (deleted) * c/src/lib/libbsp/powerpc/ppcn_60x/console/z85c30_p.h (deleted) Now using libchip instead of local precursor to libchip. Untested. Tue, 09 Nov 1999 13:40:57 GMT Joel Sherrill [53b1847] * c/src/lib/libcpu/powerpc/mpc821/include/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc860/include/Makefile.in (modified) * c/src/lib/libcpu/powerpc/ppc403/include/Makefile.in (modified) Removed reaching "up and over" to install BSP header files. Tue, 09 Nov 1999 13:40:30 GMT Joel Sherrill [b440e57b] * c/src/exec/libfs/src/imfs/imfs_unixstub.c (added) * c/src/lib/libc/Makefile.in (modified) * c/src/lib/libc/imfs_unixstub.c (added) * c/src/libfs/src/imfs/imfs_unixstub.c (added) * cpukit/libfs/src/imfs/imfs_unixstub.c (added) Added imfs_unixstub.c to satisfy linker problems on UNIX port. Tue, 09 Nov 1999 13:39:42 GMT Joel Sherrill [3fb8909a] * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/semclose.c (added) * cpukit/posix/src/semclose.c (added) sem_close was accidentally lost in the split. Tue, 09 Nov 1999 13:38:00 GMT Joel Sherrill [a8df60b] * c/src/tests/psxtests/Makefile.am (modified) * c/src/tests/psxtests/configure.in (modified) * c/src/tests/psxtests/psxmsgq01/Makefile.in (added) * c/src/tests/psxtests/psxmsgq01/init.c (added) * c/src/tests/psxtests/psxmsgq01/psxmsgq01.scn (added) * c/src/tests/psxtests/psxmsgq01/system.h (added) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/psxmsgq01/init.c (added) * testsuites/psxtests/psxmsgq01/psxmsgq01.scn (added) * testsuites/psxtests/psxmsgq01/system.h (added) New test for POSIX Message Queues added. Tue, 09 Nov 1999 13:36:26 GMT Joel Sherrill [27eb3ec] * c/src/tests/psxtests/psxsem01/Makefile.in (added) * c/src/tests/psxtests/psxsem01/init.c (added) * c/src/tests/psxtests/psxsem01/psxsem01.scn (added) * c/src/tests/psxtests/psxsem01/system.h (added) * testsuites/psxtests/psxsem01/init.c (added) * testsuites/psxtests/psxsem01/psxsem01.scn (added) * testsuites/psxtests/psxsem01/system.h (added) New files. Tue, 09 Nov 1999 04:31:26 GMT Joel Sherrill [41d2eaca] * doc/itron3.0/status.t (modified) Added more status information. Tue, 09 Nov 1999 03:43:47 GMT Joel Sherrill [a0af97d] * 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/libnetworking/nfs/bootp_subr.c (modified) * c/src/libnetworking/rtems/rtems_bsdnet.h (modified) * c/src/libnetworking/rtems/rtems_glue.c (modified) * cpukit/libnetworking/nfs/bootp_subr.c (modified) * cpukit/libnetworking/rtems/rtems_bsdnet.h (modified) * cpukit/libnetworking/rtems/rtems_glue.c (modified) Patch from Eric Norum to add NTP BOOTP support ... Tue, 09 Nov 1999 03:37:40 GMT Joel Sherrill [84bf329] * c/src/lib/libcpu/powerpc/ppc403/vectors/align_h.S (modified) Added #define to make this file exactly like its siblings in mpc821 ... Tue, 09 Nov 1999 02:50:26 GMT Joel Sherrill [78facc4] * c/src/lib/libcpu/mips64orion/clock/Makefile.in (modified) * c/src/lib/libcpu/mips64orion/include/Makefile.in (modified) Removed "up and over" into libbsp/.../include. Tue, 09 Nov 1999 02:32:37 GMT Joel Sherrill [9af31a6] * c/src/lib/libcpu/hppa1.1/Makefile.in (modified) * c/src/lib/libcpu/hppa1.1/include/Makefile.in (modified) * c/src/lib/libcpu/hppa1.1/include/runway.h (added) * c/src/lib/libcpu/hppa1.1/include/semaphore.h (moved) * c/src/lib/libcpu/hppa1.1/semaphore/Makefile.in (modified) * c/src/lib/libcpu/hppa1.1/semaphore/semaphore.c (modified) Moved include files to hppa1.1 subdirectory and put their sources in ... Tue, 09 Nov 1999 02:31:37 GMT Joel Sherrill [bb11d7e] * c/src/lib/libcpu/hppa1.1/runway/Makefile.in (deleted) * c/src/lib/libcpu/hppa1.1/runway/runway.h (deleted) Removed runway directory and moved contents to include. Tue, 09 Nov 1999 02:04:33 GMT Joel Sherrill [3869b53] * doc/itron3.0/Makefile (modified) * doc/itron3.0/gen_status_shell (added) * doc/itron3.0/itron.texi (modified) * doc/itron3.0/status.t (added) Added Status chapter. Tue, 09 Nov 1999 02:04:01 GMT Joel Sherrill [b8a0aad1] * doc/itron3.0/semaphore.t (modified) Corrected flaws which prevented formatting with texi2pdf since it is ... Fri, 05 Nov 1999 22:26:12 GMT Jennifer Averett [f758f810] * c/src/exec/libfs/src/imfs/imfs_unlink.c (modified) * c/src/lib/libc/imfs_unlink.c (modified) * c/src/libfs/src/imfs/imfs_unlink.c (modified) * cpukit/libfs/src/imfs/imfs_unlink.c (modified) Correctly set and called handlers table for the link. Fri, 05 Nov 1999 22:25:16 GMT Jennifer Averett [089ad91d] * c/src/exec/libfs/src/imfs/imfs_rmnod.c (modified) * c/src/lib/libc/imfs_rmnod.c (modified) * c/src/libfs/src/imfs/imfs_rmnod.c (modified) * cpukit/libfs/src/imfs/imfs_rmnod.c (modified) Fixed comment Fri, 05 Nov 1999 22:24:56 GMT Jennifer Averett [7f6a0750] * c/src/exec/libfs/src/imfs/imfs.h (modified) * c/src/exec/libfs/src/imfs/imfs_fsunmount.c (modified) * c/src/lib/libc/imfs.h (modified) * c/src/lib/libc/imfs_fsunmount.c (modified) * c/src/libfs/src/imfs/imfs.h (modified) * c/src/libfs/src/imfs/imfs_fsunmount.c (modified) * cpukit/libfs/src/imfs/imfs.h (modified) * cpukit/libfs/src/imfs/imfs_fsunmount.c (modified) Moved imfs set handlers prototype to the imfs.h file. Fri, 05 Nov 1999 21:21:05 GMT Joel Sherrill [f26592f] * VERSION (modified) changed version to 19991105 Fri, 05 Nov 1999 21:20:30 GMT Joel Sherrill [bf2cf8e6] * c/src/lib/libcpu/powerpc/mpc750/clock/c_clock.h (added) New file. Added as part of adding a formal API to this object. Fri, 05 Nov 1999 21:11:09 GMT Joel Sherrill [378fe02] * c/src/exec/libfs/src/imfs/imfs_handlers_link.c (added) * c/src/lib/libc/imfs_handlers_link.c (added) * c/src/libfs/src/imfs/imfs_handlers_link.c (added) * cpukit/libfs/src/imfs/imfs_handlers_link.c (added) New file. Fri, 05 Nov 1999 21:10:54 GMT Joel Sherrill [94b357c2] * c/src/exec/libfs/src/imfs/deviceio.c (modified) * c/src/exec/libfs/src/imfs/imfs.h (modified) * c/src/exec/libfs/src/imfs/imfs_eval.c (modified) * c/src/exec/libfs/src/imfs/imfs_fsunmount.c (modified) * c/src/exec/libfs/src/imfs/imfs_handlers_device.c (modified) * c/src/exec/libfs/src/imfs/imfs_rmnod.c (added) * c/src/exec/libfs/src/imfs/imfs_unlink.c (modified) * c/src/lib/libc/Makefile.in (modified) * c/src/lib/libc/deviceio.c (modified) * c/src/lib/libc/imfs.h (modified) * c/src/lib/libc/imfs_eval.c (modified) * c/src/lib/libc/imfs_fsunmount.c (modified) * c/src/lib/libc/imfs_handlers_device.c (modified) * c/src/lib/libc/imfs_rmnod.c (added) * c/src/lib/libc/imfs_unlink.c (modified) * c/src/libfs/src/imfs/deviceio.c (modified) * c/src/libfs/src/imfs/imfs.h (modified) * c/src/libfs/src/imfs/imfs_eval.c (modified) * c/src/libfs/src/imfs/imfs_fsunmount.c (modified) * c/src/libfs/src/imfs/imfs_handlers_device.c (modified) * c/src/libfs/src/imfs/imfs_rmnod.c (added) * c/src/libfs/src/imfs/imfs_unlink.c (modified) * cpukit/libfs/src/imfs/deviceio.c (modified) * cpukit/libfs/src/imfs/imfs.h (modified) * cpukit/libfs/src/imfs/imfs_eval.c (modified) * cpukit/libfs/src/imfs/imfs_fsunmount.c (modified) * cpukit/libfs/src/imfs/imfs_handlers_device.c (modified) * cpukit/libfs/src/imfs/imfs_rmnod.c (added) * cpukit/libfs/src/imfs/imfs_unlink.c (modified) Unmount was failing as a side-effect of splitting the rmnod handler ... Fri, 05 Nov 1999 19:40:48 GMT Joel Sherrill [6c85bdd] * scripts/gnatnewlib/Makefile.in (deleted) Removed. Fri, 05 Nov 1999 19:40:42 GMT Joel Sherrill [e639b998] * scripts/gccnewlib/gccnewlib_c_only.spec.in (added) Added this file as a way to build RPMs for CPUs that would only ... Fri, 05 Nov 1999 19:38:37 GMT Joel Sherrill [1c55d2e8] * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/sleep.c (added) * c/src/exec/posix/src/sysconf.c (moved) * cpukit/posix/src/sleep.c (added) * cpukit/posix/src/sysconf.c (added) Split unistd.c file into sysconf.c and sleep.c. Fri, 05 Nov 1999 19:02:03 GMT Joel Sherrill [7edb9281] * c/src/exec/libcsupport/src/__getpid.c (added) * c/src/exec/libcsupport/src/newlibc.c (modified) * c/src/exec/libcsupport/src/no_posix.c (added) * c/src/lib/libc/Makefile.in (modified) * c/src/lib/libc/__getpid.c (added) * c/src/lib/libc/newlibc.c (modified) * c/src/lib/libc/no_posix.c (added) * cpukit/libcsupport/src/__getpid.c (added) * cpukit/libcsupport/src/newlibc.c (modified) * cpukit/libcsupport/src/no_posix.c (added) Following comments from Eric Norum , a fairly ... Fri, 05 Nov 1999 17:49:56 GMT Joel Sherrill [0fab6dde] * c/src/lib/libbsp/powerpc/mcp750/clock/Makefile.in (modified) * c/src/lib/libbsp/powerpc/mcp750/clock/c_clock.c (deleted) * c/src/lib/libbsp/powerpc/mcp750/clock/p_clock.c (added) * c/src/lib/libbsp/powerpc/motorola_powerpc/clock/Makefile.in (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/clock/c_clock.c (deleted) * c/src/lib/libbsp/powerpc/motorola_powerpc/clock/p_clock.c (added) * 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/clock/c_clock.c (modified) Patch from Eric Valette so this will build ... Fri, 05 Nov 1999 17:45:55 GMT Joel Sherrill [968f7742] * c/src/exec/sapi/include/rtems/config.h (modified) * cpukit/sapi/include/rtems/config.h (modified) Fixed typo. Fri, 05 Nov 1999 16:44:02 GMT Joel Sherrill [458bd34] * c/src/exec/libcsupport/src/malloc.c (modified) * c/src/exec/sapi/include/confdefs.h (modified) * c/src/exec/sapi/include/rtems/config.h (modified) * c/src/exec/score/cpu/a29k/rtems/score/cpu.h (modified) * c/src/exec/score/cpu/hppa1.1/rtems/score/cpu.h (modified) * c/src/exec/score/cpu/i386/rtems/score/cpu.h (modified) * c/src/exec/score/cpu/i960/rtems/score/cpu.h (modified) * c/src/exec/score/cpu/m68k/rtems/score/cpu.h (modified) * c/src/exec/score/cpu/mips/rtems/score/cpu.h (modified) * c/src/exec/score/cpu/mips64orion/rtems/score/cpu.h (modified) * c/src/exec/score/cpu/no_cpu/rtems/score/cpu.h (modified) * c/src/exec/score/cpu/powerpc/mpc750/cpu.h (modified) * c/src/exec/score/cpu/powerpc/other_cpu/cpu.h (modified) * c/src/exec/score/cpu/sh/rtems/score/cpu.h (modified) * c/src/exec/score/cpu/sparc/rtems/score/cpu.h (modified) * c/src/exec/score/cpu/unix/rtems/score/cpu.h (modified) * c/src/exec/score/include/rtems/system.h (modified) * c/src/lib/libc/malloc.c (modified) * c/src/lib/libcpu/hppa1.1/clock/clock.c (modified) * c/src/lib/libcpu/powerpc/mpc821/clock/clock.c (modified) * c/src/lib/libcpu/powerpc/mpc821/console-generic/console-generic.c (modified) * c/src/lib/libcpu/powerpc/mpc821/timer/timer.c (modified) * c/src/lib/libcpu/powerpc/mpc860/clock/clock.c (modified) * c/src/lib/libcpu/powerpc/mpc860/console-generic/console-generic.c (modified) * c/src/lib/libcpu/powerpc/mpc860/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/console/console.c.polled (modified) * c/src/lib/libcpu/powerpc/ppc403/ictrl/ictrl.c (modified) * c/src/lib/libcpu/powerpc/ppc403/timer/timer.c (modified) * c/src/lib/libcpu/powerpc/shared/cpu.h (modified) * c/src/libmisc/cpuuse/cpuuse.c (modified) * c/src/libmisc/monitor/mon-command.c (modified) * c/src/libmisc/stackchk/check.c (modified) * c/src/tests/psxtests/psx07/init.c (modified) * c/src/tests/sptests/sp09/screen03.c (modified) * c/src/tests/sptests/sp13/task1.c (modified) * c/src/tests/sptests/spfatal/fatal.c (modified) * c/src/tests/sptests/spfatal/system.h (modified) * c/src/tests/support/include/tmacros.h (modified) * c/src/tests/tmtests/tmoverhd/testtask.c (modified) * cpukit/libcsupport/src/malloc.c (modified) * cpukit/libmisc/cpuuse/cpuuse.c (modified) * cpukit/libmisc/monitor/mon-command.c (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/score/cpu/a29k/rtems/score/cpu.h (modified) * cpukit/score/cpu/hppa1.1/rtems/score/cpu.h (modified) * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) * cpukit/score/cpu/i960/rtems/score/cpu.h (modified) * cpukit/score/cpu/m68k/rtems/score/cpu.h (modified) * cpukit/score/cpu/mips/rtems/score/cpu.h (modified) * cpukit/score/cpu/mips64orion/rtems/score/cpu.h (modified) * cpukit/score/cpu/no_cpu/rtems/score/cpu.h (modified) * cpukit/score/cpu/sh/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc/rtems/score/cpu.h (modified) * cpukit/score/cpu/unix/rtems/score/cpu.h (modified) * cpukit/score/include/rtems/system.h (modified) * testsuites/psxtests/psx07/init.c (modified) * testsuites/sptests/sp09/screen03.c (modified) * testsuites/sptests/sp13/task1.c (modified) * testsuites/sptests/spfatal/fatal.c (modified) * testsuites/sptests/spfatal/system.h (modified) * testsuites/support/include/tmacros.h (modified) * testsuites/tmtests/tmoverhd/testtask.c (modified) This is another pass at making sure that nothing outside the BSP ... Fri, 05 Nov 1999 15:47:47 GMT Joel Sherrill [707f5c7] * make/custom/eth_comm.cfg (modified) * make/custom/gen68340.cfg (modified) * make/custom/mcp750.cfg (modified) * make/custom/score603e.cfg (modified) Eliminated references to stack checker related #defines. Thu, 04 Nov 1999 18:05:09 GMT Joel Sherrill [f817b02] * c/src/exec/rtems/include/rtems.h (modified) * c/src/exec/sapi/include/rtems/config.h (modified) * c/src/exec/score/cpu/mips/rtems/score/cpu.h (modified) * c/src/exec/score/cpu/mips64orion/rtems/score/cpu.h (modified) * c/src/lib/libbsp/mips/p4000/startup/bspstart.c (modified) * c/src/lib/libbsp/mips64orion/p4000/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/mcp750/Makefile.in (modified) * c/src/lib/libbsp/powerpc/mcp750/clock/Makefile.in (added) * c/src/lib/libbsp/powerpc/mcp750/clock/c_clock.c (added) * 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/clock/Makefile.in (added) * c/src/lib/libbsp/powerpc/motorola_powerpc/clock/c_clock.c (added) * c/src/lib/libbsp/powerpc/motorola_powerpc/wrapup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.in (modified) * c/src/lib/libcpu/hppa1.1/clock/Makefile.in (modified) * c/src/lib/libcpu/hppa1.1/clock/clock.c (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/semaphore/semaphore.c (modified) * c/src/lib/libcpu/hppa1.1/timer/Makefile.in (modified) * c/src/lib/libcpu/m68k/m68040/fpsp/Makefile.in (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/include/Makefile.in (modified) * c/src/lib/libcpu/mips64orion/timer/timer.c (modified) * c/src/lib/libcpu/powerpc/mpc505/timer/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc750/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc750/wrapup/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc821/clock/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc821/clock/clock.c (modified) * c/src/lib/libcpu/powerpc/mpc821/console-generic/console-generic.c (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/timer/timer.c (modified) * c/src/lib/libcpu/powerpc/mpc821/vectors/align_h.S (modified) * c/src/lib/libcpu/powerpc/mpc860/clock/Makefile.in (modified) * c/src/lib/libcpu/powerpc/mpc860/clock/clock.c (modified) * c/src/lib/libcpu/powerpc/mpc860/console-generic/console-generic.c (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/timer/timer.c (modified) * c/src/lib/libcpu/powerpc/mpc860/vectors/align_h.S (modified) * c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.in (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/console/console.c.polled (modified) * c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.in (modified) * c/src/lib/libcpu/powerpc/ppc403/ictrl/ictrl.c (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/timer/timer.c (modified) * c/src/lib/libcpu/powerpc/ppc403/vectors/align_h.S (modified) * c/src/lib/libcpu/sh/sh7032/clock/ckinit.c (modified) * c/src/lib/libcpu/sh/sh7032/console/console.c (modified) * c/src/lib/libcpu/sh/sh7032/include/sci.h (modified) * c/src/lib/libcpu/sh/sh7032/timer/timer.c (modified) * c/src/tests/psxtests/psxstat/main.c (modified) * c/src/tests/samples/minimum/init.c (modified) * cpukit/rtems/include/rtems.h (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/score/cpu/mips/rtems/score/cpu.h (modified) * cpukit/score/cpu/mips64orion/rtems/score/cpu.h (modified) * scripts/Makefile.am (modified) * scripts/gccnewlib/Makefile.am (modified) * scripts/gnatnewlib/gnatnewlib.spec.in (modified) * scripts/mkgccnewlibspec.in (modified) * testsuites/psxtests/psxstat/main.c (modified) * testsuites/samples/minimum/init.c (modified) The files in libcpu should not be directly dependent on any BSP. In ... Thu, 04 Nov 1999 13:18:23 GMT Joel Sherrill [d5704c6] * scripts/Makefile.am (modified) * scripts/configure.in (modified) * scripts/gnatnewlib/Makefile.am (added) * scripts/gnatnewlib/Makefile.in (added) * scripts/gnatnewlib/gnatnewlib.spec.in (added) * scripts/mkgnatnewlibspec.in (added) Added first stab at mkgnatnewlib. Wed, 03 Nov 1999 12:51:09 GMT Joel Sherrill [2b2ab1c] * c/src/exec/posix/include/rtems/posix/cancel.h (modified) * c/src/exec/posix/src/cancelrun.c (modified) * c/src/exec/posix/src/setcancelstate.c (modified) * c/src/exec/posix/src/setcanceltype.c (modified) * c/src/exec/posix/src/testcancel.c (modified) * cpukit/posix/include/rtems/posix/cancel.h (modified) * cpukit/posix/src/cancelrun.c (modified) * cpukit/posix/src/setcancelstate.c (modified) * cpukit/posix/src/setcanceltype.c (modified) * cpukit/posix/src/testcancel.c (modified) Renamed POSIX_Thread_cancel_run to _POSIX_Thread_cancel_run since ... Wed, 03 Nov 1999 12:48:41 GMT Joel Sherrill [86ed4f0] * c/src/exec/sapi/include/confdefs.h (modified) * cpukit/sapi/include/confdefs.h (modified) Added CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM as a configuration ... Wed, 03 Nov 1999 12:47:16 GMT Joel Sherrill [2b295183] * c/src/exec/posix/include/rtems/posix/semaphore.h (modified) * cpukit/posix/include/rtems/posix/semaphore.h (modified) Added prototype of _POSIX_Semaphore_Delete to avoid warnings. Wed, 03 Nov 1999 12:46:58 GMT Joel Sherrill [0a3946f] * c/src/exec/posix/include/rtems/posix/cancel.h (modified) * cpukit/posix/include/rtems/posix/cancel.h (modified) Added prototype of POSIX_Thread_cancel_run to avoid warnings. Wed, 03 Nov 1999 12:46:29 GMT Joel Sherrill [d76608e0] * c/src/lib/libbsp/sh/gensh1/include/bsp.h (modified) Typo fixed by Ralf Corsepius . Tue, 02 Nov 1999 21:48:15 GMT Joel Sherrill [7cc8d6c] * c/src/exec/score/src/coremutexflush.c (added) * c/src/exec/score/src/coremutexseize.c (added) * c/src/exec/score/src/coremutexsurrender.c (added) * c/src/exec/score/src/coresemflush.c (added) * c/src/exec/score/src/coresemseize.c (added) * c/src/exec/score/src/coresemsurrender.c (added) * cpukit/score/src/coremutexflush.c (added) * cpukit/score/src/coremutexseize.c (added) * cpukit/score/src/coremutexsurrender.c (added) * cpukit/score/src/coresemflush.c (added) * cpukit/score/src/coresemseize.c (added) * cpukit/score/src/coresemsurrender.c (added) Split core mutex and semaphore handlers into separate files. Tue, 02 Nov 1999 21:45:15 GMT Joel Sherrill [82cb78d8] * c/src/exec/score/src/Makefile.in (modified) * c/src/exec/score/src/coremsg.c (modified) * c/src/exec/score/src/coremsgbroadcast.c (added) * c/src/exec/score/src/coremsgclose.c (added) * c/src/exec/score/src/coremsgflush.c (added) * c/src/exec/score/src/coremsgflushsupp.c (added) * c/src/exec/score/src/coremsgseize.c (added) * c/src/exec/score/src/coremsgsubmit.c (added) * c/src/exec/score/src/coremutex.c (modified) * c/src/exec/score/src/coresem.c (modified) * c/src/exec/score/src/watchdog.c (modified) * c/src/exec/score/src/watchdogadjust.c (added) * c/src/exec/score/src/watchdoginsert.c (added) * c/src/exec/score/src/watchdogremove.c (added) * c/src/exec/score/src/watchdogtickle.c (added) * cpukit/score/src/coremsg.c (modified) * cpukit/score/src/coremsgbroadcast.c (added) * cpukit/score/src/coremsgclose.c (added) * cpukit/score/src/coremsgflush.c (added) * cpukit/score/src/coremsgflushsupp.c (added) * cpukit/score/src/coremsgseize.c (added) * cpukit/score/src/coremsgsubmit.c (added) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/watchdog.c (modified) * cpukit/score/src/watchdogadjust.c (added) * cpukit/score/src/watchdoginsert.c (added) * cpukit/score/src/watchdogremove.c (added) * cpukit/score/src/watchdogtickle.c (added) Split core message queue and watchdog handler objects into separate ... Tue, 02 Nov 1999 21:05:17 GMT Joel Sherrill [93b4e6ef] * c/src/exec/score/src/Makefile.in (modified) * c/src/exec/score/src/coretod.c (modified) * c/src/exec/score/src/coretodset.c (added) * c/src/exec/score/src/coretodtickle.c (added) * c/src/exec/score/src/coretodtoseconds.c (added) * c/src/exec/score/src/coretodvalidate.c (added) * c/src/exec/score/src/heap.c (modified) * c/src/exec/score/src/heapallocate.c (added) * c/src/exec/score/src/heapextend.c (added) * c/src/exec/score/src/heapfree.c (added) * c/src/exec/score/src/heapsizeofuserarea.c (added) * c/src/exec/score/src/heapwalk.c (added) * c/src/exec/score/src/threadq.c (modified) * cpukit/rtems/src/clocktodtoseconds.c (added) * cpukit/rtems/src/clocktodvalidate.c (added) * cpukit/score/src/coretod.c (modified) * cpukit/score/src/coretodset.c (added) * cpukit/score/src/coretodtickle.c (added) * cpukit/score/src/coretodtoseconds.c (added) * cpukit/score/src/coretodvalidate.c (added) * cpukit/score/src/heap.c (modified) * cpukit/score/src/heapallocate.c (added) * cpukit/score/src/heapextend.c (added) * cpukit/score/src/heapfree.c (added) * cpukit/score/src/heapsizeofuserarea.c (added) * cpukit/score/src/heapwalk.c (added) * cpukit/score/src/threadq.c (modified) Split Heap and Time of Day Handlers. Tue, 02 Nov 1999 20:36:11 GMT Joel Sherrill [dfbfa2b0] * c/src/exec/score/src/Makefile.in (modified) * c/src/exec/score/src/threadq.c (modified) * c/src/exec/score/src/threadqdequeue.c (added) * c/src/exec/score/src/threadqdequeuefifo.c (added) * c/src/exec/score/src/threadqdequeuepriority.c (added) * c/src/exec/score/src/threadqenqueue.c (added) * c/src/exec/score/src/threadqenqueuefifo.c (added) * c/src/exec/score/src/threadqenqueuepriority.c (added) * c/src/exec/score/src/threadqextract.c (added) * c/src/exec/score/src/threadqextractfifo.c (added) * c/src/exec/score/src/threadqextractpriority.c (added) * c/src/exec/score/src/threadqextractwithproxy.c (added) * c/src/exec/score/src/threadqfirst.c (added) * c/src/exec/score/src/threadqfirstfifo.c (added) * c/src/exec/score/src/threadqfirstpriority.c (added) * c/src/exec/score/src/threadqflush.c (added) * c/src/exec/score/src/threadqtimeout.c (added) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqdequeue.c (added) * cpukit/score/src/threadqdequeuefifo.c (added) * cpukit/score/src/threadqdequeuepriority.c (added) * cpukit/score/src/threadqenqueue.c (added) * cpukit/score/src/threadqenqueuefifo.c (added) * cpukit/score/src/threadqenqueuepriority.c (added) * cpukit/score/src/threadqextract.c (added) * cpukit/score/src/threadqextractfifo.c (added) * cpukit/score/src/threadqextractpriority.c (added) * cpukit/score/src/threadqextractwithproxy.c (added) * cpukit/score/src/threadqfirst.c (added) * cpukit/score/src/threadqfirstfifo.c (added) * cpukit/score/src/threadqfirstpriority.c (added) * cpukit/score/src/threadqflush.c (added) * cpukit/score/src/threadqtimeout.c (added) Split threadq.c into multiple files. Tue, 02 Nov 1999 20:20:13 GMT Joel Sherrill [b568ccb] * c/src/exec/libfs/src/imfs/deviceio.c (modified) * c/src/exec/libfs/src/imfs/imfs.h (modified) * c/src/exec/libfs/src/imfs/imfs_directory.c (modified) * c/src/exec/libfs/src/imfs/imfs_handlers_device.c (modified) * c/src/exec/libfs/src/imfs/imfs_handlers_directory.c (modified) * c/src/exec/libfs/src/imfs/imfs_handlers_memfile.c (modified) * c/src/exec/libfs/src/imfs/imfs_rmnod.c (deleted) * c/src/exec/libfs/src/imfs/imfs_unlink.c (modified) * c/src/exec/libfs/src/imfs/memfile.c (modified) * c/src/exec/libfs/src/imfs/miniimfs_init.c (modified) * c/src/lib/libc/Makefile.in (modified) * c/src/lib/libc/deviceio.c (modified) * c/src/lib/libc/imfs.h (modified) * c/src/lib/libc/imfs_directory.c (modified) * c/src/lib/libc/imfs_handlers_device.c (modified) * c/src/lib/libc/imfs_handlers_directory.c (modified) * c/src/lib/libc/imfs_handlers_memfile.c (modified) * c/src/lib/libc/imfs_rmnod.c (deleted) * c/src/lib/libc/imfs_unlink.c (modified) * c/src/lib/libc/memfile.c (modified) * c/src/lib/libc/miniimfs_init.c (modified) * c/src/libfs/src/imfs/deviceio.c (modified) * c/src/libfs/src/imfs/imfs.h (modified) * c/src/libfs/src/imfs/imfs_directory.c (modified) * c/src/libfs/src/imfs/imfs_handlers_device.c (modified) * c/src/libfs/src/imfs/imfs_handlers_directory.c (modified) * c/src/libfs/src/imfs/imfs_handlers_memfile.c (modified) * c/src/libfs/src/imfs/imfs_rmnod.c (deleted) * c/src/libfs/src/imfs/imfs_unlink.c (modified) * c/src/libfs/src/imfs/memfile.c (modified) * c/src/libfs/src/imfs/miniimfs_init.c (modified) * cpukit/libfs/src/imfs/deviceio.c (modified) * cpukit/libfs/src/imfs/imfs.h (modified) * cpukit/libfs/src/imfs/imfs_directory.c (modified) * cpukit/libfs/src/imfs/imfs_handlers_device.c (modified) * cpukit/libfs/src/imfs/imfs_handlers_directory.c (modified) * cpukit/libfs/src/imfs/imfs_handlers_memfile.c (modified) * cpukit/libfs/src/imfs/imfs_rmnod.c (deleted) * cpukit/libfs/src/imfs/imfs_unlink.c (modified) * cpukit/libfs/src/imfs/memfile.c (modified) * cpukit/libfs/src/imfs/miniimfs_init.c (modified) The object memfile.o was being included in the miniIMFS even though ... Tue, 02 Nov 1999 19:43:52 GMT Joel Sherrill [317a5b5] * c/src/exec/score/src/Makefile.in (modified) * c/src/exec/score/src/object.c (modified) * c/src/exec/score/src/objectallocate.c (added) * c/src/exec/score/src/objectallocatebyindex.c (added) * c/src/exec/score/src/objectclearname.c (added) * c/src/exec/score/src/objectcomparenameraw.c (added) * c/src/exec/score/src/objectcomparenamestring.c (added) * c/src/exec/score/src/objectcopynameraw.c (added) * c/src/exec/score/src/objectcopynamestring.c (added) * c/src/exec/score/src/objectextendinformation.c (added) * c/src/exec/score/src/objectfree.c (added) * c/src/exec/score/src/objectget.c (added) * c/src/exec/score/src/objectgetbyindex.c (added) * c/src/exec/score/src/objectgetnext.c (added) * c/src/exec/score/src/objectinitializeinformation.c (added) * c/src/exec/score/src/objectnametoid.c (added) * c/src/exec/score/src/objectshrinkinformation.c (added) * cpukit/score/src/object.c (modified) * cpukit/score/src/objectallocate.c (added) * cpukit/score/src/objectallocatebyindex.c (added) * cpukit/score/src/objectclearname.c (added) * cpukit/score/src/objectcomparenameraw.c (added) * cpukit/score/src/objectcomparenamestring.c (added) * cpukit/score/src/objectcopynameraw.c (added) * cpukit/score/src/objectcopynamestring.c (added) * cpukit/score/src/objectextendinformation.c (added) * cpukit/score/src/objectfree.c (added) * cpukit/score/src/objectget.c (added) * cpukit/score/src/objectgetbyindex.c (added) * cpukit/score/src/objectgetnext.c (added) * cpukit/score/src/objectinitializeinformation.c (added) * cpukit/score/src/objectnametoid.c (added) * cpukit/score/src/objectshrinkinformation.c (added) Split object.c into multiple files. Tue, 02 Nov 1999 19:24:38 GMT Joel Sherrill [811fae1] * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/getegid.c (added) * c/src/exec/posix/src/geteuid.c (added) * c/src/exec/posix/src/getgid.c (added) * c/src/exec/posix/src/getgroups.c (added) * c/src/exec/posix/src/getlogin.c (added) * c/src/exec/posix/src/getpgrp.c (added) * c/src/exec/posix/src/getppid.c (added) * c/src/exec/posix/src/getuid.c (added) * c/src/exec/posix/src/setpgid.c (added) * c/src/exec/posix/src/setsid.c (added) * c/src/exec/posix/src/types.c (modified) * cpukit/posix/src/getegid.c (added) * cpukit/posix/src/geteuid.c (added) * cpukit/posix/src/getgid.c (added) * cpukit/posix/src/getgroups.c (added) * cpukit/posix/src/getlogin.c (added) * cpukit/posix/src/getpgrp.c (added) * cpukit/posix/src/getppid.c (added) * cpukit/posix/src/getuid.c (added) * cpukit/posix/src/setpgid.c (added) * cpukit/posix/src/setsid.c (added) * cpukit/posix/src/types.c (modified) Split types.s into individual files. Tue, 02 Nov 1999 19:11:16 GMT Joel Sherrill [07e0743] * c/src/exec/posix/include/rtems/posix/Makefile.am (modified) * c/src/exec/posix/include/rtems/posix/timer.h (modified) * c/src/exec/posix/src/ptimer.c (modified) * c/src/exec/posix/src/ptimer1.c (modified) * cpukit/posix/include/rtems/posix/timer.h (modified) * cpukit/posix/src/ptimer.c (modified) * cpukit/posix/src/ptimer1.c (modified) Final tuning required to drop out POSIX timers. Tue, 02 Nov 1999 19:04:51 GMT Joel Sherrill [68003979] * c/src/exec/posix/include/rtems/posix/timer.h (added) * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/ptimer.c (modified) * c/src/exec/posix/src/ptimer1.c (added) * cpukit/posix/include/rtems/posix/timer.h (added) * cpukit/posix/src/ptimer.c (modified) * cpukit/posix/src/ptimer1.c (added) *** empty log message *** Tue, 02 Nov 1999 18:47:06 GMT Joel Sherrill [db7f70a] * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/cancel.c (modified) * c/src/exec/posix/src/cancelrun.c (added) * c/src/exec/posix/src/cleanuppop.c (added) * c/src/exec/posix/src/cleanuppush.c (added) * c/src/exec/posix/src/setcancelstate.c (added) * c/src/exec/posix/src/setcanceltype.c (added) * c/src/exec/posix/src/testcancel.c (added) * cpukit/posix/src/cancel.c (modified) * cpukit/posix/src/cancelrun.c (added) * cpukit/posix/src/cleanuppop.c (added) * cpukit/posix/src/cleanuppush.c (added) * cpukit/posix/src/setcancelstate.c (added) * cpukit/posix/src/setcanceltype.c (added) * cpukit/posix/src/testcancel.c (added) Split cancel.c into multiple files. Tue, 02 Nov 1999 18:46:30 GMT Joel Sherrill [43ed935] * c/src/exec/posix/src/conddestroy.c (added) * c/src/exec/posix/src/condinit.c (added) * cpukit/posix/src/conddestroy.c (added) * cpukit/posix/src/condinit.c (added) Missed these in the initial split up. Tue, 02 Nov 1999 18:40:30 GMT Joel Sherrill [63edcf24] * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/key.c (modified) * c/src/exec/posix/src/keycreate.c (added) * c/src/exec/posix/src/keydelete.c (added) * c/src/exec/posix/src/keygetspecific.c (added) * c/src/exec/posix/src/keyrundestructors.c (added) * c/src/exec/posix/src/keysetspecific.c (added) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/keycreate.c (added) * cpukit/posix/src/keydelete.c (added) * cpukit/posix/src/keygetspecific.c (added) * cpukit/posix/src/keyrundestructors.c (added) * cpukit/posix/src/keysetspecific.c (added) Split key.c into multiple files. Tue, 02 Nov 1999 18:39:52 GMT Joel Sherrill [cec0371] * c/src/exec/posix/src/mutexattrgetprotocol.c (modified) * cpukit/posix/src/mutexattrgetprotocol.c (modified) Wrong routine was initially cut into this file. 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 16:39:44 GMT Joel Sherrill [4c1b914] * c/src/tests/psxtests/psxmount/psxmount.scn (modified) * c/src/tests/psxtests/psxmount/test.c (modified) * testsuites/psxtests/psxmount/psxmount.scn (modified) * testsuites/psxtests/psxmount/test.c (modified) Minor changes to make the screen match a bit better. Tue, 02 Nov 1999 16:38:19 GMT Joel Sherrill [78edd44] * c/src/tests/psxtests/psxfile01/psxfile01.scn (modified) * c/src/tests/psxtests/psxfile01/test.c (modified) * testsuites/psxtests/psxfile01/psxfile01.scn (modified) * testsuites/psxtests/psxfile01/test.c (modified) Minor fixes to make screen match a bit better. Tue, 02 Nov 1999 16:29:56 GMT Joel Sherrill [3251b55] * c/src/tests/psxtests/psxreaddir/test.c (modified) * testsuites/psxtests/psxreaddir/test.c (modified) Added more proper checking of F_GETFL and F_SETFL. Disabled test of ... Tue, 02 Nov 1999 16:27:53 GMT Joel Sherrill [5f2566b] * c/src/exec/libcsupport/src/fcntl.c (modified) * c/src/lib/libc/fcntl.c (modified) * cpukit/libcsupport/src/fcntl.c (modified) Fixed F_SETFL to properly convert between internal libio flags and ... Tue, 02 Nov 1999 16:27:05 GMT Joel Sherrill [063e4950] * c/src/exec/libcsupport/src/base_fs.c (modified) * c/src/lib/libc/base_fs.c (modified) * cpukit/libcsupport/src/base_fs.c (modified) Added support for configuring base filesystem. First attempt at a ... Tue, 02 Nov 1999 16:25:48 GMT Joel Sherrill [a504ced3] * c/src/lib/libc/Makefile.in (modified) Install imfs.h so base filesystem can be configured or IMFS mounted ... Tue, 02 Nov 1999 16:25:05 GMT Joel Sherrill [19b74f31] * c/src/exec/libcsupport/src/readdir.c (modified) * c/src/exec/libcsupport/src/rewinddir.c (modified) * c/src/exec/libcsupport/src/seekdir.c (modified) * c/src/exec/libcsupport/src/telldir.c (modified) * c/src/lib/libc/readdir.c (modified) * c/src/lib/libc/rewinddir.c (modified) * c/src/lib/libc/seekdir.c (modified) * c/src/lib/libc/telldir.c (modified) * cpukit/libcsupport/src/readdir.c (modified) * cpukit/libcsupport/src/rewinddir.c (modified) * cpukit/libcsupport/src/seekdir.c (modified) * cpukit/libcsupport/src/telldir.c (modified) Check for NULL being passed in. Tue, 02 Nov 1999 16:23:50 GMT Joel Sherrill [3fb2a8da] * c/src/exec/libfs/src/imfs/imfs_initsupp.c (modified) * c/src/lib/libc/imfs_initsupp.c (modified) * c/src/libfs/src/imfs/imfs_initsupp.c (modified) * cpukit/libfs/src/imfs/imfs_initsupp.c (modified) Fixed typo where memfile_handlers set twice and directory_handlers ... Tue, 02 Nov 1999 16:22:58 GMT Joel Sherrill [ac8adcf] * c/src/exec/libfs/src/imfs/imfs_fsunmount.c (modified) * c/src/lib/libc/imfs_fsunmount.c (modified) * c/src/libfs/src/imfs/imfs_fsunmount.c (modified) * cpukit/libfs/src/imfs/imfs_fsunmount.c (modified) Properly initialize location variable. Tue, 02 Nov 1999 16:07:13 GMT Joel Sherrill [f5a1fe9] * scripts/gdb/gdb.spec.in (modified) Fixed typo. Tue, 02 Nov 1999 16:07:06 GMT Joel Sherrill [ee9d8d52] * scripts/buildall.in (modified) Clean up /opt/rtems in case junk is installed in the wrong place. ... Tue, 02 Nov 1999 16:05:41 GMT Joel Sherrill [c42bd452] * c/src/lib/libbsp/powerpc/score603e/console/Makefile.in (modified) * c/src/lib/libbsp/powerpc/score603e/console/console.c (modified) * c/src/lib/libbsp/powerpc/score603e/console/consolereserveresources.c (added) Split console_reserve_resources into its own file to reduce ... Tue, 02 Nov 1999 16:01:52 GMT Joel Sherrill [5d36b344] * c/src/exec/score/src/object.c (modified) * cpukit/score/src/object.c (modified) Fixed bug which resulted in misaligned object control structures ... Tue, 02 Nov 1999 16:00:37 GMT Joel Sherrill [32441ab7] * c/src/exec/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadchangepriority.c (modified) Added a comment to indicate that if a task blocked on a priority ... Tue, 02 Nov 1999 15:58:39 GMT Joel Sherrill [2cd5444] * c/src/exec/score/src/object.c (modified) * cpukit/score/src/object.c (modified) Added code to allocate by index. This is the object ID style used ... Tue, 02 Nov 1999 15:58:09 GMT Joel Sherrill [8f0529f] * c/src/exec/score/include/rtems/score/coresem.h (modified) * c/src/exec/score/src/coresem.c (modified) * cpukit/score/include/rtems/score/coresem.h (modified) * cpukit/score/src/coresem.c (modified) Added maximum count detection logic.