summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-01-20Removed CONFIG_DIR and PROJECT_HOME directories.Joel Sherrill3-3/+3
1997-12-10Modified a lot of files to take a first cut at supporting building fromJoel Sherrill3-3/+12
any directory in the build tree. The only variable which must be set before the command "gmake" is invoked is RTEMS_BSP (e.g. RTEMS_BSP=erc32).
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill15-30/+30
1997-10-08Removed include directory at "build" point and the link of this directoryJoel Sherrill3-3/+3
to lib/include. Went to using a PROJECT_INCLUDE variable.
1997-07-09Changed name from entry to thread_entry to be more compatible withJoel Sherrill1-1/+1
Ada interface where entry is a keyword.
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill15-75/+75
of switching to the modified GNU GPL.
1997-04-15Reduced number of POSIX thread priorities from 255 to 254 to avoid conflictsJoel Sherrill1-1/+7
of lowest priority with the RTEMS IDLE thread. This was causing the lowest priority GNAT Ada task to never run.
1997-04-01This set of changes is the build of what was required to convert toJoel Sherrill3-0/+96
GNU autoconf. This is the first large step in allowing an RTEMS user to perform a one-tree build (per crossgcc FAQ) including RTEMS in the build process. With this change RTEMS is configured in built in the same style as the GNU tools, yet retains the basic structure of its traditional Makefiles (ala Tony Bennett). Jiri Gaisler (jgais@wd.estec.esa.nl) deserves (and received) a big thank you for doing this. There are still issues to be resolved but as of this commit, all target which can be built on a linux host have been using a modified version of the source Jiri submitted. This source was merged and most targets built in the tree before this commit. There are some issues which remain to be resolved but they are primarily related to host OS dependencies, script issues, the use of gawk for hack_specs, and the dependence on gcc snapshots. These will be resolved.
1996-09-17added prototype for _POSIX_Timespec_subtractJoel Sherrill1-0/+11
1996-09-08moved PTHREAD_MINIMUM_STACK_SIZE from pthread.c to here so it would beJoel Sherrill1-0/+2
visible to other files.
1996-08-15added constant to indicate there is no mutex associated with thisJoel Sherrill1-0/+7
condition variable
1996-08-12mutex.h: removes the promotion of core status code to POSXI status codesMark Johannes1-12/+0
1996-08-12mutex.h: promoted out _POSIX_Mutex_From_core_mutex_statusMark Johannes1-0/+12
1996-08-08added ss_high_priority field to support sporadic server.Joel Sherrill1-0/+1
1996-07-03switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"Joel Sherrill8-32/+32
1996-06-14fields for init threads stuff said tasks.Joel Sherrill1-2/+2
1996-06-13config.h: added maximum_queued_signals.Joel Sherrill2-1/+4
psignal.h: fixed typo.
1996-06-13added prototype for manager initialization routine.Joel Sherrill1-0/+2
1996-06-11deleted field for signals_global_pending.Joel Sherrill1-1/+0
1996-06-11new file.Joel Sherrill1-1/+1
1996-06-10added psignal.hJoel Sherrill1-0/+13
1996-06-10*** empty log message ***Joel Sherrill1-1/+1
1996-06-07new fileJoel Sherrill1-0/+20
1996-06-06in newlib nowJoel Sherrill1-0/+4
1996-06-06added Sporadic_timer field to support sporadic serverJoel Sherrill1-0/+1
1996-06-05added comments to priority.h to document the definition of posix priorityJoel Sherrill2-2/+6
and how it corresponds to rtems core priority. Schedule was renamed schedparam
1996-06-04added scheduling policy and parameter informationJoel Sherrill1-0/+3
1996-06-03added thread queue for list of threads waiting to join.Joel Sherrill1-0/+2
1996-06-03deleted POSIX threads typedef masking Thread_ControlJoel Sherrill2-11/+6
1996-06-03renamed _POSIX_Time_Spec_to_interval to _POSIX_Timespec_to_intervalJoel Sherrill1-1/+15
1996-06-03added constant for seconds between posix epoch (1970) and rtems epoch (1988).Joel Sherrill1-0/+11
Formerly this constant was in the file src/time.c.
1996-05-31commented out cancel handlers related items.Joel Sherrill1-0/+3
1996-05-31moved attribute related constants into the rtems specific sys/types.hJoel Sherrill1-13/+0
file in newlib.
1996-05-29posix initialization threads table was misnamed "posix initializationJoel Sherrill2-14/+14
tasks table"
1996-05-29first cut at pthread_createJoel Sherrill1-3/+3
1996-05-29added entry point for posix initialization threads to the posix initializationJoel Sherrill1-2/+8
threads table structure
1996-05-28split the inclusion of "EXTERN" data based on whether it was sapi,Joel Sherrill8-10/+48
score, rtems api, or posix api related.
1996-05-28added initial set of api extension calloutsJoel Sherrill2-2/+16
1996-05-28commented out interrupt supportJoel Sherrill1-0/+2
1996-05-28added maximum keysJoel Sherrill1-0/+1
1996-05-28added initial posix configuration supportJoel Sherrill1-0/+51
1996-05-24updates to fix typosJoel Sherrill1-11/+14
1996-05-22These files have been modified in the initial pass at getting the portionJoel Sherrill3-11/+29
of the POSIX API necessary to support the GNAT runtime to initially compile. We now have verified that the specifications for the necessary routines are correct per the POSIX standards we have. The removed files were moved to newlib as they were duplicates of files already included there.
1995-10-30SPARC port passes all testsJoel Sherrill1-2/+1
1995-10-06fixed missing CVS IDsJoel Sherrill12-0/+14
1995-09-26posix support initially addedJoel Sherrill26-0/+3220