# # ChangeLog for cpukit/posix/src in rtems # # Generated by Trac 1.2.1.dev0 # 05/05/24 00:14:56 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:14:40 GMT Joel Sherrill [b95e303f] * c/src/exec/posix/src/semaphore.c (modified) * cpukit/posix/src/semaphore.c (modified) Removed warnings. Tue, 02 Nov 1999 17:00:35 GMT Joel Sherrill [4dc89814] * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/mqueue.c (modified) * c/src/exec/posix/src/mqueueclose.c (added) * c/src/exec/posix/src/mqueuecreatesupp.c (added) * c/src/exec/posix/src/mqueuedeletesupp.c (added) * c/src/exec/posix/src/mqueuegetattr.c (added) * c/src/exec/posix/src/mqueuenametoid.c (added) * c/src/exec/posix/src/mqueuenotify.c (added) * c/src/exec/posix/src/mqueueopen.c (added) * c/src/exec/posix/src/mqueuereceive.c (added) * c/src/exec/posix/src/mqueuerecvsupp.c (added) * c/src/exec/posix/src/mqueuesend.c (added) * c/src/exec/posix/src/mqueuesendsupp.c (added) * c/src/exec/posix/src/mqueuesetattr.c (added) * c/src/exec/posix/src/mqueuetimedreceive.c (added) * c/src/exec/posix/src/mqueuetimedsend.c (added) * c/src/exec/posix/src/mqueueunlink.c (added) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/mqueueclose.c (added) * cpukit/posix/src/mqueuecreatesupp.c (added) * cpukit/posix/src/mqueuedeletesupp.c (added) * cpukit/posix/src/mqueuegetattr.c (added) * cpukit/posix/src/mqueuenametoid.c (added) * cpukit/posix/src/mqueuenotify.c (added) * cpukit/posix/src/mqueueopen.c (added) * cpukit/posix/src/mqueuereceive.c (added) * cpukit/posix/src/mqueuerecvsupp.c (added) * cpukit/posix/src/mqueuesend.c (added) * cpukit/posix/src/mqueuesendsupp.c (added) * cpukit/posix/src/mqueuesetattr.c (added) * cpukit/posix/src/mqueuetimedreceive.c (added) * cpukit/posix/src/mqueuetimedsend.c (added) * cpukit/posix/src/mqueueunlink.c (added) Split mqueue.c into a variety of files. Tue, 02 Nov 1999 15:29:47 GMT Joel Sherrill [fd882ee] * c/src/exec/posix/src/semaphore.c (modified) * cpukit/posix/src/semaphore.c (modified) Now much closer to working. Tue, 02 Nov 1999 15:29:04 GMT Joel Sherrill [26c828f] * c/src/exec/posix/src/pthreadexit.c (modified) * cpukit/posix/src/pthreadexit.c (modified) Added assert in case _Objects_Get_information fails since this ... Tue, 02 Nov 1999 15:28:02 GMT Joel Sherrill [2b95c07] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) Commented out lines causing warning. Mon, 01 Nov 1999 20:31:25 GMT Joel Sherrill [0910a251] * c/src/exec/posix/src/mqueue.c (modified) * cpukit/posix/src/mqueue.c (modified) Added name to id support routine. Mon, 01 Nov 1999 18:02:44 GMT Joel Sherrill [89b63972] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) Removed routines that had already been separated into their own files. Mon, 25 Oct 1999 16:05:34 GMT Joel Sherrill [b6c868e] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) Patch from Charles-Antoine Gauthier to ... Thu, 21 Oct 1999 16:38:49 GMT Joel Sherrill [812f440] * c/src/exec/posix/src/ptimer.c (modified) * cpukit/posix/src/ptimer.c (modified) Fixed core dump caused when output parameter (otimer) was NULL. Mon, 30 Aug 1999 18:05:48 GMT Joel Sherrill [260b0c2] * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * c/src/exec/score/src/threadhandler.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/threadhandler.c (modified) Patch from Charles-Antoine Gauthier to ... Thu, 01 Jul 1999 22:57:23 GMT Joel Sherrill [ed1a0e51] * c/src/exec/posix/src/sched.c (modified) * cpukit/posix/src/sched.c (modified) Honor 0 as PID of caller. Thu, 01 Jul 1999 22:28:30 GMT Joel Sherrill [51e04a2c] * c/src/exec/posix/src/signal_2.c (added) * cpukit/posix/src/signal_2.c (added) New file to implement signal(2). Fri, 14 May 1999 14:43:53 GMT Joel Sherrill [a0b94685] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) Removed check for initialized ID at request of Rosimildo DaSilva ... Fri, 07 May 1999 17:09:20 GMT Joel Sherrill [5a909149] * c/src/exec/posix/src/time.c (modified) * c/src/exec/rtems/src/tasks.c (modified) * cpukit/posix/src/time.c (modified) * cpukit/rtems/src/tasks.c (modified) Made all calls to _Thread_Yield_processor consistent in how they are ... Fri, 07 May 1999 16:36:29 GMT Joel Sherrill [16775a5] * c/src/exec/posix/include/rtems/posix/config.h (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/sapi/include/confdefs.h (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/sapi/include/confdefs.h (modified) Patch from Jiri Gaisler to allow stacksize ... Mon, 19 Apr 1999 15:54:03 GMT Joel Sherrill [df3e78a] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) The default action for real-time signals is supposed to be ... Thu, 15 Apr 1999 18:58:27 GMT Joel Sherrill [2df1974] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) Added include of rtems/posix/cancel.h. Thu, 15 Apr 1999 18:58:02 GMT Joel Sherrill [da41ecbc] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) Removed alarm(), killinfo() and pause() because they are now in their ... Thu, 15 Apr 1999 18:57:31 GMT Joel Sherrill [93994fdb] * c/src/exec/posix/src/mqueue.c (modified) * c/src/exec/posix/src/semaphore.c (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/semaphore.c (modified) Now compiles and is included in normal build even though it is ... Thu, 15 Apr 1999 18:57:02 GMT Joel Sherrill [0f4e074] * c/src/exec/posix/src/killinfo.c (modified) * cpukit/posix/src/killinfo.c (modified) Cleaned up. Thu, 15 Apr 1999 18:56:42 GMT Joel Sherrill [3afecf8] * c/src/exec/posix/src/aio.c (modified) * c/src/exec/posix/src/cancel.c (modified) * cpukit/posix/src/aio.c (modified) * cpukit/posix/src/cancel.c (modified) Now compiles and is included in normal build even though it is untested. Mon, 12 Apr 1999 20:24:56 GMT Joel Sherrill [82f490f] * aclocal.m4 (modified) * aclocal/enable-tests.m4 (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/ptimer.c (modified) * configure (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/ptimer.c (modified) Patch from Ralf Corsepius to correct the ... Mon, 12 Apr 1999 15:36:07 GMT Joel Sherrill [d115315] * c/src/exec/posix/src/ptimer.c (modified) * cpukit/posix/src/ptimer.c (modified) Added line to initialize timer_max. Wed, 31 Mar 1999 22:09:11 GMT Joel Sherrill [5c95996] * c/src/exec/posix/src/pthreadequal.c (modified) * cpukit/posix/src/pthreadequal.c (modified) When compiled in debug mode, the POSIX threads inline file was not ... Mon, 01 Mar 1999 15:18:26 GMT Joel Sherrill [e069cdc3] * c/src/exec/posix/include/rtems/posix/psignal.h (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/lib/libbsp/shared/main.c (modified) * c/src/lib/libbsp/sparc/erc32/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.in (added) * c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c (added) * c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.in (modified) * cpukit/posix/include/rtems/posix/psignal.h (modified) * cpukit/posix/src/psignal.c (modified) Part of the automake VI patch from Ralf Corsepius [dae18b5] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) POSIX timer support. Wed, 10 Feb 1999 17:03:46 GMT Joel Sherrill [aee3d68] * c/src/exec/posix/src/pthreadkill.c (modified) * c/src/exec/posix/src/sigaction.c (modified) * c/src/exec/posix/src/sigtimedwait.c (modified) * cpukit/posix/src/pthreadkill.c (modified) * cpukit/posix/src/sigaction.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) POSIX timer support modifications. Wed, 03 Feb 1999 16:22:18 GMT Joel Sherrill [0747e2d] * c/src/exec/posix/include/rtems/posix/Makefile.in (modified) * c/src/exec/posix/include/rtems/posix/config.h (modified) * c/src/exec/posix/include/rtems/posix/ptimer.h (added) * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/ptimer.c (modified) * c/src/exec/sapi/include/confdefs.h (modified) * c/src/exec/sapi/src/posixapi.c (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/ptimer.h (added) * cpukit/posix/src/ptimer.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) POSIX Timers submitted by Juan Zamorano Flores ... Sun, 31 Jan 1999 20:45:31 GMT Joel Sherrill [07d880f4] * c/src/exec/posix/include/rtems/posix/psignal.h (modified) * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/alarm.c (added) * c/src/exec/posix/src/kill.c (added) * c/src/exec/posix/src/killinfo.c (added) * c/src/exec/posix/src/pause.c (added) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthreadkill.c (added) * c/src/exec/posix/src/pthreadsigmask.c (added) * c/src/exec/posix/src/sigaction.c (added) * c/src/exec/posix/src/sigaddset.c (added) * c/src/exec/posix/src/sigdelset.c (added) * c/src/exec/posix/src/sigemptyset.c (added) * c/src/exec/posix/src/sigfillset.c (added) * c/src/exec/posix/src/sigismember.c (added) * c/src/exec/posix/src/sigpending.c (added) * c/src/exec/posix/src/sigprocmask.c (added) * c/src/exec/posix/src/sigqueue.c (added) * c/src/exec/posix/src/sigsuspend.c (added) * c/src/exec/posix/src/sigtimedwait.c (added) * c/src/exec/posix/src/sigwait.c (added) * c/src/exec/posix/src/sigwaitinfo.c (added) * cpukit/posix/include/rtems/posix/psignal.h (modified) * cpukit/posix/src/alarm.c (added) * cpukit/posix/src/kill.c (added) * cpukit/posix/src/killinfo.c (added) * cpukit/posix/src/pause.c (added) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthreadkill.c (added) * cpukit/posix/src/pthreadsigmask.c (added) * cpukit/posix/src/sigaction.c (added) * cpukit/posix/src/sigaddset.c (added) * cpukit/posix/src/sigdelset.c (added) * cpukit/posix/src/sigemptyset.c (added) * cpukit/posix/src/sigfillset.c (added) * cpukit/posix/src/sigismember.c (added) * cpukit/posix/src/sigpending.c (added) * cpukit/posix/src/sigprocmask.c (added) * cpukit/posix/src/sigqueue.c (added) * cpukit/posix/src/sigsuspend.c (added) * cpukit/posix/src/sigtimedwait.c (added) * cpukit/posix/src/sigwait.c (added) * cpukit/posix/src/sigwaitinfo.c (added) Split psignal.c into many more files. This reduced the amount of ... Tue, 26 Jan 1999 16:00:04 GMT Joel Sherrill [d90df9aa] * c/src/exec/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) Added include of so a macro would expand ... Mon, 25 Jan 1999 23:20:52 GMT Joel Sherrill [03598b1] * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/pthreadatfork.c (modified) * c/src/exec/posix/src/pthreadattrdestroy.c (added) * c/src/exec/posix/src/pthreadattrgetdetachstate.c (added) * c/src/exec/posix/src/pthreadattrgetinheritsched.c (added) * c/src/exec/posix/src/pthreadattrgetschedparam.c (added) * c/src/exec/posix/src/pthreadattrgetschedpolicy.c (added) * c/src/exec/posix/src/pthreadattrgetscope.c (added) * c/src/exec/posix/src/pthreadattrgetstackaddr.c (added) * c/src/exec/posix/src/pthreadattrgetstacksize.c (added) * c/src/exec/posix/src/pthreadattrinit.c (added) * c/src/exec/posix/src/pthreadattrsetdetachstate.c (added) * c/src/exec/posix/src/pthreadattrsetinheritsched.c (added) * c/src/exec/posix/src/pthreadattrsetschedparam.c (added) * c/src/exec/posix/src/pthreadattrsetschedpolicy.c (added) * c/src/exec/posix/src/pthreadattrsetscope.c (added) * c/src/exec/posix/src/pthreadattrsetstackaddr.c (added) * c/src/exec/posix/src/pthreadattrsetstacksize.c (added) * c/src/exec/posix/src/pthreadcreate.c (added) * c/src/exec/posix/src/pthreaddetach.c (added) * c/src/exec/posix/src/pthreadequal.c (added) * c/src/exec/posix/src/pthreadexit.c (added) * c/src/exec/posix/src/pthreadgetcpuclockid.c (added) * c/src/exec/posix/src/pthreadgetcputime.c (added) * c/src/exec/posix/src/pthreadgetschedparam.c (added) * c/src/exec/posix/src/pthreadjoin.c (added) * c/src/exec/posix/src/pthreadonce.c (added) * c/src/exec/posix/src/pthreadself.c (added) * c/src/exec/posix/src/pthreadsetcputime.c (added) * c/src/exec/posix/src/pthreadsetschedparam.c (added) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadatfork.c (modified) * cpukit/posix/src/pthreadattrdestroy.c (added) * cpukit/posix/src/pthreadattrgetdetachstate.c (added) * cpukit/posix/src/pthreadattrgetinheritsched.c (added) * cpukit/posix/src/pthreadattrgetschedparam.c (added) * cpukit/posix/src/pthreadattrgetschedpolicy.c (added) * cpukit/posix/src/pthreadattrgetscope.c (added) * cpukit/posix/src/pthreadattrgetstackaddr.c (added) * cpukit/posix/src/pthreadattrgetstacksize.c (added) * cpukit/posix/src/pthreadattrinit.c (added) * cpukit/posix/src/pthreadattrsetdetachstate.c (added) * cpukit/posix/src/pthreadattrsetinheritsched.c (added) * cpukit/posix/src/pthreadattrsetschedparam.c (added) * cpukit/posix/src/pthreadattrsetschedpolicy.c (added) * cpukit/posix/src/pthreadattrsetscope.c (added) * cpukit/posix/src/pthreadattrsetstackaddr.c (added) * cpukit/posix/src/pthreadattrsetstacksize.c (added) * cpukit/posix/src/pthreadcreate.c (added) * cpukit/posix/src/pthreaddetach.c (added) * cpukit/posix/src/pthreadequal.c (added) * cpukit/posix/src/pthreadexit.c (added) * cpukit/posix/src/pthreadgetcpuclockid.c (added) * cpukit/posix/src/pthreadgetcputime.c (added) * cpukit/posix/src/pthreadgetschedparam.c (added) * cpukit/posix/src/pthreadjoin.c (added) * cpukit/posix/src/pthreadonce.c (added) * cpukit/posix/src/pthreadself.c (added) * cpukit/posix/src/pthreadsetcputime.c (added) * cpukit/posix/src/pthreadsetschedparam.c (added) Split most of POSIX Threads Manager into multiple files. Mon, 23 Nov 1998 19:07:58 GMT Joel Sherrill [07a3253d] * c/src/exec/include/rtems/libio_.h (added) * c/src/exec/libcsupport/include/rtems/libio.h (modified) * c/src/exec/libcsupport/include/rtems/libio_.h (added) * c/src/exec/libcsupport/src/CASES (added) * c/src/exec/libcsupport/src/TODO (added) * c/src/exec/libcsupport/src/__brk.c (modified) * c/src/exec/libcsupport/src/__gettod.c (modified) * c/src/exec/libcsupport/src/__sbrk.c (added) * c/src/exec/libcsupport/src/__times.c (modified) * c/src/exec/libcsupport/src/access.c (added) * c/src/exec/libcsupport/src/base_fs.c (added) * c/src/exec/libcsupport/src/cfgetispeed.c (added) * c/src/exec/libcsupport/src/cfgetospeed.c (added) * c/src/exec/libcsupport/src/cfsetispeed.c (added) * c/src/exec/libcsupport/src/cfsetospeed.c (added) * c/src/exec/libcsupport/src/chdir.c (added) * c/src/exec/libcsupport/src/chmod.c (added) * c/src/exec/libcsupport/src/chown.c (added) * c/src/exec/libcsupport/src/close.c (added) * c/src/exec/libcsupport/src/closedir.c (modified) * c/src/exec/libcsupport/src/dup.c (added) * c/src/exec/libcsupport/src/dup2.c (added) * c/src/exec/libcsupport/src/eval.c (added) * c/src/exec/libcsupport/src/fchmod.c (added) * c/src/exec/libcsupport/src/fcntl.c (added) * c/src/exec/libcsupport/src/fdatasync.c (added) * c/src/exec/libcsupport/src/fpathconf.c (added) * c/src/exec/libcsupport/src/fstat.c (added) * c/src/exec/libcsupport/src/fsync.c (added) * c/src/exec/libcsupport/src/ftruncate.c (added) * c/src/exec/libcsupport/src/getdents.c (modified) * c/src/exec/libcsupport/src/hosterr.c (modified) * c/src/exec/libcsupport/src/ioctl.c (added) * c/src/exec/libcsupport/src/libio.c (modified) * c/src/exec/libcsupport/src/link.c (added) * c/src/exec/libcsupport/src/lseek.c (added) * c/src/exec/libcsupport/src/malloc.c (modified) * c/src/exec/libcsupport/src/mkdir.c (added) * c/src/exec/libcsupport/src/mkfifo.c (added) * c/src/exec/libcsupport/src/mknod.c (added) * c/src/exec/libcsupport/src/mount.c (added) * c/src/exec/libcsupport/src/newlibc.c (modified) * c/src/exec/libcsupport/src/no_libc.c (modified) * c/src/exec/libcsupport/src/open.c (added) * c/src/exec/libcsupport/src/opendir.c (modified) * c/src/exec/libcsupport/src/pathconf.c (added) * c/src/exec/libcsupport/src/pipe.c (added) * c/src/exec/libcsupport/src/read.c (added) * c/src/exec/libcsupport/src/readdir.c (modified) * c/src/exec/libcsupport/src/readlink.c (added) * c/src/exec/libcsupport/src/rewinddir.c (modified) * c/src/exec/libcsupport/src/rmdir.c (added) * c/src/exec/libcsupport/src/scandir.c (modified) * c/src/exec/libcsupport/src/seekdir.c (modified) * c/src/exec/libcsupport/src/stat.c (added) * c/src/exec/libcsupport/src/symlink.c (added) * c/src/exec/libcsupport/src/tcdrain.c (modified) * c/src/exec/libcsupport/src/tcgetattr.c (added) * c/src/exec/libcsupport/src/tcsetattr.c (added) * c/src/exec/libcsupport/src/telldir.c (modified) * c/src/exec/libcsupport/src/truncate.c (added) * c/src/exec/libcsupport/src/umask.c (added) * c/src/exec/libcsupport/src/unixlibc.c (modified) * c/src/exec/libcsupport/src/unlink.c (added) * c/src/exec/libcsupport/src/unmount.c (added) * c/src/exec/libcsupport/src/utime.c (added) * c/src/exec/libcsupport/src/write.c (added) * c/src/exec/libfs/src/imfs/deviceio.c (added) * c/src/exec/libfs/src/imfs/imfs.h (added) * c/src/exec/libfs/src/imfs/imfs_chown.c (added) * c/src/exec/libfs/src/imfs/imfs_creat.c (added) * c/src/exec/libfs/src/imfs/imfs_debug.c (added) * c/src/exec/libfs/src/imfs/imfs_directory.c (added) * c/src/exec/libfs/src/imfs/imfs_eval.c (added) * c/src/exec/libfs/src/imfs/imfs_fchmod.c (added) * c/src/exec/libfs/src/imfs/imfs_free.c (added) * c/src/exec/libfs/src/imfs/imfs_getchild.c (added) * c/src/exec/libfs/src/imfs/imfs_gtkn.c (added) * c/src/exec/libfs/src/imfs/imfs_init.c (added) * c/src/exec/libfs/src/imfs/imfs_initsupp.c (added) * c/src/exec/libfs/src/imfs/imfs_link.c (added) * c/src/exec/libfs/src/imfs/imfs_mknod.c (added) * c/src/exec/libfs/src/imfs/imfs_mount.c (added) * c/src/exec/libfs/src/imfs/imfs_ntype.c (added) * c/src/exec/libfs/src/imfs/imfs_readlink.c (added) * c/src/exec/libfs/src/imfs/imfs_rmnod.c (added) * c/src/exec/libfs/src/imfs/imfs_stat.c (added) * c/src/exec/libfs/src/imfs/imfs_symlink.c (added) * c/src/exec/libfs/src/imfs/imfs_unlink.c (added) * c/src/exec/libfs/src/imfs/imfs_unmount.c (added) * c/src/exec/libfs/src/imfs/imfs_utime.c (added) * c/src/exec/libfs/src/imfs/ioman.c (added) * c/src/exec/libfs/src/imfs/memfile.c (added) * c/src/exec/posix/include/sys/Makefile.in (modified) * c/src/exec/posix/src/getpid.c (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/sys/Makefile.in (modified) * c/src/exec/sapi/src/io.c (modified) * c/src/lib/include/rtems/libio.h (modified) * c/src/lib/include/rtems/libio_.h (added) * c/src/lib/libbsp/shared/bsplibc.c (modified) * c/src/lib/libbsp/shared/bsppost.c (modified) * c/src/lib/libc/CASES (added) * c/src/lib/libc/Makefile.in (modified) * c/src/lib/libc/TODO (added) * c/src/lib/libc/__brk.c (modified) * c/src/lib/libc/__gettod.c (modified) * c/src/lib/libc/__sbrk.c (added) * c/src/lib/libc/__times.c (modified) * c/src/lib/libc/access.c (added) * c/src/lib/libc/base_fs.c (added) * c/src/lib/libc/cfgetispeed.c (added) * c/src/lib/libc/cfgetospeed.c (added) * c/src/lib/libc/cfiospeed.c (deleted) * c/src/lib/libc/cfsetispeed.c (added) * c/src/lib/libc/cfsetospeed.c (added) * c/src/lib/libc/chdir.c (added) * c/src/lib/libc/chmod.c (added) * c/src/lib/libc/chown.c (added) * c/src/lib/libc/close.c (added) * c/src/lib/libc/closedir.c (modified) * c/src/lib/libc/deviceio.c (added) * c/src/lib/libc/dup.c (added) * c/src/lib/libc/dup2.c (added) * c/src/lib/libc/eval.c (added) * c/src/lib/libc/fchmod.c (added) * c/src/lib/libc/fcntl.c (added) * c/src/lib/libc/fdatasync.c (added) * c/src/lib/libc/fpathconf.c (added) * c/src/lib/libc/fstat.c (added) * c/src/lib/libc/fsync.c (added) * c/src/lib/libc/ftruncate.c (added) * c/src/lib/libc/getdents.c (modified) * c/src/lib/libc/hosterr.c (modified) * c/src/lib/libc/imfs.h (added) * c/src/lib/libc/imfs_chown.c (added) * c/src/lib/libc/imfs_creat.c (added) * c/src/lib/libc/imfs_debug.c (added) * c/src/lib/libc/imfs_directory.c (added) * c/src/lib/libc/imfs_eval.c (added) * c/src/lib/libc/imfs_fchmod.c (added) * c/src/lib/libc/imfs_free.c (added) * c/src/lib/libc/imfs_getchild.c (added) * c/src/lib/libc/imfs_gtkn.c (added) * c/src/lib/libc/imfs_handlers.c (added) * c/src/lib/libc/imfs_init.c (added) * c/src/lib/libc/imfs_initsupp.c (added) * c/src/lib/libc/imfs_link.c (added) * c/src/lib/libc/imfs_mknod.c (added) * c/src/lib/libc/imfs_mount.c (added) * c/src/lib/libc/imfs_ntype.c (added) * c/src/lib/libc/imfs_readlink.c (added) * c/src/lib/libc/imfs_rmnod.c (added) * c/src/lib/libc/imfs_stat.c (added) * c/src/lib/libc/imfs_symlink.c (added) * c/src/lib/libc/imfs_unlink.c (added) * c/src/lib/libc/imfs_unmount.c (added) * c/src/lib/libc/imfs_utime.c (added) * c/src/lib/libc/internal.h (deleted) * c/src/lib/libc/ioctl.c (added) * c/src/lib/libc/ioman.c (added) * c/src/lib/libc/libio.c (modified) * c/src/lib/libc/libio.h (modified) * c/src/lib/libc/libio_.h (added) * c/src/lib/libc/link.c (added) * c/src/lib/libc/lseek.c (added) * c/src/lib/libc/malloc.c (modified) * c/src/lib/libc/memfile.c (added) * c/src/lib/libc/mkdir.c (added) * c/src/lib/libc/mkfifo.c (added) * c/src/lib/libc/mknod.c (added) * c/src/lib/libc/mount.c (added) * c/src/lib/libc/newlibc.c (modified) * c/src/lib/libc/newlibif.c (deleted) * c/src/lib/libc/newlibifr.c (deleted) * c/src/lib/libc/no_libc.c (modified) * c/src/lib/libc/open.c (added) * c/src/lib/libc/opendir.c (modified) * c/src/lib/libc/pathconf.c (added) * c/src/lib/libc/pipe.c (moved) * c/src/lib/libc/read.c (added) * c/src/lib/libc/readdir.c (modified) * c/src/lib/libc/readlink.c (added) * c/src/lib/libc/rewinddir.c (modified) * c/src/lib/libc/rmdir.c (added) * c/src/lib/libc/scandir.c (modified) * c/src/lib/libc/seekdir.c (modified) * c/src/lib/libc/stat.c (added) * c/src/lib/libc/support.c (deleted) * c/src/lib/libc/symlink.c (added) * c/src/lib/libc/syscalls.c (deleted) * c/src/lib/libc/tcattr.c (deleted) * c/src/lib/libc/tcdrain.c (modified) * c/src/lib/libc/tcgetattr.c (added) * c/src/lib/libc/tcsetattr.c (added) * c/src/lib/libc/telldir.c (modified) * c/src/lib/libc/truncate.c (added) * c/src/lib/libc/umask.c (added) * c/src/lib/libc/unixlibc.c (modified) * c/src/lib/libc/unlink.c (added) * c/src/lib/libc/unmount.c (added) * c/src/lib/libc/utime.c (added) * c/src/lib/libc/write.c (added) * c/src/lib/libchip/serial/ns16550.c (modified) * c/src/libchip/serial/ns16550.c (modified) * c/src/libfs/src/imfs/deviceio.c (added) * c/src/libfs/src/imfs/imfs.h (added) * c/src/libfs/src/imfs/imfs_chown.c (added) * c/src/libfs/src/imfs/imfs_creat.c (added) * c/src/libfs/src/imfs/imfs_debug.c (added) * c/src/libfs/src/imfs/imfs_directory.c (added) * c/src/libfs/src/imfs/imfs_eval.c (added) * c/src/libfs/src/imfs/imfs_fchmod.c (added) * c/src/libfs/src/imfs/imfs_free.c (added) * c/src/libfs/src/imfs/imfs_getchild.c (added) * c/src/libfs/src/imfs/imfs_gtkn.c (added) * c/src/libfs/src/imfs/imfs_init.c (added) * c/src/libfs/src/imfs/imfs_initsupp.c (added) * c/src/libfs/src/imfs/imfs_link.c (added) * c/src/libfs/src/imfs/imfs_mknod.c (added) * c/src/libfs/src/imfs/imfs_mount.c (added) * c/src/libfs/src/imfs/imfs_ntype.c (added) * c/src/libfs/src/imfs/imfs_readlink.c (added) * c/src/libfs/src/imfs/imfs_rmnod.c (added) * c/src/libfs/src/imfs/imfs_stat.c (added) * c/src/libfs/src/imfs/imfs_symlink.c (added) * c/src/libfs/src/imfs/imfs_unlink.c (added) * c/src/libfs/src/imfs/imfs_unmount.c (added) * c/src/libfs/src/imfs/imfs_utime.c (added) * c/src/libfs/src/imfs/ioman.c (added) * c/src/libfs/src/imfs/memfile.c (added) * c/src/tests/sptests/spsize/size.c (modified) * configure (modified) * cpukit/include/rtems/libio_.h (added) * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libcsupport/include/rtems/libio_.h (added) * cpukit/libcsupport/src/CASES (added) * cpukit/libcsupport/src/TODO (added) * cpukit/libcsupport/src/__brk.c (modified) * cpukit/libcsupport/src/__gettod.c (modified) * cpukit/libcsupport/src/__sbrk.c (added) * cpukit/libcsupport/src/__times.c (modified) * cpukit/libcsupport/src/access.c (added) * cpukit/libcsupport/src/base_fs.c (added) * cpukit/libcsupport/src/cfgetispeed.c (added) * cpukit/libcsupport/src/cfgetospeed.c (added) * cpukit/libcsupport/src/cfsetispeed.c (added) * cpukit/libcsupport/src/cfsetospeed.c (added) * cpukit/libcsupport/src/chdir.c (added) * cpukit/libcsupport/src/chmod.c (added) * cpukit/libcsupport/src/chown.c (added) * cpukit/libcsupport/src/close.c (added) * cpukit/libcsupport/src/closedir.c (modified) * cpukit/libcsupport/src/dup.c (added) * cpukit/libcsupport/src/dup2.c (added) * cpukit/libcsupport/src/eval.c (added) * cpukit/libcsupport/src/fchmod.c (added) * cpukit/libcsupport/src/fcntl.c (added) * cpukit/libcsupport/src/fdatasync.c (added) * cpukit/libcsupport/src/fpathconf.c (added) * cpukit/libcsupport/src/fstat.c (added) * cpukit/libcsupport/src/fsync.c (added) * cpukit/libcsupport/src/ftruncate.c (added) * cpukit/libcsupport/src/getdents.c (modified) * cpukit/libcsupport/src/hosterr.c (modified) * cpukit/libcsupport/src/ioctl.c (added) * cpukit/libcsupport/src/libio.c (modified) * cpukit/libcsupport/src/link.c (added) * cpukit/libcsupport/src/lseek.c (added) * cpukit/libcsupport/src/malloc.c (modified) * cpukit/libcsupport/src/mkdir.c (added) * cpukit/libcsupport/src/mkfifo.c (added) * cpukit/libcsupport/src/mknod.c (added) * cpukit/libcsupport/src/mount.c (added) * cpukit/libcsupport/src/newlibc.c (modified) * cpukit/libcsupport/src/no_libc.c (modified) * cpukit/libcsupport/src/open.c (added) * cpukit/libcsupport/src/opendir.c (modified) * cpukit/libcsupport/src/pathconf.c (added) * cpukit/libcsupport/src/pipe.c (added) * cpukit/libcsupport/src/read.c (added) * cpukit/libcsupport/src/readdir.c (modified) * cpukit/libcsupport/src/readlink.c (added) * cpukit/libcsupport/src/rewinddir.c (modified) * cpukit/libcsupport/src/rmdir.c (added) * cpukit/libcsupport/src/scandir.c (modified) * cpukit/libcsupport/src/seekdir.c (modified) * cpukit/libcsupport/src/stat.c (added) * cpukit/libcsupport/src/symlink.c (added) * cpukit/libcsupport/src/tcdrain.c (modified) * cpukit/libcsupport/src/tcgetattr.c (added) * cpukit/libcsupport/src/tcsetattr.c (added) * cpukit/libcsupport/src/telldir.c (modified) * cpukit/libcsupport/src/truncate.c (added) * cpukit/libcsupport/src/umask.c (added) * cpukit/libcsupport/src/unixlibc.c (modified) * cpukit/libcsupport/src/unlink.c (added) * cpukit/libcsupport/src/unmount.c (added) * cpukit/libcsupport/src/utime.c (added) * cpukit/libcsupport/src/write.c (added) * cpukit/libfs/src/imfs/deviceio.c (added) * cpukit/libfs/src/imfs/imfs.h (added) * cpukit/libfs/src/imfs/imfs_chown.c (added) * cpukit/libfs/src/imfs/imfs_creat.c (added) * cpukit/libfs/src/imfs/imfs_debug.c (added) * cpukit/libfs/src/imfs/imfs_directory.c (added) * cpukit/libfs/src/imfs/imfs_eval.c (added) * cpukit/libfs/src/imfs/imfs_fchmod.c (added) * cpukit/libfs/src/imfs/imfs_free.c (added) * cpukit/libfs/src/imfs/imfs_getchild.c (added) * cpukit/libfs/src/imfs/imfs_gtkn.c (added) * cpukit/libfs/src/imfs/imfs_init.c (added) * cpukit/libfs/src/imfs/imfs_initsupp.c (added) * cpukit/libfs/src/imfs/imfs_link.c (added) * cpukit/libfs/src/imfs/imfs_mknod.c (added) * cpukit/libfs/src/imfs/imfs_mount.c (added) * cpukit/libfs/src/imfs/imfs_ntype.c (added) * cpukit/libfs/src/imfs/imfs_readlink.c (added) * cpukit/libfs/src/imfs/imfs_rmnod.c (added) * cpukit/libfs/src/imfs/imfs_stat.c (added) * cpukit/libfs/src/imfs/imfs_symlink.c (added) * cpukit/libfs/src/imfs/imfs_unlink.c (added) * cpukit/libfs/src/imfs/imfs_unmount.c (added) * cpukit/libfs/src/imfs/imfs_utime.c (added) * cpukit/libfs/src/imfs/ioman.c (added) * cpukit/libfs/src/imfs/memfile.c (added) * cpukit/posix/src/getpid.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/sapi/src/io.c (modified) * testsuites/sptests/spsize/size.c (modified) Added base version of file system infrastructure. This includes a ... Mon, 23 Nov 1998 17:38:09 GMT Joel Sherrill [97e2729d] * aclocal.m4 (modified) * c/src/exec/posix/headers/Makefile.in (modified) * c/src/exec/posix/headers/cond.h (modified) * c/src/exec/posix/headers/mqueue.h (modified) * c/src/exec/posix/headers/mutex.h (modified) * c/src/exec/posix/headers/pthread.h (modified) * c/src/exec/posix/headers/semaphore.h (modified) * c/src/exec/posix/include/rtems/posix/Makefile.in (modified) * c/src/exec/posix/include/rtems/posix/cond.h (modified) * c/src/exec/posix/include/rtems/posix/mqueue.h (modified) * c/src/exec/posix/include/rtems/posix/mutex.h (modified) * c/src/exec/posix/include/rtems/posix/pthread.h (modified) * c/src/exec/posix/include/rtems/posix/semaphore.h (modified) * c/src/exec/posix/src/cond.c (modified) * c/src/exec/posix/src/mutex.c (modified) * c/src/exec/rtems/headers/Makefile.in (modified) * c/src/exec/rtems/headers/event.h (modified) * c/src/exec/rtems/headers/message.h (modified) * c/src/exec/rtems/headers/part.h (modified) * c/src/exec/rtems/headers/region.h (modified) * c/src/exec/rtems/headers/rtems.h (modified) * c/src/exec/rtems/headers/sem.h (modified) * c/src/exec/rtems/headers/signal.h (modified) * c/src/exec/rtems/headers/tasks.h (modified) * c/src/exec/rtems/headers/types.h (modified) * c/src/exec/rtems/include/rtems.h (modified) * c/src/exec/rtems/include/rtems/rtems/Makefile.in (modified) * c/src/exec/rtems/include/rtems/rtems/event.h (modified) * c/src/exec/rtems/include/rtems/rtems/message.h (modified) * c/src/exec/rtems/include/rtems/rtems/part.h (modified) * c/src/exec/rtems/include/rtems/rtems/region.h (modified) * c/src/exec/rtems/include/rtems/rtems/sem.h (modified) * c/src/exec/rtems/include/rtems/rtems/signal.h (modified) * c/src/exec/rtems/include/rtems/rtems/tasks.h (modified) * c/src/exec/rtems/include/rtems/rtems/types.h (modified) * c/src/exec/rtems/inline/attr.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/attr.inl (modified) * c/src/exec/rtems/macros/attr.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/attr.inl (modified) * c/src/exec/rtems/optman/Makefile.in (modified) * c/src/exec/rtems/optman/no-mp.c (modified) * c/src/exec/rtems/src/Makefile.in (modified) * c/src/exec/rtems/src/dpmem.c (modified) * c/src/exec/rtems/src/event.c (modified) * c/src/exec/rtems/src/msg.c (modified) * c/src/exec/rtems/src/part.c (modified) * c/src/exec/rtems/src/ratemon.c (modified) * c/src/exec/rtems/src/region.c (modified) * c/src/exec/rtems/src/rtemstimer.c (modified) * c/src/exec/rtems/src/sem.c (modified) * c/src/exec/rtems/src/signal.c (modified) * c/src/exec/rtems/src/tasks.c (modified) * c/src/exec/rtems/src/timer.c (modified) * c/src/exec/sapi/headers/config.h (modified) * c/src/exec/sapi/headers/sptables.h (modified) * c/src/exec/sapi/include/rtems/config.h (modified) * c/src/exec/sapi/include/rtems/sptables.h (modified) * c/src/exec/sapi/src/exinit.c (modified) * c/src/exec/sapi/src/rtemsapi.c (modified) * c/src/exec/score/headers/Makefile.in (modified) * c/src/exec/score/headers/object.h (modified) * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/include/rtems/score/Makefile.in (modified) * c/src/exec/score/include/rtems/score/object.h (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * c/src/exec/score/inline/Makefile.in (modified) * c/src/exec/score/inline/rtems/score/Makefile.in (modified) * c/src/exec/score/macros/Makefile.in (modified) * c/src/exec/score/macros/rtems/score/Makefile.in (modified) * c/src/exec/score/src/Makefile.in (modified) * c/src/exec/score/src/coremsg.c (modified) * c/src/exec/score/src/coremutex.c (modified) * c/src/exec/score/src/coresem.c (modified) * c/src/exec/score/src/mpci.c (modified) * c/src/exec/score/src/object.c (modified) * c/src/exec/score/src/thread.c (modified) * c/src/exec/score/src/threadq.c (modified) * c/src/exec/score/tools/generic/size_rtems.in (modified) * c/src/lib/libbsp/hppa1.1/simhppa/Makefile.in (modified) * c/src/lib/libbsp/i386/force386/Makefile.in (modified) * c/src/lib/libbsp/i960/cvme961/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme136/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147s/Makefile.in (modified) * c/src/lib/libbsp/no_cpu/no_bsp/Makefile.in (modified) * c/src/lib/libbsp/unix/posix/Makefile.in (modified) * c/src/lib/libmisc/monitor/Makefile.in (modified) * c/src/lib/libmisc/monitor/mon-object.c (modified) * c/src/lib/libmisc/monitor/monitor.h (modified) * c/src/libmisc/monitor/Makefile.in (modified) * c/src/libmisc/monitor/mon-object.c (modified) * c/src/libmisc/monitor/monitor.h (modified) * c/src/optman/rtems/no-mp.c (modified) * c/src/tests/sptests/spsize/size.c (modified) * configure (modified) * configure.in (modified) * cpukit/libmisc/monitor/mon-object.c (modified) * cpukit/libmisc/monitor/monitor.h (modified) * cpukit/posix/include/rtems/posix/cond.h (modified) * cpukit/posix/include/rtems/posix/mqueue.h (modified) * cpukit/posix/include/rtems/posix/mutex.h (modified) * cpukit/posix/include/rtems/posix/pthread.h (modified) * cpukit/posix/include/rtems/posix/semaphore.h (modified) * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/rtems/include/rtems.h (modified) * cpukit/rtems/include/rtems/rtems/event.h (modified) * cpukit/rtems/include/rtems/rtems/message.h (modified) * cpukit/rtems/include/rtems/rtems/part.h (modified) * cpukit/rtems/include/rtems/rtems/region.h (modified) * cpukit/rtems/include/rtems/rtems/sem.h (modified) * cpukit/rtems/include/rtems/rtems/signal.h (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/include/rtems/rtems/types.h (modified) * cpukit/rtems/inline/rtems/rtems/attr.inl (modified) * cpukit/rtems/macros/rtems/rtems/attr.inl (modified) * cpukit/rtems/src/dpmem.c (modified) * cpukit/rtems/src/event.c (modified) * cpukit/rtems/src/msg.c (modified) * cpukit/rtems/src/part.c (modified) * cpukit/rtems/src/ratemon.c (modified) * cpukit/rtems/src/region.c (modified) * cpukit/rtems/src/rtemstimer.c (modified) * cpukit/rtems/src/sem.c (modified) * cpukit/rtems/src/signal.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/sapi/src/rtemsapi.c (modified) * cpukit/score/include/rtems/score/object.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/coremsg.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/object.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadq.c (modified) * make/custom/FreeBSD-posix.cfg (modified) * make/custom/HPUX9-posix.cfg (modified) * make/custom/Linux-posix.cfg (modified) * make/custom/Solaris-posix.cfg (modified) * make/custom/cvme961.cfg (modified) * make/custom/default.cfg (modified) * make/custom/dmv177.cfg (modified) * make/custom/force386.cfg (modified) * make/custom/gensh1.cfg (modified) * make/custom/mvme136.cfg (modified) * make/custom/mvme147s.cfg (modified) * make/custom/no_bsp.cfg (modified) * make/custom/simhppa.cfg (modified) * make/leaf.cfg (modified) * make/target.cfg.in (modified) * testsuites/sptests/spsize/size.c (modified) * tools/cpu/generic/size_rtems.in (modified) Added --disable-multiprocessing flag and modified a lot of files to ... Thu, 19 Nov 1998 17:35:49 GMT Joel Sherrill [847375f] * c/src/exec/libnetworking/kern/uipc_socket.c (modified) * c/src/exec/libnetworking/nfs/bootp_subr.c (modified) * c/src/exec/libnetworking/rtems/rtems_bsdnet.h (modified) * c/src/exec/libnetworking/rtems/rtems_glue.c (modified) * c/src/exec/libnetworking/sys/socketvar.h (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * c/src/exec/score/src/thread.c (modified) * c/src/lib/libbsp/powerpc/psim/startup/device-tree (modified) * c/src/lib/libbsp/powerpc/psim/startup/linkcmds (modified) * c/src/lib/libnetworking/kern/uipc_socket.c (modified) * c/src/lib/libnetworking/nfs/bootp_subr.c (modified) * c/src/lib/libnetworking/rtems/rtems_bsdnet.h (modified) * c/src/lib/libnetworking/rtems/rtems_glue.c (modified) * c/src/lib/libnetworking/sys/socketvar.h (modified) * c/src/libnetworking/kern/uipc_socket.c (modified) * c/src/libnetworking/nfs/bootp_subr.c (modified) * c/src/libnetworking/rtems/rtems_bsdnet.h (modified) * c/src/libnetworking/rtems/rtems_glue.c (modified) * c/src/libnetworking/sys/socketvar.h (modified) * cpukit/libnetworking/kern/uipc_socket.c (modified) * cpukit/libnetworking/nfs/bootp_subr.c (modified) * cpukit/libnetworking/rtems/rtems_bsdnet.h (modified) * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/libnetworking/sys/socketvar.h (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/thread.c (modified) Patch from Eric Norum : 1) Socket ... Sun, 27 Sep 1998 16:37:16 GMT Joel Sherrill [cb646cb9] * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/wait.c (added) * c/src/exec/posix/src/waitpid.c (added) * cpukit/posix/src/wait.c (added) * cpukit/posix/src/waitpid.c (added) New files. Fri, 25 Sep 1998 13:28:28 GMT Joel Sherrill [b965227f] * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/execlp.c (modified) * c/src/exec/posix/src/execv.c (modified) * cpukit/posix/src/execlp.c (modified) * cpukit/posix/src/execv.c (modified) Now compiles. Fri, 25 Sep 1998 13:17:32 GMT Joel Sherrill [97149ba] * c/src/exec/posix/src/execl.c (added) * c/src/exec/posix/src/execle.c (added) * c/src/exec/posix/src/execlp.c (added) * c/src/exec/posix/src/execv.c (added) * c/src/exec/posix/src/execve.c (added) * c/src/exec/posix/src/execvp.c (added) * c/src/exec/posix/src/fork.c (added) * c/src/exec/posix/src/pthreadatfork.c (added) * cpukit/posix/src/execl.c (added) * cpukit/posix/src/execle.c (added) * cpukit/posix/src/execlp.c (added) * cpukit/posix/src/execv.c (added) * cpukit/posix/src/execve.c (added) * cpukit/posix/src/execvp.c (added) * cpukit/posix/src/fork.c (added) * cpukit/posix/src/pthreadatfork.c (added) Added ENOSYS stubs for a number of process routines. Thu, 18 Jun 1998 19:01:57 GMT Joel Sherrill [cb1b853d] * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/rtems/src/tasks.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/rtems/src/tasks.c (modified) All task delete API level services were incorrectly assuming that the ... Mon, 27 Apr 1998 13:46:45 GMT Joel Sherrill [20fff72] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) Moved POSIX_signals_Siginfo_node structure definition to ... Mon, 06 Oct 1997 21:28:18 GMT Joel Sherrill [d14418b] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) Added _Thread_Enable_dispatch to already_timedout path on Wait_support. Sun, 05 Oct 1997 16:26:04 GMT Joel Sherrill [e8ee2f32] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) If the specified time period is less than a clock tick, then it is ... Fri, 22 Aug 1997 19:11:02 GMT Joel Sherrill [9b1f5678] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) Fixed infinite recursion bug in PTHREAD_MUTEX_INITIALIZER. Wed, 09 Jul 1997 23:52:08 GMT Joel Sherrill [a14d2af] * c/src/exec/posix/headers/config.h (modified) * c/src/exec/posix/include/rtems/posix/config.h (modified) * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/src/pthread.c (modified) Changed name from entry to thread_entry to be more compatible with ... Mon, 10 Mar 1997 16:57:08 GMT Joel Sherrill [d627c0c4] * c/src/exec/posix/src/getpid.c (added) * cpukit/posix/src/getpid.c (added) created. Split getpid() from types.c to allow it to be overridden by ... Mon, 10 Mar 1997 16:56:08 GMT Joel Sherrill [fec60e9] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) Fixed bug where the initial detachstate was not being set properly Sat, 08 Mar 1997 03:51:55 GMT Joel Sherrill [f926b34] * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * c/src/exec/score/src/coremutex.c (modified) * c/src/exec/score/src/thread.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/thread.c (modified) Modified calls to _Thread_Change_priority to take a third argument. ... Sat, 08 Mar 1997 03:50:17 GMT Joel Sherrill [232d6c1c] * c/src/exec/posix/src/types.c (modified) * cpukit/posix/src/types.c (modified) Removed getpid from this file and made it its own file. This lets it ... Sat, 08 Mar 1997 03:47:34 GMT Joel Sherrill [5cdcbd2] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) Added commit to indicate exepcted _Thread_Dispatch_disable_level. ... Tue, 28 Jan 1997 23:33:22 GMT Joel Sherrill [52d99d4a] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) Switch to using newlib's implementation of time(). Mon, 30 Sep 1996 20:14:08 GMT Joel Sherrill [348ba42] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) changed stack size of posix initialization threads to double the ... Tue, 17 Sep 1996 21:31:30 GMT Joel Sherrill [41be2e8] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) added routine _POSIX_Timespec_subtract Tue, 17 Sep 1996 21:31:10 GMT Joel Sherrill [aa48536] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) Added code to insure that the post switch extension was executed and ... Tue, 17 Sep 1996 21:29:51 GMT Joel Sherrill [9093c3c] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) Corrected implementation of timed wait on condition variables. First ... Sun, 08 Sep 1996 16:22:05 GMT Joel Sherrill [3335420] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) moved PTHREAD_MINIMUM_STACK_SIZE from pthread.c to pthread.h so it ... Sun, 08 Sep 1996 16:21:48 GMT Joel Sherrill [e7a36a9] * c/src/exec/posix/src/adasupp.c (modified) * cpukit/posix/src/adasupp.c (modified) Ada task stack size minimize is twice that for regular pthreads. Thu, 05 Sep 1996 20:45:05 GMT Joel Sherrill [65c421f] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) default thread attributes: default value for inheritsched changed ... Thu, 05 Sep 1996 20:41:10 GMT Joel Sherrill [297be5c] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) pthread_mutex_setprioceiling: fixed bug where returned priority was ... Thu, 05 Sep 1996 20:29:07 GMT Joel Sherrill [9a5cbef0] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) nanosleep: negative value for tv_sec is no longer an error. It now ... Thu, 29 Aug 1996 16:39:01 GMT Joel Sherrill [62bf651f] * c/src/exec/posix/src/adasupp.c (added) * cpukit/posix/src/adasupp.c (added) new file to support GNU Ada. currently the only routine in this ... Tue, 27 Aug 1996 15:19:51 GMT Joel Sherrill [b5c04b6] * c/src/exec/posix/src/sched.c (modified) * cpukit/posix/src/sched.c (modified) fixed typo .. changed == to != Tue, 27 Aug 1996 15:19:33 GMT Joel Sherrill [5a234809] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) check that we were passed a valid mutex and ignore errors from the ... Fri, 23 Aug 1996 14:47:58 GMT Mark Johannes [0b710dbb] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) pthread_create: changed EINVAL for no more threads back to EAGAIN Mon, 19 Aug 1996 15:30:25 GMT Mark Johannes [c5c5f8c] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) Changed all EFAULTs to EINVALs Mon, 19 Aug 1996 15:27:37 GMT Mark Johannes [02f041e] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) pthread_mutex_init: added error messages for NULL mutex and EBUSY Thu, 15 Aug 1996 19:38:46 GMT Mark Johannes [9ac3e76] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) changed ENOMEM error message Thu, 15 Aug 1996 18:58:09 GMT Joel Sherrill [f3e19146] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) clock_gettime: changed assert condition to a standard error code ... Thu, 15 Aug 1996 18:57:07 GMT Joel Sherrill [b03ab630] * c/src/exec/posix/src/sched.c (modified) * cpukit/posix/src/sched.c (modified) sched_rr_get_interval: converted assert condition into a standard ... Thu, 15 Aug 1996 16:29:00 GMT Mark Johannes [de45ddc] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) pthread_kill: fixed the move of SIG_IGN not SA_SIGINFO Thu, 15 Aug 1996 16:24:44 GMT Mark Johannes [948721c] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) pthread_kill: moved check for SA_SIGINFO to allow for validation of ... Thu, 15 Aug 1996 16:22:59 GMT Mark Johannes [48e685c] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) fixed typo for NOTSUP -> ENOTSUP Wed, 14 Aug 1996 17:20:45 GMT Mark Johannes [4e63ae5] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) commented of ENOTSUP until fixed in newlib Wed, 14 Aug 1996 17:20:03 GMT Mark Johannes [aae1c932] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) pthread_cond_timedwait: added error cases for abstime Tue, 13 Aug 1996 21:32:49 GMT Mark Johannes [dce801d] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) pthread_cond_destroy: added enable dispatch to EBUSY case Tue, 13 Aug 1996 21:10:06 GMT Mark Johannes [95b76bc] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) pthread_codn_destroy: EBUSY case moved and uses Thread_queue_First Tue, 13 Aug 1996 20:50:54 GMT Mark Johannes [456b3769] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) pthread_cond_destroy: EBUSY case now uses Thread_queue_First Tue, 13 Aug 1996 20:38:30 GMT Joel Sherrill [392b35e] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) deleted a line for spacing correction Tue, 13 Aug 1996 19:53:51 GMT Mark Johannes [48b40d8] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) _POSIX_Condition_variables_Wait_support: changed status of lock and ... Tue, 13 Aug 1996 19:03:29 GMT Mark Johannes [76f03c6] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) _POSIX_Condition_variables_Wait_support: fixed the timeout sequence. Tue, 13 Aug 1996 14:24:00 GMT Joel Sherrill [f48c9068] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) removed errors for TOD not set yet. made nanosleep return -1/EINTR ... Mon, 12 Aug 1996 20:59:41 GMT Joel Sherrill [1087564] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) clock_getres: added error check for NULL pointer being passed in. Mon, 12 Aug 1996 19:55:09 GMT Joel Sherrill [5f08fd6] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) nanosleep: verify rqtp parameter is non-NULL. nanosleep: return 0 ... Mon, 12 Aug 1996 19:19:03 GMT Joel Sherrill [40cfab47] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) time: It is not an error if the TOD is not set. Mon, 12 Aug 1996 19:00:12 GMT Mark Johannes [9b77fee] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) Wait_support: removed the calls to mutex core to posix status codes Mon, 12 Aug 1996 18:56:04 GMT Joel Sherrill [1402ee25] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) fixed spacing ; moved a dummy MP support routine to clean up printout. Mon, 12 Aug 1996 18:05:47 GMT Joel Sherrill [ccdf4c57] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) pthread_mutex_getprioceiling: added error check for null old_ceiling ... Mon, 12 Aug 1996 17:40:56 GMT Mark Johannes [af04a791] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) _POSIX_Condition_variables_Wait_support: added ... Mon, 12 Aug 1996 17:21:04 GMT Mark Johannes [cdcea6ce] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) _POSIX_Condition_variables_Signal_support: added setting mutex back ... Mon, 12 Aug 1996 17:04:13 GMT Joel Sherrill [f126ae2] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) pthread_mutexattr_setprioceiling: fixed typo Mon, 12 Aug 1996 17:02:39 GMT Joel Sherrill [db8e9011] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) pthread_mutexattr_setprioceiling: valid priority ceiling check looked ... Mon, 12 Aug 1996 16:29:14 GMT Joel Sherrill [684c3c4] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) pthread_mutexattr_getprotocol: added check for attribute structure ... Fri, 09 Aug 1996 19:58:58 GMT Joel Sherrill [b9444fb9] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) added code to catch NULL pointers for return values passed to get ...