Timeline



08/31/21:

20:01 Ticket #4510 (Fix ILP32 multilib variant in newlib for AArch64) created by Ryan Long
This flag is needed to force the generation of AArch64 assembly from C …
13:18 Changeset in rtems-central [cc2b4aa] by Sebastian Huber <sebastian.huber@…>
spec: Specify futex operations
12:26 Changeset in rtems [ce8f31c] by Sebastian Huber <sebastian.huber@…>
score: Document Futex Handler The behaviour of the futex operations is defined by Linux: https://man7.org/linux/man-pages/man2/futex.2.html Use EAGIN instead of EWOULDBLOCK to be in line with the Linux man page. These error numbers have the same value in Newlib. Using the same error numbers helps to avoid confusion. When you look at the history of the Linux man page you see that they replaced EWOULDBLOCK with EAGAIN over time. At the time of the RTEMS futex implementation they used EWOULDBLOCK.
11:11 Changeset in rtems [a8235fe] by Sebastian Huber <sebastian.huber@…>
rtems: Fix partitions with RTEMS_MULIPROCESSING Replace call to removed _Partition_Free() with a call to _Objects_Free().
11:00 Changeset in rtems [ac9f115b] by Sebastian Huber <sebastian.huber@…>
score: Remove _Thread_queue_Unblock_critical() This function was only used in one place. Replace it with a call to _Thread_queue_Resume().
10:42 Changeset in rtems [317774c] by Sebastian Huber <sebastian.huber@…>
score: Remove _Thread_queue_First_locked() The _Thread_queue_First_locked() was only used in one place. Move the code of this inline function to this place.
10:20 Projects/GraphicsToolkit edited by Jan Doležal
update links of framebuffer files after the bsps moved within the source tree (diff)
09:03 Changeset in rtems [d9249c9] by Sebastian Huber <sebastian.huber@…>
score: Fix blocking message queue receive In order to ensure FIFO fairness across schedulers, the thread queue surrender operation must be used to dequeue a thread from the thread queue. The thread queue extract operation is intended for timeouts. Add _Thread_queue_Resume() which may be used to make extracted or surrendered threads ready again. Remove the now unused _Thread_queue_Extract_critical() function. Close #4509.
08:46 Changeset in rtems-libbsd [7e282d2]6-freebsd-12 by Chris Johns <chrisj@…>
rtemsbsd/nfs: Add support to mount NFSv2 - NFSv2 requires userland RPC calls to determine the version of NFS and the FH. This is passed to the kernel. - Port more libc/rpc. Update #4475
08:18 Ticket #4509 (Message queue priority dicipline is broken in SMP configurations) created by Sebastian Huber
The message queue handler uses the thread queue extract operation to …
05:27 Changeset in rtems-central [f6659c1c] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
05:10 Changeset in rtems-central [ab92ddc] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems-docs

08/30/21:

17:31 Changeset in rtems [b0f13f3] by Sebastian Huber <sebastian.huber@…>
psxtests/psxconfstr: Fix test case Update #3373.
16:12 Changeset in rtems [25b0fdd] by Sebastian Huber <sebastian.huber@…>
score: Update priority only if necessary In _Thread_queue_Flush_critical(), update the priority of the thread queue owner only if necessary. The scheduler update priority operation could be expensive.
14:27 Changeset in rtems-central [48ce03a] by Sebastian Huber <sebastian.huber@…>
spec: Add conditional build dependencies
14:21 Changeset in rtems-central [b1dd795] by Sebastian Huber <sebastian.huber@…>
spec: Document build option
14:21 Ticket #4508 (rtems_message_queue_receive(): flush() does not release waiting tasks) created by Frank Kuehndel
The RTEMS Classic API Guide
08:54 Changeset in rtems-source-builder [a1f7b3b] by Sebastian Huber <sebastian.huber@…>
6: Back port v5 of gcov_info_to_gcda() to GCC 10 Update #4196.

08/28/21:

08:04 Ticket #4507 (mount call retruns error number and it should return -1) created by Chris Johns
The mount call should return -1 for an any error with the errno

08/23/21:

17:58 Changeset in rtems [7792ab8] by Stephen Clark <stephen.clark@…>
bsps/zynqmp: Added I2C support for ZynqMP Added I2C drivers for ZynqMP and updated build system accordingly.
17:53 Changeset in rtems [73c182a] by Stephen Clark <stephen.clark@…>
bsps/zynq: Moved general i2c files to shared directories Certain files related to the Zynq BSP's I2C driver are useable by the ZynqMP BSP as well. Moved these files to shared directory in anticipation of I2C support for ZynqMP.
16:43 Changeset in rtems [3951d4d] by Ryan Long <ryan.long@…>
pxcdevctl: Adjust for standard psxdevctl is supposed to return the value in errno. Before, it was returning -1 and setting errno. Changed the tests to reflect these changes. Added code from RRADE's posix_devctl.c. Closes #4506
16:43 Changeset in rtems [e9712e78]5 by Ryan Long <ryan.long@…>
pxcdevctl: Adjust for standard (5 branch) psxdevctl is supposed to return the value in errno. Before, it was returning -1 and setting errno. Changed the tests to reflect these changes. Added code from RRADE's posix_devctl.c. Closes #4505
16:00 Changeset in rtems-tools [323007a] by Alex White <alex.white@…>
tester: Add MicroBlaze? KCU105 QEMU BSP
15:25 Changeset in rtems-tools [00213f4] by Ryan Long <ryan.long@…>
GcovData?.cc: Remove ampersands where not needed Removed some ampersands that were left in on accident.

08/21/21:

02:49 Changeset in rtems [8f3973f] by Chris Johns <chrisj@…>
libmisc/shell: Check the shell command pointers when adding a command
02:46 Changeset in rtems [4dc81f65] by Chris Johns <chrisj@…>
libmisc/fdt: fix node initialise error with RTEMS_DEBUG

08/20/21:

19:24 Ticket #4506 (posix_devctl() should return the errno directly not -1 and set errno) created by Joel Sherrill
The RTEMS implementation of posix_devctl() from POSIX 1003.26 does not …
19:23 Ticket #4505 (posix_devctl() should return the errno directly not -1 and set errno) created by Joel Sherrill
The RTEMS implementation of posix_devctl() from POSIX 1003.26 does not …
17:47 Ticket #4486 (TraceWriterQEMU.cc: String not null terminated issue spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In f316d16/rtems-tools: […]
17:47 Ticket #4485 (GcovData.cc: Out-of-bounds acces errors spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In 0ab060f/rtems-tools: […]
14:54 TBR/UserApp/RTEMSApplications edited by Jonathan Brandmeyer
(diff)

08/19/21:

23:07 Ticket #4504 (RTEMS6 has incorrect code generation for stm32f4 bsp) created by Andrei Chichak
I'm working with the master head targeting arm/stm32f4 for RTEMS 6. I …
22:40 Ticket #4503 (Add glibc malloc family extension malloc_usable_size()) created by Joel Sherrill
RTEMS already has this functionality so it should not be hard to …
20:30 Changeset in rtems-tools [5519a63] by Ryan Long <ryan.long@…>
rld-rapp.cpp: Add catch for exception CID 1471643: Uncaught exception Closes #4502
19:29 Changeset in rtems-tools [234c19e] by Ryan Long <ryan.long@…>
TraceConverter?.cc: Add catch for exception CID 1471639: Uncaught exception Closes #4501
19:26 Ticket #4502 (rld-rap.cpp: Uncaught exception issue spotted by Coverity) created by Ryan Long
CID 1471643: Uncaught exception […]
19:21 Ticket #4501 (TraceConverter.cc: Uncaught exception issue spotted by Coverity) created by Ryan Long
CID 1471639: Uncaught exception […]
17:38 Changeset in rtems-tools [70088f6] by Ryan Long <ryan.long@…>
TraceWriterQEMU.cc: Initialize header._pad CID 1506204: Uninitialized scalar variable Closes #4488
13:20 Changeset in rtems-central [9f4f0ce] by Frank Kühndel <frank.kuehndel@…>
spec: Partially specify message manager
03:35 Changeset in rtems-source-builder [b3786d7] by Alex White <alex.white@…>
rsb: Add MicroBlaze? tools

08/18/21:

22:47 Changeset in rtems [de14073] by Chris Johns <chrisj@…>
aarch64/versal: Enable TX and RX FIFOs - Wait for the tx holding register to empty in a tx flush
20:08 Changeset in rtems [a12144e] by Miklos Szeredi <mszeredi@…>
vfs: add rcu argument to ->get_acl() callback Add a rcu argument to the ->get_acl() callback to allow get_cached_acl_rcu() to call the ->get_acl() method in the next patch. Signed-off-by: Miklos Szeredi <mszeredi@…>
18:53 Changeset in rtems-tools [2cf693a] by Ryan Long <ryan.long@…>
rld-dwarf.cpp: Initialize member variables Initialize member variables not listed. CID 1503019: Uninitialized scalar field. Closes #4500
15:12 Ticket #4500 (rld-dwarf.cpp: Uninitialized scalar field) created by Ryan Long
CID 1503019: Uninitialized scalar field […]
14:47 Changeset in rtems-tools [7ccbcd89] by Ryan Long <ryan.long@…>
GcovData?.cc: Initialize gcnoPreamble CID 1506206: Uninitialized scalar field Closes #4487
14:26 Ticket #3373 (add confstr() method) closed by Eshan dhawan <eshandhawan51@…>
fixed: In 574cd83/rtems: […]
13:40 Ticket #4499 (rtems-exeinfo.cpp: Uninitialized scalar field error spotted by Coverity) created by Ryan Long
CID 1471637: Uninitialized scalar field […]
13:34 Changeset in rtems-tools [1d4edfb] by Ryan Long <ryan.long@…>
rtems-exeinfo.cpp: Initialize byteorder CID 1471637: Uninitialized scalar field Closes #4499
13:13 Changeset in rtems-source-builder [31055f2] by Joel Sherrill <joel@…>
rtems-tools-6.cfg: Bump to latest hash. Latest is 632414dc0f2976cc3ce0267d0c51aeb7c4de1e14
13:12 Changeset in rtems-source-builder [fd31a30] by Joel Sherrill <joel@…>
rtems-gcc-10-newlib-head.cfg: Bump to latest hash (4f81149)
09:27 Changeset in rtems-docs [d223ec9] by Sebastian Huber <sebastian.huber@…>
eng: Document use of BSP family for defaults Update #4468.

08/17/21:

15:32 Changeset in rtems-central [2085243] by Sebastian Huber <sebastian.huber@…>
validation: Add ${.:/test-context-type} Add and use ${.:/test-context-type} and ${.:/test-context-instance} substitutions.
15:27 Changeset in rtems-central [a6bba0d] by Sebastian Huber <sebastian.huber@…>
spec: Move TQ get owner to base context
15:02 Ticket #4498 (libelftc_dem_gnu3.c: Resource leak spotted by Coverity) created by Ryan Long
Upstream issue https://sourceforge.net/p/elftoolchain/tickets/607/
14:57 Ticket #4497 (libelftc_dem_gnu2.c: Resource leak spotted by Coverity) created by Ryan Long
Upstream ticket https://sourceforge.net/p/elftoolchain/tickets/607/
14:51 Ticket #4496 (libelftc_dem_arm.c: Resource leak spotted by Coverity) created by Ryan Long
Upstream ticket https://sourceforge.net/p/elftoolchain/tickets/607
14:11 Changeset in rtems-tools [0ab060f] by Ryan Long <ryan.long@…>
GcovData?.cc: Fix out-of-bounds access errors Adjusted number of bytes to be read, removed length variable CID 1506208: Out-of-bounds access CID 1506209: Out-of-bounds access Closes #4485
11:46 Changeset in rtems [30570b4] by Sebastian Huber <sebastian.huber@…>
smpfatal01: Fix test time out on sparc/leon3 End the test on the processor which triggers the test condition. This avoids endless power down loops in the sparc/leon3 BSP.
10:58 Ticket #4495 (rtems-tools does not build with up-to-date llvm) closed by Christian Mauderer <christian.mauderer@…>
fixed: In c7870f6/rtems-source-builder: […]
10:58 Changeset in rtems-source-builder [c7870f6]5 by Christian Mauderer <christian.mauderer@…>
rtems-tools: Pick up fix for modern llvm Closes #4495
08:45 Changeset in rtems [522db76a] by Chris Johns <chrisj@…>
cpukit/mghttpd: Support all descriptors in select - Support all possible descriptors in a select call. Borrowed from Christain and his mDNS change in LibBSD - If select (or poll) fails pause for a bit rather than locking up in a hard loop
08:26 Changeset in rtems-central [6dfe4e0] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
08:13 Changeset in rtems-central [520bc152] by Sebastian Huber <sebastian.huber@…>
validation: Simplify mapper customization
07:57 Changeset in rtems [691d0ed] by Chris Johns <chrisj@…>
arm/xilinx: Fix zynq-uart interrupt receive - Trigger on a single character entering the RX FIFO - Disable the RX timeout - Send up to a FIFO full of data
07:37 Changeset in rtems-central [b8ef80b] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
07:35 Changeset in rtems-central [41ca85e] by Sebastian Huber <sebastian.huber@…>
spec2modules.py: Add target files option
06:39 Ticket #4495 (rtems-tools does not build with up-to-date llvm) created by Christian Mauderer
On the 5 branch of the rtems-source-builder, rtems-tools can't be …
Note: See TracTimeline for information about the timeline view.