Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Timeline



05/25/16:

13:54 GSoC/2016 edited by Deval Shah
(diff)
13:36 GSoC/2016 edited by Deval Shah
(diff)
12:13 Ticket #2722 (SEM_VALUE_MAX is unusually small on RTEMS) created by Sebastian Huber
RTEMS defines SEM_VALUE_MAX to 32767 in Newlib …
12:11 Ticket #2721 (sem_init() does not honour SEM_VALUE_MAX) created by Sebastian Huber
sem_init() succeeds even if the initial value exceeds SEM_VALUE_MAX.
11:59 Ticket #2720 (sem_post() with overflow returns an unusual error status) created by Sebastian Huber
FreeBSD and glibc 2.18 set errno to EOVERFLOW in case of a sem_post() …
10:45 Ticket #2719 (pthread_spin_unlock() returns wrong error status in case the lock is ...) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"9ec7d492b951efec32520bff7106e21e16e9c74d/rtems"]: […]
06:32 Ticket #2719 (pthread_spin_unlock() returns wrong error status in case the lock is ...) created by Sebastian Huber
POSIX recommends the following: "If an implementation detects that …

05/24/16:

13:37 Ticket #2718 (Blocking _CORE_message_queue_Submit() may lead to unpredictable results) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"4b623d655bb4f4853a6ce385ae17e505dddbe7ce/rtems"]: […]
13:30 Ticket #2718 (Blocking _CORE_message_queue_Submit() may lead to unpredictable results) created by Sebastian Huber
The thread wait return code is not properly initialized before the …

05/22/16:

22:35 GSoC/2016/LwIPwithRTEMS edited by Pavel Pisa
Asd link to RTEMS lwIP support page with problem analysis (diff)
15:07 GSoC/2016/RTEMS improvement for Jailhouse hypervisor edited by Wonjun Hwang
(diff)

05/21/16:

23:45 GSoC/2016 edited by Sambeet Panigrahi
(diff)

05/20/16:

06:18 Ticket #2626 (Unify thread cancel/join and delete) closed by Sebastian Huber
fixed
06:01 Ticket #2717 (FAT images with an invalid cluster size result in an infinite loop) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"452b7f83c43d85505c2027e9ec60454d6e4f6827/rtems"]: […]
05:59 Tickets #2402,​2714 batch updated by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"54550e048d3a49435912797d2024f80671e93267/rtems"]: […]

05/18/16:

17:30 GSoC/2016 edited by punitvara
Updated Wiki page (diff)
17:28 GSOC/2016/Imrovebsp4bbb edited by punitvara
(diff)
17:26 GSOC/2016/Imrovebsp4bbb edited by punitvara
(diff)
17:24 GSOC/2016/Imrovebsp4bbb edited by punitvara
(diff)
17:23 GSOC/2016/Imrovebsp4bbb edited by punitvara
(diff)
17:22 GSOC/2016/Imrovebsp4bbb created by punitvara
07:16 Ticket #2717 (FAT images with an invalid cluster size result in an infinite loop) created by Sebastian Huber
A cluster size > 32KiB results in an infinite loop in …
06:32 Ticket #2716 (_POSIX_signals_Check_signal() may pass random data to sigaction handler) created by Sebastian Huber
_POSIX_signals_Check_signal() passes a siginfo_t structure residing on …

05/17/16:

11:43 Ticket #2715 (Wrong error return states of pthread_kill()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"3c20d2810a4951a545ec2de1c21d9fdade18503a/rtems"]: […]
11:36 Ticket #2715 (Wrong error return states of pthread_kill()) created by Sebastian Huber
POSIX mandates that an error code is returned and not -1 plus errno.
08:59 Ticket #2714 (A pthread_detach() does not lead to a resource reclamation) created by Sebastian Huber
According to POSIX a pthread_detach() should lead to a resource …
06:40 Ticket #2713 (Bad return status from pthread_cancel()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"9fd72713c9397b1e23484ad57b6ceb3523d4493c/rtems"]: […]
06:39 Ticket #2713 (Bad return status from pthread_cancel()) created by Sebastian Huber
POSIX recommends ESRCH in case no thread exists for the specified …

05/15/16:

23:09 Ticket #2215 (Duplicate code for TAR support) closed by Chris Johns
duplicate: Duplicate of #2415.
23:01 Ticket #2712 (_rtems_octal2ulong shared by tar code.) created by Chris Johns
The function _rtems_octal2ulong provided in …

05/14/16:

15:28 Ticket #2711 (grtc.c:1840]: (style) Suspicious condition) created by David Binderman
rtems/c/src/lib/libbsp/sparc/shared/tmtc/grtc.c:1840]: (style) …
15:26 Ticket #2710 (smsc9218i.c: 4 * Suspicious condition) created by David Binderman
1. …
15:22 Ticket #2709 (comm/i386-stub.c:1025: possible missing break ?) created by David Binderman
rtems/c/src/lib/libbsp/i386/shared/comm/i386-stub.c:1025] -> …
04:18 Ticket #2708 (【rtems-bsp shell script does not list the available BSPS】) created by koreny
It seems rtems-bsps does not work properly: …

05/12/16:

11:36 Ticket #2707 (Unsafe use of current processor index in capture engine) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"df23f464be5733b489eae03428d5449a37b310b9/rtems"]: […]
11:35 Ticket #2706 (Buffer allocation of capture engine is broken on SMP configurations) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"2f11d4a0144207321838f746471b56c4cfa40a0d/rtems"]: […]
09:05 Ticket #2707 (Unsafe use of current processor index in capture engine) created by Sebastian Huber
The current processor index is used outside a thread dispatch disabled …
09:03 Ticket #2706 (Buffer allocation of capture engine is broken on SMP configurations) created by Sebastian Huber
The capture engine uses function static variables.

05/11/16:

09:52 Ticket #2705 (MMC card FAT32 fs ,single block write OK but muti-block fail) created by yedongyue
add mmc card FAT32 FS support in mips architecture ,when I set …
09:44 GSoC/2016/StrongAPAScheduling edited by Darshit
(diff)
Note: See TracTimeline for information about the timeline view.