source: rtems/c/src/exec/posix/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1087564   08/12/96 20:59:41 Joel Sherrill clock_getres: added error check for NULL pointer being passed in. 4.104.114.84.95
(edit) @3fbfbcd   08/12/96 20:48:13 Joel Sherrill sleep: wrong page number 4.104.114.84.95
(edit) @5f08fd6   08/12/96 19:55:09 Joel Sherrill nanosleep: verify rqtp parameter is non-NULL. nanosleep: return 0 … 4.104.114.84.95
(edit) @40cfab47   08/12/96 19:19:03 Joel Sherrill time: It is not an error if the TOD is not set. 4.104.114.84.95
(edit) @9b77fee   08/12/96 19:00:12 Mark.Johannes Wait_support: removed the calls to mutex core to posix status codes 4.104.114.84.95
(edit) @1402ee25   08/12/96 18:56:04 Joel Sherrill fixed spacing ; moved a dummy MP support routine to clean up printout. 4.104.114.84.95
(edit) @ccdf4c57   08/12/96 18:05:47 Joel Sherrill pthread_mutex_getprioceiling: added error check for null old_ceiling … 4.104.114.84.95
(edit) @af04a791   08/12/96 17:40:56 Mark.Johannes _POSIX_Condition_variables_Wait_support: added … 4.104.114.84.95
(edit) @cdcea6ce   08/12/96 17:21:04 Mark.Johannes _POSIX_Condition_variables_Signal_support: added setting mutex back to … 4.104.114.84.95
(edit) @f126ae2   08/12/96 17:04:13 Joel Sherrill pthread_mutexattr_setprioceiling: fixed typo 4.104.114.84.95
(edit) @db8e9011   08/12/96 17:02:39 Joel Sherrill pthread_mutexattr_setprioceiling: valid priority ceiling check looked … 4.104.114.84.95
(edit) @684c3c4   08/12/96 16:29:14 Joel Sherrill pthread_mutexattr_getprotocol: added check for attribute structure … 4.104.114.84.95
(edit) @b9444fb9   08/09/96 19:58:58 Joel Sherrill added code to catch NULL pointers for return values passed to get routines 4.104.114.84.95
(edit) @8699a70   08/09/96 18:45:10 Joel Sherrill sched_yield: was not invoking the dispatcher. 4.104.114.84.95
(edit) @d858fdb   08/09/96 17:30:13 Joel Sherrill merged remote object id and invalid id error cases. 4.104.114.84.95
(edit) @567ac45   08/08/96 18:24:29 Mark.Johannes _POSIX_signals_Clear_signals: added this routine … 4.104.114.84.95
(edit) @2014063   08/07/96 22:06:08 Joel Sherrill sporadic server debugged and working. This required minor changes in … 4.104.114.84.95
(edit) @a14684c3   08/07/96 20:58:59 Mark.Johannes _POSIX_Mutex_From_core_mutex_status: added priority ceiling violation case 4.104.114.84.95
(edit) @a61f1a46   08/06/96 16:24:41 Joel Sherrill _POSIX_Threads_Delete_extension: reorder to eliminate use of local … 4.104.114.84.95
(edit) @06883e13   08/06/96 16:24:06 Mark.Johannes POSIX_Mutex_Default_attributes: changed prio_ceiling to maximum priority 4.104.114.84.95
(edit) @b521ae2   08/06/96 16:23:09 Joel Sherrill pthread_getspecific: use local variable so references to tcb are … 4.104.114.84.95
(edit) @22b4b2e   08/01/96 19:24:57 Joel Sherrill added page delimiters for comment blocks 4.104.114.84.95
(edit) @adae080a   07/15/96 14:02:14 Mark.Johannes Fixed default vectors initialization, sigaction which had a redundant … 4.104.114.84.95
(edit) @69c9543   07/04/96 18:09:23 Joel Sherrill basic test cases passed 4.104.114.84.95
(edit) @df8d1440   07/02/96 18:13:59 Joel Sherrill * empty log message * 4.104.114.84.95
(edit) @108ef35   06/15/96 19:55:39 Joel Sherrill initial modifications to support sigtimedwait. 4.104.114.84.95
(edit) @9e28da4   06/13/96 22:16:47 Mark.Johannes sigtimedwait passes initial test cases of timeout and simple satisfaction. 4.104.114.84.95
(edit) @c53cfd0f   06/13/96 20:46:15 Joel Sherrill added queued signals and cleaned up setting of process wide signals so … 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) @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) @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) @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) @fdec30b   06/10/96 20:47:23 Joel Sherrill first attempt at the routine which vectors signals. 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) @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) @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) @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) @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) @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) @e811d68   06/03/96 21:06:51 Joel Sherrill deleted POSIX threads typedef masking Thread_Control added initial … 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) @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) @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) @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) @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) @5a18e04   05/28/96 19:28:32 Joel Sherrill added initial set of api extension callouts 4.104.114.84.95
(edit) @8165b48f   05/28/96 16:16:28 Joel Sherrill comment cleanup 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) @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) @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.