# # ChangeLog for cpukit/include in rtems # # Generated by Trac 1.2.1.dev0 # 06/17/24 17:36:58 Thu, 12 Dec 2019 06:11:54 GMT Sebastian Huber [24f8915] * bsps/include/shm_driver.h (modified) * cpukit/Makefile.am (modified) * cpukit/include/rtems/confdefs.h (modified) * cpukit/include/rtems/config.h (modified) * cpukit/include/rtems/rtems/types.h (modified) * cpukit/include/rtems/score/mpci.h (modified) * cpukit/libmisc/monitor/mon-monitor.c (modified) * cpukit/libmisc/monitor/mon-mpci.c (modified) * cpukit/libmisc/monitor/mon-server.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/mpcidefault.c (added) * cpukit/score/src/objectmp.c (modified) * cpukit/score/src/thread.c (modified) * testsuites/sptests/spsize/size.c (modified) config: Add _MPCI_Configuration Replace the user MPCI configuration ... Thu, 12 Dec 2019 05:37:01 GMT Sebastian Huber [a00dff42] * bsps/include/shm_driver.h (modified) * bsps/shared/shmdr/shmdr-dump.c (modified) * bsps/shared/shmdr/shmdr-init.c (modified) * bsps/shared/shmdr/shmdr-send.c (modified) * cpukit/include/rtems/rtems/object.h (modified) * cpukit/include/rtems/score/object.h (modified) * cpukit/include/rtems/score/objectimpl.h (modified) * cpukit/libcsupport/src/error.c (modified) * cpukit/libcsupport/src/getpgrp.c (modified) * cpukit/libcsupport/src/getpid.c (modified) * cpukit/libcsupport/src/utsname.c (modified) * testsuites/ada/support/initimpl.h (modified) * testsuites/mptests/mp01/initimpl.h (modified) * testsuites/mptests/mp03/initimpl.h (modified) * testsuites/mptests/mp03/task1.c (modified) * testsuites/mptests/mp04/initimpl.h (modified) * testsuites/mptests/mp04/task1.c (modified) * testsuites/mptests/mp05/initimpl.h (modified) * testsuites/mptests/mp05/task1.c (modified) * testsuites/mptests/mp06/initimpl.h (modified) * testsuites/mptests/mp06/task1.c (modified) * testsuites/mptests/mp07/initimpl.h (modified) * testsuites/mptests/mp07/task1.c (modified) * testsuites/mptests/mp08/initimpl.h (modified) * testsuites/mptests/mp08/task1.c (modified) * testsuites/mptests/mp09/initimpl.h (modified) * testsuites/mptests/mp09/task1.c (modified) * testsuites/mptests/mp10/initimpl.h (modified) * testsuites/mptests/mp11/initimpl.h (modified) * testsuites/mptests/mp12/initimpl.h (modified) * testsuites/mptests/mp13/initimpl.h (modified) * testsuites/mptests/mp13/task1.c (modified) * testsuites/mptests/mp13/task2.c (modified) * testsuites/mptests/mp14/evtask1.c (modified) * testsuites/mptests/mp14/initimpl.h (modified) * testsuites/mptests/mp14/msgtask1.c (modified) * testsuites/mptests/mp14/pttask1.c (modified) * testsuites/mptests/mp14/smtask1.c (modified) * testsuites/mptests/mp14/system.h (modified) * testsuites/samples/base_mp/initimpl.h (modified) rtems: Add and use rtems_object_get_local_node() Update #3841. Wed, 11 Dec 2019 14:57:49 GMT Sebastian Huber [d24b301] * cpukit/include/rtems/confdefs.h (modified) config: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE Obsolete the ... Wed, 11 Dec 2019 18:08:03 GMT Sebastian Huber [6f6091b3] * cpukit/include/rtems/confdefs.h (modified) * testsuites/psxtests/psximfs02/init.c (modified) * testsuites/psxtests/psxpipe01/init.c (modified) * testsuites/sptests/spfifo02/init.c (modified) * testsuites/sptests/spfifo03/init.c (modified) * testsuites/sptests/spfifo04/init.c (modified) * testsuites/sptests/spfifo05/init.c (modified) config: Add CONFIGURE_IMFS_ENABLE_MKFIFO Obsolete undocumented ... Wed, 07 Aug 2019 13:25:23 GMT Joel Sherrill [4e2e338] * cpukit/include/rtems/score/states.h (modified) * cpukit/include/rtems/score/statesimpl.h (modified) states*.h: Fix naming inconsistency and formatting Tue, 12 Nov 2019 15:33:41 GMT Joel Sherrill [08bd7d3] * cpukit/Makefile.am (modified) * cpukit/include/rtems/score/timecounter.h (modified) * cpukit/include/rtems/score/todimpl.h (modified) * cpukit/posix/src/clocksettime.c (modified) * cpukit/rtems/src/clockset.c (modified) * cpukit/score/src/coretodhookdata.c (added) * cpukit/score/src/coretodhookregister.c (added) * cpukit/score/src/coretodhookrun.c (added) * cpukit/score/src/coretodhookunregister.c (added) * cpukit/score/src/coretodset.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spclock_todhook01/init.c (added) * testsuites/sptests/spclock_todhook01/spclock_todhook01.doc (added) * testsuites/sptests/spclock_todhook01/spclock_todhook01.scn (added) Add TOD Hooks to allow BSP to take action when TOD is set Two use ... Wed, 11 Dec 2019 15:45:37 GMT Sebastian Huber [b1b6dd71] * cpukit/include/rtems/confdefs.h (modified) * cpukit/include/rtems/pipe.h (modified) * cpukit/libfs/src/pipe/fifo.c (modified) * testsuites/sptests/spfifo02/init.c (modified) * testsuites/sptests/spfifo02/spfifo02.doc (modified) pipe: Use condition variables Use self-contained condition ... Tue, 10 Dec 2019 07:09:13 GMT Sebastian Huber [84aee2e9] * bsps/include/shm_driver.h (modified) * bsps/shared/shmdr/shmdr-poll.c (modified) * cpukit/include/rtems/confdefs.h (modified) mpci: Simplify MPCI configuration Use watchdog for shared memory ... Sat, 07 Dec 2019 11:06:01 GMT Sebastian Huber [46865542] * cpukit/include/rtems/confdefs.h (modified) * cpukit/include/rtems/rtems/semdata.h (modified) * cpukit/include/rtems/score/mrsp.h (modified) * cpukit/include/rtems/score/mrspimpl.h (modified) * testsuites/smptests/smpfatal03/init.c (modified) * testsuites/smptests/smpmrsp01/init.c (modified) * testsuites/smptests/smpscheduler02/init.c (modified) * testsuites/sptests/spmrsp01/init.c (modified) * testsuites/tmtests/tmfine01/init.c (modified) rtems: Simplify semaphore configuration The MrsP semaphore ... Sat, 07 Dec 2019 10:48:36 GMT Sebastian Huber [01f8c12e] * cpukit/include/rtems/rtems/semdata.h (modified) * cpukit/include/rtems/rtems/semimpl.h (modified) * cpukit/libmisc/monitor/mon-sema.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/rtems/src/semsetpriority.c (modified) rtems: Optimize semaphore control block Move variant, discipline, ... Sat, 07 Dec 2019 19:30:30 GMT Sebastian Huber [cc466a5] * cpukit/include/rtems/score/tls.h (modified) score: Optimize _TLS_Get_size() Thu, 05 Dec 2019 18:22:33 GMT Sebastian Huber [bb99cd0d] * bsps/bfin/shared/dev/clock.c (modified) * bsps/m68k/csb360/dev/ckinit.c (modified) * bsps/m68k/gen68340/clock/ckinit.c (modified) * bsps/m68k/mcf5206elite/dev/ckinit.c (modified) * bsps/m68k/mrm332/clock/ckinit.c (modified) * bsps/m68k/mvme147/clock/ckinit.c (modified) * bsps/m68k/mvme162/clock/ckinit.c (modified) * bsps/m68k/mvme167/clock/ckinit.c (modified) * bsps/mips/hurricane/clock/ckinit.c (modified) * bsps/no_cpu/no_bsp/clock/ckinit.c (modified) * bsps/powerpc/shared/clock/clock-ppc-dec.c (modified) * bsps/powerpc/shared/clock/clock-ppc403.c (modified) * bsps/powerpc/shared/clock/clock.c (modified) * bsps/powerpc/ss555/clock/clock.c (modified) * bsps/sh/gensh1/clock/ckinit.c (modified) * bsps/sh/gensh2/clock/ckinit.c (modified) * bsps/sh/gensh4/clock/ckinit.c (modified) * bsps/shared/dev/clock/clockimpl.h (modified) * bsps/shared/grlib/btimer/tlib_ckinit.c (modified) * cpukit/include/rtems/clockdrv.h (modified) * cpukit/include/rtems/confdefs.h (modified) * testsuites/sptests/sp21/init.c (modified) * testsuites/sptests/sp40/init.c (modified) clock: Simplify driver initialization Use a system initialization ... Thu, 05 Dec 2019 14:51:17 GMT Sebastian Huber [a6b2080] * bsps/bfin/shared/dev/clock.c (modified) * bsps/m68k/csb360/dev/ckinit.c (modified) * bsps/m68k/gen68340/clock/ckinit.c (modified) * bsps/m68k/mcf5206elite/dev/ckinit.c (modified) * bsps/m68k/mrm332/clock/ckinit.c (modified) * bsps/m68k/mvme147/clock/ckinit.c (modified) * bsps/m68k/mvme162/clock/ckinit.c (modified) * bsps/mips/hurricane/clock/ckinit.c (modified) * bsps/no_cpu/no_bsp/clock/ckinit.c (modified) * bsps/powerpc/shared/clock/clock-ppc-dec.c (modified) * bsps/powerpc/shared/clock/clock-ppc403.c (modified) * bsps/powerpc/shared/clock/clock.c (modified) * bsps/powerpc/ss555/clock/clock.c (modified) * bsps/sh/gensh1/clock/ckinit.c (modified) * bsps/sh/gensh2/clock/ckinit.c (modified) * bsps/sh/gensh4/clock/ckinit.c (modified) * cpukit/include/rtems/clockdrv.h (modified) clock: Remove Clock_exit() from API This function is no longer ... Tue, 10 Dec 2019 07:26:33 GMT Sebastian Huber [189da5f4] * cpukit/include/rtems/score/percpu.h (modified) score: Optimize _Per_CPU_Get_index() Optimize _Per_CPU_Get_index() ... Mon, 09 Dec 2019 07:52:11 GMT Sebastian Huber [5e589d96] * cpukit/include/rtems/config.h (modified) userext: Fix configuration Thu, 05 Dec 2019 14:14:51 GMT Sebastian Huber [5ae6112] * cpukit/include/rtems/confdefs.h (modified) * cpukit/include/rtems/config.h (modified) * cpukit/include/rtems/score/userextdata.h (modified) * cpukit/score/src/userext.c (modified) * cpukit/score/src/userextiterate.c (modified) userext: Simplify configuration Avoid the use of the workspace and ... Thu, 21 Nov 2019 07:06:28 GMT Sebastian Huber [b6f66d9] * cpukit/include/rtems/untar.h (modified) * cpukit/libfs/src/imfs/imfs_load_tar.c (modified) * cpukit/libmisc/untar/untar.c (modified) untar: Unify untar support Update #3823. Mon, 25 Nov 2019 09:39:19 GMT Sebastian Huber [234d155e] * cpukit/include/rtems/linkersets.h (modified) linkersets: Revert to zero-length arrays This partially reverts ... Mon, 25 Nov 2019 09:38:42 GMT Sebastian Huber [4fcc53a] * cpukit/include/rtems/score/basedefs.h (modified) Document RTEMS_DEFINE_GLOBAL_SYMBOL_IN_SECTION() Thu, 21 Nov 2019 07:37:12 GMT Sebastian Huber [11455b2e] * cpukit/include/rtems/imfs.h (modified) * cpukit/libfs/src/imfs/imfs_make_linfile.c (modified) imfs: Fix IMFS_make_linearfile() Fix prototype. Fix node size. ... Mon, 18 Nov 2019 05:55:43 GMT Sebastian Huber [f377998] * cpukit/Makefile.am (modified) * cpukit/include/rtems/imfs.h (modified) * cpukit/libfs/src/imfs/imfs_linfile.c (modified) * cpukit/libfs/src/imfs/imfs_load_tar.c (modified) * cpukit/libfs/src/imfs/imfs_make_generic_node.c (modified) * cpukit/libfs/src/imfs/imfs_make_linfile.c (added) * testsuites/libtests/shell01/init.c (modified) imfs: Add IMFS_make_linfile() Update #3818. Thu, 07 Jun 2018 18:18:13 GMT rrs [c6d8589b] * cpukit/include/machine/_kernel_time.h (modified) Synchronize kernel with FreeBSD Integrate parts of ... Fri, 25 Oct 2019 13:19:01 GMT sebastian.huber [3859cd63] * cpukit/include/rtems/score/heap.h (modified) * cpukit/include/rtems/score/heapimpl.h (modified) * cpukit/include/rtems/score/interr.h (modified) * cpukit/sapi/src/fatalsrctext.c (modified) * cpukit/score/src/heap.c (modified) * cpukit/score/src/heapallocate.c (modified) * cpukit/score/src/heapfree.c (modified) * testsuites/sptests/spinternalerror02/init.c (modified) * testsuites/sptests/spinternalerror02/spinternalerror02.scn (modified) rtems-5: Improve heap fatal error information Update #3806. Fri, 04 Oct 2019 07:22:04 GMT Sebastian Huber [7ec0839] * cpukit/include/rtems/linkersets.h (modified) linkersets: Avoid use of zero-length array Use ... Fri, 04 Oct 2019 07:18:55 GMT Sebastian Huber [a7c86cc] * cpukit/include/rtems/confdefs.h (modified) config: Avoid zero-length array Use ... Fri, 04 Oct 2019 06:51:13 GMT Sebastian Huber [795b167] * cpukit/include/rtems/score/basedefs.h (modified) * testsuites/sptests/spmisc01/init.c (modified) score: Add RTEMS_DEFINE_GLOBAL_SYMBOL_IN_SECTION() Update #3799. Wed, 02 Oct 2019 06:04:42 GMT Sebastian Huber [b5e61f95] * cpukit/include/t.h (modified) * cpukit/libtest/t-test-hash-sha256.c (modified) * cpukit/libtest/t-test-rtems-fds.c (modified) * cpukit/libtest/t-test-rtems-heap.c (modified) * cpukit/libtest/t-test-rtems-objs.c (modified) * cpukit/libtest/t-test.c (modified) libtest: Add more action events This allows more control over the ... Tue, 01 Oct 2019 12:16:34 GMT Sebastian Huber [b406d071] * cpukit/include/t.h (modified) * cpukit/libtest/t-test.c (modified) * testsuites/libtests/ttest01/init.c (modified) libtest: Do all output in test runner This ensures that lines are ... Wed, 02 Oct 2019 21:49:00 GMT Joel Sherrill [667501a] * cpukit/Makefile.am (modified) * cpukit/include/rtems/libio.h (modified) * cpukit/include/rtems/rtems/status.h (modified) * cpukit/libcsupport/src/termios.c (modified) * cpukit/libcsupport/src/termios_posix_isig_handler.c (added) * cpukit/rtems/src/statustext.c (modified) * cpukit/rtems/src/statustoerrno.c (modified) * testsuites/libtests/Makefile.am (modified) * testsuites/libtests/configure.ac (modified) * testsuites/libtests/termios10/init.c (added) * testsuites/libtests/termios10/termios10.doc (added) * testsuites/libtests/termios10/termios10.scn (added) * testsuites/libtests/termios11/termios11.doc (added) * testsuites/libtests/termios11/termios11.scn (added) termios: Add Capability to Generate SIGINTR and SIGQUIT This patch ... Tue, 01 Oct 2019 10:41:47 GMT Sebastian Huber [2763f53] * cpukit/include/sys/timetc.h (modified) * cpukit/score/src/kern_tc.c (modified) * testsuites/sptests/sptimecounter01/init.c (modified) score: Remove superfluous timecounter members Tue, 01 Oct 2019 06:05:21 GMT Sebastian Huber [de6348a] * cpukit/include/machine/_kernel_time.h (modified) _kernel_time.h: Compatibility to future Newlib Fri, 20 Sep 2019 07:16:17 GMT Sebastian Huber [33ed412] * bsps/shared/irq/irq-server.c (modified) * cpukit/include/rtems/irq-extension.h (modified) rtems: Add rtems_interrupt_server_entry_move() The use case for ... Tue, 10 Sep 2019 07:21:11 GMT Sebastian Huber [c1a1f2c] * cpukit/include/rtems/version.h (modified) * testsuites/sptests/spversion01/init.c (modified) Add rtems_version_control_key_is_valid() Fri, 06 Sep 2019 12:31:32 GMT Sebastian Huber [eaa415b2] * cpukit/include/rtems/version.h (modified) * cpukit/sapi/src/version.c (modified) rtems: Make rtems_version_control_key() safer Return the empty ... Mon, 02 Sep 2019 05:47:15 GMT Sebastian Huber [e41e9961] * cpukit/include/rtems/recorddata.h (modified) * cpukit/libtrace/record/record-text.c (modified) record: Add system events Update #3665. Fri, 30 Aug 2019 11:22:54 GMT Sebastian Huber [1c72ad7] * cpukit/include/rtems/record.h (modified) * cpukit/include/rtems/recorddata.h (modified) * cpukit/libtrace/record/record-text.c (modified) * cpukit/libtrace/record/record-util.c (modified) * testsuites/libtests/record02/init.c (modified) record: Add system events Add system events for memory ... Fri, 30 Aug 2019 07:21:22 GMT Sebastian Huber [8ace7ead] * cpukit/include/rtems/record.h (modified) * cpukit/include/rtems/recorddata.h (modified) * cpukit/libtrace/record/record-server.c (modified) * cpukit/libtrace/record/record-text.c (modified) * cpukit/libtrace/record/record-userext.c (modified) * cpukit/libtrace/record/record.c (modified) * testsuites/libtests/record02/init.c (modified) record: Add system events Add system events to identify the target ... Fri, 30 Aug 2019 06:40:14 GMT Sebastian Huber [1e18f64] * cpukit/include/rtems/sysinit.h (modified) record: Initialize records earlier The _Record_Initialize() ... Fri, 30 Aug 2019 06:09:46 GMT Sebastian Huber [11f196d6] * cpukit/include/rtems/confdefs.h (modified) * cpukit/include/rtems/record.h (modified) * cpukit/libtrace/record/record-sysinit.c (modified) record: Simplify configuration Update #3665. Thu, 29 Aug 2019 14:50:12 GMT Sebastian Huber [d78082c] * cpukit/include/rtems/record.h (modified) * cpukit/libtrace/record/record.c (modified) record: Introduce _Record_Drain() This allows its use in crash dump ... Mon, 26 Aug 2019 12:58:54 GMT Sebastian Huber [58bd67b] * cpukit/Makefile.am (modified) * cpukit/include/rtems/record.h (modified) * cpukit/include/rtems/recorddata.h (modified) * cpukit/libtrace/record/record-text.c (modified) * cpukit/libtrace/record/record-util.c (added) * testsuites/libtests/record02/init.c (modified) * testsuites/libtests/record02/record02.scn (modified) record: Add more system events Reduce the system dependencies to ... Wed, 28 Aug 2019 12:59:16 GMT Sebastian Huber [807ea67] * cpukit/include/rtems/score/basedefs.h (modified) * testsuites/sptests/spmisc01/init.c (modified) score: Add RTEMS_RETURN_ADDRESS() Wed, 28 Aug 2019 12:28:14 GMT Sebastian Huber [956a2ef] * cpukit/include/rtems/record.h (modified) * testsuites/libtests/record01/init.c (modified) record: Add variants for critical sections Update #3665. Wed, 28 Aug 2019 12:45:24 GMT Sebastian Huber [3eb8d783] * cpukit/headers.am (modified) * cpukit/include/rtems/record.h (modified) * cpukit/include/rtems/recordserver.h (added) * cpukit/libtrace/record/record-server.c (modified) * testsuites/libtests/record01/init.c (modified) record: Introduce This helps to get rid of ... Tue, 27 Aug 2019 13:39:43 GMT Sebastian Huber [a2684c2b] * cpukit/include/rtems/confdefs.h (modified) * cpukit/include/rtems/record.h (modified) * cpukit/include/rtems/sysinit.h (modified) * cpukit/libtrace/record/record-server.c (modified) * cpukit/libtrace/record/record-sysinit.c (modified) * testsuites/libtests/record01/init.c (modified) record: Use BSS section instead of per-CPU data The .rtemsrwset ... Tue, 27 Aug 2019 06:30:43 GMT Sebastian Huber [e273e7a9] * cpukit/include/rtems/recordclient.h (modified) * cpukit/libtrace/record/record-client.c (modified) record: Add data size to client This is necessary to get the thread ... Sun, 25 Aug 2019 10:14:11 GMT Sebastian Huber [dfdc3fa] * cpukit/include/rtems/recordclient.h (modified) * cpukit/libtrace/record/record-client.c (modified) record: Improve overflow handling Signal the accumulated item ... Sat, 17 Aug 2019 16:58:53 GMT Sebastian Huber [4a9a58e] * cpukit/include/rtems/recordclient.h (modified) record: Add rtems_record_client_set_handler() Sat, 17 Aug 2019 12:49:42 GMT Sebastian Huber [c91f6f5] * cpukit/include/rtems/recordclient.h (modified) * cpukit/libtrace/record/record-client.c (modified) * testsuites/libtests/record02/init.c (modified) record: Pass bintime to client handlers This is a minor optimization. Sat, 17 Aug 2019 11:25:57 GMT Sebastian Huber [2ef2c14] * cpukit/include/rtems/recordclient.h (modified) * cpukit/libtrace/record/record-client.c (modified) record: Increase client robustness Do nothing after errors. Fri, 16 Aug 2019 16:40:55 GMT Sebastian Huber [52c8ac7b] * cpukit/include/rtems/recordclient.h (modified) * cpukit/libtrace/record/record-client.c (modified) * testsuites/libtests/record02/init.c (modified) * testsuites/libtests/record02/record02.scn (modified) record: Improve overflow handling In case of a ring buffer ... Fri, 16 Aug 2019 05:40:05 GMT Sebastian Huber [b2c060a5] * cpukit/include/rtems/recordclient.h (modified) * cpukit/libtrace/record/record-client.c (modified) record: Detect also large overflows Fri, 16 Aug 2019 18:12:03 GMT Sebastian Huber [d3c4d48] * cpukit/include/rtems/recordclient.h (modified) * cpukit/libtrace/record/record-client.c (modified) record: Simplify rtems_record_client_context Tue, 25 Jun 2019 11:07:40 GMT Chris Johns [cb1e8497] * cpukit/Makefile.am (modified) * cpukit/include/rtems/debugger/rtems-debugger-bsp.h (added) * cpukit/libdebugger/rtems-debugger-arm.c (modified) * cpukit/libdebugger/rtems-debugger-bsp.c (added) * cpukit/libdebugger/rtems-debugger-server.c (modified) * cpukit/libdebugger/rtems-debugger-threads.c (modified) libdebugger: ARM fixes for Cortex-A8 and ARM mode. - Fix destorying ... Fri, 26 Jul 2019 14:36:10 GMT Sebastian Huber [036717ed] * cpukit/include/rtems/recorddata.h (modified) * cpukit/libtrace/record/record-server.c (modified) * cpukit/libtrace/record/record-text.c (modified) * cpukit/libtrace/record/record-userext.c (modified) * testsuites/libtests/record01/init.c (modified) record: Add support for thread names Tue, 30 Jul 2019 04:24:00 GMT Sebastian Huber [5ee70c5] * bsps/shared/start/bspfatal-default.c (modified) * cpukit/include/rtems/confdefs.h (modified) * cpukit/include/rtems/score/thread.h (modified) * cpukit/libmisc/stackchk/check.c (modified) Add and use THREAD_DEFAULT_MAXIMUM_NAME_SIZE Wed, 03 Jul 2019 02:18:18 GMT Chris Johns [c4d89de] * cpukit/include/rtems/score/interr.h (modified) score/interr: Fix comments. Fri, 28 Jun 2019 06:30:11 GMT Sebastian Huber [5803f37] * cpukit/include/rtems/capture.h (modified) * cpukit/include/rtems/score/schedulerimpl.h (modified) * cpukit/include/rtems/score/schedulernodeimpl.h (modified) * cpukit/include/rtems/score/threadimpl.h (modified) * cpukit/libdebugger/rtems-debugger-threads.c (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/libmisc/monitor/mon-task.c (modified) score: Add and use _Thread_Get_unmapped_priority(). Add and use ... Wed, 22 May 2019 14:29:33 GMT Joel Sherrill [373cd1c5] * cpukit/include/rtems/confdefs.h (modified) rtems/confdefs.h: Fix typo Fri, 14 Jun 2019 05:41:36 GMT Sebastian Huber [2be6ab7f] * cpukit/dev/serial/sc16is752.c (modified) * cpukit/include/dev/serial/sc16is752.h (modified) dev/sc16is752: Add set/get EFCR IO controls Fri, 14 Jun 2019 05:35:21 GMT Sebastian Huber [6ff1da40] * cpukit/dev/serial/sc16is752-regs.h (modified) * cpukit/dev/serial/sc16is752.c (modified) * cpukit/include/dev/serial/sc16is752.h (modified) dev/sc16is752: Add RS485 mode variants Wed, 22 May 2019 05:51:14 GMT Sebastian Huber [10251b3] * cpukit/include/rtems/score/objectdata.h (modified) score: Compact objects class indices Tue, 14 May 2019 00:34:32 GMT Chris Johns [327e45da] * cpukit/include/rtems/rtl/rtl-sym.h (modified) * cpukit/libdl/rtl-obj.c (modified) * cpukit/libdl/rtl-sym.c (modified) libdl: Sort object file symbols and use a binary search to find - ... Mon, 20 May 2019 07:15:36 GMT Sebastian Huber [5fa893e] * cpukit/Makefile.am (modified) * cpukit/include/rtems/score/smpimpl.h (modified) * cpukit/score/src/smpunicastaction.c (added) * testsuites/smptests/smpmulticast01/init.c (modified) * testsuites/smptests/smpmulticast01/smpmulticast01.scn (modified) score: Add _SMP_Unicast_action() Mon, 20 May 2019 07:06:48 GMT Sebastian Huber [41cddcc] * cpukit/include/rtems/score/percpu.h (modified) * cpukit/score/src/smpmulticastaction.c (modified) score: Add _Per_CPU_Wait_for_job() Thu, 02 May 2019 03:29:27 GMT Sebastian Huber [9b8e85e2] * cpukit/include/rtems/score/smpimpl.h (modified) score: Remove superfluous include Sun, 28 Apr 2019 12:31:10 GMT Sebastian Huber [577293f0] * cpukit/include/rtems/score/smpimpl.h (modified) * cpukit/score/src/smpmulticastaction.c (modified) * testsuites/smptests/smpipi01/init.c (modified) score: Add _SMP_Synchronize() Sun, 28 Apr 2019 12:15:45 GMT Sebastian Huber [bf867c55] * cpukit/include/rtems/score/smpimpl.h (modified) * cpukit/score/src/smp.c (modified) score: Remove unused SMP_MESSAGE_TEST All uses were replaced by ... Fri, 19 Apr 2019 09:01:31 GMT Sebastian Huber [85d6e845] * cpukit/include/rtems/score/percpu.h (modified) * cpukit/score/src/smpmulticastaction.c (modified) * testsuites/smptests/smpmulticast01/init.c (modified) score: Add _Per_CPU_Add_job() Thu, 18 Apr 2019 06:38:00 GMT Sebastian Huber [8fa14da0] * cpukit/include/rtems/score/percpu.h (modified) * cpukit/score/src/smpmulticastaction.c (modified) score: Move per-processor job data structures This enables re-use ... Thu, 18 Apr 2019 05:38:13 GMT Sebastian Huber [1a971d8] * bsps/i386/pc386/clock/ckinit.c (modified) * bsps/i386/pc386/start/smp-imps.c (modified) * cpukit/include/rtems/score/smpimpl.h (modified) score: Remove SMP_MESSAGE_CLOCK_TICK Use _SMP_Multicast_action() ... Thu, 18 Apr 2019 05:08:32 GMT Sebastian Huber [3b2481f] * bsps/shared/cache/cacheimpl.h (modified) * cpukit/include/rtems/score/smpimpl.h (modified) * cpukit/score/src/smpmulticastaction.c (modified) * testsuites/smptests/smpmulticast01/init.c (modified) score: Simplify _SMP_Multicast_action() Move resposibility to ... Sun, 28 Apr 2019 12:29:21 GMT Sebastian Huber [7fdf48a] * bsps/arm/shared/clock/clock-a9mpcore.c (modified) * bsps/arm/shared/clock/clock-generic-timer.c (modified) * cpukit/include/rtems/score/smpimpl.h (modified) * cpukit/score/src/smpmulticastaction.c (modified) score: Add _SMP_Othercast_action() Thu, 18 Apr 2019 04:47:01 GMT Sebastian Huber [65870044] * bsps/arm/shared/clock/clock-a9mpcore.c (modified) * bsps/arm/shared/clock/clock-generic-timer.c (modified) * bsps/shared/cache/cacheimpl.h (modified) * cpukit/include/rtems/score/smpimpl.h (modified) * cpukit/score/src/smpmulticastaction.c (modified) * testsuites/smptests/smpmulticast01/init.c (modified) score: Add _SMP_Broadcast_action() Fri, 17 May 2019 07:21:03 GMT Sebastian Huber [b4f895e] * cpukit/include/rtems/score/objectdata.h (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) posix: Remove unused OBJECTS_POSIX_INTERRUPTS Mon, 13 May 2019 22:39:55 GMT Chris Johns [0b698ba5] * cpukit/include/rtems/score/rbtree.h (modified) doxygen: score: Fix block comment end marker. Thu, 18 Apr 2019 08:19:23 GMT Andreas Dachsberger [f49618d] * cpukit/include/rtems/score/percpudata.h (modified) doxygen: score: adjust doc in percpudata.h to doxygen guidelines ... Thu, 18 Apr 2019 08:13:25 GMT Andreas Dachsberger [3238c162] * cpukit/include/rtems/score/smp.h (modified) doxygen: score: adjust doc in smp.h to doxygen guidelines Update #3706. Thu, 18 Apr 2019 07:54:49 GMT Andreas Dachsberger [1bd608b] * cpukit/include/rtems/score/onceimpl.h (modified) doxygen: score: adjust doc in onceimpl.h to doxygen guidelines ... Thu, 18 Apr 2019 07:43:41 GMT Andreas Dachsberger [2463c10] * cpukit/include/rtems/score/muteximpl.h (modified) doxygen: score: adjust doc in muteximpl.h to doxygen guidelines ... Thu, 18 Apr 2019 07:38:47 GMT Andreas Dachsberger [7b90bb5] * cpukit/include/rtems/score/wkspace.h (modified) doxygen: score: adjust doc in wkspace.h to doxygen guidelines ... Thu, 18 Apr 2019 07:31:27 GMT Andreas Dachsberger [904c2312] * cpukit/include/rtems/score/watchdogticks.h (modified) doxygen: score: adjust doc in watchdogticks.h to doxygen guidelines ... Thu, 18 Apr 2019 07:30:32 GMT Andreas Dachsberger [c53ec8c4] * cpukit/include/rtems/score/watchdogimpl.h (modified) doxygen: score: adjust doc in watchdogimpl.h to doxygen guidelines ... Thu, 18 Apr 2019 06:58:48 GMT Andreas Dachsberger [eb84cc3f] * cpukit/include/rtems/score/watchdog.h (modified) doxygen: score: adjust doc in watchdog.h to doxygen guidelines ... Thu, 18 Apr 2019 06:57:32 GMT Andreas Dachsberger [7d2cc98] * cpukit/include/rtems/score/userextimpl.h (modified) doxygen: score: adjust doc in userextimpl.h to doxygen guidelines ... Thu, 18 Apr 2019 06:37:02 GMT Andreas Dachsberger [5791a3c] * cpukit/include/rtems/score/todimpl.h (modified) doxygen: score: adjust doc in todimpl.h to doxygen guidelines ... Thu, 18 Apr 2019 06:28:21 GMT Andreas Dachsberger [5c91b54b] * cpukit/include/rtems/score/tls.h (modified) doxygen: score: adjust doc in tls.h to doxygen guidelines Update #3706. Thu, 18 Apr 2019 06:12:07 GMT Andreas Dachsberger [4a693e7] * cpukit/include/rtems/score/timestampimpl.h (modified) doxygen: score: adjust doc in timestampimpl.h to doxygen guidelines ... Wed, 17 Apr 2019 15:51:55 GMT Andreas Dachsberger [1b5ba76] * cpukit/include/rtems/score/timestamp.h (modified) doxygen: score: adjust doc in timestamp.h to doxygen guidelines ... Wed, 17 Apr 2019 15:50:38 GMT Andreas Dachsberger [bded63fc] * cpukit/include/rtems/score/timespec.h (modified) doxygen: score: adjust doc in timespec.h to doxygen guidelines ... Wed, 17 Apr 2019 15:42:41 GMT Andreas Dachsberger [3e98049] * cpukit/include/rtems/score/timecounterimpl.h (modified) doxygen: score: adjust doc in timecounterimpl.h to doxygen guidelines ... Wed, 17 Apr 2019 15:40:14 GMT Andreas Dachsberger [843879d0] * cpukit/include/rtems/score/timecounter.h (modified) doxygen: score: adjust doc in timecounter.h to doxygen guidelines ... Wed, 17 Apr 2019 15:35:43 GMT Andreas Dachsberger [b6bbe83] * cpukit/include/rtems/score/threadqimpl.h (modified) doxygen: score: adjust doc in threadqimpl.h to doxygen guidelines ... Tue, 16 Apr 2019 10:52:26 GMT Andreas Dachsberger [f1507fb] * cpukit/include/rtems/score/threadq.h (modified) doxygen: score: adjust doc in threadq.h to doxygen guidelines ... Tue, 16 Apr 2019 10:50:08 GMT Andreas Dachsberger [8f89dc62] * cpukit/include/rtems/score/threadmp.h (modified) doxygen: score: adjust doc in threadmp.h to doxygen guidelines ... Tue, 16 Apr 2019 10:40:38 GMT Andreas Dachsberger [3657cde] * cpukit/include/rtems/score/threadimpl.h (modified) doxygen: score: adjust doc in threadimpl.h to doxygen guidelines ... Tue, 16 Apr 2019 06:42:21 GMT Andreas Dachsberger [5bb6ac9] * cpukit/include/rtems/score/thread.h (modified) doxygen: score: adjust doc in thread.h to doxygen guidelines Update ... Tue, 16 Apr 2019 06:37:21 GMT Andreas Dachsberger [7d93c447] * cpukit/include/rtems/score/threaddispatch.h (modified) doxygen: score: adjust doc in threaddispatch.h to doxygen guidelines ... Tue, 16 Apr 2019 06:16:06 GMT Andreas Dachsberger [6af85ee6] * cpukit/include/rtems/score/sysstate.h (modified) doxygen: score: adjust doc in sysstate.h to doxygen guidelines ... Tue, 16 Apr 2019 06:07:09 GMT Andreas Dachsberger [5ba93a5] * cpukit/include/rtems/score/statesimpl.h (modified) doxygen: score: adjust doc in statesimpl.h to doxygen guidelines ...