Timeline



09/06/17:

12:41 Ticket #2944 (FAT data corruption during unmount()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In a3199d91/rtems: […]
12:30 Changeset in rtems [4d495cf]5 by Sebastian Huber <sebastian.huber@…>
dosfs: Fix fat_file_update() Do not update the non-existant meta-data of the root directory. Update #2944.
12:30 Changeset in rtems [a3199d91]4.11 by Sebastian Huber <sebastian.huber@…>
dosfs: Fix fat_file_update() Do not update the non-existant meta-data of the root directory. Close #2944.
12:10 Ticket #2964 (fat: msdos_find_file_in_directory(..) doesn't reset LFN search ...) closed by Sebastian Huber <sebastian.huber@…>
fixed: In a76c31e1/rtems: […]
11:58 Changeset in rtems [a2c204eb]5 by Sebastian Huber <sebastian.huber@…>
dosfs: Fix find name next entry preparation Update #2964.
11:58 Changeset in rtems [a76c31e1]4.11 by Sebastian Huber <sebastian.huber@…>
dosfs: Fix find name next entry preparation Close #2964.
11:24 Ticket #2987 (fat: msdos_dir_read(..) doesn't reset conversion output string length) closed by Sebastian Huber <sebastian.huber@…>
fixed: In e1c3dc09/rtems: […]
11:19 Changeset in rtems [34dda604]5 by Sebastian Huber <sebastian.huber@…>
dosfs: Fix msdos_dir_read() Set a proper name buffer length for each converter invocation. Update #2987.
11:19 Changeset in rtems [e1c3dc09]4.11 by Sebastian Huber <sebastian.huber@…>
dosfs: Fix msdos_dir_read() Set a proper name buffer length for each converter invocation. Close #2987.
08:21 Ticket #3003 (FAT does not support clusters bigger than 32K) closed by Sebastian Huber <sebastian.huber@…>
fixed: In fae59c9/rtems: […]
08:12 Changeset in rtems [fae59c9]5 by Sebastian Huber <sebastian.huber@…>
dosfs: Support a cluster size of 64KiB Close #3003.
06:54 Changeset in rtems [bdbf1ffa]5 by Sebastian Huber <sebastian.huber@…>
Implement clock() Newlib uses _times_r() in clock(). The problem is that the _times_r() clock frequency is defined by sysconf(_SC_CLK_TCK). The clock frequency of clock() is the constant CLOCKS_PER_SEC. FreeBSD uses getrusage() for clock(). Since RTEMS has only one process, the implementation can be simplified. Update #3121.
06:15 Ticket #3121 (clock() implementation in Newlib is broken) created by Sebastian Huber
Newlib uses _times_r() in clock(). The problem is that the _times_r() …
05:43 Ticket #2135 (times() and _times() are subject to integer overflows) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 731e68a3/rtems: […]
05:42 Changeset in rtems [f7f420e]5 by Christian Mauderer <Christian.Mauderer@…>
bsp/atsam: Fix MPU sections. The nocache section has been hard coded which could lead to problems when a bigger region should be used. Fix that. The internal SRAM has not been set up correctly. A duplicate external SDRAM has been set up instead. Remove a lot of other hard coded sections too.
05:31 Changeset in rtems [694e946d]5 by Sebastian Huber <sebastian.huber@…>
libio: Remove special-case reference count The top-level IO library structures should contain no special-case data. Update #2859.

09/05/17:

12:36 Ticket #3120 (RTEMS - EtherCAT SOEM integration) created by Nikolaos Tsiogkas
Aim of this ticket is to track the progress of the effort to integrate …

09/04/17:

03:40 Ticket #2988 (Documentation link to the 4.11 release is broken.) closed by Chris Johns
fixed: Fixed. https://git.rtems.org/chrisj/rtems-admin.git/commit/?id=7eed3cecc3d6f729550468d973641d13e9ce7956
03:33 Ticket #3008 (missing pax causes install failures) closed by Chris Johns <chrisj@…>
fixed: In 2cc9e2a/rtems-docs: […]
03:32 Changeset in rtems-docs [2cc9e2a]5 by Chris Johns <chrisj@…>
Add PAX to the Ubuntu packages to install. Closes #3008.
03:29 Ticket #2862 (docs.rtems.org Add support to ReST format releases.) closed by Chris Johns
fixed: Fixed.
01:30 Ticket #2906 (rtems-doc waf configure does not detect sphinxcontrib.bibtex status) closed by Chris Johns
fixed: https://git.rtems.org/rtems-docs/commit/?id=ff9d55501f5a150d52b43513357becc04171fd61
01:06 Ticket #2864 (docs.rtems.org Automatic update of branches content when a ...) closed by Chris Johns
fixed: Commits update master and the release branch.

09/03/17:

23:57 Changeset in rtems-docs [46ea92b]5 by Chris Johns <chrisj@…>
Eclipse: Fix TOC and glossary licence comment.
05:40 Ticket #3119 (Docs failed to build PDF with the latest Sphinx.) closed by Chris Johns <chrisj@…>
fixed: In ba143e0/rtems-docs: […]
05:39 Ticket #3119 (Docs failed to build PDF with the latest Sphinx.) created by Chris Johns
Back port the master (4.12) fix.
05:37 Ticket #3031 (Give docs.rtems.org and sync.rtems.org jails access to the TrueNAS storage.) closed by Chris Johns
fixed

09/02/17:

08:39 SOCIS/2017 edited by Mikail Yayla
student update socis (diff)

08/30/17:

10:41 Ticket #2726 (grascs.c: Questionable use of binary semaphore) closed by Daniel Hellstrom
fixed: Fixed by efcac228f4888c2cccfea0caf584705f0fddfc14
10:40 Ticket #2878 (src/c/src/lib/libbsp/sparc/shared/can/occan.c:1573: broken error checking ?) closed by Daniel Hellstrom
fixed: Fixed by 3471d3da25de4e706f4cdb09d93a4de4e54455df
10:36 Ticket #3072 (Declaration of global functions in driver source files) closed by Daniel Hellstrom
fixed
09:01 Changeset in rtems [f9fbb333]5 by Daniel Hellstrom <daniel@…>
libpci: fix pci device allocation The refactoring of pci_dev_create() was incorrect since the code relied on different defines before including pci/cfg.h. This reverts back to the original code having two pci_dev_create() one in auto and one in read library. confdefs.h selectes between the two libraries so both there is no link conflict. Updates #3029

08/29/17:

07:09 Ticket #2930 (Coverity Reports Out of Bounds Read in drvmgr_print.c) closed by Daniel Hellstrom <daniel@…>
fixed: In 3663be53/rtems: […]

08/28/17:

18:03 Changeset in rtems-docs [2c3cf21]5 by Joel Sherrill <joel@…>
New version of POSIX Compliance Guide This is a replacement of the POSIX 1003.1 Compliance Guide. It will be generated from a .csv file. Updates #3177.

08/27/17:

19:50 Changeset in rtems [c58e4f5]5 by Joel Sherrill <joel@…>
fb/fb.c: include <string.h> for memcpy()
19:11 Changeset in rtems [d85d2676]5 by Joel Sherrill <joel@…>
psxconfig01/init.c: Fix printf() format warnings
19:11 Changeset in rtems [8b29f9b9]5 by Joel Sherrill <joel@…>
sp25/task1.c: Fix printf() format warnings
19:09 Changeset in rtems [37f0023f]5 by Joel Sherrill <joel@…>
spstkalloc02/init.c: Fix printf() format warnings
16:07 Ticket #3118 (fdt-shell uses char as index, gets warnings) created by Joel Sherrill
The comments in ctype.h indicate that the argument to methods like …

08/26/17:

08:15 Changeset in rtems-tools [f9a4b2c]5 by Cillian O'Donnell <cpodonnell8@…>
covoar: Remove config file and test critical options are valid.
08:15 Changeset in rtems-tools [4600903]5 by Cillian O'Donnell <cpodonnell8@…>
covoar/CoverageReaderQEMU.cc: Remove trace block matching check. This removes the 'Trace block inconsistent with coverage map' check as it was deemed to be too restrictive and not neccessary.
08:15 Changeset in rtems-tools [6a4859e]5 by Cillian O'Donnell <cpodonnell8@…>
covoar: Use rld tempfile and add signals to clean up in event of crash. Use rld tempfile for temporary files and add fatal signal handling to clean them up in the event of a crash.
08:15 Changeset in rtems-tools [4cee5c3]5 by Krzysztof Miesowicz <krzysztof.miesowicz@…>
covoar/wscript: Add paths to rtemstoolkit to build. Co-Author: Cillian O'Donnell <cpodonnell8@…>
08:15 Changeset in rtems-tools [9534157]5 by Cillian O'Donnell <cpodonnell8@…>
covoar/ObjdumpProcessor.cc: Remove jump tables from the end of symbols. Some tests objdumps have jump tables added to the end of them causing the same symbols to have different sizes when processed. This removes them and their associated errors.
08:15 Changeset in rtems-tools [cb018bc]5 by Hermann Felbinger <hermann19829@…>
covoar: Add information to improve diagnostics.
08:15 Changeset in rtems-tools [b857151]5 by Hermann Felbinger <hermann19829@…>
covoar: Fix buffer overflow and fix br tag in html report. Co-Author: Krzysztof Miesowicz <krzysztof.miesowicz@…>
08:15 Changeset in rtems-tools [05b4cfb]5 by Fabien Chouteau <chouteau@…>
covoar/qemu-traces.h: Change to match current couverture-qemu file.
08:15 Changeset in rtems-tools [67d48e2]5 by Cillian O'Donnell <cpodonnell8@…>
rtemstoolkit/host.py: Change option to search parent directory in Python3. This works in Python2.7 and Python3.5. Python2 import searches relative and absolute paths by default. Python3 searches only absolute paths as default. The option change searches 1 parent directory relative to the calling function and has the same meaning in Python2 and Python3.

08/25/17:

13:22 Changeset in rtems [731e68a3]5 by Sebastian Huber <sebastian.huber@…>
Fix integer overflow problems in times() An integer overflow may still happen, however, only after 68 years of system uptime. Close #2135.
12:39 Changeset in rtems [02b007e]5 by Sebastian Huber <sebastian.huber@…>
Include missing <limits.h> Update #2132.
12:35 Changeset in rtems-source-builder [4f364ef]5 by Sebastian Huber <sebastian.huber@…>
4.12: Change clock_t to 64-bit Update #2135. Update #3111.
12:23 Changeset in rtems-libbsd [666a568]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Include missing <string.h> and <limits.h> Fix warnings. Update #2132. Update #2133.
10:55 Ticket #2133 (<rtems/score/basedefs.h> superfluously includes <string.h>) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 163ff8e/rtems: […]
10:54 Ticket #2132 (<rtems/score/basedefs.h> superfluously includes <limits.h>) closed by Sebastian Huber <sebastian.huber@…>
fixed: In cfa7afd/rtems: […]
09:03 Changeset in rtems [163ff8e]5 by Sebastian Huber <sebastian.huber@…>
score: Remove <string.h> include from basedefs.h Close #2133.
09:02 Changeset in rtems [cfa7afd]5 by Sebastian Huber <sebastian.huber@…>
score: Remove <limits.h> include from basedefs.h Close #2132.
09:01 Changeset in rtems [f93f770]5 by Sebastian Huber <sebastian.huber@…>
network: Include missing header file
09:01 Changeset in rtems [76b9c31]5 by Sebastian Huber <sebastian.huber@…>
libpci: Use calloc() Update #2133.
09:00 Changeset in rtems [a97d77c]5 by Sebastian Huber <sebastian.huber@…>
Include missing <rtems/bspIo.h>
08:59 Changeset in rtems [1f22b26]5 by Sebastian Huber <sebastian.huber@…>
Include missing <limits.h> Update #2132.
08:58 Changeset in rtems [b2ed712]5 by Sebastian Huber <sebastian.huber@…>
Include missing <string.h> Update #2133.
08:35 Changeset in rtems-docs [3fdea2d]5 by Sebastian Huber <sebastian.huber@…>
cpu-supplement: Use literal instead of emphasis Update #3082.

08/24/17:

15:23 Changeset in rtems [3663be53]5 by Daniel Hellstrom <daniel@…>
drvmgr: clean up info_drv print Fixes #2930
14:02 Changeset in rtems [8570ad2]5 by Daniel Hellstrom <daniel@…>
leon,ambapp_bus: make unreferenced global function static Fixes #3072
13:54 Changeset in rtems-docs [873ba80]5 by Sebastian Huber <sebastian.huber@…>
cpu-supplement: Fix PowerPC TOC limitation Update #3082.
13:41 Changeset in rtems [efcac22]5 by Daniel Hellstrom <daniel@…>
leon,grascs: fix semaphore policies Closes #2726
10:00 Ticket #2190 (an external fat16 image does not work properly, getcwd() fails) closed by Sebastian Huber
invalid: We fixed a couple of FAT bugs. Maybe it works now.
09:51 Ticket #3117 (score: Optimize _Thread_queue_Enqueue() timeout handling) created by Sebastian Huber
Use the Thread_queue_Context::enqueue_callout to do the timeout …
09:46 Ticket #3116 (POSIX: Make sem_t self-contained) created by Sebastian Huber
Change the POSIX semaphore into a self-contained object using …
09:44 Ticket #3115 (POSIX: Make pthread_rwlock_t self-contained) created by Sebastian Huber
Change the POSIX read-write lock into a self-contained object using …
09:41 Ticket #3114 (POSIX: Make pthread_barrier_t self-contained) created by Sebastian Huber
Change the POSIX barrier into a self-contained object using …
09:38 Ticket #3113 (POSIX: Make pthread_cond_t self-contained) created by Sebastian Huber
Change the POSIX condition variable into a self-contained object using …
09:33 Ticket #3112 (POSIX: Make pthread_mutex_t self-contained) created by Sebastian Huber
Change the POSIX mutex into a self-contained object using …
08:18 Ticket #3018 (RSB cannot compile tool chain in CentOS 7.) closed by Sebastian Huber
fixed: I built all tools today on a CentOS 7 machine without errors.
08:12 Ticket #2705 (MMC card FAT32 fs ,single block write OK but muti-block fail) closed by Sebastian Huber
wontfix: This bug is to specific to get fixed by one of the RTEMS project. You can fix this yourself with the help of the RTEMS mailing lists or use commercial RTEMS support.
07:57 SOCIS/2017 edited by Mikail Yayla
student update socis (diff)
07:57 Ticket #2367 (Documentation of User Extensions needs more information) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 6eef7a4/rtems-docs: […]
07:56 Changeset in rtems-docs [6eef7a4]5 by Sebastian Huber <sebastian.huber@…>
c-user: Clarify user extensions Close #2367.
07:30 Ticket #2993 (SMP assert in _Thread_Executing in libdebugger) closed by Sebastian Huber
fixed: [b2353ed92435c3f9301b795bf20bce14f0ddb01b/rtems]
07:23 Ticket #2366 (Create a Public API for the Atomic Operations) closed by Sebastian Huber
wontfix: Since C11 or C++11 is now the default in GCC users can simply use the standard atomic operations.
06:57 Ticket #3111 (Newlib: Change time_t and clock_t integer types to 64-bit) created by Sebastian Huber
06:44 Ticket #3088 (shell test in testsuites\samples\fileio many COMMANDs is Lost) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 80a13ec4/rtems: […]
06:42 Changeset in rtems [80a13ec4]5 by Sebastian Huber <sebastian.huber@…>
samples/fileio: Give command availability hint Close #3088.
06:31 Ticket #3077 (SPARC: Add lazy floating point context switching) closed by Sebastian Huber
fixed: Tested using the SIS.
06:19 Ticket #2447 (Remove m32r/m32rsim) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 9da6e08/rtems-testing: […]
06:11 Ticket #3082 (Add 64-bit support for PowerPC) closed by Sebastian Huber
fixed: Works on a T4240 with network stack.
06:05 Ticket #2997 (Monitor config command does not handle unlimited objects.) closed by Sebastian Huber
fixed: [4fd25c4340f30f61360d4ab2eb126b095eab82e7/rtems]
05:24 Changeset in rtems-docs [5fc9f8b]5 by Sebastian Huber <sebastian.huber@…>
common: Remove obsolete latex_use_parts This configuration is obsolete and no longer documented: http://www.sphinx-doc.org/en/stable/config.html#options-for-latex-output The use of parts at the top-level results in ugly documents.

08/23/17:

23:39 Changeset in rtems [602b184f]5 by Chris Johns <chrisj@…>
libmisc/rtems-fdt: Add libmisc/rtems-fdt to the cpukit wrapup. Updates #3099.
08:54 Changeset in rtems-libbsd [885ac75]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
openssl: Workaround for ARM-specific files Update #3110.
08:52 Ticket #3110 (libbsd: openssl contains architecture-specific files) created by Sebastian Huber
The following files are ARM-specific: * …
08:08 Changeset in rtems-libbsd [33356a8]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
dpaa: Improve QMan portal initialization Be less dependent on the device tree content.
07:59 Changeset in rtems-libbsd [24866e6]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
dpaa: Reduce PFDR space from 32MiB to 16MiB
07:23 Changeset in rtems-docs [b6977f7]5 by Sebastian Huber <sebastian.huber@…>
cpu-supplement/powerpc: Rewrite Remove obsolete and duplicated information. Reference the ABI specifications. Add 64-bit caveats. Update #3082.
05:21 Changeset in rtems-source-builder [e960835]5 by Sebastian Huber <sebastian.huber@…>
4.12: Add riscv32 to all Update #3109.
05:20 Ticket #3109 (Add RISC-V support) created by Sebastian Huber
Add RISC-V 32-bit tool chain to RSB consisting of Binutils, GCC, …
01:11 Ticket #3108 (Remove RSB ARM specific config file ...) closed by Chris Johns <chrisj@…>
fixed: In 4a87913/rtems-source-builder: […]
01:10 Changeset in rtems-source-builder [4a87913]4.11 by Chris Johns <chrisj@…>
Remove RSB ARM specific config file rtems-arm-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg Closes #3108.
01:10 Ticket #3108 (Remove RSB ARM specific config file ...) created by Chris Johns
Move the patches in the ARM buildste file.
01:08 Ticket #3107 (Building gcc-4.9.3 is broken on FreeBSD 11.1) closed by Chris Johns <chrisj@…>
fixed: In bb43afd/rtems-source-builder: […]
01:07 Changeset in rtems-source-builder [bb43afd]4.11 by Chris Johns <chrisj@…>
Building gcc-4.9.3 is broken on FreeBSD 11.1 Reference the patch for the FreeBSD port. See ticket: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212465 Closes #3107.
00:19 Ticket #3107 (Building gcc-4.9.3 is broken on FreeBSD 11.1) created by Chris Johns
Building GCC breaks on FreeBDS 11.1. See …
Note: See TracTimeline for information about the timeline view.