summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/rtems/posix/threadsup.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove, moved to cpukit.Ralf Corsepius2002-07-221-45/+0
|
* 2000-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-311-0/+1
| | | | | | | | | | | | | | | | | | | * include/Makefile.am: Updated to reflect files merged into newlib. This resulted in some definitions moving to other files and thus some secondary effects in RTEMS source code. * include/unistd.h: Removed. Now use newlib's. * include/rtems/posix/mqueue.h: Add include of <signal.h>. * include/rtems/posix/threadsup.h: Add include of <sys/signal.h> * src/execv.c: Corrected prototype to agree with newlib. * src/execve.c: Corrected prototype to agree with newlib. * src/execvp.c: Corrected prototype to agree with newlib. * src/psignal.c: Rewrote reference to <siginfo.h> in comment since that file no longer exists. * src/pthreadkill.c: Added include of <signal.h>. * src/sigaction.c: Added include of <signal.h>. * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since that file no longer exists. *
* Enabled cancellation information in POSIX API thread extension structure.Joel Sherrill1999-04-151-2/+0
|
* added ss_high_priority field to support sporadic server.Joel Sherrill1996-08-081-0/+1
|
* deleted field for signals_global_pending.Joel Sherrill1996-06-111-1/+0
|
* *** empty log message ***Joel Sherrill1996-06-101-1/+1
|
* in newlib nowJoel Sherrill1996-06-061-0/+4
|
* added Sporadic_timer field to support sporadic serverJoel Sherrill1996-06-061-0/+1
|
* added comments to priority.h to document the definition of posix priorityJoel Sherrill1996-06-051-1/+1
| | | | | | and how it corresponds to rtems core priority. Schedule was renamed schedparam
* added scheduling policy and parameter informationJoel Sherrill1996-06-041-0/+3
|
* added thread queue for list of threads waiting to join.Joel Sherrill1996-06-031-0/+2
|
* deleted POSIX threads typedef masking Thread_ControlJoel Sherrill1996-06-031-0/+1
|
* commented out cancel handlers related items.Joel Sherrill1996-05-311-0/+3
|
* added initial set of api extension calloutsJoel Sherrill1996-05-281-1/+1
|
* commented out interrupt supportJoel Sherrill1996-05-281-0/+2
|
* fixed missing CVS IDsJoel Sherrill1995-10-061-0/+1
|
* posix support initially addedJoel Sherrill1995-09-261-0/+29