|
|
@8d7a1d76
|
06/18/96 19:06:58 |
Joel Sherrill |
minor changes to insure the few posix-ish routines needed in non-posix …
4.104.114.84.95
|
|
|
@c486e917
|
06/18/96 19:06:19 |
Joel Sherrill |
changed reboot to a macro to avoid the "noreturn returns" warning.
4.104.114.84.95
|
|
|
@7d74395f
|
06/18/96 16:43:12 |
Joel Sherrill |
corrected typo
4.104.114.84.95
|
|
|
@f88310da
|
06/15/96 19:56:19 |
Joel Sherrill |
initial modifications to test sigtimedwait.
4.104.114.84.95
|
|
|
@108ef35
|
06/15/96 19:55:39 |
Joel Sherrill |
initial modifications to support sigtimedwait.
4.104.114.84.95
|
|
|
@7f13a932
|
06/14/96 15:49:31 |
Joel Sherrill |
fields for init threads stuff said tasks.
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
|
|
|
@36197e5
|
06/13/96 22:16:08 |
Mark.Johannes |
first successful run. Has test cases for a simple sigtimedwait() …
4.104.114.84.95
|
|
|
@4334949
|
06/13/96 21:01:21 |
Mark.Johannes |
added maximum_queued_signals to _POSIX_Default_configuration
4.104.114.84.95
|
|
|
@eb0551f
|
06/13/96 20:47:31 |
Joel Sherrill |
added posix configuration parameter maximum_queued_signals.
4.104.114.84.95
|
|
|
@3a075f5
|
06/13/96 20:46:43 |
Joel Sherrill |
now passing maximum_queued_signals to posix signals manager initialization
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
|
|
|
@25a882a6
|
06/13/96 20:45:38 |
Joel Sherrill |
config.h: added maximum_queued_signals.
psignal.h: fixed typo.
4.104.114.84.95
|
|
|
@022923e
|
06/13/96 16:45:51 |
Joel Sherrill |
Added _Thread_Do_post_task_switch_extension variable.
4.104.114.84.95
|
|
|
@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
|
|
|
@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
|
|
|
@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
|
|
|
@e89f8cac
|
06/13/96 16:42:51 |
Joel Sherrill |
Added include so _POSIX_signals_Manager_initialization is prototyped.
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
|
|
|
@7fc3029
|
06/13/96 16:39:28 |
Joel Sherrill |
added prototype for manager initialization routine.
4.104.114.84.95
|
|
|
@1094754f
|
06/12/96 22:52:13 |
Joel Sherrill |
new files
4.104.114.84.95
|
|
|
@da4b6e8
|
06/12/96 22:50:03 |
Joel Sherrill |
use exit() from newlib by default.
4.104.114.84.95
|
|
|
@2e0ebd11
|
06/12/96 22:49:33 |
Joel Sherrill |
added initialization of posix signal manager.
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
|
|
|
@4a1bc34b
|
06/12/96 17:45:34 |
Joel Sherrill |
added waiting for signal state.
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
|
|
|
@20d099e
|
06/11/96 22:51:59 |
Joel Sherrill |
deleted field for signals_global_pending.
4.104.114.84.95
|
|
|
@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
|
|
|
@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
|
|
|
@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
|
|
|
@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
|
|
|
@98ed15e
|
06/11/96 16:01:37 |
Joel Sherrill |
Basic signal functionality appears to work. pthread_kill() can …
4.104.114.84.95
|
|
|
@d0baf81
|
06/11/96 16:00:06 |
Joel Sherrill |
new file.
4.104.114.84.95
|
|
|
@494740c
|
06/10/96 21:04:14 |
Joel Sherrill |
added psignal.h
4.104.114.84.95
|
|
|
@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
|
|
|
@1e608b0f
|
06/10/96 20:49:21 |
Joel Sherrill |
new file
4.104.114.84.95
|
|
|
@893103c
|
06/10/96 20:49:08 |
Joel Sherrill |
moved the time macros to pmacros.h.
4.104.114.84.95
|
|
|
@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
|
|
|
@fdec30b
|
06/10/96 20:47:23 |
Joel Sherrill |
first attempt at the routine which vectors signals.
4.104.114.84.95
|
|
|
@d03f192
|
06/10/96 20:46:36 |
Joel Sherrill |
* empty log message *
4.104.114.84.95
|
|
|
@81daab3
|
06/07/96 15:22:19 |
Joel Sherrill |
added states for "join at exit" and "interruptible by signal"
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
|
|
|
@fa03f08
|
06/07/96 15:20:55 |
Joel Sherrill |
new file
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
|
|
|
@fce2e9d
|
06/06/96 21:27:33 |
Joel Sherrill |
in newlib now
4.104.114.84.95
|
|
|
@0a359a7
|
06/06/96 19:16:20 |
Joel Sherrill |
added include of <sched.h> and fixed warnings
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
|
|
|
@09b1f1a
|
06/06/96 17:57:39 |
Joel Sherrill |
patch from Tony Bennett on the ifdef for O_NDELAY
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
|
|
|
@ebd40c0
|
06/06/96 14:55:08 |
Joel Sherrill |
Added Sporadic Server support to posix threads which required changes …
4.104.114.84.95
|
|
|
@2f200c7
|
06/06/96 14:55:01 |
Joel Sherrill |
Added Sporadic Server support to posix threads which required changes …
4.104.114.84.95
|
|
|
@624133c
|
06/06/96 14:53:12 |
Joel Sherrill |
added Sporadic Server support
4.104.114.84.95
|
|
|
@ed10d76
|
06/06/96 14:52:53 |
Joel Sherrill |
added Sporadic_timer field to support sporadic server
4.104.114.84.95
|
|
|
@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
|
|
|
@7169852
|
06/05/96 18:34:48 |
Joel Sherrill |
fixed spacing
4.104.114.84.95
|
|
|
@23305a25
|
06/05/96 14:46:04 |
Joel Sherrill |
added support for the api providing the thread stack area
4.104.114.84.95
|
|
|
@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
|
|
|
@9b4e549
|
06/05/96 14:45:05 |
Joel Sherrill |
renamed Schedule to schedparam in the posix api control information.
…
4.104.114.84.95
|
|
|
@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
|
|
|
@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
|
|
|
@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
|
|
|
@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
|
|
|
@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
|
|
|
@12c77ab
|
06/04/96 16:14:55 |
Joel Sherrill |
added scheduling policy and parameter information
4.104.114.84.95
|
|
|
@15974b65
|
06/04/96 14:32:21 |
Joel Sherrill |
added basic test cases for pthread_self and pthread_equal
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
|
|
|
@552a345d
|
06/03/96 22:07:14 |
Joel Sherrill |
added thread queue for list of threads waiting to join.
4.104.114.84.95
|
|
|
@742b399
|
06/03/96 21:08:26 |
Joel Sherrill |
added priority ceiling support
4.104.114.84.95
|
|
|
@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
|
|
|
@e811d68
|
06/03/96 21:06:51 |
Joel Sherrill |
deleted POSIX threads typedef masking Thread_Control
added initial …
4.104.114.84.95
|
|
|
@4427a64
|
06/03/96 21:06:12 |
Joel Sherrill |
deleted POSIX threads typedef masking Thread_Control
4.104.114.84.95
|
|
|
@fa4fdd7d
|
06/03/96 20:15:16 |
Joel Sherrill |
updated screen
4.104.114.84.95
|
|
|
@e984c645
|
06/03/96 18:59:59 |
Joel Sherrill |
added test code for return of remaining time from sleep().
4.104.114.84.95
|
|
|
@685f4d6
|
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
|
|
|
@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
|
|
|
@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
|
|
|
@19962562
|
06/03/96 16:30:44 |
Joel Sherrill |
added test code for nanosleep and return code from sleep.
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
|
|
|
@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
|
|
|
@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
|
|
|
@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
|
|
|
@f31da72
|
05/31/96 20:57:17 |
Joel Sherrill |
fixed typo in merge of Eric Norum's patch
4.104.114.84.95
|
|
|
@c832429
|
05/31/96 19:02:13 |
Joel Sherrill |
added nanoseconds per second constant
4.104.114.84.95
|
|
|
@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
|
|
|
@e72d995a
|
05/31/96 19:01:26 |
Joel Sherrill |
moved sleep() from psignal.c to unistd.c
implemented sigemptyset() …
4.104.114.84.95
|
|
|
@b927fba
|
05/31/96 18:59:57 |
Joel Sherrill |
commented out cancel handlers related items.
4.104.114.84.95
|
|
|
@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
|
|
|