|
|
@348ba42
|
09/30/96 20:14:08 |
Joel Sherrill |
changed stack size of posix initialization threads to double the …
4.104.114.84.95
|
|
|
@41be2e8
|
09/17/96 21:31:30 |
Joel Sherrill |
added routine _POSIX_Timespec_subtract
4.104.114.84.95
|
|
|
@aa48536
|
09/17/96 21:31:10 |
Joel Sherrill |
Added code to insure that the post switch extension was executed and …
4.104.114.84.95
|
|
|
@9093c3c
|
09/17/96 21:29:51 |
Joel Sherrill |
Corrected implementation of timed wait on condition variables. First …
4.104.114.84.95
|
|
|
@3335420
|
09/08/96 16:22:05 |
Joel Sherrill |
moved PTHREAD_MINIMUM_STACK_SIZE from pthread.c to pthread.h so it …
4.104.114.84.95
|
|
|
@e7a36a9
|
09/08/96 16:21:48 |
Joel Sherrill |
Ada task stack size minimize is twice that for regular pthreads.
4.104.114.84.95
|
|
|
@65c421f
|
09/05/96 20:45:05 |
Joel Sherrill |
default thread attributes: default value for inheritsched changed from …
4.104.114.84.95
|
|
|
@297be5c
|
09/05/96 20:41:10 |
Joel Sherrill |
pthread_mutex_setprioceiling: fixed bug where returned priority was
…
4.104.114.84.95
|
|
|
@9a5cbef0
|
09/05/96 20:29:07 |
Joel Sherrill |
nanosleep: negative value for tv_sec is no longer an error. It now
is …
4.104.114.84.95
|
|
|
@62bf651f
|
08/29/96 16:39:01 |
Joel Sherrill |
new file to support GNU Ada.
currently the only routine in this file …
4.104.114.84.95
|
|
|
@b5c04b6
|
08/27/96 15:19:51 |
Joel Sherrill |
fixed typo .. changed == to !=
4.104.114.84.95
|
|
|
@5a234809
|
08/27/96 15:19:33 |
Joel Sherrill |
check that we were passed a valid mutex and ignore errors from the …
4.104.114.84.95
|
|
|
@0b710dbb
|
08/23/96 14:47:58 |
Mark.Johannes |
pthread_create: changed EINVAL for no more threads back to EAGAIN
4.104.114.84.95
|
|
|
@c5c5f8c
|
08/19/96 15:30:25 |
Mark.Johannes |
Changed all EFAULTs to EINVALs
4.104.114.84.95
|
|
|
@02f041e
|
08/19/96 15:27:37 |
Mark.Johannes |
pthread_mutex_init: added error messages for NULL mutex and EBUSY
4.104.114.84.95
|
|
|
@9ac3e76
|
08/15/96 19:38:46 |
Mark.Johannes |
changed ENOMEM error message
4.104.114.84.95
|
|
|
@f3e19146
|
08/15/96 18:58:09 |
Joel Sherrill |
clock_gettime: changed assert condition to a standard error code
…
4.104.114.84.95
|
|
|
@b03ab630
|
08/15/96 18:57:07 |
Joel Sherrill |
sched_rr_get_interval: converted assert condition into a standard …
4.104.114.84.95
|
|
|
@de45ddc
|
08/15/96 16:29:00 |
Mark.Johannes |
pthread_kill: fixed the move of SIG_IGN not SA_SIGINFO
4.104.114.84.95
|
|
|
@948721c
|
08/15/96 16:24:44 |
Mark.Johannes |
pthread_kill: moved check for SA_SIGINFO to allow for validation of …
4.104.114.84.95
|
|
|
@48e685c
|
08/15/96 16:22:59 |
Mark.Johannes |
fixed typo for NOTSUP -> ENOTSUP
4.104.114.84.95
|
|
|
@4e63ae5
|
08/14/96 17:20:45 |
Mark.Johannes |
commented of ENOTSUP until fixed in newlib
4.104.114.84.95
|
|
|
@aae1c932
|
08/14/96 17:20:03 |
Mark.Johannes |
pthread_cond_timedwait: added error cases for abstime
4.104.114.84.95
|
|
|
@dce801d
|
08/13/96 21:32:49 |
Mark.Johannes |
pthread_cond_destroy: added enable dispatch to EBUSY case
4.104.114.84.95
|
|
|
@95b76bc
|
08/13/96 21:10:06 |
Mark.Johannes |
pthread_codn_destroy: EBUSY case moved and uses Thread_queue_First
4.104.114.84.95
|
|
|
@456b3769
|
08/13/96 20:50:54 |
Mark.Johannes |
pthread_cond_destroy: EBUSY case now uses Thread_queue_First
4.104.114.84.95
|
|
|
@392b35e
|
08/13/96 20:38:30 |
Joel Sherrill |
deleted a line for spacing correction
4.104.114.84.95
|
|
|
@48b40d8
|
08/13/96 19:53:51 |
Mark.Johannes |
_POSIX_Condition_variables_Wait_support: changed status of lock and …
4.104.114.84.95
|
|
|
@76f03c6
|
08/13/96 19:03:29 |
Mark.Johannes |
_POSIX_Condition_variables_Wait_support: fixed the timeout sequence.
4.104.114.84.95
|
|
|
@f48c9068
|
08/13/96 14:24:00 |
Joel Sherrill |
removed errors for TOD not set yet.
made nanosleep return -1/EINTR …
4.104.114.84.95
|
|
|
@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
|
|
|
@5f08fd6
|
08/12/96 19:55:09 |
Joel Sherrill |
nanosleep: verify rqtp parameter is non-NULL.
nanosleep: return 0 …
4.104.114.84.95
|
|
|
@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
|
|
|
@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
|
|
|
@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
|
|
|
@ccdf4c57
|
08/12/96 18:05:47 |
Joel Sherrill |
pthread_mutex_getprioceiling: added error check for null old_ceiling
…
4.104.114.84.95
|
|
|
@af04a791
|
08/12/96 17:40:56 |
Mark.Johannes |
_POSIX_Condition_variables_Wait_support: added …
4.104.114.84.95
|
|
|
@cdcea6ce
|
08/12/96 17:21:04 |
Mark.Johannes |
_POSIX_Condition_variables_Signal_support: added setting mutex back to …
4.104.114.84.95
|
|
|
@f126ae2
|
08/12/96 17:04:13 |
Joel Sherrill |
pthread_mutexattr_setprioceiling: fixed typo
4.104.114.84.95
|
|
|
@db8e9011
|
08/12/96 17:02:39 |
Joel Sherrill |
pthread_mutexattr_setprioceiling: valid priority ceiling check looked …
4.104.114.84.95
|
|
|
@684c3c4
|
08/12/96 16:29:14 |
Joel Sherrill |
pthread_mutexattr_getprotocol: added check for attribute structure …
4.104.114.84.95
|
|
|
@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
|
|
|
@8699a70
|
08/09/96 18:45:10 |
Joel Sherrill |
sched_yield: was not invoking the dispatcher.
4.104.114.84.95
|
|
|
@d858fdb
|
08/09/96 17:30:13 |
Joel Sherrill |
merged remote object id and invalid id error cases.
4.104.114.84.95
|
|
|
@567ac45
|
08/08/96 18:24:29 |
Mark.Johannes |
_POSIX_signals_Clear_signals: added this routine …
4.104.114.84.95
|
|
|
@2014063
|
08/07/96 22:06:08 |
Joel Sherrill |
sporadic server debugged and working. This required minor changes in …
4.104.114.84.95
|
|
|
@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
|
|
|
@a61f1a46
|
08/06/96 16:24:41 |
Joel Sherrill |
_POSIX_Threads_Delete_extension: reorder to eliminate use of local …
4.104.114.84.95
|
|
|
@06883e13
|
08/06/96 16:24:06 |
Mark.Johannes |
POSIX_Mutex_Default_attributes: changed prio_ceiling to maximum priority
4.104.114.84.95
|
|
|
@b521ae2
|
08/06/96 16:23:09 |
Joel Sherrill |
pthread_getspecific: use local variable so references to tcb are …
4.104.114.84.95
|
|
|
@22b4b2e
|
08/01/96 19:24:57 |
Joel Sherrill |
added page delimiters for comment blocks
4.104.114.84.95
|
|
|
@adae080a
|
07/15/96 14:02:14 |
Mark.Johannes |
Fixed default vectors initialization, sigaction which had a redundant …
4.104.114.84.95
|
|
|
@69c9543
|
07/04/96 18:09:23 |
Joel Sherrill |
basic test cases passed
4.104.114.84.95
|
|
|
@df8d1440
|
07/02/96 18:13:59 |
Joel Sherrill |
* empty log message *
4.104.114.84.95
|
|
|
@108ef35
|
06/15/96 19:55:39 |
Joel Sherrill |
initial modifications to support sigtimedwait.
4.104.114.84.95
|
|
|
@9e28da4
|
06/13/96 22:16:47 |
Mark.Johannes |
sigtimedwait passes initial test cases of timeout and simple satisfaction.
4.104.114.84.95
|
|
|
@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
|
|
|
@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
|
|
|
@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
|
|
|
@2291b71
|
06/12/96 17:45:01 |
Joel Sherrill |
initial implementation of blocking signal routines -- sigwait, …
4.104.114.84.95
|
|
|
@937808f5
|
06/11/96 22:55:39 |
Joel Sherrill |
added comment to make sure we add unblock of thread
4.104.114.84.95
|
|
|
@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
|
|
|
@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
|
|
|
@98ed15e
|
06/11/96 16:01:37 |
Joel Sherrill |
Basic signal functionality appears to work. pthread_kill() can …
4.104.114.84.95
|
|
|
@fdec30b
|
06/10/96 20:47:23 |
Joel Sherrill |
first attempt at the routine which vectors signals.
4.104.114.84.95
|
|
|
@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
|
|
|
@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
|
|
|
@782bdfd
|
06/06/96 19:09:27 |
Joel Sherrill |
Removed assert's from routines which return the error ENOSYS.
4.104.114.84.95
|
|
|
@e754dd1d
|
06/06/96 17:54:37 |
Joel Sherrill |
process oriented scheduler routines now return ENOSYS
4.104.114.84.95
|
|
|
@5d9cb7e
|
06/06/96 17:24:44 |
Joel Sherrill |
removed timer_getoverrun() since it was also in ptimer.c
4.104.114.84.95
|
|
|
@0207c55
|
06/06/96 15:36:18 |
Joel Sherrill |
Made the implementation of pthread_equal conditional on RTEMS_DEBUG. …
4.104.114.84.95
|
|
|
@65a5c1b
|
06/06/96 15:32:49 |
Joel Sherrill |
completed pthread_setschedparam.
4.104.114.84.95
|
|
|
@624133c
|
06/06/96 14:53:12 |
Joel Sherrill |
added Sporadic Server support
4.104.114.84.95
|
|
|
@9b4e549
|
06/05/96 14:45:05 |
Joel Sherrill |
renamed Schedule to schedparam in the posix api control information.
…
4.104.114.84.95
|
|
|
@2c207d1f
|
06/04/96 20:36:37 |
Joel Sherrill |
make PTHREAD_SCOPE_SYSTEM an unsupported value for contentionscope.
4.104.114.84.95
|
|
|
@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
|
|
|
@56bd4a36
|
06/04/96 19:48:08 |
Joel Sherrill |
made sure routines which called _Objects_Get also called …
4.104.114.84.95
|
|
|
@230a0dcb
|
06/04/96 19:44:16 |
Joel Sherrill |
added some of the required functionality to pthread_setschedparam and …
4.104.114.84.95
|
|
|
@3ff4688
|
06/04/96 19:20:53 |
Joel Sherrill |
clean up pass
4.104.114.84.95
|
|
|
@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
|
|
|
@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
|
|
|
@c48e0ee
|
06/04/96 16:15:59 |
Joel Sherrill |
added interpretation of scheduling policy and parameter information to …
4.104.114.84.95
|
|
|
@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
|
|
|
@e811d68
|
06/03/96 21:06:51 |
Joel Sherrill |
deleted POSIX threads typedef masking Thread_Control
added initial …
4.104.114.84.95
|
|
|
@a26ee01c
|
06/03/96 18:27:48 |
Joel Sherrill |
nanosleep now fills in the time remaining structure.
4.104.114.84.95
|
|
|
@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
|
|
|
@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
|
|
|
@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
|
|
|
@c238a218
|
05/31/96 21:40:48 |
Joel Sherrill |
added checks to validate values passed to set attribute routines
4.104.114.84.95
|
|
|
@e72d995a
|
05/31/96 19:01:26 |
Joel Sherrill |
moved sleep() from psignal.c to unistd.c
implemented sigemptyset() …
4.104.114.84.95
|
|
|
@5600661
|
05/30/96 20:48:10 |
Joel Sherrill |
First cut at implementing time, clock_gettime, clock_settime, …
4.104.114.84.95
|
|
|
@dd32d883
|
05/29/96 22:46:05 |
Joel Sherrill |
posix initialization threads table was misnamed "posix initialization …
4.104.114.84.95
|
|
|
@7f72217e
|
05/29/96 21:27:26 |
Joel Sherrill |
comment clean up
4.104.114.84.95
|
|
|
@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
|
|
|
@cfcfdf0
|
05/29/96 20:55:05 |
Joel Sherrill |
added pthread_exit
first posix thread ran
4.104.114.84.95
|
|
|
@ece8c9a
|
05/29/96 19:28:01 |
Joel Sherrill |
first cut at pthread_create
4.104.114.84.95
|
|
|
@9c877c0d
|
05/29/96 18:46:46 |
Joel Sherrill |
addressed minimum stack size attribute.
There is a potential problem …
4.104.114.84.95
|
|
|
@613cff6
|
05/29/96 16:54:52 |
Joel Sherrill |
removed all ifdef's on NOT_IMPLEMENTED.
4.104.114.84.95
|
|
|
@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
|
|
|
@5a18e04
|
05/28/96 19:28:32 |
Joel Sherrill |
added initial set of api extension callouts
4.104.114.84.95
|
|
|