Timeline



09/08/17:

13:42 Ticket #3126 (Accept PTHREAD_PROCESS_SHARED for POSIX barriers) created by Sebastian Huber
Since we have only one process, sharing between processes is trivial.
13:38 Ticket #3125 (Accept PTHREAD_PROCESS_SHARED for POSIX mutexes) created by Sebastian Huber
Since we have only one process, sharing between processes is trivial.
13:25 Changeset in rtems [18b32d76]5 by Sebastian Huber <sebastian.huber@…>
posix: Ignore pshared for semaphores Since we have only one process, sharing between processes is trivial. Close #3124.
13:17 Ticket #3124 (Ignore pshared attribute for POSIX semaphores) created by Sebastian Huber
Since we have only one process, sharing between processes is trivial.
12:12 Ticket #3123 (GDB 8.0.1 is broken on FreeBSD 11) created by Sebastian Huber
I tried to add the patches for 7.11, but this results in: […]
11:41 Changeset in rtems-source-builder [c395d96]5 by Sebastian Huber <sebastian.huber@…>
4.12: Update to GDB 8.0.1
11:10 Changeset in rtems [62c912e]5 by Sebastian Huber <sebastian.huber@…>
posix: Use mutex object itself for condvar We should only use the address used to initialize the mutex object according to POSIX, "2.9.9 Synchronization Object Copies and Alternative Mappings". http://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_09_09 Update #3113.
08:50 Changeset in rtems [0ce5bfb]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Do not touch MMU as hypervisor guest Update #3085.
08:38 Changeset in rtems [1bc0ad2]5 by Sebastian Huber <sebastian.huber@…>
Simplify and unify BSP_output_char The BSP_output_char should output a char and not mingle with high level processing, e.g. '\n' to '\r\n' translation. Move this translation to rtems_putc(). Remove it from all the BSP_output_char implementations. Close #3122.
08:37 Ticket #3122 (Simplify and unify BSP_output_char) created by Sebastian Huber
The BSP_output_char should output a char and not mingle with high …
08:11 Changeset in rtems [b742de2]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Boot page translation Do not mingle with the boot page translation as hypervisor guest. Update #3085.
08:11 Changeset in rtems [134fe569]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Add byte channel console driver Update #3085.
08:11 Changeset in rtems [df62e51]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Virtual interrupt controller support Update #3085.
06:51 Changeset in rtems [458179f1]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Remove console stuff from bsp_start() Update #3085.
06:10 Changeset in rtems [356b1b85]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Port ePAPR hcall interface to RTEMS Update #3085.
05:45 Changeset in rtems [0d51c05b]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Import ePAPR hcalls from Linux 4.12 Update #3085.

09/07/17:

19:20 SOCIS/2017 edited by Mikail Yayla
student update socis (diff)
10:49 Changeset in rtems [20fc4f9]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Add QORIQ_IS_HYPERVISOR_GUEST Update #3085.

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.
Note: See TracTimeline for information about the timeline view.