summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1996-07-02This commit was manufactured by cvs2svn to create tag 'rtems-3-5-17'.3.5.17cvs2git
1996-07-02updated for 3.5.17Joel Sherrill
1996-07-02*** empty log message ***Joel Sherrill
1996-07-02updated to reflect latest gnu tools versionsJoel Sherrill
1996-07-02updated to reflect 3.5.17Joel Sherrill
1996-06-18minor changes to insure the few posix-ish routines needed in non-posixJoel Sherrill
1996-06-18changed reboot to a macro to avoid the "noreturn returns" warning.Joel Sherrill
1996-06-18corrected typoJoel Sherrill
1996-06-15initial modifications to test sigtimedwait.Joel Sherrill
1996-06-15initial modifications to support sigtimedwait.Joel Sherrill
1996-06-14fields for init threads stuff said tasks.Joel Sherrill
1996-06-13sigtimedwait passes initial test cases of timeout and simple satisfaction.Mark Johannes
1996-06-13first successful run. Has test cases for a simple sigtimedwait() timeout,Mark Johannes
1996-06-13added maximum_queued_signals to _POSIX_Default_configurationMark Johannes
1996-06-13added posix configuration parameter maximum_queued_signals.Joel Sherrill
1996-06-13now passing maximum_queued_signals to posix signals manager initializationJoel Sherrill
1996-06-13added queued signals and cleaned up setting of process wide signals soJoel Sherrill
1996-06-13config.h: added maximum_queued_signals.Joel Sherrill
1996-06-13Added _Thread_Do_post_task_switch_extension variable.Joel Sherrill
1996-06-13Added a macro for "empty_line" which will go between test cases.Joel Sherrill
1996-06-13Added more test cases for kill() and alarm(). kill() now can unblock aJoel Sherrill
1996-06-13Added code so post context switch extensions can be run on every contextJoel Sherrill
1996-06-13Added include so _POSIX_signals_Manager_initialization is prototyped.Joel Sherrill
1996-06-13basic test cases for kill() and alarm().Joel Sherrill
1996-06-13added prototype for manager initialization routine.Joel Sherrill
1996-06-12new filesJoel Sherrill
1996-06-12use exit() from newlib by default.Joel Sherrill
1996-06-12added initialization of posix signal manager.Joel Sherrill
1996-06-12basic kill() which send a signal to pthread_self() appears to work.Joel Sherrill
1996-06-12added waiting for signal state.Joel Sherrill
1996-06-12initial implementation of blocking signal routines -- sigwait, sigwaitinfo,Joel Sherrill
1996-06-11added comment to make sure we add unblock of threadJoel Sherrill
1996-06-11first attempt at adding algorithm to select the thread which willJoel Sherrill
1996-06-11deleted field for signals_global_pending.Joel Sherrill
1996-06-11Added test case which blocks a signal, sees what signals are pending, sendsJoel Sherrill
1996-06-11tested blocking a signal, sending it to self, then unblocking it.Joel Sherrill
1996-06-11modified to test pthread_kill() to self and pthread_kill() to a blockedJoel Sherrill
1996-06-11Interruptible by signals state was added to the STATES_BLOCKED set. ItJoel Sherrill
1996-06-11Basic signal functionality appears to work. pthread_kill() can successfullyJoel Sherrill
1996-06-11new file.Joel Sherrill
1996-06-10added psignal.hJoel Sherrill
1996-06-10new files.Joel Sherrill
1996-06-10new fileJoel Sherrill
1996-06-10moved the time macros to pmacros.h.Joel Sherrill
1996-06-10added code to _Thread_Clear_state to check if the state was not currently set.Joel Sherrill
1996-06-10first attempt at the routine which vectors signals.Joel Sherrill
1996-06-10*** empty log message ***Joel Sherrill
1996-06-07added states for "join at exit" and "interruptible by signal"Joel Sherrill
1996-06-07changed code which set errno and then returned -1 to use the macroJoel Sherrill
1996-06-07new fileJoel Sherrill