Changeset eb5a7e07 in rtems for c/src/exec/posix
- Timestamp:
- 10/06/95 20:48:38 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 591d45e
- Parents:
- c62d36f
- Location:
- c/src/exec/posix
- Files:
-
- 42 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/base/aio.h
rc62d36f reb5a7e07 1 1 /* aio.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/base/devctl.h
rc62d36f reb5a7e07 1 1 /* devctl.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/base/intr.h
rc62d36f reb5a7e07 3 3 * XXX: It is unclear if the type "intr_t" should be defined when 4 4 * _POSIX_INTERRUPT_CONTROL is not. 5 * 6 * $Id$ 5 7 */ 6 8 -
c/src/exec/posix/base/limits.h
rc62d36f reb5a7e07 8 8 * to our implementation. We also need to set the Run-Time Invariant 9 9 * and other related values. 10 * 11 * $Id$ 10 12 */ 11 13 -
c/src/exec/posix/base/mqueue.h
rc62d36f reb5a7e07 1 1 /* mqueue.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/base/pthread.h
rc62d36f reb5a7e07 1 1 /* pthread.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/base/sched.h
rc62d36f reb5a7e07 1 1 /* sched.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/base/semaphore.h
rc62d36f reb5a7e07 1 1 /* semaphore.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/base/unistd.h
rc62d36f reb5a7e07 1 1 /* unistd.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/headers/cancel.h
rc62d36f reb5a7e07 1 1 /* rtems/posix/cancel.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/headers/threadsup.h
rc62d36f reb5a7e07 1 1 /* threadsup.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/aio.h
rc62d36f reb5a7e07 1 1 /* aio.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/devctl.h
rc62d36f reb5a7e07 1 1 /* devctl.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/intr.h
rc62d36f reb5a7e07 3 3 * XXX: It is unclear if the type "intr_t" should be defined when 4 4 * _POSIX_INTERRUPT_CONTROL is not. 5 * 6 * $Id$ 5 7 */ 6 8 -
c/src/exec/posix/include/limits.h
rc62d36f reb5a7e07 8 8 * to our implementation. We also need to set the Run-Time Invariant 9 9 * and other related values. 10 * 11 * $Id$ 10 12 */ 11 13 -
c/src/exec/posix/include/mqueue.h
rc62d36f reb5a7e07 1 1 /* mqueue.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/pthread.h
rc62d36f reb5a7e07 1 1 /* pthread.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/rtems/posix/cancel.h
rc62d36f reb5a7e07 1 1 /* rtems/posix/cancel.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/rtems/posix/threadsup.h
rc62d36f reb5a7e07 1 1 /* threadsup.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/sched.h
rc62d36f reb5a7e07 1 1 /* sched.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/semaphore.h
rc62d36f reb5a7e07 1 1 /* semaphore.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/sys/utsname.h
rc62d36f reb5a7e07 1 1 /* sys/utsname.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/unistd.h
rc62d36f reb5a7e07 1 1 /* unistd.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/inline/priority.inl
rc62d36f reb5a7e07 1 /* 2 * $Id$ 3 */ 1 4 2 5 #ifndef __RTEMS_POSIX_PRIORITY_inl -
c/src/exec/posix/inline/rtems/posix/priority.inl
rc62d36f reb5a7e07 1 /* 2 * $Id$ 3 */ 1 4 2 5 #ifndef __RTEMS_POSIX_PRIORITY_inl -
c/src/exec/posix/src/aio.c
rc62d36f reb5a7e07 1 1 /* aio.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/cancel.c
rc62d36f reb5a7e07 1 1 /* cancel.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/cond.c
rc62d36f reb5a7e07 1 1 /* cond.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/devctl.c
rc62d36f reb5a7e07 1 1 /* devctl.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/intr.c
rc62d36f reb5a7e07 4 4 * No matter which interrupt occurs that it has registered, 5 5 * the same semaphore is used. 6 * 7 * $Id$ 6 8 */ 7 9 -
c/src/exec/posix/src/key.c
rc62d36f reb5a7e07 1 1 /* key.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/mqueue.c
rc62d36f reb5a7e07 12 12 * This code ignores the O_RDONLY/O_WRONLY/O_RDWR flag at open 13 13 * time. 14 * 15 * $Id$ 14 16 */ 15 17 -
c/src/exec/posix/src/mutex.c
rc62d36f reb5a7e07 1 1 /* mutex.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/psignal.c
rc62d36f reb5a7e07 1 1 /* signal.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/pthread.c
rc62d36f reb5a7e07 1 1 /* pthread.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/sched.c
rc62d36f reb5a7e07 1 1 /* sched.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/semaphore.c
rc62d36f reb5a7e07 1 1 /* semaphore.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/time.c
rc62d36f reb5a7e07 1 1 /* time.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/types.c
rc62d36f reb5a7e07 1 1 /* types.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/unistd.c
rc62d36f reb5a7e07 1 1 /* unistd.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/utsname.c
rc62d36f reb5a7e07 1 1 /* utsname.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/sys/utsname.h
rc62d36f reb5a7e07 1 1 /* sys/utsname.h 2 2 * 3 * $Id$ 3 4 */ 4 5
Note: See TracChangeset
for help on using the changeset viewer.