[PATCH] improve the format of error reporting on i386

2021-09-08 Thread Zacchaeus Leung
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

[PATCH] improve the format error reporting on i386

2021-09-07 Thread Zacchaeus Leung
--- 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_

[PATCH v6] test needed for timer_create with CLOCK_MONOTONIC

2021-08-09 Thread Zacchaeus Leung
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

[PATCH v7] Test needed for timer_create with CLOCK_MONOTONI

2021-08-09 Thread Zacchaeus Leung
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

[PATCH v6] Test needed for timer_create with CLOCK_MONOTONIC

2021-08-09 Thread Zacchaeus Leung
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

[PATCH v5] closes #3889 new defect Test needed for timer_create with CLOCK_MONOTONIC

2021-08-09 Thread Zacchaeus Leung
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

[PATCH v4] Test needed for timer_create with CLOCK_MONOTONIC

2021-08-08 Thread Zacchaeus Leung
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

[PATCH v3] Test needed for timer_create with CLOCK_MONOTONIC

2021-08-05 Thread Zacchaeus Leung
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

[PATCH v2] Test needed for timer_create with CLOCK_MONOTONIC

2021-07-28 Thread Zacchaeus Leung
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

[PATCH] closes #3889

2021-07-27 Thread Zacchaeus Leung
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

[PATCH] closes #3889

2021-07-22 Thread Zacchaeus Leung
--- 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.

[PATCH V2] closes #3889 new defect Test needed for timer_create with CLOCK_MONOTONIC

2021-07-08 Thread Zacchaeus Leung
--- ...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