source: rtems/c/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @022923e   06/13/96 16:45:51 Joel Sherrill Added _Thread_Do_post_task_switch_extension variable. 4.104.114.84.95
(edit) @728b5a7   06/13/96 16:45:11 Joel Sherrill Added a macro for "empty_line" which will go between test cases. 4.104.114.84.95
(edit) @ce0f7d95   06/13/96 16:44:46 Joel Sherrill Added more test cases for kill() and alarm(). kill() now can unblock … 4.104.114.84.95
(edit) @1b17790c   06/13/96 16:43:39 Joel Sherrill Added code so post context switch extensions can be run on every … 4.104.114.84.95
(edit) @e89f8cac   06/13/96 16:42:51 Joel Sherrill Added include so _POSIX_signals_Manager_initialization is prototyped. 4.104.114.84.95
(edit) @b85649c4   06/13/96 16:42:21 Joel Sherrill basic test cases for kill() and alarm(). kill() in particular needs … 4.104.114.84.95
(edit) @7fc3029   06/13/96 16:39:28 Joel Sherrill added prototype for manager initialization routine. 4.104.114.84.95
(edit) @1094754f   06/12/96 22:52:13 Joel Sherrill new files 4.104.114.84.95
(edit) @da4b6e8   06/12/96 22:50:03 Joel Sherrill use exit() from newlib by default. 4.104.114.84.95
(edit) @2e0ebd11   06/12/96 22:49:33 Joel Sherrill added initialization of posix signal manager. 4.104.114.84.95
(edit) @281ad52   06/12/96 22:49:14 Joel Sherrill basic kill() which send a signal to pthread_self() appears to work. 4.104.114.84.95
(edit) @4a1bc34b   06/12/96 17:45:34 Joel Sherrill added waiting for signal state. 4.104.114.84.95
(edit) @2291b71   06/12/96 17:45:01 Joel Sherrill initial implementation of blocking signal routines -- sigwait, … 4.104.114.84.95
(edit) @937808f5   06/11/96 22:55:39 Joel Sherrill added comment to make sure we add unblock of thread 4.104.114.84.95
(edit) @ea1a5bef   06/11/96 22:52:42 Joel Sherrill first attempt at adding algorithm to select the thread which will … 4.104.114.84.95
(edit) @20d099e   06/11/96 22:51:59 Joel Sherrill deleted field for signals_global_pending. 4.104.114.84.95
(edit) @699fe08a   06/11/96 20:46:13 Joel Sherrill Added test case which blocks a signal, sees what signals are pending, … 4.104.114.84.95
(edit) @c8f5ab5   06/11/96 20:43:55 Joel Sherrill tested blocking a signal, sending it to self, then unblocking it. … 4.104.114.84.95
(edit) @fb39f19   06/11/96 16:04:25 Joel Sherrill modified to test pthread_kill() to self and pthread_kill() to a … 4.104.114.84.95
(edit) @12aeff91   06/11/96 16:03:15 Joel Sherrill Interruptible by signals state was added to the STATES_BLOCKED set. … 4.104.114.84.95
(edit) @98ed15e   06/11/96 16:01:37 Joel Sherrill Basic signal functionality appears to work. pthread_kill() can … 4.104.114.84.95
(edit) @d0baf81   06/11/96 16:00:06 Joel Sherrill new file. 4.104.114.84.95
(edit) @494740c   06/10/96 21:04:14 Joel Sherrill added psignal.h 4.104.114.84.95
(edit) @1ba858d   06/10/96 20:51:31 Joel Sherrill new files. This test does a basic checkout of signals with a … 4.104.114.84.95
(edit) @1e608b0f   06/10/96 20:49:21 Joel Sherrill new file 4.104.114.84.95
(edit) @893103c   06/10/96 20:49:08 Joel Sherrill moved the time macros to pmacros.h. 4.104.114.84.95
(edit) @0f63c86   06/10/96 20:47:56 Joel Sherrill added code to _Thread_Clear_state to check if the state was not … 4.104.114.84.95
(edit) @fdec30b   06/10/96 20:47:23 Joel Sherrill first attempt at the routine which vectors signals. 4.104.114.84.95
(edit) @d03f192   06/10/96 20:46:36 Joel Sherrill * empty log message * 4.104.114.84.95
(edit) @81daab3   06/07/96 15:22:19 Joel Sherrill added states for "join at exit" and "interruptible by signal" 4.104.114.84.95
(edit) @05ce4e09   06/07/96 15:21:27 Joel Sherrill changed code which set errno and then returned -1 to use the macro … 4.104.114.84.95
(edit) @fa03f08   06/07/96 15:20:55 Joel Sherrill new file 4.104.114.84.95
(edit) @895efd9   06/07/96 13:54:23 Joel Sherrill key destructor is now run at correct point in pthread_exit() sequence … 4.104.114.84.95
(edit) @fce2e9d   06/06/96 21:27:33 Joel Sherrill in newlib now 4.104.114.84.95
(edit) @0a359a7   06/06/96 19:16:20 Joel Sherrill added include of <sched.h> and fixed warnings 4.104.114.84.95
(edit) @782bdfd   06/06/96 19:09:27 Joel Sherrill Removed assert's from routines which return the error ENOSYS. 4.104.114.84.95
(edit) @09b1f1a   06/06/96 17:57:39 Joel Sherrill patch from Tony Bennett on the ifdef for O_NDELAY 4.104.114.84.95
(edit) @e754dd1d   06/06/96 17:54:37 Joel Sherrill process oriented scheduler routines now return ENOSYS 4.104.114.84.95
(edit) @5d9cb7e   06/06/96 17:24:44 Joel Sherrill removed timer_getoverrun() since it was also in ptimer.c 4.104.114.84.95
(edit) @0207c55   06/06/96 15:36:18 Joel Sherrill Made the implementation of pthread_equal conditional on RTEMS_DEBUG. … 4.104.114.84.95
(edit) @65a5c1b   06/06/96 15:32:49 Joel Sherrill completed pthread_setschedparam. 4.104.114.84.95
(edit) @ebd40c0   06/06/96 14:55:08 Joel Sherrill Added Sporadic Server support to posix threads which required changes … 4.104.114.84.95
(edit) @2f200c7   06/06/96 14:55:01 Joel Sherrill Added Sporadic Server support to posix threads which required changes … 4.104.114.84.95
(edit) @624133c   06/06/96 14:53:12 Joel Sherrill added Sporadic Server support 4.104.114.84.95
(edit) @ed10d76   06/06/96 14:52:53 Joel Sherrill added Sporadic_timer field to support sporadic server 4.104.114.84.95
(edit) @7aa4671   06/05/96 21:12:06 Joel Sherrill added cpu_time_budget field to Thread_Control and removed the global … 4.104.114.84.95
(edit) @7169852   06/05/96 18:34:48 Joel Sherrill fixed spacing 4.104.114.84.95
(edit) @23305a25   06/05/96 14:46:04 Joel Sherrill added support for the api providing the thread stack area 4.104.114.84.95
(edit) @98162c35   06/05/96 14:45:45 Joel Sherrill added boolean to indicate whether or not the stack area was provided … 4.104.114.84.95
(edit) @9b4e549   06/05/96 14:45:05 Joel Sherrill renamed Schedule to schedparam in the posix api control information. … 4.104.114.84.95
(edit) @7189a40   06/05/96 14:44:03 Joel Sherrill added comments to to document the definition of posix priority and how … 4.104.114.84.95
(edit) @09c1e31d   06/05/96 14:43:52 Joel Sherrill added comments to priority.h to document the definition of posix … 4.104.114.84.95
(edit) @2c207d1f   06/04/96 20:36:37 Joel Sherrill make PTHREAD_SCOPE_SYSTEM an unsupported value for contentionscope. 4.104.114.84.95
(edit) @65911c32   06/04/96 19:50:15 Joel Sherrill made sure _Thread_Enable_dispatch is not invoked in cases where … 4.104.114.84.95
(edit) @56bd4a36   06/04/96 19:48:08 Joel Sherrill made sure routines which called _Objects_Get also called … 4.104.114.84.95
(edit) @230a0dcb   06/04/96 19:44:16 Joel Sherrill added some of the required functionality to pthread_setschedparam and … 4.104.114.84.95
(edit) @3ff4688   06/04/96 19:20:53 Joel Sherrill clean up pass 4.104.114.84.95
(edit) @6b067c4   06/04/96 19:15:28 Joel Sherrill renamed the local variable attrp to the_attr in pthread_create 4.104.114.84.95
(edit) @95645a4   06/04/96 19:06:30 Joel Sherrill added test case for sched_get_priority_min, sched_get_priority_max, … 4.104.114.84.95
(edit) @24adc5b   06/04/96 19:05:16 Joel Sherrill changed sched_rr_get_interval to use the interval to timespec routine. 4.104.114.84.95
(edit) @c48e0ee   06/04/96 16:15:59 Joel Sherrill added interpretation of scheduling policy and parameter information to … 4.104.114.84.95
(edit) @12c77ab   06/04/96 16:14:55 Joel Sherrill added scheduling policy and parameter information 4.104.114.84.95
(edit) @15974b65   06/04/96 14:32:21 Joel Sherrill added basic test cases for pthread_self and pthread_equal 4.104.114.84.95
(edit) @8f857992   06/03/96 22:08:18 Joel Sherrill added thread queue for list of threads waiting to join. thread is … 4.104.114.84.95
(edit) @552a345d   06/03/96 22:07:14 Joel Sherrill added thread queue for list of threads waiting to join. 4.104.114.84.95
(edit) @742b399   06/03/96 21:08:26 Joel Sherrill added priority ceiling support 4.104.114.84.95
(edit) @f39b01e   06/03/96 21:08:16 Joel Sherrill added an assert if a pthread_t is not the same size as an Objects_Id 4.104.114.84.95
(edit) @e811d68   06/03/96 21:06:51 Joel Sherrill deleted POSIX threads typedef masking Thread_Control added initial … 4.104.114.84.95
(edit) @4427a64   06/03/96 21:06:12 Joel Sherrill deleted POSIX threads typedef masking Thread_Control 4.104.114.84.95
(edit) @fa4fdd7d   06/03/96 20:15:16 Joel Sherrill updated screen 4.104.114.84.95
(edit) @e984c645   06/03/96 18:59:59 Joel Sherrill added test code for return of remaining time from sleep(). 4.104.114.84.95
(edit) @685f4d65   06/03/96 18:59:24 Joel Sherrill sleep moved into newlibc.c so the sleep.o object would not be in the … 4.104.114.84.95
(edit) @e88b589   06/03/96 18:28:30 Joel Sherrill added test case for nanosleep filling in the time remaining structure. 4.104.114.84.95
(edit) @a26ee01c   06/03/96 18:27:48 Joel Sherrill nanosleep now fills in the time remaining structure. 4.104.114.84.95
(edit) @5b748a1   06/03/96 17:32:19 Joel Sherrill renamed _POSIX_Time_Spec_to_interval to _POSIX_Timespec_to_interval 4.104.114.84.95
(edit) @19962562   06/03/96 16:30:44 Joel Sherrill added test code for nanosleep and return code from sleep. 4.104.114.84.95
(edit) @5ff991e8   06/03/96 16:29:59 Joel Sherrill created ptimer.c and moved the timer_* routines out of time.c into ptimer.c 4.104.114.84.95
(edit) @a3828359   06/03/96 16:29:35 Joel Sherrill added constant for seconds between posix epoch (1970) and rtems epoch … 4.104.114.84.95
(edit) @f6e6ed8   06/03/96 15:49:22 Joel Sherrill changed so this file is usable from assembly files. no longer uses … 4.104.114.84.95
(edit) @5e7b6272   05/31/96 23:27:45 Joel Sherrill renamed _TOD_Ticks_since_boot as _Watchdog_Ticks_since_boot so the … 4.104.114.84.95
(edit) @c238a218   05/31/96 21:40:48 Joel Sherrill added checks to validate values passed to set attribute routines 4.104.114.84.95
(edit) @f31da72   05/31/96 20:57:17 Joel Sherrill fixed typo in merge of Eric Norum's patch 4.104.114.84.95
(edit) @c832429   05/31/96 19:02:13 Joel Sherrill added nanoseconds per second constant 4.104.114.84.95
(edit) @1e665a5   05/31/96 19:01:59 Joel Sherrill corrected minor problem in Eric Norum's changes in the bfffo macro. 4.104.114.84.95
(edit) @e72d995a   05/31/96 19:01:26 Joel Sherrill moved sleep() from psignal.c to unistd.c implemented sigemptyset() … 4.104.114.84.95
(edit) @b927fba   05/31/96 18:59:57 Joel Sherrill commented out cancel handlers related items. 4.104.114.84.95
(edit) @285af80   05/31/96 18:59:31 Joel Sherrill moved attribute related constants into the rtems specific sys/types.h … 4.104.114.84.95
(edit) @9594cdb   05/30/96 20:49:16 Joel Sherrill added code to test clock and time related functionality. 4.104.114.84.95
(edit) @7c55e06   05/30/96 20:48:33 Joel Sherrill Added nanoseconds constant 4.104.114.84.95
(edit) @5600661   05/30/96 20:48:10 Joel Sherrill First cut at implementing time, clock_gettime, clock_settime, … 4.104.114.84.95
(edit) @b169590e   05/30/96 20:34:46 Joel Sherrill added dummy versions of kill and getpid which assert(0) so that … 4.104.114.84.95
(edit) @53fd6e2   05/30/96 19:29:01 Joel Sherrill Eric Norum sent in new versions of the inline assembly macros which do … 4.104.114.84.95
(edit) @a96a713   05/30/96 14:01:33 Joel Sherrill tests now specify whether they are using rtems initialization tasks or … 4.104.114.84.95
(edit) @be1c11ed   05/29/96 22:48:26 Joel Sherrill tests now specify whether using posix initialization threads table or … 4.104.114.84.95
(edit) @dd32d883   05/29/96 22:46:05 Joel Sherrill posix initialization threads table was misnamed "posix initialization … 4.104.114.84.95
(edit) @7f72217e   05/29/96 21:27:26 Joel Sherrill comment clean up 4.104.114.84.95
(edit) @2a98af84   05/29/96 21:02:20 Joel Sherrill types.c: spacing psignal.c: kill recognizes SIGABRT and exits to … 4.104.114.84.95
(edit) @5240c71c   05/29/96 20:58:45 Joel Sherrill fixed support for posix initialization threads table 4.104.114.84.95
(edit) @2197a2e1   05/29/96 20:56:57 Joel Sherrill simple version of test which shows pthread_create, pthread_exit, and … 4.104.114.84.95
(edit) @cfcfdf0   05/29/96 20:55:05 Joel Sherrill added pthread_exit first posix thread ran 4.104.114.84.95
Note: See TracRevisionLog for help on using the revision log.