Timeline



10/01/21:

19:56 Changeset in rtems [c8a10609]5 by Joel Sherrill <joel@…>
Add support for IDLE Thread stack allocator Add a stack allocator hook specifically for allocation of IDLE thread stacks. This allows the user to decide if IDLE thread stacks are statically allocated or handled by the same custom allocator mechanism as other thread stacks. Closes #4520.
17:32 Changeset in rtems [344bb536] by Sebastian Huber <sebastian.huber@…>
rtems: Generate <rtems/cpuuse.h> Write the documentation from scratch.
13:58 Changeset in rtems-central [d85282c] by Sebastian Huber <sebastian.huber@…>
spec: Specify CPU usage reporting
13:10 Changeset in rtems-central [83d381e] by Sebastian Huber <sebastian.huber@…>
spec: Improve rtems_task_set_affinity() spec
08:28 Changeset in rtems-central [76bbce2] by Sebastian Huber <sebastian.huber@…>
util: Ignore decode errors
06:00 Changeset in rtems-central [f625305] by Sebastian Huber <sebastian.huber@…>
items: Add support for arguments in substitutions
05:34 Changeset in rtems-central [409bd74] by Sebastian Huber <sebastian.huber@…>
items: Remove support for pipe substitution
04:57 Changeset in rtems [d03776e] by Alex White <alex.white@…>
microblaze: Rework for RTEMS 6 This reworks the existing MicroBlaze? architecture port and BSP to achieve basic functionality using the latest RTEMS APIs.

09/30/21:

21:33 Changeset in rtems [0f62af0e] by Hesham ALMatary <heshamelmatary@…>
bsps: Add MicroBlaze? FPGA BSP
19:55 Ticket #4519 (record-main-lttng.cc: Out-of-bounds access) created by Ryan Long
CID 1503017: Out-of-bounds access in CopyThreadName?(). […]
19:46 Changeset in rtems [37684cf] by Kinsey Moore <kinsey.moore@…>
cpukit/aarch64: Use correct debug register names The N used in the breakpoint and watchpoint register names is intended to be an integer between 0 and 15 (inclusive) and will not compile when used as is. This adds the accessors necessary to access all of these breakpoint and watchpoint registers.
16:07 Ticket #4423 (record-client.c: Unchecked return value error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In 7c37893/rtems-tools: […]
15:48 Changeset in rtems-tools [83b3d58] by Ryan Long <ryan.long@…>
record-main-lttng.cc: Change size of empty string CID 1503017: Out-of-bounds access in CopyThreadName?(). Change size of kEmptyThreadName from THREAD_API_COUNT to THREAD_NAME_SIZE. Closes #4519
14:21 Changeset in rtems-central [23b95de] by Sebastian Huber <sebastian.huber@…>
items: Add ItemMapper?.get_value_dictionary()
13:10 Ticket #4492 (ObjdumpProcessor.cc: Uninitialized pointer field) closed by Ryan Long
fixed
12:21 Changeset in rtems-central [a0efac0] by Sebastian Huber <sebastian.huber@…>
membench: Make some functions public
11:48 Changeset in rtems [18c8a27] by Sebastian Huber <sebastian.huber@…>
score: Remove _Thread_queue_Do_nothing_extract() This function was unused. It was a relict of the thread queue rework done during the SMP support development. In an early stage, the extract operation was called with a NULL thread queue. However, this is no longer the case. The extract operation is only called if we have a non-NULL thread queue.
11:02 Changeset in rtems-central [17c938e] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
11:02 Changeset in rtems-central [2f48804] by Sebastian Huber <sebastian.huber@…>
generate_membench.py: Add task create workaround
10:45 Changeset in rtems-central [3166d0e] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
08:57 Changeset in rtems-central [c4a758c] by Sebastian Huber <sebastian.huber@…>
generate_membench.py: Add benchmarks
07:58 Changeset in rtems [b8f1988] by Sebastian Huber <sebastian.huber@…>
doxygen: Replace and move main page Replace the main page with a high level description of the RTEMS feature set similar to: https://docs.rtems.org/branches/master/user/overview/index.html#features The replaced content can be found in the RTEMS Classic API Guide: https://docs.rtems.org/branches/master/c-user/overview.html https://docs.rtems.org/branches/master/c-user/key_concepts.html Update #3705.
07:15 Changeset in rtems-central [740289e] by Sebastian Huber <sebastian.huber@…>
spec: Move GRLIB group
06:51 Changeset in rtems [e9063644] by Sebastian Huber <sebastian.huber@…>
posix: Remove "RTEMS" from POSIX API group Clarify group description. Update #3706.
06:45 Changeset in rtems [97f5e1c] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Fix group memberships Update #3706.
06:37 Changeset in rtems [8b762a88] by Sebastian Huber <sebastian.huber@…>
scoe: Move workspace group definition Define the group in the header file which is used by <rtems/confdefs.h>. Update #3706.
06:33 Changeset in rtems [5a6f94d] by Sebastian Huber <sebastian.huber@…>
rtems: Add ASR implementation to existing group Update #3706.
06:30 Changeset in rtems [a950c135] by Sebastian Huber <sebastian.huber@…>
score: Add Hash Handler to group Update #3706.
06:19 Changeset in rtems [4c0b006] by Sebastian Huber <sebastian.huber@…>
rtems: Canonicalize Doxygen in <rtems/counter.h> Update #3706.
06:15 Changeset in rtems [dba2e690] by Sebastian Huber <sebastian.huber@…>
rtems: Canonicalize Doxygen in <rtems/seterr.h> Update #3706.
05:27 Ticket #4035 (Reserved identifier "time" re-used in rtems_clock_get_tod_timeval()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In dde74af/rtems: […]
05:27 Ticket #2548 (Problematic integer conversion in rtems_clock_get_tod()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In abda559/rtems: […]

09/29/21:

17:39 Changeset in rtems-tools [877d83b] by Ryan Long <ryan.long@…>
TargetFactory?.cc: Fix formatting
17:39 Changeset in rtems [edf8b49e] by Joel Sherrill <joel@…>
score: Add MicroBlaze? port
17:24 Changeset in rtems-tools [fa95ae2] by Ryan Long <ryan.long@…>
TargetFactory?.cc: Convert to C++
14:58 Ticket #4424 (rtems-bin2c.c: Copy into fixed size buffer spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In 05dab02/rtems-tools: […]
14:12 Ticket #4217 (Change status code for nested obtain of MrsP semaphores) closed by Sebastian Huber
fixed: Documentation was also adjusted.
14:10 Changeset in rtems [dde74af] by Sebastian Huber <sebastian.huber@…>
rtems: Adjust parameter names Adjust parameter names to match with the declaration. This avoid using a name reserved by the C standard: "time". Close #4035.
13:31 Ticket #3718 (Add support for test plans) closed by Sebastian Huber
fixed: Test cases are specified by specification items: https://docs.rtems.org/branches/master/eng/req/items.html#spectypetestcaseitemtype
13:28 Ticket #3659 (LEON3 kernel entry point is overwritten - secondary processors may ...) closed by Sebastian Huber
fixed
13:25 Ticket #3199 (New test framework) closed by Sebastian Huber
fixed: The test framework is fully implemented.
13:23 Ticket #2189 (Insufficient documentation for rtems_clock_get_tod()) closed by Sebastian Huber
fixed: Documentation was improved for RTEMS 6.
13:23 Changeset in rtems [abda559] by Sebastian Huber <sebastian.huber@…>
rtems: Justify integer conversions Close #2548.
12:20 Changeset in rtems-central [fdb80bd] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
10:45 Changeset in rtems-docs [887b8d3] by Sebastian Huber <sebastian.huber@…>
glossary: Add terms
09:15 Changeset in rtems-central [660c763] by Sebastian Huber <sebastian.huber@…>
glossary: Add C*, EDF, Futex, MrsP, and OpenMP

09/28/21:

16:14 Changeset in rtems-central [b944b8a] by Sebastian Huber <sebastian.huber@…>
spec: Improve thread queue enqueue FIFO test
16:09 Changeset in rtems-central [110de4b] by Sebastian Huber <sebastian.huber@…>
spec: Improve mutex seize wait
14:09 Changeset in rtems-central [512a4a2] by Sebastian Huber <sebastian.huber@…>
spec: Improve semaphore surrender
12:38 Changeset in rtems-central [fc13d69] by Sebastian Huber <sebastian.huber@…>
spec: Specify scheduler helping detail
12:19 Changeset in rtems [1fc3f171] by Christian Mauderer <christian.mauderer@…>
bsp/imx: Add cs_change support to SPI
09:37 Changeset in rtems-central [579f9db] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
09:37 Changeset in rtems-central [36095f1] by Sebastian Huber <sebastian.huber@…>
spec: Use ts-config.h
09:16 Changeset in rtems-central [15922df] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
08:50 Changeset in rtems-central [5e94831] by Sebastian Huber <sebastian.huber@…>
spec: Mark some directive as not pre-qualified
08:49 Changeset in rtems-central [94ce3d7] by Sebastian Huber <sebastian.huber@…>
spec: Fix format
08:10 Changeset in rtems-central [b2880bc] by Sebastian Huber <sebastian.huber@…>
spec: Mark some acfg options as not pre-qualified
08:08 Changeset in rtems-central [4bee688] by Sebastian Huber <sebastian.huber@…>
specview.py: Improve item validation
06:34 Changeset in rtems-central [d7fab03] by Sebastian Huber <sebastian.huber@…>
spec: Add application configuration requirements

09/27/21:

22:18 Ticket #4434 (record-filter-zlib.cc: Uninitialized pointer field error spotted by ...) closed by Ryan Long <ryan.long@…>
fixed: In 7b5dc22/rtems-tools: […]
22:18 Ticket #4432 (GcovFunctionData.cc: Uninitialized pointer field error spotted by coverity) closed by Ryan Long <ryan.long@…>
fixed: In 247d39a/rtems-tools: […]
22:18 Ticket #4433 (DesiredSymbols.h: Uninitialized pointer field error spotted by coverity) closed by Ryan Long <ryan.long@…>
fixed: In 06a39db/rtems-tools: […]
22:18 Ticket #4488 (TraceWriterQEMU.cc: Uninitialized scalar variable issue spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In 70088f6/rtems-tools: […]
22:18 Ticket #4491 (TraceWriterQEMU.cc: Buffer not null terminated issue spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In a06f48a/rtems-tools: […]
17:20 Changeset in rtems-tools [082dea8] by Ryan Long <ryan.long@…>
ObjdumpProcessor?.cc: Fix formatting
13:54 Changeset in rtems-tools [10d33a6] by Ryan Long <ryan.long@…>
TraceList?.cc: Convert from C to C++
13:38 Changeset in rtems-tools [9fa8927] by Ryan Long <ryan.long@…>
TraceConverter?.cc: Fix formatting
05:13 Changeset in rtems-central [3eeb04c] by Sebastian Huber <sebastian.huber@…>
spec: Specify thread queue deadlock details

09/24/21:

20:44 Changeset in rtems-tools [7fb212d] by Ryan Long <ryan.long@…>
TraceConverter?.cc: Convert to C++
18:15 Changeset in rtems [61ef22b] by Sebastian Huber <sebastian.huber@…>
score: Add Thread_queue_Deadlock_status Replace the boolen return value with the new enum Thread_queue_Deadlock_status. This improves the code readability. Improve documentation. Shorten function names.
14:03 Changeset in rtems-central [ef19747] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
13:06 Changeset in rtems-docs [2e939ff] by Sebastian Huber <sebastian.huber@…>
eng: Add register block specification types A register block may be used to specify the interface of devices which contain registers associated with an integer address. Register blocks consist of register block members specified by the definition attribute. Register block members are either instances of registers specified by the registers attribute or instances of other register blocks specified by links with the "register-block-include" link role. Registers consists of bit fields. The register block members are placed into the address space of the device relative to the base address of the register block. Register member offests and the register block size are specified in units of the address space granule. Update #3715.
13:01 Changeset in rtems-docs [c81a244] by Sebastian Huber <sebastian.huber@…>
eng: Add conditional build dependencies Update #3715.
13:00 Changeset in rtems-docs [5928d04] by Sebastian Huber <sebastian.huber@…>
eng: Generalize external references Use a common subtype for external references of interfaces and requirements. Add specializations for document and file references. Update #3715.
12:51 Changeset in rtems-docs [6dc190b] by Sebastian Huber <sebastian.huber@…>
eng: Rework performance meansurement items Use links to specify runtime performance limits in target-specific items. Clarify wording. Update #3715.
12:49 Changeset in rtems-docs [0ca7adf] by Sebastian Huber <sebastian.huber@…>
glossary: Add OMIP
12:47 Changeset in rtems-central [90ebc09] by Sebastian Huber <sebastian.huber@…>
spec: Generalize register block specification
12:32 Changeset in rtems-central [65b3cf0] by Sebastian Huber <sebastian.huber@…>
spec: Fix link role
12:32 Changeset in rtems-central [9955732] by Sebastian Huber <sebastian.huber@…>
spec: Add usage constraints
12:10 Changeset in rtems-central [da64e79] by Sebastian Huber <sebastian.huber@…>
specview.py: Enumerators do not need validation
11:34 Changeset in rtems-central [eb10db2] by Sebastian Huber <sebastian.huber@…>
modules: Update rsb
11:32 Changeset in rtems-central [d05546b] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
10:00 Changeset in rtems-central [f79346d] by Sebastian Huber <sebastian.huber@…>
validation: Add mapper for unspecified functions
09:04 Changeset in rtems-central [bb951a8] by Sebastian Huber <sebastian.huber@…>
spec: Add "function-implementation" link role
08:04 Changeset in rtems [99d5373] by Sebastian Huber <sebastian.huber@…>
score: Add Doxygen group for <sys/lock.h> mutexes
07:40 Changeset in rtems-central [c4a9be6] by Sebastian Huber <sebastian.huber@…>
spec: Move futex specification
00:07 Ticket #4518 (RTEMS and LibBSD both provide competing pipe() interfaces) closed by Chris Johns <chrisj@…>
fixed: In 2e5f808/rtems-libbsd: […]
00:00 Ticket #4475 (Add NFSv4 client support to libbsd) closed by Chris Johns
fixed

09/23/21:

23:57 Ticket #4507 (mount call retruns error number and it should return -1) closed by Chris Johns
wontfix: The current behavior is correct. The NFS mounter is not correct.
19:00 Changeset in rtems [ccd1c5e] by Kinsey Moore <kinsey.moore@…>
cpukit/aarch64: Use correct context register sets Context validation for AArch64 was ported from the ARM implementation without a reinterpretation of the actual requirements. The spcontext01 test just happened to pass because the set of scratch registers in ARM is a subset of the scratch registers in AArch64.
05:42 Changeset in rtems-libbsd [2e5f808]6-freebsd-12 by Chris Johns <chrisj@…>
rtemsbsd/syscalls: Remove pipe() - This call is provided by RTEMS and that is preferred Closes #4518
05:35 Changeset in rtems [82e22167] by Sebastian Huber <sebastian.huber@…>
score: Avoid dead code in thread queue surrender For uniprocessor configurations, this patch removes dead code in the _Thread_queue_Surrender() and _Thread_queue_Surrender_priority_ceiling() functions. Dead code is removed from _Thread_queue_Surrender_sticky().
05:29 Ticket #4518 (RTEMS and LibBSD both provide competing pipe() interfaces) created by Chris Johns
RTEMS provides a pipe() call in cpukit/libfs/src/pipe/pipe.c and …
03:31 Changeset in rtems-libbsd [d9dd59d]6-freebsd-12 by Chris Johns <chrisj@…>
rtemsbsd/open: Correctly open a mount directory - If the open is for a directory and it is the root of the mounted file system open from the pseudo's root node.

09/22/21:

21:17 Changeset in rtems [3fc641ab] by Kinsey Moore <kinsey.moore@…>
testsuite: Add machine exception resume test Add a test to verify that intercepted exceptions can be resolved and execution can be resumed.
20:16 Changeset in rtems-tools [ad116b6] by Ryan Long <ryan.long@…>
Explanations.h: Fix formatting
20:15 Changeset in rtems-tools [8cd3d1d] by Ryan Long <ryan.long@…>
Explanations.cc: Fix formatting
18:53 Changeset in rtems-tools [1875909] by Ryan Long <ryan.long@…>
Explanations: Convert to C++
08:48 Changeset in rtems-central [e3a2b9f] by Sebastian Huber <sebastian.huber@…>
spec: Test thread queue API change
04:43 Ticket #4514 (Support MVME2307 DEC Tulip driver) closed by Chris Johns <chrisj@…>
fixed: In afb3616/rtems-libbsd: […]
01:05 Ticket #4516 (Map LibBSD bus space to the PCI base address for motorola_powerpc BSP) closed by Chris Johns <chrisj@…>
fixed: In 99698fb/rtems: […]

09/21/21:

22:01 Changeset in rtems-tools [c62e9f1] by Ryan Long <ryan.long@…>
ExecutableInfo?.h: Fix formatting
21:57 Changeset in rtems-tools [0c0eec1] by Ryan Long <ryan.long@…>
ExecutableInfo?.cc: Fix formatting
21:56 Changeset in rtems [4a5a4145] by Zacchaeus Leung <zakthertemsdev@…>
improve the format error reporting on i386
18:15 Changeset in rtems-central [3756347] by Sebastian Huber <sebastian.huber@…>
validation: Fix skipping of transition variants
16:56 Changeset in rtems-docs [13092ff] by Ryan Long <ryan.long@…>
posix.rst: Add info for FreeBSD 13 Add list of additional packages needed to build RTEMS environment for FreeBSD 13.
11:34 Changeset in rtems [3fe0711] by Sebastian Huber <sebastian.huber@…>
score: Improve variable names in thread init
11:23 Changeset in rtems [c2f24048] by Sebastian Huber <sebastian.huber@…>
score: Simplify _Thread_Try_initialize() Move a code block to its own new function _Thread_Initialize_scheduler_and_wait_nodes(). Add comments.
09:36 Changeset in rtems-docs [7b289f6] by Chris Johns <chrisj@…>
user/testing: Add the %wait directive
08:25 Ticket #3250 (Remove Use of bsp_specs) closed by Sebastian Huber <sebastian.huber@…>
fixed: In db8f598/rtems: […]
07:58 Changeset in rtems-central [b22a800] by Frank Kühndel <frank.kuehndel@…>
spec: add unit tests for kern_tc.c Parts of the file cpukit/score/src/kern_tc.c are only executed by the POSIX API and certain device driver code. The space qualified code subset does not contain those features. This test exercises the code parts otherwise not reached in order to achieve full code coverage.
07:34 Changeset in rtems-tools [aa53a6f] by Chris Johns <chrisj@…>
tester/mvme2307: Add support for the MVME2307 (MVME2700) BSP - Assumes a stand alone TFTP server
07:33 Changeset in rtems-tools [59880c0] by Chris Johns <chrisj@…>
tester/wait: Add a wait directive to the tester - Lets you test with stand alone TFTP or other services
07:32 Changeset in rtems-tools [cfd5aa4] by Chris Johns <chrisj@…>
tester/exe: Adjust timeouts by the step size
06:27 Changeset in rtems-central [071e3e1] by Sebastian Huber <sebastian.huber@…>
spec: Test thread queue API change
05:37 Changeset in rtems [0499845] by Sebastian Huber <sebastian.huber@…>
arm/lpc24xx: Use common test definition file

09/20/21:

19:08 Ticket #4505 (posix_devctl() should return the errno directly not -1 and set errno) closed by Ryan Long <ryan.long@…>
fixed: In e9712e78/rtems: […]
18:37 Ticket #4506 (posix_devctl() should return the errno directly not -1 and set errno) closed by Ryan Long <ryan.long@…>
fixed: In 3951d4d/rtems: […]
14:33 Changeset in rtems-central [9d34d88] by Frank Kühndel <frank.kuehndel@…>
spec: Remove unused struct member
13:48 Changeset in rtems-central [3c60360] by Sebastian Huber <sebastian.huber@…>
spec: Generalize semaphore release
10:37 Changeset in rtems-central [b3f558d7] by Sebastian Huber <sebastian.huber@…>
spec: Improve mutex try seize specification
10:35 Changeset in rtems-central [8c4f3fc] by Sebastian Huber <sebastian.huber@…>
spec: Improve deadlock specification
07:28 Changeset in rtems-central [878b86d] by Sebastian Huber <sebastian.huber@…>
glossary: Add OMIP
06:07 Changeset in rtems-central [196cf4b] by Sebastian Huber <sebastian.huber@…>
spec: Update due to API changes
00:15 Ticket #4517 (Build failures for MacOS) created by Chris Johns
This ticket is a collection of the following archs that fail to build: …

09/19/21:

16:42 Ticket #4081 (Remove Autoconf/Automake based build system) closed by Joel Sherrill <joel@…>
fixed: In a178eba/rtems-source-builder: […]
01:23 Changeset in rtems [670a508] by Kinsey Moore <kinsey.moore@…>
bsps/gicv2: Allow BSPs to define IRQ attributes ARM's GICv2 is configurable and its attributes vary between implementations including omission of specific interrupts. This allows BSPs to accomodate those varying implementations with customized attribute sets.
01:13 Changeset in rtems [e3971de4] by Kinsey Moore <kinsey.moore@…>
testsuites/smpmulticast01: Enforce step ordering The order in which step checks for 1 and 2 are not rigidly defined and may actually occur in either order depending on how the threads execute. This waits for the job to complete to enforce the existing ordering.
01:09 Changeset in rtems [5ffc01f] by Kinsey Moore <kinsey.moore@…>
bsps/zynqmp: Use correct number of interrupts GICv2 can support up to 1024 interrupts, but ZynqMP hardware is only configured for 192 interrupts.

09/18/21:

13:14 Changeset in rtems-central [2b81226] by Sebastian Huber <sebastian.huber@…>
spec: Specify <sys/lock.h> mutexes
08:08 Ticket #4516 (Map LibBSD bus space to the PCI base address for motorola_powerpc BSP) created by Chris Johns
This provides the per BSP support for a split PCI address space in …
08:07 Ticket #4515 (Make [out/in] le and be calls conditional) created by Chris Johns
These calls clash with the Linux IO header in LibBSD. Making these …
07:46 Ticket #4514 (Support MVME2307 DEC Tulip driver) created by Chris Johns
Back port the MVME2307 patches from 6-freebsd-12 to support the …
02:05 Changeset in rtems [99698fb]5 by Chris Johns <chrisj@…>
powerpc/motorola_powerpc: Map LibBSD bus space to the PCI base address Closes #4516
02:05 Changeset in rtems [9e30a716] by Chris Johns <chrisj@…>
powerpc/motorola_powerpc: Map LibBSD bus space to the PCI base address

09/17/21:

19:38 Changeset in rtems-central [d03e133] by Frank Kühndel <frank.kuehndel@…>
spec: Unit tests Messge Queue Handler
16:19 Changeset in rtems-central [c72a312] by Sebastian Huber <sebastian.huber@…>
spec: Specify timeout with priority inherit
13:07 Changeset in rtems-central [04685df] by Sebastian Huber <sebastian.huber@…>
spec: Specify priority change detail
11:03 Changeset in rtems-central [67072d2] by Sebastian Huber <sebastian.huber@…>
spec: Use T_now_tick()
09:28 Changeset in rtems-central [a5fd743] by Sebastian Huber <sebastian.huber@…>
spec: Specify one scheduler fatal error
07:30 Changeset in rtems [a6636d9] by Sebastian Huber <sebastian.huber@…>
libtest: Improve T_now_tick() The T_now_tick() is a fall back time measurement using the CPU counter in case no Clock Driver is configured. Some CPU counter may overflow during the test execution. Accumulate the elapsed time to reduce the chance of CPU counter overflows.
06:54 Changeset in rtems [59537c9] by Sebastian Huber <sebastian.huber@…>
score: SCHEDULER_OPERATION_DEFAULT_GET_SET_AFFINITY Rename SCHEDULER_OPERATION_DEFAULT_GET_SET_AFFINITY in SCHEDULER_DEFAULT_SET_AFFINITY_OPERATION. Add Doxygen comment.
06:49 Changeset in rtems [3291b2a] by Sebastian Huber <sebastian.huber@…>
score: Ensure only one CPU if required Issue the new fatal SMP error SMP_FATAL_SCHEDULER_REQUIRES_EXACTLY_ONE_PROCESSOR if the system starts with not exactly one processor and an uniprocessor scheduler is configured.
06:30 Changeset in rtems [cd198a5] by Sebastian Huber <sebastian.huber@…>
score: Remove unused default scheduler ops If SMP support is enabled and the system has exactly one processor, then it may use an uniprocessor scheduler. The ask for help, reconsider help request, and withdraw node operations can be NULL in this case, since they are only used if a thread has at least one helping scheduler node. At least two schedulers are required to get a helping node and each scheduler involved must own at least one processor. This is not possible on a system with exactly one processor.
06:12 Changeset in rtems [0036ddf] by Sebastian Huber <sebastian.huber@…>
score: Provide two thread pin/unpin defaults The uniprocessor schedulers do not support systems with more than more processors. So they rivially support thread pinning and thus the SMP_FATAL_SCHEDULER_PIN_OR_UNPIN_NOT_SUPPORTED cannot happen. Add a second default implementation for SMP schedulers which do not support thread pinning. Change license to BSD-2-Clause according to file history and re-licensing agreement. Update #3053.
05:57 Changeset in rtems [92b9f65] by Sebastian Huber <sebastian.huber@…>
score: SCHEDULER_OPERATION_DEFAULT_ASK_FOR_HELP Rename SCHEDULER_OPERATION_DEFAULT_ASK_FOR_HELP in SCHEDULER_DEFAULT_SMP_OPERATIONS. Add a Doxygen comment.
Note: See TracTimeline for information about the timeline view.