source: rtems/c/src/exec/posix

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @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) @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) @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) @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) @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) @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) @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) @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) @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) @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) @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) @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) @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) @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) @5600661   05/30/96 20:48:10 Joel Sherrill First cut at implementing time, clock_gettime, clock_settime, … 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) @cfcfdf0   05/29/96 20:55:05 Joel Sherrill added pthread_exit first posix thread ran 4.104.114.84.95
(edit) @5e0efa2b   05/29/96 20:50:52 Joel Sherrill cleaned up spacing and parentheses 4.104.114.84.95
(edit) @ece8c9a   05/29/96 19:28:01 Joel Sherrill first cut at pthread_create 4.104.114.84.95
(edit) @9c877c0d   05/29/96 18:46:46 Joel Sherrill addressed minimum stack size attribute. There is a potential problem … 4.104.114.84.95
(edit) @613cff6   05/29/96 16:54:52 Joel Sherrill removed all ifdef's on NOT_IMPLEMENTED. 4.104.114.84.95
(edit) @e941ea13   05/29/96 16:54:24 Joel Sherrill added entry point for posix initialization threads to the posix … 4.104.114.84.95
(edit) @974ff40   05/29/96 16:04:31 Joel Sherrill renamed signal.c to psignal.c to avoid naming problems. added mp … 4.104.114.84.95
(edit) @c627b2a3   05/28/96 21:40:52 Joel Sherrill split the inclusion of "EXTERN" data based on whether it was sapi, … 4.104.114.84.95
(edit) @5a18e04   05/28/96 19:28:32 Joel Sherrill added initial set of api extension callouts 4.104.114.84.95
(edit) @47d6b140   05/28/96 16:32:55 Joel Sherrill commented out interrupt support 4.104.114.84.95
(edit) @8165b48f   05/28/96 16:16:28 Joel Sherrill comment cleanup 4.104.114.84.95
(edit) @52d9e4d1   05/28/96 16:16:11 Joel Sherrill added maximum keys 4.104.114.84.95
(edit) @e6d4b1d   05/28/96 13:13:34 Joel Sherrill added initial posix configuration support 4.104.114.84.95
(edit) @568ebf3   05/24/96 19:32:37 Joel Sherrill updates to fix typos 4.104.114.84.95
(edit) @f4719d5a   05/22/96 22:32:39 Joel Sherrill These files have been modified in the initial pass at getting the … 4.104.114.84.95
(edit) @05195890   05/22/96 22:31:51 Joel Sherrill These files have been modified in the initial pass at getting the … 4.104.114.84.95
(edit) @92262ab   05/10/96 20:23:27 Joel Sherrill fixed typo 4.104.114.84.95
(edit) @67d224a   12/08/95 21:06:15 Joel Sherrill added correct use of _Thread_queue_Enter_critical_section 4.104.114.84.95
(edit) @8d0b7d96   12/01/95 22:03:55 Joel Sherrill Insert mode argument to _Watchdog_Insert removed. Now are watchdog … 4.104.114.84.95
(edit) @9700578   10/30/95 21:54:45 Joel Sherrill SPARC port passes all tests 4.104.114.84.95
(edit) @eb5a7e07   10/06/95 20:48:38 Joel Sherrill fixed missing CVS IDs 4.104.114.84.95
(edit) @1ceface   10/06/95 16:33:30 Joel Sherrill moved to new development machine and went to gcc 2.7.0 4.104.114.84.95
(add) @5e9b32b   09/26/95 19:27:15 Joel Sherrill posix support initially added 4.104.114.84.95
Note: See TracRevisionLog for help on using the revision log.