# # ChangeLog for cpukit in rtems # # Generated by Trac 1.2.1.dev0 # 05/18/24 12:09:32 Mon, 13 Nov 2017 08:21:28 GMT Christian Mauderer [ddc339c] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/arc4random_getentropy_fail.c (added) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/sptests/spinternalerror02/init.c (modified) cpukit: Add _arc4random_getentropy_fail. Add a default ... Fri, 10 Nov 2017 15:21:18 GMT Sebastian Huber [91a2d5e] * cpukit/score/include/rtems/score/scheduleredfsmp.h (modified) * cpukit/score/src/scheduleredfsmp.c (modified) score: Adjust _Scheduler_EDF_SMP_Insert_ready() Use only one ... Thu, 16 Nov 2017 14:04:21 GMT Sebastian Huber [ec771f2] * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) * testsuites/smptests/smpmutex01/init.c (modified) score: Fix priority ceiling updates We must not clear the priority ... Thu, 16 Nov 2017 13:38:07 GMT Sebastian Huber [9c30c31e] * cpukit/score/src/threadqflush.c (modified) * testsuites/smptests/smpmutex01/init.c (modified) score: Fix _Thread_queue_Flush_critical() The thread queue extract ... Thu, 16 Nov 2017 13:08:20 GMT Sebastian Huber [79a998d] * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * testsuites/sptests/spmutex01/init.c (modified) rtems: rtems_semaphore_flush() with prio inherit The ... Thu, 16 Nov 2017 06:17:05 GMT Sebastian Huber [888da71] * cpukit/rtems/src/timerserver.c (modified) score: Check thread resource count in timer server The watchdog ... Wed, 15 Nov 2017 12:21:01 GMT Sebastian Huber [d4b99ae3] * cpukit/libcsupport/include/rtems/libio_.h (modified) libio: Add assert to rtems_libio_iop_drop() This assert helps to ... Tue, 14 Nov 2017 00:57:55 GMT Chris Johns [631f711] * cpukit/sapi/Makefile.am (modified) build: Fix the dependence for the generating the key file. Update #3217. Fri, 10 Nov 2017 07:39:23 GMT Sebastian Huber [cb40687] * aclocal/version.m4 (modified) * c/src/aclocal/version.m4 (modified) * cpukit/aclocal/version.m4 (modified) * testsuites/aclocal/version.m4 (modified) Change RTEMS_API from 5.0 to 5 This fixes the legacy Makefile based ... Sun, 12 Nov 2017 14:39:53 GMT Martin Erik Werner [f5b3c024] * cpukit/sapi/vc-key.sh (modified) Fix bashism in vc-key.sh Change "==" to "=", since "==" for ... Wed, 08 Nov 2017 02:27:25 GMT Chris Johns [e6df806] * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/testsupport/test.h (modified) * cpukit/libmisc/testsupport/testbeginend.c (modified) * cpukit/libmisc/testsupport/testwrappers.c (added) * testsuites/automake/compile.am (modified) * testsuites/automake/local.am (modified) * testsuites/libtests/rtmonuse/task1.c (modified) * testsuites/sptests/sp14/asr.c (modified) * testsuites/sptests/sp14/task1.c (modified) * testsuites/sptests/sp14/task2.c (modified) * testsuites/support/include/buffer_test_io.h (modified) * testsuites/support/include/tmacros.h (modified) tests: Use ld to map (wrap) printf, puts and putchar to tester ... Tue, 07 Nov 2017 21:25:36 GMT Chris Johns [bcd0c06c] * cpukit/libmisc/testsupport/test.h (modified) * cpukit/libmisc/testsupport/testbeginend.c (modified) * testsuites/samples/cdtest/main.cc (modified) * testsuites/sptests/sp20/init.c (modified) * testsuites/support/include/buffer_test_io.h (modified) tests: Use rtems_test_begin and rtems_test_end. Add a tests enum ... Tue, 07 Nov 2017 05:43:11 GMT Chris Johns [6f3fb8a] * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/version.h (added) * cpukit/sapi/preinstall.am (modified) * cpukit/sapi/src/version.c (added) * cpukit/sapi/vc-key.sh (added) * cpukit/sapi/version-vc-key.h.in (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spversion01/Makefile.am (added) * testsuites/sptests/spversion01/init.c (added) * testsuites/sptests/spversion01/spversion01.doc (added) * testsuites/sptests/spversion01/spversion01.scn (added) cpukit: Add a Version API. Provide functions to get the version ... Thu, 09 Nov 2017 12:39:03 GMT Sebastian Huber [b225aa1] * cpukit/configure.ac (modified) Reject incompatible tool chains Update #3185. Tue, 24 Oct 2017 09:17:54 GMT Sebastian Huber [5f02a57] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/include/machine/_kernel_time.h (modified) * cpukit/libcsupport/include/machine/_timecounter.h (added) * cpukit/libcsupport/preinstall.am (modified) * cpukit/score/include/rtems/score/timecounter.h (modified) * cpukit/score/src/kern_tc.c (modified) score: Change _Timecounter_Time_uptime to int32_t Move basic ... Tue, 17 Oct 2017 11:44:22 GMT Sebastian Huber [4a147518] * aclocal/version.m4 (modified) * c/src/aclocal/version.m4 (modified) * cpukit/aclocal/version.m4 (modified) * testsuites/aclocal/version.m4 (modified) Upgrade to 5.0.0 Tool name will be "rtems5", e.g. arm-rtems5-gcc. ... Wed, 08 Nov 2017 14:29:14 GMT Sebastian Huber [64ba1a96] * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadgetattrnp.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * testsuites/psxtests/psxclassic01/init.c (modified) posix: Change created_with_explicit_scheduler Remove ... Wed, 08 Nov 2017 13:37:35 GMT Sebastian Huber [7147dc4] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/psxtransschedparam.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadgetattrnp.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * testsuites/psxtests/psxclassic01/init.c (modified) posix: Remove POSIX_API_Control::schedpolicy Use the thread CPU ... Mon, 06 Nov 2017 13:49:32 GMT Sebastian Huber [791469bd] * cpukit/libcsupport/src/termios.c (modified) * testsuites/libtests/termios09/init.c (modified) termios: Fix canonical mode In canonical mode, input is made ... Thu, 02 Nov 2017 20:01:06 GMT Sebastian Huber [fb272963] * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) score: Use Processor_mask instead of cpu_set_t Wed, 25 Oct 2017 14:00:17 GMT Sebastian Huber [0c286e3] * cpukit/score/include/rtems/score/chainimpl.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulersimpleimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/src/coremsginsert.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * testsuites/sptests/spchain/init.c (modified) score: _Chain_Insert_ordered_unprotected() Change the chain order ... Thu, 02 Nov 2017 16:01:57 GMT Sebastian Huber [bceb9db6] * cpukit/score/include/rtems/score/scheduler.h (modified) score: Remove superfluous include Update #3059. Fri, 03 Nov 2017 07:33:16 GMT Sebastian Huber [ac28f15] * cpukit/include/rtems/console.h (modified) * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/consolesimple.c (added) * cpukit/sapi/include/confdefs.h (modified) Add simple console driver Update #3170. Update #3199. Mon, 23 Oct 2017 11:30:44 GMT Sebastian Huber [1082798] * cpukit/libcsupport/src/vprintk.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/io.h (added) * cpukit/score/preinstall.am (modified) * cpukit/score/src/ioprintf.c (added) * cpukit/score/src/iovprintf.c (added) * testsuites/sptests/spprintk/init.c (modified) * testsuites/sptests/spprintk/spprintk.scn (modified) score: Add _IO_Printf() and _IO_Vprintf() The previous vprintk() ... Sun, 29 Oct 2017 19:29:05 GMT Sebastian Huber [3e81d52] * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * testsuites/psxtests/psxclock/init.c (modified) posix: Use far future for very long timeouts Close #3205. Fri, 27 Oct 2017 04:18:40 GMT Hesham Almatary [11ff3a9] * aclocal/canonical-target-name.m4 (modified) * c/src/aclocal/rtems-cpu-subdirs.m4 (modified) * cpukit/aclocal/canonical-target-name.m4 (modified) * cpukit/configure.ac (modified) * cpukit/score/cpu/Makefile.am (modified) * cpukit/score/cpu/riscv/Makefile.am (moved) * cpukit/score/cpu/riscv/cpu.c (moved) * cpukit/score/cpu/riscv/preinstall.am (moved) * cpukit/score/cpu/riscv/riscv-context-initialize.c (moved) * cpukit/score/cpu/riscv/riscv-context-switch.S (moved) * cpukit/score/cpu/riscv/riscv-context-validate.S (moved) * cpukit/score/cpu/riscv/riscv-context-volatile-clobber.S (moved) * cpukit/score/cpu/riscv/riscv-exception-default.c (moved) * cpukit/score/cpu/riscv/riscv-exception-frame-print.c (moved) * cpukit/score/cpu/riscv/riscv-exception-handler.S (moved) * cpukit/score/cpu/riscv/rtems/asm.h (moved) * cpukit/score/cpu/riscv/rtems/score/cpu.h (moved) * cpukit/score/cpu/riscv/rtems/score/cpu_asm.h (moved) * cpukit/score/cpu/riscv/rtems/score/cpuatomic.h (moved) * cpukit/score/cpu/riscv/rtems/score/cpuimpl.h (moved) * cpukit/score/cpu/riscv/rtems/score/riscv-utility.h (moved) * cpukit/score/cpu/riscv/rtems/score/riscv.h (moved) * cpukit/score/cpu/riscv/rtems/score/types.h (moved) cpukit: RISC-V - make riscv32 code work for riscv64 - v2 * Use ... Sun, 29 Oct 2017 06:38:37 GMT Sebastian Huber [9db3cc21] * cpukit/score/src/schedulersetaffinity.c (modified) score: Fix non-SMP build Thu, 26 Oct 2017 11:59:06 GMT Sebastian Huber [7bec7f27] * cpukit/include/rtems/printer.h (modified) * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/printerfprintfputc.c (added) rtems: Add rtems_print_printer_fprintf_putc() Update #3170. Update ... Thu, 26 Oct 2017 11:59:05 GMT Sebastian Huber [f703e7f] * cpukit/include/rtems/bspIo.h (modified) * cpukit/libcsupport/src/printk_plugin.c (modified) * cpukit/libmisc/testsupport/testbeginend.c (modified) * testsuites/libtests/capture01/init.c (modified) * testsuites/libtests/complex/init.c (modified) * testsuites/libtests/math/init.c (modified) * testsuites/libtests/mathf/init.c (modified) * testsuites/libtests/mathl/init.c (modified) * testsuites/samples/capture/init.c (modified) * testsuites/samples/hello/init.c (modified) * testsuites/samples/loopback/init.c (modified) * testsuites/samples/paranoia/init.c (modified) * testsuites/samples/pppd/init.c (modified) * testsuites/sptests/sp20/init.c (modified) * testsuites/support/src/locked_print.c (modified) tests: Move rtems_test_printer definition Statically initialize it ... Sat, 28 Oct 2017 11:33:17 GMT Sebastian Huber [cf614ec] * c/src/lib/libbsp/riscv32/preinstall.am (added) * c/src/lib/libbsp/riscv32/riscv_generic/preinstall.am (added) * cpukit/score/cpu/riscv32/preinstall.am (added) riscv32: Add missing preinstall.am Update #3109. Fri, 27 Oct 2017 07:04:53 GMT Sebastian Huber [8744498] * cpukit/score/src/scheduleredfsmp.c (modified) * cpukit/score/src/schedulersetaffinity.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) score: Fix _Scheduler_Set_affinity() Fri, 27 Oct 2017 07:03:55 GMT Sebastian Huber [1d572eba] * cpukit/posix/src/pthreadcreate.c (modified) posix: Fix pthread_create() with user stack In case the user ... Fri, 27 Oct 2017 07:03:31 GMT Sebastian Huber [4edcede7] * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/src/scheduleredfsmp.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) score: Simplify SMP get lowest scheduled There is no need to pass ... Thu, 26 Oct 2017 23:12:41 GMT Hesham Almatary [660db8c8] * cpukit/score/cpu/riscv32/Makefile.am (added) * cpukit/score/cpu/riscv32/cpu.c (added) * cpukit/score/cpu/riscv32/riscv-context-initialize.c (added) * cpukit/score/cpu/riscv32/riscv-context-switch.S (added) * cpukit/score/cpu/riscv32/riscv-context-validate.S (added) * cpukit/score/cpu/riscv32/riscv-context-volatile-clobber.S (added) * cpukit/score/cpu/riscv32/riscv-exception-default.c (added) * cpukit/score/cpu/riscv32/riscv-exception-frame-print.c (added) * cpukit/score/cpu/riscv32/riscv-exception-handler.S (added) * cpukit/score/cpu/riscv32/rtems/asm.h (added) * cpukit/score/cpu/riscv32/rtems/score/cpu.h (added) * cpukit/score/cpu/riscv32/rtems/score/cpu_asm.h (added) * cpukit/score/cpu/riscv32/rtems/score/cpuatomic.h (added) * cpukit/score/cpu/riscv32/rtems/score/cpuimpl.h (added) * cpukit/score/cpu/riscv32/rtems/score/riscv-utility.h (added) * cpukit/score/cpu/riscv32/rtems/score/riscv.h (added) * cpukit/score/cpu/riscv32/rtems/score/types.h (added) cpukit: Add basic riscv32 architecture port v3 Limitations: * NO ... Fri, 20 Oct 2017 06:05:17 GMT Hesham Almatary [f47dc8d] * cpukit/librpc/src/xdr/xdr_float.c (modified) cpukit: librpc - add riscv* to xdr_float.c v3 Fri, 20 Oct 2017 06:04:08 GMT Hesham Almatary [a5273ab] * c/src/aclocal/rtems-cpu-subdirs.m4 (modified) * cpukit/configure.ac (modified) * cpukit/score/cpu/Makefile.am (modified) Add riscv32 to autotools files v3 Tue, 24 Oct 2017 04:31:03 GMT Sebastian Huber [8388ceea] * cpukit/score/include/rtems/score/schedulerimpl.h (modified) score: Delete _Scheduler_Thread_set_priority() Tue, 24 Oct 2017 08:31:05 GMT Sebastian Huber [0ddffb76] * cpukit/sapi/include/confdefs.h (modified) confdefs: CONFIGURE_MICROSECONDS_PER_TICK Reject non-positive ... Tue, 24 Oct 2017 07:35:06 GMT Sebastian Huber [34799c3b] * cpukit/rtems/include/rtems/rtems/clock.h (modified) * cpukit/rtems/src/clockgettickspersecond.c (modified) * testsuites/sptests/spwatchdog/init.c (modified) rtems: rtems_clock_get_ticks_per_second() Add macro implementation ... Thu, 19 Oct 2017 11:47:57 GMT Sebastian Huber [c3105894] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/mqueuereceive.c (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mqueuesend.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mqueuetimedreceive.c (modified) * cpukit/posix/src/mqueuetimedsend.c (modified) * cpukit/posix/src/mutexlock.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutextimedlock.c (modified) * cpukit/posix/src/mutextrylock.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/posix/src/prwlockrdlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/semtimedwait.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/coretodabsolutetimeout.c (deleted) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqtimeout.c (added) * cpukit/score/src/threadrestart.c (modified) * testsuites/psxtests/psx12/init.c (modified) score: Move thread queue timeout handling Update #3117. Update #3182. Thu, 19 Oct 2017 12:17:31 GMT Sebastian Huber [1666ffe5] * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/semtimedwait.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadqenqueue.c (modified) score: Rename function threadq support function Rename ... Thu, 19 Oct 2017 11:41:25 GMT Sebastian Huber [6de1f92] * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadtimeout.c (modified) score: Add _Thread_Continue() Update #3117. Update #3182. Fri, 20 Oct 2017 05:29:22 GMT Sebastian Huber [5747962] * cpukit/score/include/rtems/score/watchdogimpl.h (modified) score: _Watchdog_Per_CPU_lazy_insert_monotonic() Update #3117. ... Fri, 20 Oct 2017 13:23:49 GMT Sebastian Huber [b13ec80] * cpukit/score/include/rtems/score/watchdogimpl.h (modified) score: Add _Watchdog_Monotonic_from_timespec() Update #3117. ... Fri, 20 Oct 2017 13:35:14 GMT Sebastian Huber [cea5ff7] * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * testsuites/sptests/spwatchdog/init.c (modified) score: Add _Watchdog_Nanoseconds_per_tick Move it from the ... Fri, 20 Oct 2017 06:43:15 GMT Sebastian Huber [7ed377b] * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * testsuites/sptests/spwatchdog/init.c (modified) score: _Watchdog_Is_far_future_monotonic_timespec Update #3117. ... Fri, 20 Oct 2017 06:42:55 GMT Sebastian Huber [d16d07f] * cpukit/score/include/rtems/score/watchdogimpl.h (modified) score: Add _Watchdog_Is_valid_interval_timespec() Update #3117. ... Thu, 19 Oct 2017 11:38:48 GMT Sebastian Huber [adaf5c23] * cpukit/score/include/rtems/score/watchdogimpl.h (modified) score: _Watchdog_Is_far_future_realtime_timespec() Update #3117. ... Tue, 17 Oct 2017 14:19:03 GMT Sebastian Huber [ecef3698] * cpukit/posix/src/nanosleep.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/watchdogtick.c (modified) score: Rename _Watchdog_Ticks_from_*() Rename ... Fri, 20 Oct 2017 06:33:03 GMT Sebastian Huber [381ef5c] * cpukit/sapi/include/confdefs.h (modified) confdefs: Warn about problematic ticks per second A non-integer ... Fri, 20 Oct 2017 13:41:29 GMT Sebastian Huber [e0dc6efc] * cpukit/rtems/include/rtems/rtems/support.h (modified) rtems: Simplify RTEMS_MILLISECONDS_TO_MICROSECONDS Remove the cast ... Fri, 20 Oct 2017 06:31:36 GMT Sebastian Huber [27cfe7c] * cpukit/rtems/src/clockgettickspersecond.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * testsuites/sptests/spwatchdog/init.c (modified) score: Add _Watchdog_Ticks_per_second This value is frequently ... Tue, 17 Oct 2017 14:15:31 GMT Sebastian Huber [02878626] * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/taskwakeafter.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadqenqueue.c (modified) score: Add _Thread_Add_timeout_ticks() Replace ... Fri, 20 Oct 2017 14:53:04 GMT Sebastian Huber [a0d09107] * cpukit/posix/src/mqueuerecvsupp.c (modified) posix: Do not touch msg priority in case of error Mon, 23 Oct 2017 05:12:57 GMT Sebastian Huber [eeb8d83] * cpukit/posix/Makefile.am (modified) posix: Fix POSIX disabled build Update #2514. Sat, 21 Oct 2017 07:42:30 GMT Sebastian Huber [6d6f6a20] * cpukit/score/src/rbtreeextract.c (modified) score: Fix warning Wed, 18 Oct 2017 07:17:32 GMT Sebastian Huber [dbb30e26] * cpukit/posix/include/rtems/posix/pthreadattrimpl.h (modified) posix: Fix POSIX disabled build Update #2514. Tue, 17 Oct 2017 09:46:54 GMT Sebastian Huber [37eb717] * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) posix: Simplify _POSIX_Threads_Create_extension() Move unblocked ... Tue, 17 Oct 2017 07:20:20 GMT Sebastian Huber [3f3f4248] * cpukit/posix/include/rtems/posix/pthreadattrimpl.h (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadgetattrnp.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * testsuites/psxtests/psxgetattrnp01/init.c (modified) posix: Remove POSIX_API_Control::schedparam Move sporadic server ... Tue, 17 Oct 2017 06:38:47 GMT Sebastian Huber [2be22d4] * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/pthread.c (modified) posix: Move POSIX_API_Control::thread This member is only used by ... Tue, 17 Oct 2017 08:06:08 GMT Sebastian Huber [2fcea4c] * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * testsuites/psxtests/psxclassic01/init.c (modified) posix: Fix _POSIX_Threads_Create_extension() The thread POSIX API ... Mon, 16 Oct 2017 07:32:37 GMT Sebastian Huber [91ce012c] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/ratemontimeout.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) score: Rename _Watchdog_Per_CPU_insert_monotonic() Rename ... Sat, 14 Oct 2017 13:14:53 GMT Sebastian Huber [bf2a53d2] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/ratemoncancel.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/ratemontimeout.c (modified) * cpukit/rtems/src/taskwakeafter.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/watchdogtick.c (modified) * testsuites/sptests/spintrcritical08/init.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) score: Rename watchdog variants Rename PER_CPU_WATCHDOG_RELATIVE in ... Wed, 11 Oct 2017 23:36:42 GMT Chris Johns [addeb53a] * cpukit/Doxyfile.in (modified) doxygen: Set the Latex generation default to NO. Closes #3130. Thu, 12 Oct 2017 09:42:45 GMT Sebastian Huber [6c99abd] * cpukit/score/include/rtems/score/threadimpl.h (modified) score: Remove unused function declaration Thu, 12 Oct 2017 05:23:51 GMT Sebastian Huber [16db540a] * cpukit/libcsupport/src/__times.c (modified) Use right time format in _times() Update #2740. Close #3179. Thu, 12 Oct 2017 05:18:28 GMT Sebastian Huber [58500540] * cpukit/posix/src/pthreadattrdefault.c (modified) posix: Fix const qualifier warning Update #2514. Update #3179. Wed, 11 Oct 2017 05:46:41 GMT Sebastian Huber [9c0cefb] * cpukit/sapi/include/confdefs.h (modified) confdefs: Add warnings for obsolete options Update #2674. Close ... Wed, 11 Oct 2017 14:19:28 GMT Sebastian Huber [d8b6f1c] * cpukit/score/include/sys/timeffc.h (modified) * cpukit/score/include/sys/timepps.h (modified) * cpukit/score/include/sys/timetc.h (modified) * cpukit/score/include/sys/timex.h (modified) * cpukit/score/src/kern_tc.c (modified) timecounter: Update FreeBSD identifiers Update #3175. Wed, 11 Oct 2017 11:03:11 GMT Konstantin Belousov [bcbbe76] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r324528 The th_bintime, ... Tue, 14 Mar 2017 22:02:02 GMT Eric van Gyzen [5167d0e] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r315287 Add missing pieces of ... Tue, 14 Mar 2017 19:06:44 GMT Eric van Gyzen [952b42b6] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r315280 When the RTC is adjusted, ... Wed, 14 Dec 2016 12:56:58 GMT Ed Schouten [a9219e7] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r310053 Add labels to sysctls ... Wed, 17 Aug 2016 09:52:09 GMT Konstantin Belousov [74887157] * cpukit/score/include/sys/timetc.h (modified) * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r304285 Implement userspace ... Sat, 30 Jul 2016 09:25:57 GMT Konstantin Belousov [c382cc83] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r303548 Cache getbintime(9) ... Wed, 27 Jul 2016 11:49:41 GMT Konstantin Belousov [b48aeaf] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r303387 Prevent parallel ... Wed, 27 Jul 2016 11:33:33 GMT Konstantin Belousov [464fd5d] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r303384 Style. Sponsored by: ... Wed, 27 Jul 2016 11:27:52 GMT Konstantin Belousov [6d3c125] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r303383 Reduce number of ... Wed, 27 Jul 2016 11:08:59 GMT Konstantin Belousov [d310aa7] * cpukit/libcsupport/include/machine/_kernel_time.h (modified) * cpukit/score/include/rtems/score/timecounter.h (modified) * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r303382 Hide the boottime and ... Tue, 03 May 2016 15:14:17 GMT Pedro Giffuni [f6c94601] * cpukit/score/include/sys/timex.h (modified) timecounter: Merge FreeBSD change r298981 sys/sys: minor spelling ... Fri, 29 Apr 2016 22:15:33 GMT Pedro Giffuni [65f2cd7a] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r298819 sys/kern: spelling fixes ... Mon, 02 Nov 2015 03:14:37 GMT Ngie Cooper [4cd742e] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r290257 Define `fhard` in ... Fri, 25 Sep 2015 13:03:57 GMT Konstantin Belousov [f013c14] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r288216 Use per-cpu values for ... Thu, 13 Aug 2015 14:43:25 GMT Ian Lepore [2b6d00f] * cpukit/score/include/sys/timetc.h (modified) timecounter: Merge FreeBSD change r304285 Constify the pointers to ... Wed, 12 Aug 2015 20:50:20 GMT Ian Lepore [f1463c8] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r286701 If a specific timecounter ... Fri, 07 Aug 2015 23:31:31 GMT Ian Lepore [7494681] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r286429 Only process the PPS ... Fri, 07 Aug 2015 21:14:19 GMT Ian Lepore [ec349b58] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r286423 RFC 2783 requires a ... Wed, 08 Jul 2015 18:42:08 GMT Konstantin Belousov [0163063] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r285286 Reimplement the ordering ... Thu, 11 Jun 2015 04:41:54 GMT Konstantin Belousov [4d0ade9] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r284256 Tweaks for r284178: Do ... Mon, 04 May 2015 17:59:39 GMT Ian Lepore [51304dde] * cpukit/score/include/sys/timepps.h (modified) * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r282424 Implement a mechanism for ... Sat, 14 Mar 2015 23:16:12 GMT Ian Lepore [0aef6fb] * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r280012 Use sbuf_printf() for ... Sat, 07 Mar 2015 18:23:32 GMT Hans Petter Selasky [ea0b339] * cpukit/score/include/sys/timepps.h (modified) * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r279728 Add mutex support to the ... Wed, 11 Oct 2017 19:33:44 GMT Sebastian Huber [ed9a6fd] * cpukit/posix/src/adjtime.c (modified) posix: Use right time format in adjtime() Update #2740. Thu, 12 Oct 2017 02:37:10 GMT Joel Sherrill [dfa9a2e7] * cpukit/libmisc/xz/README (modified) xz/README: Correct URL Closes #2829. Wed, 11 Oct 2017 05:53:38 GMT Sebastian Huber [157c767] * cpukit/posix/src/mutexinit.c (modified) posix: Include missing Tue, 10 Oct 2017 09:36:23 GMT Sebastian Huber [b2dbb634] * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadsetaffinitynp.c (modified) * cpukit/rtems/src/schedulergetprocessorset.c (modified) * cpukit/rtems/src/taskgetaffinity.c (modified) * cpukit/rtems/src/tasksetaffinity.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/cpuset.h (deleted) * cpukit/score/include/rtems/score/cpusetimpl.h (deleted) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/cpuset.c (deleted) * cpukit/score/src/cpusetprintsupport.c (deleted) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) score: Remove CPU_set_Control Use Processor_mask instead. Update ... Tue, 10 Oct 2017 09:22:21 GMT Sebastian Huber [a3ad4af] * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * testsuites/smptests/smppsxaffinity02/init.c (modified) * testsuites/smptests/smppsxaffinity02/smppsxaffinity02.scn (modified) posix: Validate affinity sets by the scheduler Update #2514. Tue, 10 Oct 2017 08:03:48 GMT Sebastian Huber [db3a3de] * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedprio.c (modified) * cpukit/rtems/src/semsetpriority.c (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/rtems/src/tasksetscheduler.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) score: Add _Thread_queue_Dispatch_disable() Tue, 10 Oct 2017 05:18:09 GMT Sebastian Huber [bd5be58f] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/pthreadattrimpl.h (added) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadattrdefault.c (added) * cpukit/posix/src/pthreadattrdestroy.c (modified) * cpukit/posix/src/pthreadattrinit.c (modified) * cpukit/posix/src/pthreadattrsetguardsize.c (modified) * cpukit/posix/src/pthreadattrsetinheritsched.c (modified) * cpukit/posix/src/pthreadattrsetschedpolicy.c (modified) * cpukit/posix/src/pthreadattrsetscope.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) posix: Unconditional thread attribute support Update #2514. Tue, 10 Oct 2017 05:13:37 GMT Sebastian Huber [4f9ed26] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/pthread.c (modified) * testsuites/psxtests/psxgetattrnp01/init.c (modified) * testsuites/psxtests/psxgetattrnp01/psxgetattrnp01.scn (modified) posix: Constify default thread processor affinity Set default ...