Timeline



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.

09/16/21:

19:26 Changeset in rtems-source-builder [a178eba] by Joel Sherrill <joel@…>
Remove automake/autoconf from rtems 6 tools These are unneeded with the waf build system. Closes #4081.
17:30 Ticket #4451 (DesiredSymbols: Implement move assignment operator) closed by Ryan Long
wontfix
16:55 Changeset in rtems-central [f256d34] by Frank Kühndel <frank.kuehndel@…>
spec: Add STATIC_ANALYSIS and NOINIT specs This specification is up to date for ./cpukit/include/rtems/score/basedefs.h with commit 9e13cbe8721e725c67d2d8bd16df66265c39a75b
14:53 Changeset in rtems-central [1926cec] by Sebastian Huber <sebastian.huber@…>
spec: Thread pin/unpin with only one CPU
12:34 Changeset in rtems-central [279d1a8] by Sebastian Huber <sebastian.huber@…>
spec: Add missing file
12:33 Changeset in rtems-central [afe410e] by Sebastian Huber <sebastian.huber@…>
spec: Fix interface domain name
07:43 Ticket #4513 (Document parts of the Cache Manager in the Classic API Guide) closed by Sebastian Huber
fixed: The documentation was updated.
07:40 Changeset in rtems-central [971dea8] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems-docs
07:37 Ticket #4508 (rtems_message_queue_receive(): flush() does not release waiting tasks) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 7afc7a0/rtems-docs: […]
07:33 Changeset in rtems-central [9259923] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems

09/15/21:

19:11 Changeset in rtems-central [be254b4] by Sebastian Huber <sebastian.huber@…>
spec: Use external references for interfaces
15:44 Changeset in rtems-docs [28188d4] by Sebastian Huber <sebastian.huber@…>
c-user: Fix use of lower and higher priority
15:42 Changeset in rtems-central [4cd035a] by Sebastian Huber <sebastian.huber@…>
glossary: Swap lower and higher priority items
14:02 Changeset in rtems-central [f14d304] by Sebastian Huber <sebastian.huber@…>
spec: Add and use /dev/if/domain
14:02 Changeset in rtems-central [4bbde5a] by Sebastian Huber <sebastian.huber@…>
spec: Clarify /c/if/domain
13:53 Changeset in rtems-central [c1fb074] by Sebastian Huber <sebastian.huber@…>
spec: Fix interface placement
13:46 Changeset in rtems-central [4ccf113] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
13:43 Changeset in rtems-central [fc14d39] by Sebastian Huber <sebastian.huber@…>
spec: Add unit test example
11:56 Changeset in rtems [1567d927] by Sebastian Huber <sebastian.huber@…>
rtems: Add header files to Doxygen groups
11:41 Changeset in rtems-central [0cac2f9] by Sebastian Huber <sebastian.huber@…>
spec: Use design groups
11:38 Changeset in rtems [79efc81a] by Sebastian Huber <sebastian.huber@…>
rtems: Move Doxygen group definition Move the definition of the top-level Classic API implementation group to an implementation header file.
10:46 Changeset in rtems-central [00ee27d] by Sebastian Huber <sebastian.huber@…>
spec: Move _CPU_Fatal_halt() item Add a validation by inspection.
10:34 Changeset in rtems-central [dcecde1] by Sebastian Huber <sebastian.huber@…>
specview.py: Improve no-validation filter
09:55 Changeset in rtems-docs [7afc7a0] by Sebastian Huber <sebastian.huber@…>
rtems: Fix message manager documentation Correct the description of the count parameter of rtems_message_queue_flush(). Close #4508.
09:44 Changeset in rtems [dbb7c956] by Sebastian Huber <sebastian.huber@…>
rtems: Fix message manager documentation Correct the description of the count parameter of rtems_message_queue_flush(). Update #4508.
09:42 Changeset in rtems-central [ee6caaa] by Sebastian Huber <sebastian.huber@…>
spec: Fix rtems_message_queue_flush() docs
08:58 Changeset in rtems-central [861f3ad] by Sebastian Huber <sebastian.huber@…>
spec: Fix futex specification
08:56 Changeset in rtems-central [b65856c] by Sebastian Huber <sebastian.huber@…>
spec: Generalize requirement references
06:04 Changeset in rtems-central [aa1ec76] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
05:59 Changeset in rtems-central [0af23e1] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems-docs
05:36 Changeset in rtems [fe818cd] by Sebastian Huber <sebastian.huber@…>
rtems: Fix message manager documentation Remove bogus return status from rtems_message_queue_receive(). Clarify rtems_message_queue_flush(). Update #4508.

09/14/21:

17:18 Changeset in rtems-docs [5fdc744] by Sebastian Huber <sebastian.huber@…>
c-user: Clarify task priorities
15:48 Changeset in rtems-docs [6198c49] by Sebastian Huber <sebastian.huber@…>
c-user: Fix message manager documentation Remove bogus return status from rtems_message_queue_receive(). Clarify rtems_message_queue_flush(). Close #4508.
15:40 Changeset in rtems-central [d579832] by Sebastian Huber <sebastian.huber@…>
spec: Fix message manager documentation Remove bogus return status from rtems_message_queue_receive(). Clarify rtems_message_queue_flush().
15:17 Changeset in rtems-tools [c6870de] by Ryan Long <ryan.long@…>
check.py: Fix incorrect use of os.linesep Replaced a couple of calls to os.linesep() with os.linesep because os.linesep() does not exist.
13:58 Changeset in rtems-docs [c81e148] by Sebastian Huber <sebastian.huber@…>
c-user: Define lower and higher priority
13:04 Changeset in rtems-central [93ceaf9] by Sebastian Huber <sebastian.huber@…>
score: Fix priority inheritance flush test
12:58 Changeset in rtems-central [dbfe1c69] by Sebastian Huber <sebastian.huber@…>
spec: Fix enabled-by for some fatal errors
12:32 Changeset in rtems-central [2c4e35b] by Sebastian Huber <sebastian.huber@…>
spec: Fix variable substitution
07:18 Changeset in rtems-tools [dac7ef2] by Chris Johns <chrisj@…>
tester/tftp: Fix recovery of timed out TFTP sessions - Add support to retry the tftp session if the target has not started - Add target handlers for the test directives to allow recovery on error
07:06 Changeset in rtems-tools [ad7b862] by Chris Johns <chrisj@…>
tester: Simplify the console data handling
06:15 Changeset in rtems-docs [0bc62ee] by Sebastian Huber <sebastian.huber@…>
c-user: Clarify rtems_extension_create()
05:53 Ticket #4504 (RTEMS6 has incorrect code generation for stm32f4 bsp) closed by Sebastian Huber <sebastian.huber@…>
fixed: In af722b7/rtems: […]
05:30 Changeset in rtems [af722b7] by Sebastian Huber <sebastian.huber@…>
bsps/arm: Fix ABI flags for Cortex-M4 Close #4504.

09/13/21:

13:58 Changeset in rtems-central [51213a3] by Sebastian Huber <sebastian.huber@…>
content: Add default for optional parameters
13:05 Changeset in rtems-central [415e8e2] by Sebastian Huber <sebastian.huber@…>
validation: Fix pre-condition state handling
12:28 Changeset in rtems-central [5631f88] by Sebastian Huber <sebastian.huber@…>
validation: Fix transition variants skip
07:53 Changeset in rtems-central [b048c75] by Sebastian Huber <sebastian.huber@…>
spec: Improve mutex seize specification
07:53 Changeset in rtems-central [8b4f848] by Sebastian Huber <sebastian.huber@…>
glossary: Priorities
06:27 Changeset in rtems-docs [04bf6a7] by Sebastian Huber <sebastian.huber@…>
eng: Fix wording in specification items
06:14 Changeset in rtems-central [9bd6ca9] by Sebastian Huber <sebastian.huber@…>
specdoc: Fix wording

09/10/21:

14:26 Changeset in rtems-docs [9dd6135] by Sebastian Huber <sebastian.huber@…>
eng: Add interface params/return to typedefs Update #3715.
14:25 Changeset in rtems-docs [7b2b1b4] by Sebastian Huber <sebastian.huber@…>
eng: Simplify interface return specification Update #3715.
14:22 Changeset in rtems-docs [2df0d64] by Sebastian Huber <sebastian.huber@…>
eng: Add hidden interface group membership Update #3715.
14:21 Changeset in rtems-docs [60e08fd] by Sebastian Huber <sebastian.huber@…>
eng: Make interface definitions optional Update #3715.
12:14 Changeset in rtems-central [249cfa1] by Sebastian Huber <sebastian.huber@…>
spec: Specify register block specification
12:14 Changeset in rtems-central [cfb295c] by Sebastian Huber <sebastian.huber@…>
spec: Fix some attributes
11:33 Changeset in rtems [c274009d] by Sebastian Huber <sebastian.huber@…>
build: Remove invalid attributes
08:36 Changeset in rtems-docs [023f609] by Sebastian Huber <sebastian.huber@…>
c-user: Add "Cache Manager" chapter The Cache Manager directives are available via <rtems.h>. Document most of them in the Classic API Guide. Not documented are the following directive since the API is not yet stable: * rtems_cache_coherent_allocate() * rtems_cache_coherent_free() * rtems_cache_coherent_add_area() Not documented are the following directive since the directives are not implemented on maintained platforms: * rtems_cache_freeze_data() * rtems_cache_freeze_instruction() * rtems_cache_unfreeze_data() * rtems_cache_unfreeze_instruction() Close #4513.
08:29 Ticket #4513 (Document parts of the Cache Manager in the Classic API Guide) created by Sebastian Huber
The Cache Manager directives are available via <rtems.h>. Document …

09/09/21:

14:41 Changeset in rtems-central [ccf334e] by Sebastian Huber <sebastian.huber@…>
interface: Simplify return attribute
14:36 Changeset in rtems-central [4c2144f] by Sebastian Huber <sebastian.huber@…>
interface: Add parameters and return to typedefs
13:29 Changeset in rtems-central [94d88e4] by Sebastian Huber <sebastian.huber@…>
spec: Document the user extension manager
13:16 Ticket #4512 (Count of postponed jobs is not set to zero for a newly created ...) closed by Sebastian Huber <sebastian.huber@…>
fixed: In ff94ddc/rtems: […]
13:15 Ticket #4512 (Count of postponed jobs is not set to zero for a newly created ...) created by Sebastian Huber
Cloned from #4511: ---- rtems_rate_monotonic_get_status() returns an …
13:08 Ticket #4511 (Count of postponed jobs is not set to zero for a newly created ...) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 82a61af/rtems: […]
13:03 Changeset in rtems [82a61af] by Sebastian Huber <sebastian.huber@…>
rtems: Initialize count of postponed jobs The rtems_rate_monotonic_get_status() directive returns an arbitrary number for the count of postponed jobs if it is called for a newly created period object. Set the count of postponed jobs to zero during object creation. Close #4511.
13:03 Changeset in rtems [ff94ddc]5 by Sebastian Huber <sebastian.huber@…>
rtems: Initialize count of postponed jobs The rtems_rate_monotonic_get_status() directive returns an arbitrary number for the count of postponed jobs if it is called for a newly created period object. Set the count of postponed jobs to zero during object creation. Close #4512.
13:03 Changeset in rtems-central [67b229d] by Sebastian Huber <sebastian.huber@…>
spec: Fix rtems_rate_monotonic_get_status() test
13:00 Ticket #4511 (Count of postponed jobs is not set to zero for a newly created ...) created by Sebastian Huber
rtems_rate_monotonic_get_status() returns an arbitrary number for the …
08:44 Changeset in rtems-source-builder [7f7f00d] by Chris Johns <chrisj@…>
6/rtems-tools: Update to rtems-test TFTP timeout fixes - Fix the 6/rtems-tools build set to use the correct tools version. - Tools version: 40a7058bd4d7681ca6be7a14f09a1275ea4fbde4
08:43 Changeset in rtems-central [2d4c4a2] by Sebastian Huber <sebastian.huber@…>
transitionmap: Fix pre-condition summary
07:06 Changeset in rtems-central [c34a930] by Sebastian Huber <sebastian.huber@…>
spec: Specify semaphore obtain timeouts

09/08/21:

20:22 Ticket #4271 (Add common malloc family extension method malloc_usable_size()) closed by Joel Sherrill
duplicate: Duplicate of #4503
12:35 Changeset in rtems-central [4644a83] by Sebastian Huber <sebastian.huber@…>
spec: Document the cache manager
11:57 Changeset in rtems-central [67ad8f7] by Sebastian Huber <sebastian.huber@…>
spec: Add requirement texts
11:51 Changeset in rtems-central [82da385] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
07:21 Changeset in rtems-central [338ff25] by Sebastian Huber <sebastian.huber@…>
spec: Specify MrsP special case
06:51 Changeset in rtems [f3df0935] by Christian Mauderer <christian.mauderer@…>
bsps/imxrt1052: PLL config based on speed grade
06:27 Changeset in rtems-central [e7c122c] by Sebastian Huber <sebastian.huber@…>
spec: Specify bad sticky thread queue enqueue

09/07/21:

23:19 Changeset in rtems-libbsd [715e29f]6-freebsd-12 by Chris Johns <chrisj@…>
freebsd/libc/rpc: Fix the fgets emulation for the internal netconfig support
16:46 Changeset in rtems-source-builder [55574f8] by Joel Sherrill <joel@…>
rtems-tools-6.cfg: Correct checksum missing in previous patch
13:13 Changeset in rtems-central [3cd32df] by Sebastian Huber <sebastian.huber@…>
spec: Fix fatal error specification
13:05 Changeset in rtems-central [248df1d] by Frank Kühndel <frank.kuehndel@…>
spec: Update message manager specification
12:59 Changeset in rtems-central [c7e73b5] by Sebastian Huber <sebastian.huber@…>
spec: Fix sporadic test failures
11:56 Changeset in rtems [6b293904] by Sebastian Huber <sebastian.huber@…>
validation: Test Task Manager The test source code is generated from specification items by the "./spec2modules.py" script contained in the git://git.rtems.org/rtems-central.git Git repository. Please read the "How-To" section in the "Software Requirements Engineering" chapter of the RTEMS Software Engineering manual to get more information about the process. Update #3716.
11:56 Changeset in rtems [32e472a7] by Sebastian Huber <sebastian.huber@…>
validation: Test Signal Manager The test source code is generated from specification items by the "./spec2modules.py" script contained in the git://git.rtems.org/rtems-central.git Git repository. Please read the "How-To" section in the "Software Requirements Engineering" chapter of the RTEMS Software Engineering manual to get more information about the process. Update #3716.
11:55 Changeset in rtems-central [b71c41d] by Sebastian Huber <sebastian.huber@…>
spec: Reorganize test suites
07:31 Changeset in rtems-central [f37d7e9] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_semaphore_flush()
07:00 Changeset in rtems-central [e5ea4be] by Sebastian Huber <sebastian.huber@…>
spec: Specify message storage free handler
06:37 Changeset in rtems-central [53ba7fb] by Sebastian Huber <sebastian.huber@…>
spec: Simplify message queue construct
06:24 Changeset in rtems-central [8f73057] by Sebastian Huber <sebastian.huber@…>
spec: Improve timer order test
06:13 Changeset in rtems-central [1481d95] by Sebastian Huber <sebastian.huber@…>
spec: Improve TLS specification
04:37 Changeset in rtems-tools [40a7058] by Chris Johns <chrisj@…>
tester/zynqmp: Simpify the reasons to reset - Only reset if the bootloader error is hardware related.
04:25 Changeset in rtems-tools [e730a2d] by Chris Johns <chrisj@…>
tester/tftp: Fix prptocol timeout handling - Change some of the notification messages
04:09 Changeset in rtems-tools [c73fa16] by Chris Johns <chrisj@…>
tester/telnet: Only reopen once a second - Limit the reopen to once a second - Make sure the socket is closed when reopening
04:04 Changeset in rtems-tools [cb969f3] by Chris Johns <chrisj@…>
misc/tftprpoxy: Correctly scale the protocol timeout - Fix data decoding - Fix get MAC call
03:16 Changeset in rtems [0490be70] by Alex White <alex.white@…>
testsuites: Wrap putchar The linker flag to wrap putchar was lost in translation from make to waf.

09/06/21:

22:08 Changeset in rtems [7846249e] by Alexander V. Chernikov <melifaro@…>
routing: fix source address selection rules for IPv4 over IPv6. Current logic always selects an IFA of the same family from the outgoing interfaces. In IPv4 over IPv6 setup there can be just single non-127.0.0.1 ifa, attached to the loopback interface. Create a separate rt_getifa_family() to handle entire ifa selection for the IPv4 over IPv6. Differential Revision: https://reviews.freebsd.org/D31868 MFC after: 1 week
20:02 Changeset in rtems-source-builder [0960c26] by Joel Sherrill <joel@…>
rtems-tools-6.cfg: Bump hash to include fixes for clang Hash: 9d399df4ef0050e9c190b38217b0e5d27dd0be72
14:21 Changeset in rtems-central [60d295a] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
14:00 Changeset in rtems-central [9797da6] by Sebastian Huber <sebastian.huber@…>
spec: Improve thread pinning test case
13:38 Changeset in rtems-central [44cf7af] by Sebastian Huber <sebastian.huber@…>
spec: Specifiy timer fire order
12:21 Changeset in rtems-central [1eba46e] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
11:21 Changeset in rtems-central [2944697] by Sebastian Huber <sebastian.huber@…>
spec: Take TOD hooks into account
10:57 Changeset in rtems-central [833ef156] by Sebastian Huber <sebastian.huber@…>
spec: Adjust to new latest valid time of day
10:30 Changeset in rtems-central [43004fa] by Sebastian Huber <sebastian.huber@…>
spec: Use TEST_MINIMUM_STACK_SIZE
10:30 Changeset in rtems-central [debee86] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems-docs
10:27 Ticket #4338 (rtems_clock_set(): Cannot set future dates later than approximately 2105) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 081ec5d/rtems-docs: […]

09/05/21:

07:54 Changeset in rtems-tools [87cc567] by Chris Johns <chrisj@…>
tester/zynqmp: Limit the restarts to 3
07:51 Changeset in rtems-tools [9d880d7] by Chris Johns <chrisj@…>
tester: Count tester header errors - Remove the hard tester error and count the header errors.
Note: See TracTimeline for information about the timeline view.