Timeline



09/13/17:

23:14 Ticket #3135 (Devel mailing list doesn't work and Git push impossible due to disk full) closed by Amar Takhar
fixed: This was fixed some time ago sorry about that. I am working on setting up realtime monitoring and Ansible it's a lot of work.
15:45 Changeset in rtems-tools [f4773ac]5 by Cillian O'Donnell <cpodonnell8@…>
covoar: Add function defs to fix Windows build errors. Closes #3129
13:42 Ticket #3135 (Devel mailing list doesn't work and Git push impossible due to disk full) created by Sebastian Huber
I got this: […] We have on dispatch.rtems.org: […]
13:19 Changeset in rtems [98041b68]5 by Sebastian Huber <sebastian.huber@…>
libio: Unify readv() and writev() Update #3132.
13:18 Changeset in rtems [62f3fa84]5 by Sebastian Huber <sebastian.huber@…>
fstests/fsimfsgeneric01: Fix test assert
12:00 Changeset in rtems [ca90c6c]5 by Sebastian Huber <sebastian.huber@…>
libio: Add rtems_libio_iop_flags_initialize() Update #3132.
11:30 Changeset in rtems [e2b1db23]5 by Sebastian Huber <sebastian.huber@…>
libio: Add rtems_libio_iop_flags() Update #3132.
09:33 Changeset in rtems [9012db8]5 by Sebastian Huber <sebastian.huber@…>
libio: LIBIO_GET_IOP() LIBIO_GET_IOP_WITH_ACCESS() Replace rtems_libio_check_fd(), rtems_libio_iop(), rtems_libio_check_open() and rtems_libio_check_permissions() combinations with new LIBIO_GET_IOP() and LIBIO_GET_IOP_WITH_ACCESS() macros. Update #3132.
08:49 Changeset in rtems [5eb67f3]5 by Sebastian Huber <sebastian.huber@…>
libio: Remove LIBIO_FLAGS_CREATE Close #3134.
08:49 Ticket #3134 (Remove LIBIO_FLAGS_CREATE) created by Sebastian Huber
Remove unused LIBIO_FLAGS_CREATE flag.
08:42 Changeset in rtems [d4c5441]5 by Sebastian Huber <sebastian.huber@…>
libio: Add rtems_libio_iop_is_append() Update #3132.
08:36 Changeset in rtems [3cffd66d]5 by Sebastian Huber <sebastian.huber@…>
libio: Add rtems_libio_iop_is_writeable() Update #3132.
08:35 Changeset in rtems [a937a5a]5 by Sebastian Huber <sebastian.huber@…>
libio: Add rtems_libio_iop_is_readable() Update #3132.
08:24 Changeset in rtems [bbcdc302]5 by Sebastian Huber <sebastian.huber@…>
libio: Add rtems_libio_iop_is_no_delay() Update #3132.
08:13 Changeset in rtems [ead1281f]5 by Sebastian Huber <sebastian.huber@…>
bsp/mrm332: Remove dead code Update #3132.
08:11 Changeset in rtems [856ede4f]5 by Sebastian Huber <sebastian.huber@…>
libio: Add iop set/clear flags Update #3132.
07:22 Changeset in rtems [baef823c]5 by Sebastian Huber <sebastian.huber@…>
libio: Add hold/drop iop reference Check iop reference count in close() and return -1 with errno set to EBUSY in case the file descriptor is still in use. Update #3132.
07:16 Ticket #3133 (Remove rtems_libio_t::driver) created by Sebastian Huber
Remove unused rtems_libio_t::driver member.
07:08 Changeset in rtems [48dbb6cf]5 by Sebastian Huber <sebastian.huber@…>
libio: Remove rtems_libio_check_permissions() Remove rtems_libio_check_permissions() and convert single user to rtems_libio_check_permissions_with_error(). Update #3132.
07:07 Changeset in rtems [ec10d26]5 by Sebastian Huber <sebastian.huber@…>
libio: rtems_libio_check_permissions_with_error() Rename rtems_libio_check_permissions_with_error() in rtems_libio_check_permissions(). Update #3132.
06:55 Changeset in rtems [0169e90]5 by Sebastian Huber <sebastian.huber@…>
libio: Do simple parameter checks early This simplifies error handling later. Update #3132.
06:49 Changeset in rtems [4b759b1]5 by Sebastian Huber <sebastian.huber@…>
libio: Avoid direct use of rtems_libio_iops Update #3132.
06:25 Changeset in rtems [7b45202]5 by Sebastian Huber <sebastian.huber@…>
libio: Simplify rtems_libio_iop() Remove the file descriptor validation. This is the job of rtems_libio_check_fd(). Use an inline function instread of a macro. Update #3132.
05:56 Ticket #3132 (Add reference counting to file descriptors) created by Sebastian Huber
The use of a file descriptor after or during a close() operation may …
05:00 Changeset in rtems [05f9858f]5 by Sebastian Huber <sebastian.huber@…>
bsps: Generalize bsp_fdt_map_intr() Pass all interrupt cells to bsp_fdt_map_intr() since some platforms use an array to describe an interrupt. Update #3090.

09/12/17:

09:50 Changeset in rtems [2fc32460]5 by Sebastian Huber <sebastian.huber@…>
serdbg: Fix warning Update #3122.
09:24 Changeset in rtems [cfc3604]5 by Daniel Hellstrom <daniel@…>
leon,gr740: start ASR22:23 up-counter on boot by writing ASR22 According to data sheet bit 31 in ASR22 must be written with a zero to start the up-counter. GRMON starts the up-counter for us. This patch is important when running in "flight" from ROM without GRMON.
08:01 Ticket #3122 (Simplify and unify BSP_output_char) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 1bc0ad2/rtems: […]
06:20 Ticket #3131 (Move more implementation details of mmap() to the file handlers) created by Sebastian Huber
The mmap() implementation contains too many conditionals. It doesn't …
06:09 Changeset in rtems [c090db7]5 by Sebastian Huber <sebastian.huber@…>
posix: Implement self-contained POSIX semaphores For semaphore object pointer and object validation see POSIX_SEMAPHORE_VALIDATE_OBJECT(). Destruction or close of a busy semaphore returns an error status. The object is not flushed. POSIX semaphores are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3116.

09/11/17:

04:15 Changeset in rtems [4e0ba7e]5 by Chris Johns <chrisj@…>
i2c: TMP112 correct the function name to set the config.

09/10/17:

22:01 Ticket #3130 (RTEMS Doxygen.in latex output does not build) created by Chris Johns
Doxygen latex output on sync.rtems.org does not build. Does latex …
21:21 Ticket #3129 (RTEMS Tools covoar build fails on Windows) created by Chris Johns
The following warnings and errors are present so the RSB tools do not …
21:15 Ticket #3128 (RTEMS Tools corvar does not build on Windows.) closed by Chris Johns <chrisj@…>
fixed: In cb0677b/rtems-tools: […]
21:11 Changeset in rtems-tools [cb0677b]5 by Chris Johns <chrisj@…>
Add Windows includes so the rtemstoolkit builds. Closes #3128.
20:29 Ticket #3128 (RTEMS Tools corvar does not build on Windows.) created by Chris Johns
The following error has appeared on Windows: […]

09/09/17:

22:58 Changeset in rtems-source-builder [e6d0a8b]5 by Chris Johns <chrisj@…>
mips: Use the FreeBSD fix for Darwin MIP tools build. Closes 3127.
22:58 Ticket #3127 (MIPS tool build on Darwin (MacOS) fails.) created by Chris Johns
This is the same bug that effects FreeBSD. For details see: …

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