summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src (unfollow)
Commit message (Expand)AuthorFilesLines
1999-09-07Applied patch rtems-rc-19990820-6.diff.gz fromJoel Sherrill1-2/+2
1999-08-30Patch from Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca> to addJoel Sherrill1-1/+13
1999-07-26Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-1/+1
1999-07-26This is part of a major patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-48/+43
1999-07-01Honor 0 as PID of caller.Joel Sherrill1-1/+1
1999-07-01Added signal_2 file to contain signal(2).Joel Sherrill1-1/+1
1999-07-01New file to implement signal(2).Joel Sherrill1-0/+50
1999-05-14Removed check for initialized ID at request of Rosimildo DaSilvaJoel Sherrill1-0/+23
1999-05-07Made all calls to _Thread_Yield_processor consistent in how they areJoel Sherrill1-2/+3
1999-05-07Patch from Jiri Gaisler <jgais@ws.estec.esa.nl> to allow stacksizeJoel Sherrill1-1/+1
1999-04-19The default action for real-time signals is supposed to be SIGACTION_TERMINATE.Joel Sherrill1-15/+15
1999-04-19Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-1/+1
1999-04-15Updated version string.Joel Sherrill1-2/+1
1999-04-15Added include of rtems/posix/cancel.h.Joel Sherrill1-0/+1
1999-04-15Removed alarm(), killinfo() and pause() because they are now in their own file.Joel Sherrill1-372/+1
1999-04-15Now compiles and is included in normal build even though it is untested.Joel Sherrill2-67/+75
1999-04-15Cleaned up.Joel Sherrill1-3/+6
1999-04-15Now compiles and is included in normal build even though it is untested.Joel Sherrill2-8/+11
1999-04-15Now compile files that previously existed but were not built because theyJoel Sherrill1-2/+5
1999-04-12Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct theJoel Sherrill2-30/+931
1999-04-12Added line to initialize timer_max.Joel Sherrill1-0/+2
1999-03-31When compiled in debug mode, the POSIX threads inline file was notJoel Sherrill1-0/+1
1999-03-19Towards automake XI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-3/+12
1999-03-01Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-17/+17
1999-02-18Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-0/+2
1999-02-10POSIX timer support.Joel Sherrill1-1/+1
1999-02-10POSIX timer support modifications.Joel Sherrill3-4/+16
1999-02-03POSIX Timers submitted by Juan Zamorano FloresJoel Sherrill2-10/+909
1999-01-31Split psignal.c into many more files. This reduced the amount ofJoel Sherrill21-919/+1257
1999-01-26Added include of <rtems/posix/priority.h> so a macro would expandJoel Sherrill1-0/+1
1999-01-25Split most of POSIX Threads Manager into multiple files.Joel Sherrill31-958/+1362
1998-11-23Added base version of file system infrastructure. This includes a majorJoel Sherrill2-0/+39
1998-11-23Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill2-17/+74
1998-11-19Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1-1/+1
1998-09-27New files.Joel Sherrill3-1/+35
1998-09-25Now compiles.Joel Sherrill3-1/+7
1998-09-25Added ENOSYS stubs for a number of process routines.Joel Sherrill8-0/+132
1998-08-24Added __RTEMS_INSIDE__ macro to insure that ".inl" files are ALWAYS includedJoel Sherrill1-1/+1
1998-06-18All task delete API level services were incorrectly assuming that theJoel Sherrill1-1/+5
1998-04-27Moved POSIX_signals_Siginfo_node structure definition to headers/psignal.hJoel Sherrill1-5/+1
1998-01-30Big patch form Ralf Corsepius described in this email:Joel Sherrill1-4/+2
1998-01-20Removed CONFIG_DIR and PROJECT_HOME directories.Joel Sherrill1-1/+1
1997-12-10Modified a lot of files to take a first cut at supporting building fromJoel Sherrill1-1/+4
1997-10-06Added _Thread_Enable_dispatch to already_timedout path on Wait_support.Joel Sherrill1-2/+3
1997-10-05If the specified time period is less than a clock tick, thenJoel Sherrill1-1/+4
1997-08-22Fixed infinite recursion bug in PTHREAD_MUTEX_INITIALIZER.Joel Sherrill1-10/+15
1997-07-31Added comment to indicate what the commented out C_PIECES indicated.Joel Sherrill1-2/+3
1997-07-09Changed name from entry to thread_entry to be more compatible withJoel Sherrill1-1/+1
1997-04-01This set of changes is the build of what was required to convert toJoel Sherrill1-0/+50
1997-03-10created. Split getpid() from types.c to allow it to be overridden byJoel Sherrill1-0/+22