# # ChangeLog for c/src in rtems # # Generated by Trac 1.2.1.dev0 # 04/18/24 23:35:22 Fri, 31 May 1996 23:27:45 GMT Joel Sherrill [5e7b6272] * c/src/exec/posix/src/sched.c (modified) * c/src/exec/posix/src/time.c (modified) * c/src/exec/posix/src/unistd.c (modified) * c/src/exec/rtems/src/clock.c (modified) * c/src/exec/rtems/src/rtclock.c (modified) * c/src/exec/score/headers/tod.h (modified) * c/src/exec/score/headers/watchdog.h (modified) * c/src/exec/score/include/rtems/score/tod.h (modified) * c/src/exec/score/include/rtems/score/watchdog.h (modified) * c/src/exec/score/inline/rtems/score/tod.inl (modified) * c/src/exec/score/inline/tod.inl (modified) * c/src/exec/score/macros/rtems/score/tod.inl (modified) * c/src/exec/score/macros/tod.inl (modified) * c/src/exec/score/src/coretod.c (modified) * c/src/exec/score/src/tod.c (modified) * c/src/exec/score/src/watchdog.c (modified) * c/src/tests/sptests/spsize/size.c (modified) * cpukit/posix/src/sched.c (modified) * cpukit/posix/src/time.c (modified) * cpukit/rtems/src/rtclock.c (modified) * cpukit/score/include/rtems/score/tod.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/inline/rtems/score/tod.inl (modified) * cpukit/score/macros/rtems/score/tod.inl (modified) * cpukit/score/src/coretod.c (modified) * cpukit/score/src/watchdog.c (modified) * testsuites/sptests/spsize/size.c (modified) renamed _TOD_Ticks_since_boot as _Watchdog_Ticks_since_boot so the ... Fri, 31 May 1996 21:40:48 GMT Joel Sherrill [c238a218] * c/src/exec/posix/src/cond.c (modified) * c/src/exec/posix/src/mutex.c (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/sched.c (modified) * c/src/exec/posix/src/types.c (modified) * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/sched.c (modified) * cpukit/posix/src/types.c (modified) added checks to validate values passed to set attribute routines Fri, 31 May 1996 20:57:17 GMT Joel Sherrill [f31da72] * c/src/exec/score/cpu/m68k/cpu.h (modified) fixed typo in merge of Eric Norum's patch Fri, 31 May 1996 19:02:13 GMT Joel Sherrill [c832429] * c/src/exec/score/headers/tod.h (modified) * c/src/exec/score/include/rtems/score/tod.h (modified) * cpukit/score/include/rtems/score/tod.h (modified) added nanoseconds per second constant Fri, 31 May 1996 19:01:59 GMT Joel Sherrill [1e665a5] * c/src/exec/score/cpu/m68k/cpu.h (modified) corrected minor problem in Eric Norum's changes in the bfffo macro. Fri, 31 May 1996 19:01:26 GMT Joel Sherrill [e72d995a] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/time.c (modified) * c/src/exec/posix/src/unistd.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/time.c (modified) moved sleep() from psignal.c to unistd.c implemented sigemptyset() ... Fri, 31 May 1996 18:59:57 GMT Joel Sherrill [b927fba] * c/src/exec/posix/headers/threadsup.h (modified) * c/src/exec/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) commented out cancel handlers related items. Fri, 31 May 1996 18:59:31 GMT Joel Sherrill [285af80] * c/src/exec/posix/base/pthread.h (modified) * c/src/exec/posix/include/pthread.h (modified) moved attribute related constants into the rtems specific sys/types.h ... Thu, 30 May 1996 20:49:16 GMT Joel Sherrill [9594cdb] * c/src/tests/psxtests/psx01/init.c (modified) * c/src/tests/psxtests/psx01/system.h (modified) * testsuites/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/system.h (modified) added code to test clock and time related functionality. Thu, 30 May 1996 20:48:33 GMT Joel Sherrill [7c55e06] * c/src/exec/score/headers/tod.h (modified) * c/src/exec/score/include/rtems/score/tod.h (modified) * cpukit/score/include/rtems/score/tod.h (modified) Added nanoseconds constant Thu, 30 May 1996 20:48:10 GMT Joel Sherrill [5600661] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/time.c (modified) First cut at implementing time, clock_gettime, clock_settime, ... Thu, 30 May 1996 20:34:46 GMT Joel Sherrill [b169590e] * c/src/exec/libcsupport/src/newlibc.c (modified) * c/src/lib/libc/newlibc.c (modified) * cpukit/libcsupport/src/newlibc.c (modified) added dummy versions of __kill and __getpid which assert(0) so that ... Thu, 30 May 1996 19:29:01 GMT Joel Sherrill [53fd6e2] * c/src/exec/score/cpu/m68k/cpu.h (modified) * c/src/exec/score/cpu/m68k/m68k.h (modified) Eric Norum sent in new versions of the inline assembly macros which ... Thu, 30 May 1996 14:01:33 GMT Joel Sherrill [a96a713] * c/src/tests/tmtests/tm03/system.h (modified) * c/src/tests/tmtests/tm04/system.h (modified) * c/src/tests/tmtests/tm05/system.h (modified) * c/src/tests/tmtests/tm06/system.h (modified) * c/src/tests/tmtests/tm07/system.h (modified) * c/src/tests/tmtests/tm08/system.h (modified) * c/src/tests/tmtests/tm09/system.h (modified) * c/src/tests/tmtests/tm10/system.h (modified) * c/src/tests/tmtests/tm11/system.h (modified) * c/src/tests/tmtests/tm12/system.h (modified) * c/src/tests/tmtests/tm13/system.h (modified) * c/src/tests/tmtests/tm14/system.h (modified) * c/src/tests/tmtests/tm15/system.h (modified) * c/src/tests/tmtests/tm16/system.h (modified) * c/src/tests/tmtests/tm17/system.h (modified) * c/src/tests/tmtests/tm18/system.h (modified) * c/src/tests/tmtests/tm19/system.h (modified) * c/src/tests/tmtests/tm20/system.h (modified) * c/src/tests/tmtests/tm21/system.h (modified) * c/src/tests/tmtests/tm22/system.h (modified) * c/src/tests/tmtests/tm23/system.h (modified) * c/src/tests/tmtests/tm24/system.h (modified) * c/src/tests/tmtests/tm25/system.h (modified) * c/src/tests/tmtests/tm26/system.h (modified) * c/src/tests/tmtests/tm27/system.h (modified) * c/src/tests/tmtests/tm28/system.h (modified) * c/src/tests/tmtests/tm29/system.h (modified) * c/src/tests/tmtests/tmck/system.h (modified) * c/src/tests/tmtests/tmoverhd/system.h (modified) * testsuites/tmtests/tm03/system.h (modified) * testsuites/tmtests/tm04/system.h (modified) * testsuites/tmtests/tm05/system.h (modified) * testsuites/tmtests/tm06/system.h (modified) * testsuites/tmtests/tm07/system.h (modified) * testsuites/tmtests/tm08/system.h (modified) * testsuites/tmtests/tm09/system.h (modified) * testsuites/tmtests/tm10/system.h (modified) * testsuites/tmtests/tm11/system.h (modified) * testsuites/tmtests/tm12/system.h (modified) * testsuites/tmtests/tm13/system.h (modified) * testsuites/tmtests/tm14/system.h (modified) * testsuites/tmtests/tm15/system.h (modified) * testsuites/tmtests/tm16/system.h (modified) * testsuites/tmtests/tm17/system.h (modified) * testsuites/tmtests/tm18/system.h (modified) * testsuites/tmtests/tm19/system.h (modified) * testsuites/tmtests/tm20/system.h (modified) * testsuites/tmtests/tm21/system.h (modified) * testsuites/tmtests/tm22/system.h (modified) * testsuites/tmtests/tm23/system.h (modified) * testsuites/tmtests/tm24/system.h (modified) * testsuites/tmtests/tm25/system.h (modified) * testsuites/tmtests/tm26/system.h (modified) * testsuites/tmtests/tm27/system.h (modified) * testsuites/tmtests/tm28/system.h (modified) * testsuites/tmtests/tm29/system.h (modified) * testsuites/tmtests/tmck/system.h (modified) * testsuites/tmtests/tmoverhd/system.h (modified) tests now specify whether they are using rtems initialization tasks ... Wed, 29 May 1996 22:48:26 GMT Joel Sherrill [be1c11ed] * c/src/exec/sapi/headers/confdefs.h (modified) * c/src/exec/sapi/include/confdefs.h (modified) * c/src/tests/libtests/stackchk/system.h (modified) * c/src/tests/mptests/mp01/system.h (modified) * c/src/tests/mptests/mp02/system.h (modified) * c/src/tests/mptests/mp03/system.h (modified) * c/src/tests/mptests/mp04/system.h (modified) * c/src/tests/mptests/mp05/system.h (modified) * c/src/tests/mptests/mp06/system.h (modified) * c/src/tests/mptests/mp07/system.h (modified) * c/src/tests/mptests/mp08/system.h (modified) * c/src/tests/mptests/mp09/system.h (modified) * c/src/tests/mptests/mp10/system.h (modified) * c/src/tests/mptests/mp11/system.h (modified) * c/src/tests/mptests/mp12/system.h (modified) * c/src/tests/mptests/mp13/system.h (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/samples/base_mp/system.h (modified) * c/src/tests/samples/base_sp/system.h (modified) * c/src/tests/samples/cdtest/system.h (modified) * c/src/tests/samples/hello/system.h (modified) * c/src/tests/samples/paranoia/system.h (modified) * c/src/tests/samples/ticker/system.h (modified) * c/src/tests/sptests/sp01/system.h (modified) * c/src/tests/sptests/sp02/system.h (modified) * c/src/tests/sptests/sp03/system.h (modified) * c/src/tests/sptests/sp04/system.h (modified) * c/src/tests/sptests/sp05/system.h (modified) * c/src/tests/sptests/sp06/system.h (modified) * c/src/tests/sptests/sp07/system.h (modified) * c/src/tests/sptests/sp08/system.h (modified) * c/src/tests/sptests/sp09/system.h (modified) * c/src/tests/sptests/sp11/system.h (modified) * c/src/tests/sptests/sp12/system.h (modified) * c/src/tests/sptests/sp13/system.h (modified) * c/src/tests/sptests/sp14/system.h (modified) * c/src/tests/sptests/sp15/system.h (modified) * c/src/tests/sptests/sp16/system.h (modified) * c/src/tests/sptests/sp17/system.h (modified) * c/src/tests/sptests/sp19/system.h (modified) * c/src/tests/sptests/sp20/system.h (modified) * c/src/tests/sptests/sp21/system.h (modified) * c/src/tests/sptests/sp22/system.h (modified) * c/src/tests/sptests/sp23/system.h (modified) * c/src/tests/sptests/sp24/system.h (modified) * c/src/tests/sptests/sp25/system.h (modified) * c/src/tests/sptests/spfatal/system.h (modified) * c/src/tests/sptests/spsize/system.h (modified) * c/src/tests/tmtests/tm01/system.h (modified) * c/src/tests/tmtests/tm02/system.h (modified) * cpukit/sapi/include/confdefs.h (modified) * testsuites/libtests/stackchk/system.h (modified) * testsuites/mptests/mp01/system.h (modified) * testsuites/mptests/mp02/system.h (modified) * testsuites/mptests/mp03/system.h (modified) * testsuites/mptests/mp04/system.h (modified) * testsuites/mptests/mp05/system.h (modified) * testsuites/mptests/mp06/system.h (modified) * testsuites/mptests/mp07/system.h (modified) * testsuites/mptests/mp08/system.h (modified) * testsuites/mptests/mp09/system.h (modified) * testsuites/mptests/mp10/system.h (modified) * testsuites/mptests/mp11/system.h (modified) * testsuites/mptests/mp12/system.h (modified) * testsuites/mptests/mp13/system.h (modified) * testsuites/mptests/mp14/system.h (modified) * testsuites/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/system.h (modified) * testsuites/samples/base_mp/system.h (modified) * testsuites/samples/base_sp/system.h (modified) * testsuites/samples/cdtest/system.h (modified) * testsuites/samples/hello/system.h (modified) * testsuites/samples/paranoia/system.h (modified) * testsuites/samples/ticker/system.h (modified) * testsuites/sptests/sp01/system.h (modified) * testsuites/sptests/sp02/system.h (modified) * testsuites/sptests/sp03/system.h (modified) * testsuites/sptests/sp04/system.h (modified) * testsuites/sptests/sp05/system.h (modified) * testsuites/sptests/sp06/system.h (modified) * testsuites/sptests/sp07/system.h (modified) * testsuites/sptests/sp08/system.h (modified) * testsuites/sptests/sp09/system.h (modified) * testsuites/sptests/sp11/system.h (modified) * testsuites/sptests/sp12/system.h (modified) * testsuites/sptests/sp13/system.h (modified) * testsuites/sptests/sp14/system.h (modified) * testsuites/sptests/sp15/system.h (modified) * testsuites/sptests/sp16/system.h (modified) * testsuites/sptests/sp17/system.h (modified) * testsuites/sptests/sp19/system.h (modified) * testsuites/sptests/sp20/system.h (modified) * testsuites/sptests/sp21/system.h (modified) * testsuites/sptests/sp22/system.h (modified) * testsuites/sptests/sp23/system.h (modified) * testsuites/sptests/sp24/system.h (modified) * testsuites/sptests/sp25/system.h (modified) * testsuites/sptests/spfatal/system.h (modified) * testsuites/sptests/spsize/system.h (modified) * testsuites/tmtests/tm01/system.h (modified) * testsuites/tmtests/tm02/system.h (modified) tests now specify whether using posix initialization threads table ... Wed, 29 May 1996 22:46:05 GMT Joel Sherrill [dd32d883] * c/src/exec/posix/headers/config.h (modified) * c/src/exec/posix/headers/pthread.h (modified) * c/src/exec/posix/include/rtems/posix/config.h (modified) * c/src/exec/posix/include/rtems/posix/pthread.h (modified) * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/pthread.h (modified) * cpukit/posix/src/pthread.c (modified) posix initialization threads table was misnamed "posix initialization ... Wed, 29 May 1996 21:27:26 GMT Joel Sherrill [7f72217e] * c/src/exec/libcsupport/src/utsname.c (modified) * c/src/exec/posix/src/aio.c (modified) * c/src/exec/posix/src/cancel.c (modified) * c/src/exec/posix/src/cond.c (modified) * c/src/exec/posix/src/devctl.c (modified) * c/src/exec/posix/src/intr.c (modified) * c/src/exec/posix/src/key.c (modified) * c/src/exec/posix/src/mqueue.c (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/sched.c (modified) * c/src/exec/posix/src/semaphore.c (modified) * c/src/exec/posix/src/time.c (modified) * c/src/exec/posix/src/types.c (modified) * c/src/exec/posix/src/unistd.c (modified) * c/src/exec/posix/src/utsname.c (modified) * c/src/lib/libc/utsname.c (modified) * cpukit/libcsupport/src/utsname.c (modified) * cpukit/posix/src/aio.c (modified) * cpukit/posix/src/cancel.c (modified) * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/devctl.c (modified) * cpukit/posix/src/intr.c (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/sched.c (modified) * cpukit/posix/src/semaphore.c (modified) * cpukit/posix/src/time.c (modified) * cpukit/posix/src/types.c (modified) comment clean up Wed, 29 May 1996 21:02:20 GMT Joel Sherrill [2a98af84] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/types.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/types.c (modified) types.c: spacing psignal.c: kill recognizes SIGABRT and exits to ... Wed, 29 May 1996 20:58:45 GMT Joel Sherrill [5240c71c] * c/src/exec/sapi/headers/confdefs.h (modified) * c/src/exec/sapi/include/confdefs.h (modified) * cpukit/sapi/include/confdefs.h (modified) fixed support for posix initialization threads table Wed, 29 May 1996 20:56:57 GMT Joel Sherrill [2197a2e1] * c/src/tests/psxtests/psx01/init.c (modified) * c/src/tests/psxtests/psx01/system.h (modified) * c/src/tests/psxtests/psx01/task.c (modified) * testsuites/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/system.h (modified) * testsuites/psxtests/psx01/task.c (modified) simple version of test which shows pthread_create, pthread_exit, and ... Wed, 29 May 1996 20:55:05 GMT Joel Sherrill [cfcfdf0] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) added pthread_exit first posix thread ran Wed, 29 May 1996 20:50:52 GMT Joel Sherrill [5e0efa2b] * c/src/exec/posix/inline/priority.inl (modified) * c/src/exec/posix/inline/rtems/posix/priority.inl (modified) * cpukit/posix/inline/rtems/posix/priority.inl (modified) cleaned up spacing and parentheses Wed, 29 May 1996 19:28:15 GMT Joel Sherrill [d835a35] * c/src/exec/score/src/object.c (modified) * cpukit/score/src/object.c (modified) spacing Wed, 29 May 1996 19:28:01 GMT Joel Sherrill [ece8c9a] * c/src/exec/posix/headers/pthread.h (modified) * c/src/exec/posix/include/rtems/posix/pthread.h (modified) * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/include/rtems/posix/pthread.h (modified) * cpukit/posix/src/pthread.c (modified) first cut at pthread_create Wed, 29 May 1996 18:46:46 GMT Joel Sherrill [9c877c0d] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) addressed minimum stack size attribute. There is a potential ... Wed, 29 May 1996 16:55:05 GMT Joel Sherrill [98849f44] * c/src/exec/rtems/src/tasks.c (modified) * cpukit/rtems/src/tasks.c (modified) *** empty log message *** Wed, 29 May 1996 16:54:52 GMT Joel Sherrill [613cff6] * c/src/exec/libcsupport/src/utsname.c (modified) * c/src/exec/posix/src/aio.c (modified) * c/src/exec/posix/src/devctl.c (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/sched.c (modified) * c/src/exec/posix/src/time.c (modified) * c/src/exec/posix/src/types.c (modified) * c/src/exec/posix/src/unistd.c (modified) * c/src/exec/posix/src/utsname.c (modified) * c/src/lib/libc/utsname.c (modified) * cpukit/libcsupport/src/utsname.c (modified) * cpukit/posix/src/aio.c (modified) * cpukit/posix/src/devctl.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/sched.c (modified) * cpukit/posix/src/time.c (modified) * cpukit/posix/src/types.c (modified) removed all ifdef's on NOT_IMPLEMENTED. Wed, 29 May 1996 16:54:24 GMT Joel Sherrill [e941ea13] * c/src/exec/posix/headers/config.h (modified) * c/src/exec/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/config.h (modified) added entry point for posix initialization threads to the posix ... Wed, 29 May 1996 16:07:21 GMT Joel Sherrill [d9a0689e] * c/src/exec/sapi/headers/confdefs.h (modified) * c/src/exec/sapi/include/confdefs.h (modified) * cpukit/sapi/include/confdefs.h (modified) Addressed RTEMS API initialization tasks table in a system without ... Wed, 29 May 1996 16:06:47 GMT Joel Sherrill [0252200] * c/src/tests/psxtests/psx01/init.c (modified) * c/src/tests/psxtests/psx01/system.h (modified) * c/src/tests/psxtests/psx01/task.c (modified) * testsuites/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/system.h (modified) * testsuites/psxtests/psx01/task.c (modified) Gutted test of rtems api calls and added comments to indicate what ... Wed, 29 May 1996 16:05:28 GMT Joel Sherrill [99f9dffa] * c/src/exec/sapi/src/posixapi.c (modified) * cpukit/sapi/src/posixapi.c (modified) Added default POSIX API configuration table. Wed, 29 May 1996 16:05:06 GMT Joel Sherrill [019bce7] * c/src/exec/rtems/src/tasks.c (modified) * cpukit/rtems/src/tasks.c (modified) It is now not an error to have 0 RTEMS initialization tasks since you ... Wed, 29 May 1996 16:04:31 GMT Joel Sherrill [974ff40] * c/src/exec/posix/src/cond.c (modified) * c/src/exec/posix/src/mutex.c (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/time.c (modified) * c/src/exec/posix/src/types.c (modified) * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/time.c (modified) * cpukit/posix/src/types.c (modified) renamed signal.c to psignal.c to avoid naming problems. added mp ... Tue, 28 May 1996 21:40:52 GMT Joel Sherrill [c627b2a3] * c/src/exec/posix/headers/cond.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/mutex.h (modified) * c/src/exec/posix/headers/posixapi.h (added) * c/src/exec/posix/headers/pthread.h (modified) * c/src/exec/posix/headers/semaphore.h (modified) * c/src/exec/posix/include/rtems/posix/cond.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/mutex.h (modified) * c/src/exec/posix/include/rtems/posix/posixapi.h (added) * c/src/exec/posix/include/rtems/posix/pthread.h (modified) * c/src/exec/posix/include/rtems/posix/semaphore.h (modified) * c/src/exec/rtems/headers/dpmem.h (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/ratemon.h (modified) * c/src/exec/rtems/headers/region.h (modified) * c/src/exec/rtems/headers/sem.h (modified) * c/src/exec/rtems/headers/status.h (modified) * c/src/exec/rtems/headers/tasks.h (modified) * c/src/exec/rtems/headers/timer.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/message.h (modified) * c/src/exec/rtems/include/rtems/rtems/part.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/sem.h (modified) * c/src/exec/rtems/include/rtems/rtems/status.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/sapi/headers/config.h (modified) * c/src/exec/sapi/headers/extension.h (modified) * c/src/exec/sapi/headers/io.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/io.h (modified) * c/src/exec/sapi/src/exinit.c (modified) * c/src/exec/sapi/src/posixapi.c (modified) * c/src/exec/sapi/src/rtemsapi.c (modified) * c/src/exec/score/cpu/hppa1.1/cpu.h (modified) * c/src/exec/score/cpu/i386/cpu.h (modified) * c/src/exec/score/cpu/i960/cpu.h (modified) * c/src/exec/score/cpu/m68k/cpu.h (modified) * c/src/exec/score/cpu/no_cpu/cpu.h (modified) * c/src/exec/score/cpu/powerpc/cpu.h (modified) * c/src/exec/score/cpu/sparc/cpu.h (modified) * c/src/exec/score/cpu/unix/cpu.h (modified) * c/src/exec/score/headers/apiext.h (modified) * c/src/exec/score/headers/bitfield.h (modified) * c/src/exec/score/headers/context.h (modified) * c/src/exec/score/headers/copyrt.h (modified) * c/src/exec/score/headers/debug.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/object.h (modified) * c/src/exec/score/headers/objectmp.h (modified) * c/src/exec/score/headers/priority.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/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/apiext.h (modified) * c/src/exec/score/include/rtems/score/bitfield.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/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/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/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/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) * cpukit/posix/include/rtems/posix/cond.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/mutex.h (modified) * cpukit/posix/include/rtems/posix/posixapi.h (added) * cpukit/posix/include/rtems/posix/pthread.h (modified) * cpukit/posix/include/rtems/posix/semaphore.h (modified) * cpukit/rtems/include/rtems/rtems/dpmem.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/ratemon.h (modified) * cpukit/rtems/include/rtems/rtems/region.h (modified) * cpukit/rtems/include/rtems/rtems/sem.h (modified) * cpukit/rtems/include/rtems/rtems/status.h (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/include/rtems/rtems/timer.h (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/sapi/include/rtems/extension.h (modified) * cpukit/sapi/include/rtems/io.h (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/sapi/src/rtemsapi.c (modified) * cpukit/score/include/rtems/debug.h (modified) * cpukit/score/include/rtems/score/apiext.h (modified) * cpukit/score/include/rtems/score/bitfield.h (modified) * cpukit/score/include/rtems/score/context.h (modified) * cpukit/score/include/rtems/score/copyrt.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/object.h (modified) * cpukit/score/include/rtems/score/objectmp.h (modified) * cpukit/score/include/rtems/score/priority.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/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) split the inclusion of "EXTERN" data based on whether it was sapi, ... Tue, 28 May 1996 19:29:51 GMT Joel Sherrill [c6fa38c0] * c/src/exec/sapi/headers/confdefs.h (modified) * c/src/exec/sapi/include/confdefs.h (modified) * cpukit/sapi/include/confdefs.h (modified) added maximum keys Tue, 28 May 1996 19:29:02 GMT Joel Sherrill [7640525] * c/src/exec/score/headers/interr.h (modified) * c/src/exec/score/include/rtems/score/interr.h (modified) * cpukit/score/include/rtems/score/interr.h (modified) added enumerated constant for the POSIX API as an error source Tue, 28 May 1996 19:28:32 GMT Joel Sherrill [5a18e04] * c/src/exec/posix/headers/pthread.h (modified) * c/src/exec/posix/headers/threadsup.h (modified) * c/src/exec/posix/include/rtems/posix/pthread.h (modified) * c/src/exec/posix/include/rtems/posix/threadsup.h (modified) * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/include/rtems/posix/pthread.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/pthread.c (modified) added initial set of api extension callouts Tue, 28 May 1996 16:33:11 GMT Joel Sherrill [962c9b65] * c/src/exec/sapi/src/posixapi.c (added) * cpukit/sapi/src/posixapi.c (added) new file Tue, 28 May 1996 16:32:55 GMT Joel Sherrill [47d6b140] * c/src/exec/posix/headers/threadsup.h (modified) * c/src/exec/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) commented out interrupt support Tue, 28 May 1996 16:18:34 GMT Joel Sherrill [da33d26] * c/src/exec/sapi/headers/confdefs.h (modified) * c/src/exec/sapi/include/confdefs.h (modified) * cpukit/sapi/include/confdefs.h (modified) added ifndef's for the POSIX maximum field in the POSIX api ... Tue, 28 May 1996 16:17:01 GMT Joel Sherrill [d4b44877] * c/src/exec/sapi/src/exinit.c (modified) * c/src/exec/sapi/src/rtemsapi.c (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/sapi/src/rtemsapi.c (modified) added posix api initialization call to init.c deleted a blank line ... Tue, 28 May 1996 16:16:28 GMT Joel Sherrill [8165b48f] * c/src/exec/posix/src/mutex.c (modified) * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/posix/src/pthread.c (modified) comment cleanup Tue, 28 May 1996 16:16:11 GMT Joel Sherrill [52d9e4d1] * c/src/exec/posix/headers/config.h (modified) * c/src/exec/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/config.h (modified) added maximum keys Tue, 28 May 1996 14:16:45 GMT Joel Sherrill [2eba45d] * c/src/exec/sapi/headers/confdefs.h (modified) * c/src/exec/sapi/headers/config.h (modified) * c/src/exec/sapi/include/confdefs.h (modified) * c/src/exec/sapi/include/rtems/config.h (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/config.h (modified) made posix configuration information conditional so configurations ... Tue, 28 May 1996 13:25:15 GMT Joel Sherrill [4b06db75] * c/src/lib/libbsp/m68k/gen68360/startup/init68360.c (modified) fixed typo Tue, 28 May 1996 13:24:58 GMT Joel Sherrill [cb96372] * c/src/exec/score/src/thread.c (modified) * cpukit/score/src/thread.c (modified) changed call to _ISR_Enable() to _ISR_Set_level() in _Thread_Handler. ... Tue, 28 May 1996 13:13:34 GMT Joel Sherrill [e6d4b1d] * c/src/exec/libcsupport/src/libio.c (modified) * c/src/exec/posix/headers/config.h (added) * c/src/exec/posix/include/rtems/posix/config.h (added) * c/src/exec/rtems/headers/config.h (added) * c/src/exec/rtems/headers/tasks.h (modified) * c/src/exec/rtems/include/rtems/rtems/config.h (added) * c/src/exec/rtems/include/rtems/rtems/tasks.h (modified) * c/src/exec/sapi/headers/confdefs.h (modified) * c/src/exec/sapi/headers/config.h (modified) * c/src/exec/sapi/include/confdefs.h (modified) * c/src/exec/sapi/include/rtems/config.h (modified) * c/src/exec/sapi/src/rtemsapi.c (modified) * c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c (modified) * c/src/lib/libbsp/i386/force386/startup/bspstart.c (modified) * c/src/lib/libbsp/i386/go32/startup/bspstart.c (modified) * c/src/lib/libbsp/i960/cvme961/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/efi332/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/idp/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c (modified) * c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c (modified) * c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c (modified) * c/src/lib/libbsp/unix/posix/startup/bspstart.c (modified) * c/src/lib/libc/libio.c (modified) * c/src/lib/libmisc/monitor/mon-config.c (modified) * c/src/lib/libmisc/monitor/mon-itask.c (modified) * c/src/libmisc/monitor/mon-config.c (modified) * c/src/libmisc/monitor/mon-itask.c (modified) * c/src/tests/support/include/tmacros.h (modified) * cpukit/libcsupport/src/libio.c (modified) * cpukit/libmisc/monitor/mon-config.c (modified) * cpukit/libmisc/monitor/mon-itask.c (modified) * cpukit/posix/include/rtems/posix/config.h (added) * cpukit/rtems/include/rtems/rtems/config.h (added) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/sapi/src/rtemsapi.c (modified) * testsuites/support/include/tmacros.h (modified) added initial posix configuration support Fri, 24 May 1996 22:58:15 GMT Joel Sherrill [3320e52] * c/src/tests/psxtests/psxhdrs/proc01.c (added) * c/src/tests/psxtests/psxhdrs/proc02.c (added) * c/src/tests/psxtests/psxhdrs/proc03.c (added) * c/src/tests/psxtests/psxhdrs/proc04.c (added) * c/src/tests/psxtests/psxhdrs/proc05.c (added) * c/src/tests/psxtests/psxhdrs/proc06.c (added) * c/src/tests/psxtests/psxhdrs/proc07.c (added) * c/src/tests/psxtests/psxhdrs/proc08.c (added) * c/src/tests/psxtests/psxhdrs/proc09.c (added) * c/src/tests/psxtests/psxhdrs/proc10.c (added) * c/src/tests/psxtests/psxhdrs/proc11.c (added) * c/src/tests/psxtests/psxhdrs/proc12.c (added) * c/src/tests/psxtests/psxhdrs/proc13.c (added) * c/src/tests/psxtests/psxhdrs/proc14.c (added) * testsuites/psxtests/psxhdrs/proc01.c (added) * testsuites/psxtests/psxhdrs/proc02.c (added) * testsuites/psxtests/psxhdrs/proc03.c (added) * testsuites/psxtests/psxhdrs/proc04.c (added) * testsuites/psxtests/psxhdrs/proc05.c (added) * testsuites/psxtests/psxhdrs/proc06.c (added) * testsuites/psxtests/psxhdrs/proc07.c (added) * testsuites/psxtests/psxhdrs/proc08.c (added) * testsuites/psxtests/psxhdrs/proc09.c (added) * testsuites/psxtests/psxhdrs/proc10.c (added) * testsuites/psxtests/psxhdrs/proc11.c (added) * testsuites/psxtests/psxhdrs/proc12.c (added) * testsuites/psxtests/psxhdrs/proc13.c (added) * testsuites/psxtests/psxhdrs/proc14.c (added) new file Fri, 24 May 1996 22:56:23 GMT Joel Sherrill [87a2a74] * c/src/exec/sapi/headers/sptables.h (modified) * c/src/exec/sapi/include/rtems/sptables.h (modified) changed version to 3.5.17 Fri, 24 May 1996 20:34:49 GMT Joel Sherrill [28fa54d9] * c/src/lib/libbsp/m68k/mvme147/README (added) * c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c (added) * c/src/lib/libbsp/m68k/mvme147/console/console.c (added) * c/src/lib/libbsp/m68k/mvme147/include/bsp.h (added) * c/src/lib/libbsp/m68k/mvme147/include/coverhd.h (added) * c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c (added) * c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c (added) * c/src/lib/libbsp/m68k/mvme147/startup/linkcmds (added) * c/src/lib/libbsp/m68k/mvme147/timer/timer.c (added) * c/src/lib/libbsp/m68k/mvme147/timer/timerisr.s (added) * c/src/lib/libbsp/m68k/mvme147/times (added) added Motorola MVME147 BSP submitted by Dominique le Campion ... Fri, 24 May 1996 19:35:25 GMT Joel Sherrill [94bac464] * c/src/tests/psxtests/psx01/task.c (added) * testsuites/psxtests/psx01/task.c (added) new file Fri, 24 May 1996 19:34:05 GMT Joel Sherrill [6d12f59] * c/src/tests/sptests/spfatal/fatal.c (modified) * c/src/tests/sptests/spfatal/system.h (modified) * testsuites/sptests/spfatal/fatal.c (modified) * testsuites/sptests/spfatal/system.h (modified) updates from Tony Bennett to correct calling sequences. Fri, 24 May 1996 19:33:36 GMT Joel Sherrill [86fc81e] * c/src/tests/psxtests/psx01/init.c (modified) * c/src/tests/psxtests/psx01/psx01.scn (added) * c/src/tests/psxtests/psx01/system.h (added) * testsuites/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/psx01.scn (added) * testsuites/psxtests/psx01/system.h (added) new files Fri, 24 May 1996 19:32:37 GMT Joel Sherrill [568ebf3] * c/src/exec/posix/base/pthread.h (modified) * c/src/exec/posix/include/pthread.h (modified) * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) updates to fix typos Fri, 24 May 1996 14:25:49 GMT Mark Johannes [abd604a] * c/src/tests/psxtests/psx01/init.c (added) * testsuites/psxtests/psx01/init.c (added) new file Fri, 24 May 1996 14:16:24 GMT Joel Sherrill [6481405e] * c/src/tests/psxtests/psxhdrs/pthread11.c (modified) * c/src/tests/psxtests/psxhdrs/pthread17.c (modified) * c/src/tests/psxtests/psxhdrs/pthread22.c (modified) * c/src/tests/psxtests/psxhdrs/sched01.c (modified) * c/src/tests/psxtests/psxhdrs/sched03.c (modified) * c/src/tests/psxtests/psxhdrs/sched06.c (modified) * c/src/tests/psxtests/psxhdrs/sched07.c (modified) * testsuites/psxtests/psxhdrs/pthread11.c (modified) * testsuites/psxtests/psxhdrs/pthread17.c (modified) * testsuites/psxtests/psxhdrs/pthread22.c (modified) * testsuites/psxtests/psxhdrs/sched01.c (modified) * testsuites/psxtests/psxhdrs/sched03.c (modified) * testsuites/psxtests/psxhdrs/sched06.c (modified) * testsuites/psxtests/psxhdrs/sched07.c (modified) added use of sporadic server scheduling parameters Fri, 24 May 1996 14:05:02 GMT Joel Sherrill [8442b4c7] * c/src/tests/psxtests/psxhdrs/clock04.c (added) * c/src/tests/psxtests/psxhdrs/clock05.c (added) * c/src/tests/psxtests/psxhdrs/clock06.c (added) * testsuites/psxtests/psxhdrs/clock04.c (added) * testsuites/psxtests/psxhdrs/clock05.c (added) * testsuites/psxtests/psxhdrs/clock06.c (added) new files Thu, 23 May 1996 22:34:18 GMT Joel Sherrill [13fcfde] * c/src/tests/psxtests/psxhdrs/timer03.c (modified) * c/src/tests/psxtests/psxhdrs/timer04.c (modified) * c/src/tests/psxtests/psxhdrs/timer05.c (modified) * testsuites/psxtests/psxhdrs/timer03.c (modified) * testsuites/psxtests/psxhdrs/timer04.c (modified) * testsuites/psxtests/psxhdrs/timer05.c (modified) clean up on DELAYTIMER_MAX Thu, 23 May 1996 22:23:44 GMT Joel Sherrill [8a318cd] * c/src/tests/psxtests/psxhdrs/timer01.c (added) * c/src/tests/psxtests/psxhdrs/timer02.c (added) * c/src/tests/psxtests/psxhdrs/timer03.c (added) * c/src/tests/psxtests/psxhdrs/timer04.c (added) * c/src/tests/psxtests/psxhdrs/timer05.c (added) * c/src/tests/psxtests/psxhdrs/timer06.c (added) * testsuites/psxtests/psxhdrs/timer01.c (added) * testsuites/psxtests/psxhdrs/timer02.c (added) * testsuites/psxtests/psxhdrs/timer03.c (added) * testsuites/psxtests/psxhdrs/timer04.c (added) * testsuites/psxtests/psxhdrs/timer05.c (added) * testsuites/psxtests/psxhdrs/timer06.c (added) new files Thu, 23 May 1996 21:51:54 GMT Joel Sherrill [3a9fc7d] * c/src/tests/psxtests/psxhdrs/time08.c (modified) * testsuites/psxtests/psxhdrs/time08.c (modified) unused variable Thu, 23 May 1996 21:51:53 GMT Joel Sherrill [73c5da6a] * c/src/tests/psxtests/psxhdrs/clock02.c (added) * c/src/tests/psxtests/psxhdrs/clock03.c (added) * c/src/tests/psxtests/psxhdrs/time08.c (added) * c/src/tests/psxtests/psxhdrs/time09.c (added) * c/src/tests/psxtests/psxhdrs/time10.c (added) * c/src/tests/psxtests/psxhdrs/time11.c (added) * c/src/tests/psxtests/psxhdrs/time12.c (added) * c/src/tests/psxtests/psxhdrs/time13.c (added) * testsuites/psxtests/psxhdrs/clock02.c (added) * testsuites/psxtests/psxhdrs/clock03.c (added) * testsuites/psxtests/psxhdrs/time08.c (added) * testsuites/psxtests/psxhdrs/time09.c (added) * testsuites/psxtests/psxhdrs/time10.c (added) * testsuites/psxtests/psxhdrs/time11.c (added) * testsuites/psxtests/psxhdrs/time12.c (added) * testsuites/psxtests/psxhdrs/time13.c (added) new files Thu, 23 May 1996 21:23:12 GMT Joel Sherrill [7303eea] * c/src/tests/psxtests/psxhdrs/time01.c (added) * c/src/tests/psxtests/psxhdrs/time02.c (added) * c/src/tests/psxtests/psxhdrs/time03.c (added) * c/src/tests/psxtests/psxhdrs/time04.c (added) * c/src/tests/psxtests/psxhdrs/time05.c (added) * c/src/tests/psxtests/psxhdrs/time06.c (added) * c/src/tests/psxtests/psxhdrs/time07.c (added) * testsuites/psxtests/psxhdrs/time01.c (added) * testsuites/psxtests/psxhdrs/time02.c (added) * testsuites/psxtests/psxhdrs/time03.c (added) * testsuites/psxtests/psxhdrs/time04.c (added) * testsuites/psxtests/psxhdrs/time05.c (added) * testsuites/psxtests/psxhdrs/time06.c (added) * testsuites/psxtests/psxhdrs/time07.c (added) new files Thu, 23 May 1996 21:10:12 GMT Joel Sherrill [1b297b4a] * c/src/tests/psxtests/psxhdrs/signal20.c (added) * c/src/tests/psxtests/psxhdrs/signal21.c (added) * c/src/tests/psxtests/psxhdrs/signal22.c (added) * testsuites/psxtests/psxhdrs/signal20.c (added) * testsuites/psxtests/psxhdrs/signal21.c (added) * testsuites/psxtests/psxhdrs/signal22.c (added) new files Thu, 23 May 1996 20:43:04 GMT Joel Sherrill [d1d7e807] * c/src/tests/psxtests/psxhdrs/signal15.c (added) * c/src/tests/psxtests/psxhdrs/signal16.c (added) * c/src/tests/psxtests/psxhdrs/signal17.c (added) * c/src/tests/psxtests/psxhdrs/signal18.c (added) * c/src/tests/psxtests/psxhdrs/signal19.c (added) * testsuites/psxtests/psxhdrs/signal15.c (added) * testsuites/psxtests/psxhdrs/signal16.c (added) * testsuites/psxtests/psxhdrs/signal17.c (added) * testsuites/psxtests/psxhdrs/signal18.c (added) * testsuites/psxtests/psxhdrs/signal19.c (added) new files Thu, 23 May 1996 20:37:09 GMT Joel Sherrill [a1c86cbe] * c/src/tests/psxtests/psxhdrs/signal11.c (added) * c/src/tests/psxtests/psxhdrs/signal12.c (added) * c/src/tests/psxtests/psxhdrs/signal13.c (added) * c/src/tests/psxtests/psxhdrs/signal14.c (added) * testsuites/psxtests/psxhdrs/signal11.c (added) * testsuites/psxtests/psxhdrs/signal12.c (added) * testsuites/psxtests/psxhdrs/signal13.c (added) * testsuites/psxtests/psxhdrs/signal14.c (added) new files Thu, 23 May 1996 19:56:49 GMT Joel Sherrill [3d135eea] * 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) * 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) cleanup Thu, 23 May 1996 19:54:08 GMT Joel Sherrill [d3fed0a3] * c/src/tests/psxtests/psxhdrs/sched01.c (added) * c/src/tests/psxtests/psxhdrs/sched02.c (added) * c/src/tests/psxtests/psxhdrs/sched03.c (added) * c/src/tests/psxtests/psxhdrs/sched04.c (added) * c/src/tests/psxtests/psxhdrs/sched05.c (added) * c/src/tests/psxtests/psxhdrs/sched06.c (added) * c/src/tests/psxtests/psxhdrs/sched07.c (added) * c/src/tests/psxtests/psxhdrs/sched08.c (added) * testsuites/psxtests/psxhdrs/sched01.c (added) * testsuites/psxtests/psxhdrs/sched02.c (added) * testsuites/psxtests/psxhdrs/sched03.c (added) * testsuites/psxtests/psxhdrs/sched04.c (added) * testsuites/psxtests/psxhdrs/sched05.c (added) * testsuites/psxtests/psxhdrs/sched06.c (added) * testsuites/psxtests/psxhdrs/sched07.c (added) * testsuites/psxtests/psxhdrs/sched08.c (added) new files Thu, 23 May 1996 19:31:54 GMT Joel Sherrill [02bfc56] * c/src/tests/psxtests/psxhdrs/cond01.c (modified) * c/src/tests/psxtests/psxhdrs/cond02.c (modified) * c/src/tests/psxtests/psxhdrs/mutex01.c (modified) * c/src/tests/psxtests/psxhdrs/mutex02.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/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/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) * testsuites/psxtests/psxhdrs/cond01.c (modified) * testsuites/psxtests/psxhdrs/cond02.c (modified) * testsuites/psxtests/psxhdrs/mutex01.c (modified) * testsuites/psxtests/psxhdrs/mutex02.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/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/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) cleanup status vs. result Thu, 23 May 1996 19:23:54 GMT Joel Sherrill [318ac69] * c/src/tests/psxtests/psxhdrs/pthread32.c (added) * c/src/tests/psxtests/psxhdrs/pthread33.c (added) * c/src/tests/psxtests/psxhdrs/pthread34.c (added) * c/src/tests/psxtests/psxhdrs/pthread35.c (added) * c/src/tests/psxtests/psxhdrs/pthread36.c (added) * testsuites/psxtests/psxhdrs/pthread32.c (added) * testsuites/psxtests/psxhdrs/pthread33.c (added) * testsuites/psxtests/psxhdrs/pthread34.c (added) * testsuites/psxtests/psxhdrs/pthread35.c (added) * testsuites/psxtests/psxhdrs/pthread36.c (added) new files Thu, 23 May 1996 19:09:21 GMT Joel Sherrill [7af3a828] * c/src/tests/psxtests/psxhdrs/pthread28.c (added) * c/src/tests/psxtests/psxhdrs/pthread29.c (added) * c/src/tests/psxtests/psxhdrs/pthread30.c (added) * c/src/tests/psxtests/psxhdrs/pthread31.c (added) * testsuites/psxtests/psxhdrs/pthread28.c (added) * testsuites/psxtests/psxhdrs/pthread29.c (added) * testsuites/psxtests/psxhdrs/pthread30.c (added) * testsuites/psxtests/psxhdrs/pthread31.c (added) new files Thu, 23 May 1996 19:04:18 GMT Joel Sherrill [f2cb4ac] * c/src/tests/psxtests/psxhdrs/key04.c (added) * c/src/tests/psxtests/psxhdrs/pthread27.c (added) * testsuites/psxtests/psxhdrs/key04.c (added) * testsuites/psxtests/psxhdrs/pthread27.c (added) new files Thu, 23 May 1996 18:55:32 GMT Joel Sherrill [57fc51c] * c/src/tests/psxtests/psxhdrs/mutex14.c (added) * c/src/tests/psxtests/psxhdrs/mutex15.c (added) * c/src/tests/psxtests/psxhdrs/mutex16.c (added) * c/src/tests/psxtests/psxhdrs/pthread24.c (added) * c/src/tests/psxtests/psxhdrs/pthread25.c (added) * c/src/tests/psxtests/psxhdrs/pthread26.c (added) * testsuites/psxtests/psxhdrs/mutex14.c (added) * testsuites/psxtests/psxhdrs/mutex15.c (added) * testsuites/psxtests/psxhdrs/mutex16.c (added) * testsuites/psxtests/psxhdrs/pthread24.c (added) * testsuites/psxtests/psxhdrs/pthread25.c (added) * testsuites/psxtests/psxhdrs/pthread26.c (added) new files Thu, 23 May 1996 18:43:59 GMT Joel Sherrill [41e7a1d8] * c/src/tests/psxtests/psxhdrs/cond08.c (added) * c/src/tests/psxtests/psxhdrs/cond09.c (added) * c/src/tests/psxtests/psxhdrs/cond10.c (added) * c/src/tests/psxtests/psxhdrs/mutex10.c (added) * c/src/tests/psxtests/psxhdrs/mutex11.c (added) * c/src/tests/psxtests/psxhdrs/mutex12.c (added) * c/src/tests/psxtests/psxhdrs/mutex13.c (added) * c/src/tests/psxtests/psxhdrs/pthread22.c (added) * c/src/tests/psxtests/psxhdrs/pthread23.c (added) * testsuites/psxtests/psxhdrs/cond08.c (added) * testsuites/psxtests/psxhdrs/cond09.c (added) * testsuites/psxtests/psxhdrs/cond10.c (added) * testsuites/psxtests/psxhdrs/mutex10.c (added) * testsuites/psxtests/psxhdrs/mutex11.c (added) * testsuites/psxtests/psxhdrs/mutex12.c (added) * testsuites/psxtests/psxhdrs/mutex13.c (added) * testsuites/psxtests/psxhdrs/pthread22.c (added) * testsuites/psxtests/psxhdrs/pthread23.c (added) new files Thu, 23 May 1996 18:08:15 GMT Joel Sherrill [9854e336] * 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/key01.c (modified) * c/src/tests/psxtests/psxhdrs/key02.c (modified) * c/src/tests/psxtests/psxhdrs/key03.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/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/pthread13.c (modified) * c/src/tests/psxtests/psxhdrs/pthread21.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) * 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/key01.c (modified) * testsuites/psxtests/psxhdrs/key02.c (modified) * testsuites/psxtests/psxhdrs/key03.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/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/pthread13.c (modified) * testsuites/psxtests/psxhdrs/pthread21.c (modified) * testsuites/psxtests/psxhdrs/signal06.c (modified) * testsuites/psxtests/psxhdrs/signal07.c (modified) * testsuites/psxtests/psxhdrs/signal08.c (modified) updated to reflect more constants and feature macros Thu, 23 May 1996 15:37:38 GMT Joel Sherrill [8b2ecf85] * c/src/exec/libcsupport/src/libio.c (modified) * c/src/exec/libcsupport/src/malloc.c (modified) * c/src/exec/libcsupport/src/newlibc.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/lib/libc/libio.c (modified) * c/src/lib/libc/malloc.c (modified) * c/src/lib/libc/newlibc.c (modified) * c/src/lib/libcpu/hppa1.1/timer/timer.c (modified) * c/src/tests/mptests/mp07/task1.c (modified) * c/src/tests/mptests/mp14/exit.c (modified) * cpukit/libcsupport/src/libio.c (modified) * cpukit/libcsupport/src/malloc.c (modified) * cpukit/libcsupport/src/newlibc.c (modified) * testsuites/mptests/mp07/task1.c (modified) * testsuites/mptests/mp14/exit.c (modified) updates from Tony Bennett Thu, 23 May 1996 15:36:46 GMT Joel Sherrill [64b976a] * c/src/lib/libbsp/shmdr/dump.c (modified) * c/src/libchip/shmdr/dump.c (modified) added code to insure that delay is always non-zero Thu, 23 May 1996 15:36:08 GMT Joel Sherrill [a6aded4f] * c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c (modified) updates from tony bennett Thu, 23 May 1996 15:35:56 GMT Joel Sherrill [0553a3a] * c/src/lib/libbsp/hppa1.1/pxfl/README (added) * c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h (added) added as example of how to do a bsp which is not in this tree. Thu, 23 May 1996 15:35:32 GMT Joel Sherrill [a5f56a43] * c/src/exec/score/tools/unix/gensize.c (modified) * tools/cpu/unix/gensize.c (modified) *** empty log message *** Thu, 23 May 1996 15:35:26 GMT Joel Sherrill [859f17ce] * c/src/exec/score/src/thread.c (modified) * cpukit/score/src/thread.c (modified) invoke thread stack free routine instead of Workspace free. Thu, 23 May 1996 15:34:54 GMT Joel Sherrill [d196e48] * c/src/exec/score/cpu/unix/cpu.c (modified) * c/src/exec/score/cpu/unix/cpu.h (modified) * cpukit/score/cpu/unix/cpu.c (modified) updates from Tony Bennett. Broke the setjmp/longjmp pair in the ... Wed, 22 May 1996 22:39:47 GMT Joel Sherrill [2328475] * c/src/tests/psxtests/psxhdrs/clock01.c (added) * c/src/tests/psxtests/psxhdrs/cond01.c (added) * c/src/tests/psxtests/psxhdrs/cond02.c (added) * c/src/tests/psxtests/psxhdrs/cond03.c (added) * c/src/tests/psxtests/psxhdrs/cond04.c (added) * c/src/tests/psxtests/psxhdrs/cond05.c (added) * c/src/tests/psxtests/psxhdrs/cond06.c (added) * c/src/tests/psxtests/psxhdrs/cond07.c (added) * c/src/tests/psxtests/psxhdrs/key01.c (added) * c/src/tests/psxtests/psxhdrs/key02.c (added) * c/src/tests/psxtests/psxhdrs/key03.c (added) * c/src/tests/psxtests/psxhdrs/mutex01.c (added) * c/src/tests/psxtests/psxhdrs/mutex02.c (added) * c/src/tests/psxtests/psxhdrs/mutex03.c (added) * c/src/tests/psxtests/psxhdrs/mutex04.c (added) * c/src/tests/psxtests/psxhdrs/mutex05.c (added) * c/src/tests/psxtests/psxhdrs/mutex06.c (added) * c/src/tests/psxtests/psxhdrs/mutex07.c (added) * c/src/tests/psxtests/psxhdrs/mutex08.c (added) * c/src/tests/psxtests/psxhdrs/mutex09.c (added) * c/src/tests/psxtests/psxhdrs/pthread01.c (added) * c/src/tests/psxtests/psxhdrs/pthread02.c (added) * c/src/tests/psxtests/psxhdrs/pthread03.c (added) * c/src/tests/psxtests/psxhdrs/pthread04.c (added) * c/src/tests/psxtests/psxhdrs/pthread05.c (added) * c/src/tests/psxtests/psxhdrs/pthread06.c (added) * c/src/tests/psxtests/psxhdrs/pthread07.c (added) * c/src/tests/psxtests/psxhdrs/pthread08.c (added) * c/src/tests/psxtests/psxhdrs/pthread09.c (added) * c/src/tests/psxtests/psxhdrs/pthread10.c (added) * c/src/tests/psxtests/psxhdrs/pthread11.c (added) * c/src/tests/psxtests/psxhdrs/pthread12.c (added) * c/src/tests/psxtests/psxhdrs/pthread13.c (added) * c/src/tests/psxtests/psxhdrs/pthread14.c (added) * c/src/tests/psxtests/psxhdrs/pthread15.c (added) * c/src/tests/psxtests/psxhdrs/pthread16.c (added) * c/src/tests/psxtests/psxhdrs/pthread17.c (added) * c/src/tests/psxtests/psxhdrs/pthread18.c (added) * c/src/tests/psxtests/psxhdrs/pthread19.c (added) * c/src/tests/psxtests/psxhdrs/pthread20.c (added) * c/src/tests/psxtests/psxhdrs/pthread21.c (added) * c/src/tests/psxtests/psxhdrs/signal01.c (added) * c/src/tests/psxtests/psxhdrs/signal02.c (added) * c/src/tests/psxtests/psxhdrs/signal03.c (added) * c/src/tests/psxtests/psxhdrs/signal04.c (added) * c/src/tests/psxtests/psxhdrs/signal05.c (added) * c/src/tests/psxtests/psxhdrs/signal06.c (added) * c/src/tests/psxtests/psxhdrs/signal07.c (added) * c/src/tests/psxtests/psxhdrs/signal08.c (added) * c/src/tests/psxtests/psxhdrs/signal09.c (added) * c/src/tests/psxtests/psxhdrs/signal10.c (added) * testsuites/psxtests/psxhdrs/clock01.c (added) * testsuites/psxtests/psxhdrs/cond01.c (added) * testsuites/psxtests/psxhdrs/cond02.c (added) * testsuites/psxtests/psxhdrs/cond03.c (added) * testsuites/psxtests/psxhdrs/cond04.c (added) * testsuites/psxtests/psxhdrs/cond05.c (added) * testsuites/psxtests/psxhdrs/cond06.c (added) * testsuites/psxtests/psxhdrs/cond07.c (added) * testsuites/psxtests/psxhdrs/key01.c (added) * testsuites/psxtests/psxhdrs/key02.c (added) * testsuites/psxtests/psxhdrs/key03.c (added) * testsuites/psxtests/psxhdrs/mutex01.c (added) * testsuites/psxtests/psxhdrs/mutex02.c (added) * testsuites/psxtests/psxhdrs/mutex03.c (added) * testsuites/psxtests/psxhdrs/mutex04.c (added) * testsuites/psxtests/psxhdrs/mutex05.c (added) * testsuites/psxtests/psxhdrs/mutex06.c (added) * testsuites/psxtests/psxhdrs/mutex07.c (added) * testsuites/psxtests/psxhdrs/mutex08.c (added) * testsuites/psxtests/psxhdrs/mutex09.c (added) * testsuites/psxtests/psxhdrs/pthread01.c (added) * testsuites/psxtests/psxhdrs/pthread02.c (added) * testsuites/psxtests/psxhdrs/pthread03.c (added) * testsuites/psxtests/psxhdrs/pthread04.c (added) * testsuites/psxtests/psxhdrs/pthread05.c (added) * testsuites/psxtests/psxhdrs/pthread06.c (added) * testsuites/psxtests/psxhdrs/pthread07.c (added) * testsuites/psxtests/psxhdrs/pthread08.c (added) * testsuites/psxtests/psxhdrs/pthread09.c (added) * testsuites/psxtests/psxhdrs/pthread10.c (added) * testsuites/psxtests/psxhdrs/pthread11.c (added) * testsuites/psxtests/psxhdrs/pthread12.c (added) * testsuites/psxtests/psxhdrs/pthread13.c (added) * testsuites/psxtests/psxhdrs/pthread14.c (added) * testsuites/psxtests/psxhdrs/pthread15.c (added) * testsuites/psxtests/psxhdrs/pthread16.c (added) * testsuites/psxtests/psxhdrs/pthread17.c (added) * testsuites/psxtests/psxhdrs/pthread18.c (added) * testsuites/psxtests/psxhdrs/pthread19.c (added) * testsuites/psxtests/psxhdrs/pthread20.c (added) * testsuites/psxtests/psxhdrs/pthread21.c (added) * testsuites/psxtests/psxhdrs/signal01.c (added) * testsuites/psxtests/psxhdrs/signal02.c (added) * testsuites/psxtests/psxhdrs/signal03.c (added) * testsuites/psxtests/psxhdrs/signal04.c (added) * testsuites/psxtests/psxhdrs/signal05.c (added) * testsuites/psxtests/psxhdrs/signal06.c (added) * testsuites/psxtests/psxhdrs/signal07.c (added) * testsuites/psxtests/psxhdrs/signal08.c (added) * testsuites/psxtests/psxhdrs/signal09.c (added) * testsuites/psxtests/psxhdrs/signal10.c (added) created posix test suite with test of header files Wed, 22 May 1996 22:34:18 GMT Joel Sherrill [ef006c1] * c/src/exec/score/headers/object.h (modified) * c/src/exec/score/include/rtems/score/object.h (modified) * cpukit/score/include/rtems/score/object.h (modified) Modified to correct variables which defined the range of object ... Wed, 22 May 1996 22:32:39 GMT Joel Sherrill [f4719d5a] * c/src/exec/libcsupport/src/utsname.c (modified) * c/src/exec/posix/src/aio.c (modified) * c/src/exec/posix/src/cancel.c (modified) * c/src/exec/posix/src/cond.c (modified) * c/src/exec/posix/src/devctl.c (modified) * c/src/exec/posix/src/intr.c (modified) * c/src/exec/posix/src/key.c (modified) * c/src/exec/posix/src/mqueue.c (modified) * c/src/exec/posix/src/mutex.c (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/sched.c (modified) * c/src/exec/posix/src/time.c (modified) * c/src/exec/posix/src/types.c (modified) * c/src/exec/posix/src/unistd.c (modified) * c/src/exec/posix/src/utsname.c (modified) * c/src/lib/libc/utsname.c (modified) * cpukit/libcsupport/src/utsname.c (modified) * cpukit/posix/src/aio.c (modified) * cpukit/posix/src/cancel.c (modified) * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/devctl.c (modified) * cpukit/posix/src/intr.c (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/sched.c (modified) * cpukit/posix/src/time.c (modified) * cpukit/posix/src/types.c (modified) These files have been modified in the initial pass at getting the ... Wed, 22 May 1996 22:31:51 GMT Joel Sherrill [05195890] * c/src/exec/posix/base/limits.h (modified) * c/src/exec/posix/base/pthread.h (modified) * c/src/exec/posix/base/sched.h (modified) * c/src/exec/posix/include/limits.h (modified) * c/src/exec/posix/include/pthread.h (modified) * c/src/exec/posix/include/sched.h (modified) * cpukit/posix/include/sched.h (modified) These files have been modified in the initial pass at getting the ... Fri, 10 May 1996 20:24:07 GMT Joel Sherrill [4e684a31] * c/src/tests/README (modified) * testsuites/README (modified) added posix test directory Fri, 10 May 1996 20:23:27 GMT Joel Sherrill [92262ab] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) fixed typo Wed, 08 May 1996 21:55:41 GMT Joel Sherrill [3e7b167] * c/src/lib/libbsp/m68k/gen68360/startup/linkcmds (modified) updated to remove workaround for bug in binutils 2.5.2 ld now that we ... Wed, 08 May 1996 21:53:50 GMT Joel Sherrill [1c964ffa] * c/src/exec/score/cpu/unix/cpu.c (modified) * cpukit/score/cpu/unix/cpu.c (modified) *** empty log message *** Thu, 02 May 1996 14:39:07 GMT Joel Sherrill [bf6661e] * c/src/exec/sapi/headers/sptables.h (modified) * c/src/exec/sapi/include/rtems/sptables.h (modified) Updated version to 3.5.15. Wed, 01 May 1996 15:25:33 GMT Joel Sherrill [996a9cb4] * c/src/lib/libbsp/m68k/gen68360/README (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/init68360.c (modified) * c/src/lib/libbsp/m68k/gen68360/startup/linkcmds (modified) * c/src/lib/libbsp/m68k/gen68360/startup/linkcmds.prom (added) Updates from Eric Norum. Wed, 01 May 1996 15:24:37 GMT Joel Sherrill [dce1c1a1] * c/src/exec/score/cpu/m68k/m68360.h (modified) * c/src/exec/score/cpu/m68k/m68k.h (modified) * cpukit/score/cpu/m68k/m68360.h (modified) * cpukit/score/cpu/m68k/rtems/m68k/m68360.h (modified) Updates from Eric Norum to use the mcpu32 flags and fix comments. Wed, 24 Apr 1996 21:21:14 GMT Joel Sherrill [a412622] * c/src/exec/sapi/headers/sptables.h (modified) * c/src/exec/sapi/include/rtems/sptables.h (modified) changed version number to 3.5.14 Wed, 24 Apr 1996 20:05:52 GMT Joel Sherrill [11532ca] * c/src/lib/libbsp/m68k/gen68360/startup/linkcmds (modified) Hacked so gld will accept this so we can purge the aout toolset. ... Wed, 24 Apr 1996 17:36:35 GMT Joel Sherrill [1543932] * c/src/exec/score/src/thread.c (modified) * cpukit/score/src/thread.c (modified) added comment regarding stack alignment issues to thread stack ... Mon, 22 Apr 1996 23:58:40 GMT Joel Sherrill [d2d6467] * c/src/tests/tmtests/tm21/task1.c (modified) * testsuites/tmtests/tm21/task1.c (modified) Lowered number of messages created to reduce burden on workspace. Mon, 22 Apr 1996 16:53:46 GMT Joel Sherrill [8389628] * c/src/exec/libcsupport/include/rtems/assoc.h (modified) * c/src/exec/libcsupport/include/rtems/error.h (modified) * c/src/exec/libcsupport/src/assoc.c (modified) * c/src/exec/libcsupport/src/error.c (modified) * c/src/exec/score/tools/hppa1.1/genoffsets.c (modified) * c/src/lib/include/rtems/assoc.h (modified) * c/src/lib/include/rtems/error.h (modified) * c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h (modified) * c/src/lib/libbsp/hppa1.1/simhppa/include/ttydrv.h (modified) * c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c (modified) * c/src/lib/libc/assoc.c (modified) * c/src/lib/libc/assoc.h (modified) * c/src/lib/libc/error.c (modified) * c/src/lib/libc/error.h (modified) * c/src/lib/libmisc/assoc/assoc.c (modified) * c/src/lib/libmisc/assoc/assoc.h (modified) * c/src/lib/libmisc/error/error.c (modified) * c/src/lib/libmisc/error/error.h (modified) * c/src/lib/libmisc/monitor/mon-command.c (modified) * c/src/lib/libmisc/monitor/mon-config.c (modified) * c/src/lib/libmisc/monitor/mon-dname.c (modified) * c/src/lib/libmisc/monitor/mon-driver.c (modified) * c/src/lib/libmisc/monitor/mon-extension.c (modified) * c/src/lib/libmisc/monitor/mon-itask.c (modified) * c/src/lib/libmisc/monitor/mon-manager.c (modified) * c/src/lib/libmisc/monitor/mon-monitor.c (modified) * c/src/lib/libmisc/monitor/mon-mpci.c (modified) * c/src/lib/libmisc/monitor/mon-object.c (modified) * c/src/lib/libmisc/monitor/mon-prmisc.c (modified) * c/src/lib/libmisc/monitor/mon-queue.c (modified) * c/src/lib/libmisc/monitor/mon-server.c (modified) * c/src/lib/libmisc/monitor/mon-symbols.c (modified) * c/src/lib/libmisc/monitor/mon-task.c (modified) * c/src/lib/libmisc/monitor/monitor.h (modified) * c/src/lib/libmisc/monitor/symbols.h (modified) * c/src/lib/libmisc/stackchk/check.c (modified) * c/src/libmisc/assoc/assoc.c (modified) * c/src/libmisc/assoc/assoc.h (modified) * c/src/libmisc/error/error.c (modified) * c/src/libmisc/error/error.h (modified) * c/src/libmisc/monitor/mon-command.c (modified) * c/src/libmisc/monitor/mon-config.c (modified) * c/src/libmisc/monitor/mon-dname.c (modified) * c/src/libmisc/monitor/mon-driver.c (modified) * c/src/libmisc/monitor/mon-extension.c (modified) * c/src/libmisc/monitor/mon-itask.c (modified) * c/src/libmisc/monitor/mon-manager.c (modified) * c/src/libmisc/monitor/mon-monitor.c (modified) * c/src/libmisc/monitor/mon-mpci.c (modified) * c/src/libmisc/monitor/mon-object.c (modified) * c/src/libmisc/monitor/mon-prmisc.c (modified) * c/src/libmisc/monitor/mon-queue.c (modified) * c/src/libmisc/monitor/mon-server.c (modified) * c/src/libmisc/monitor/mon-symbols.c (modified) * c/src/libmisc/monitor/mon-task.c (modified) * c/src/libmisc/monitor/monitor.h (modified) * c/src/libmisc/monitor/symbols.h (modified) * c/src/libmisc/stackchk/check.c (modified) * c/src/tests/sptests/spfatal/fatal.c (modified) * c/src/tests/sptests/spfatal/system.h (modified) * c/src/tests/tmtests/tm21/task1.c (modified) * c/src/tests/tools/generic/difftest (modified) * cpukit/libcsupport/include/rtems/assoc.h (modified) * cpukit/libcsupport/include/rtems/error.h (modified) * cpukit/libcsupport/src/assoc.c (modified) * cpukit/libcsupport/src/error.c (modified) * cpukit/libmisc/monitor/mon-command.c (modified) * cpukit/libmisc/monitor/mon-config.c (modified) * cpukit/libmisc/monitor/mon-dname.c (modified) * cpukit/libmisc/monitor/mon-driver.c (modified) * cpukit/libmisc/monitor/mon-extension.c (modified) * cpukit/libmisc/monitor/mon-itask.c (modified) * cpukit/libmisc/monitor/mon-manager.c (modified) * cpukit/libmisc/monitor/mon-monitor.c (modified) * cpukit/libmisc/monitor/mon-mpci.c (modified) * cpukit/libmisc/monitor/mon-object.c (modified) * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/libmisc/monitor/mon-queue.c (modified) * cpukit/libmisc/monitor/mon-server.c (modified) * cpukit/libmisc/monitor/mon-symbols.c (modified) * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/libmisc/monitor/monitor.h (modified) * cpukit/libmisc/monitor/symbols.h (modified) * cpukit/libmisc/stackchk/check.c (modified) * testsuites/sptests/spfatal/fatal.c (modified) * testsuites/sptests/spfatal/system.h (modified) * testsuites/tmtests/tm21/task1.c (modified) * tools/cpu/hppa1.1/genoffsets.c (modified) updates from Tony Bennett Mon, 22 Apr 1996 16:53:05 GMT Joel Sherrill [5a36154a] * c/src/tests/sptests/sp09/screen03.c (modified) * testsuites/sptests/sp09/screen03.c (modified) addition of optional user provided stack allocator means that we can ... Mon, 22 Apr 1996 16:50:17 GMT Joel Sherrill [1f94ed6b] * c/src/exec/libcsupport/include/rtems/libio.h (modified) * c/src/exec/libcsupport/src/libio.c (modified) * c/src/exec/libcsupport/src/malloc.c (modified) * c/src/exec/libcsupport/src/newlibc.c (modified) * c/src/lib/include/rtems/libio.h (modified) * c/src/lib/libbsp/unix/posix/startup/bspstart.c (modified) * c/src/lib/libbsp/unix/posix/startup/rtems-ctor.cc (modified) * c/src/lib/libbsp/unix/posix/startup/setvec.c (modified) * c/src/lib/libc/libio.c (modified) * c/src/lib/libc/libio.h (modified) * c/src/lib/libc/malloc.c (modified) * c/src/lib/libc/newlibc.c (modified) * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libcsupport/src/libio.c (modified) * cpukit/libcsupport/src/malloc.c (modified) * cpukit/libcsupport/src/newlibc.c (modified) Updates from Tony Bennett. Mon, 22 Apr 1996 16:49:53 GMT Joel Sherrill [34f3d17] * c/src/lib/libbsp/unix/posix/include/bsp.h (modified) Updates from Tony Bennett. rtems_environp removed among other minor ...