diff --git a/cpukit/score/cpu/i386/cpu.c b/cpukit/score/cpu/i386/cpu.c
index 77b7a7161c..06af57418d 100644
--- a/cpukit/score/cpu/i386/cpu.c
+++ b/cpukit/score/cpu/i386/cpu.c
@@ -215,7 +215,7 @@ void _CPU_Exception_frame_print (const CPU_Exception_frame
*ctx)
{
unsigned int faultAddr = 0;
p
---
cpukit/score/cpu/i386/cpu.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/cpukit/score/cpu/i386/cpu.c b/cpukit/score/cpu/i386/cpu.c
index 77b7a7161c..3c5b7db316 100644
--- a/cpukit/score/cpu/i386/cpu.c
+++ b/cpukit/score/cpu/i386/cpu.c
@@ -215,7 +215,7 @@ void _CPU_
Closes #3889
---
cpukit/include/rtems/posix/timer.h| 1 +
cpukit/posix/src/psxtimercreate.c | 3 +-
cpukit/posix/src/timergettime.c | 50 ---
testsuites/psxtests/psxtimer02/psxtimer.c | 26 ++
testsuites/psxtests/psxtimer02/psxtim
Closes #3889
---
cpukit/include/rtems/posix/timer.h| 1 +
cpukit/posix/src/psxtimercreate.c | 3 +-
cpukit/posix/src/timergettime.c | 50 ---
testsuites/psxtests/psxtimer02/psxtimer.c | 26 ++
testsuites/psxtests/psxtimer02/psxti
Closes #3888
---
cpukit/include/rtems/posix/timer.h| 1 +
cpukit/posix/src/psxtimercreate.c | 3 +-
cpukit/posix/src/timergettime.c | 50 ---
testsuites/psxtests/psxtimer02/psxtimer.c | 26 ++
testsuites/psxtests/psxtimer02/psxtim
Closes #3888
---
cpukit/include/rtems/posix/timer.h| 1 +
cpukit/posix/src/psxtimercreate.c | 3 +-
cpukit/posix/src/timergettime.c | 50 ---
testsuites/psxtests/psxtimer02/psxtimer.c | 26 ++
testsuites/psxtests/psxtimer02/psxtim
the timer_create() method can use CLOCK_MONOTONIC but there was no test for
this. Also it implements the functionality to
create a CLOCK_MONOTONIC timer and gettime() .
Closes #3888
---
cpukit/include/rtems/posix/timer.h| 1 +
cpukit/posix/src/psxtimercreate.c | 3 +-
c
the timer_create() method can use CLOCK_MONOTONIC but there was no test for
this
Closes #3888
---
cpukit/include/rtems/posix/timer.h| 1 +
cpukit/posix/src/psxtimercreate.c | 3 +-
cpukit/posix/src/timergettime.c | 54 ++-
testsuites/psxtests/psx
the timer_create() method can use CLOCK_MONOTONIC but there was no test for
this
Closes #3888
---
cpukit/include/rtems/posix/timer.h| 1 +
cpukit/posix/src/psxtimercreate.c | 3 +-
cpukit/posix/src/timergettime.c | 52 ++-
testsuites/psxtests/psxt
adds
---
cpukit/include/rtems/posix/timer.h| 1 +
cpukit/posix/src/psxtimercreate.c | 5 +-
cpukit/posix/src/timergettime.c | 59 +--
testsuites/psxtests/psxtimer02/psxtimer.c | 26 ++
4 files changed, 63 insertions(+), 28 deletions(-)
dif
---
cpukit/include/rtems/posix/timer.h | 1 +
cpukit/posix/src/psxtimercreate.c | 1 +
cpukit/posix/src/timergettime.c| 61 +++---
3 files changed, 41 insertions(+), 22 deletions(-)
diff --git a/cpukit/include/rtems/posix/timer.h
b/cpukit/include/rtems/posix/timer.
---
...or-timer_create-with-clock_monotonic.patch | 234 ++
cpukit/include/rtems/posix/timer.h| 2 +-
cpukit/posix/src/psxtimercreate.c | 86 +++
cpukit/posix/src/timergettime.c | 76 ++
4 files changed, 300 insertions(+), 98 deleti
12 matches
Mail list logo