Timeline



09/07/15:

16:20 Developer/Simulators/QEMU/CANEmulation edited by Pavel Pisa
Update pointer to IIG group web (diff)
09:01 Ticket #2413 (Untar_FromMemory breaks on create directory if they exists, even on ...) created by Pavel Pisa
When directory specified by TAR file already exists then …
08:41 Projects/GraphicsToolkit edited by Pavel Pisa
Link Raspberry Pi graphics work page by Yang Qiao. (diff)
08:28 Projects/GraphicsToolkit edited by Pavel Pisa
Pointer to VBE Doxygen and thesis text added. (diff)
08:21 Projects/GraphicsToolkit edited by Pavel Pisa
Pointer to Jan Dolezal's thesis. (diff)
06:35 Changeset in rtems-libbsd [14ec0920]4.11 by Sebastian Huber <sebastian.huber@…>
ZONE(9): Define SMP if RTEMS_SMP is defined
06:35 Changeset in rtems-libbsd [2dea47c]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
ZONE(9): Define SMP if RTEMS_SMP is defined
06:34 Changeset in rtems-libbsd [64f6163]4.11 by Sebastian Huber <sebastian.huber@…>
if_dwc: Fix a possible interrupt starvation
06:34 Changeset in rtems-libbsd [7f5afa0]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
if_dwc: Fix a possible interrupt starvation
06:34 Changeset in rtems-libbsd [c07da01]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_dwc: Fix a possible interrupt starvation
06:33 Changeset in rtems-libbsd [2360b08]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_dwc: Invalidate read buffer again This may prevent problems in case a cache line prefetch added some lines to the cache during a DMA transfer.
06:33 Changeset in rtems-libbsd [8c5aecf]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
if_dwc: Invalidate read buffer again This may prevent problems in case a cache line prefetch added some lines to the cache during a DMA transfer.
06:33 Changeset in rtems-libbsd [da08198]4.11 by Sebastian Huber <sebastian.huber@…>
if_dwc: Invalidate read buffer again This may prevent problems in case a cache line prefetch added some lines to the cache during a DMA transfer.

09/05/15:

20:53 Changeset in rtems [7aca0fe]5 by Andre Marques <andre.lousa.marques@…>
RaspberryPi?: Added I2C and SPI bus support. Further documentation can be found in https://devel.rtems.org/wiki/GSoC/2015/RaspberryPi_peripherals_and_SD_card and test data (including sample user applications, device drivers and wiring schemes) can be found in https://github.com/asuol/RTEMS_rpi_testing

09/04/15:

16:22 SOCIS/2015 edited by Saeed Ehteshamifar
(diff)
13:36 Ticket #2412 (Improved priority inheritance implementation) created by Sebastian Huber
= Problem The RTEMS mutexes implement only a very simple …
11:51 Ticket #2385 (Warning from commit "bsps/arm: Do not use __ARM_ARCH_7A__") closed by Sebastian Huber <sebastian.huber@…>
fixed: In fc5e52b93837da575a73d5f1d783732587f8ec4e/rtems: […]
11:50 Changeset in rtems [fc5e52b9]5 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Fix function definition Close #2385.
11:47 Changeset in rtems [252e244]5 by Sebastian Huber <sebastian.huber@…>
smp: Documentation
11:45 Ticket #2274 (Enable libgomp build in GCC) closed by Sebastian Huber <sebastian.huber@…>
fixed: In e1769f27643ea0a174e341ae92a41279728556c0/rtems: […]
11:09 Changeset in rtems [06496fb]5 by Sebastian Huber <sebastian.huber@…>
smp: Documentation

09/03/15:

21:09 Ticket #2411 (dumpbuf.c compiles with warnings) closed by Martin Galvan <martin.galvan@…>
fixed: In 41b5c915e3b494a30bf73f82b03a77bc04388b29/rtems: […]
20:55 Changeset in rtems [41b5c915]5 by Martin Galvan <martin.galvan@…>
cpukit/libmisc/dumpbuf/dumpbuf.c: Fix compilation warnings Compiling dumpbuf.c causes the following warning to be issued: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness [-Wpointer-sign] This happens because line_buffer is declared as unsigned. Closes #2411.
20:55 Changeset in rtems [ccebc571]4.11 by Martin Galvan <martin.galvan@…>
cpukit/libmisc/dumpbuf/dumpbuf.c: Fix compilation warnings Compiling dumpbuf.c causes the following warning to be issued: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness [-Wpointer-sign] This happens because line_buffer is declared as unsigned. Closes #2411.
20:55 Ticket #2411 (dumpbuf.c compiles with warnings) created by Martin Galvan
Compiling dumpbuf.c causes the following warning to be issued multiple …
20:42 Ticket #2410 (rtems_dhcp.c fails to compile ("free" requires an extra argument)) closed by Martin Galvan <martin.galvan@…>
fixed: In 28a870c47f66d946a6d94887120432be37441cdb/rtems: […]
20:25 Changeset in rtems [28a870c4]5 by Martin Galvan <martin.galvan@…>
cpukit/libnetworking/rtems/rtems_dhcp.c: Fix compilation error Apparently 'free' is defined as a macro which takes two arguments and calls rtems_bsdnet_free. When fixing #2405 I added a missing 'free' but didn't notice it was non-standard. Closes #2410.
20:25 Changeset in rtems [efb798e]4.11 by Martin Galvan <martin.galvan@…>
cpukit/libnetworking/rtems/rtems_dhcp.c: Fix compilation error Apparently 'free' is defined as a macro which takes two arguments and calls rtems_bsdnet_free. When fixing #2405 I added a missing 'free' but didn't notice it was non-standard. Closes #2410.
20:24 Ticket #2410 (rtems_dhcp.c fails to compile ("free" requires an extra argument)) created by Martin Galvan
When trying to compile rtems_dhcp.c, compilation will fail with the …
16:27 Ticket #2405 (CppCheck errors being reported throughout the code) closed by Martin Galvan <martin.galvan@…>
fixed: In c62129c5bcaf2b10baf7d3e1b856c81e343c4b5b/rtems: […]
16:14 Ticket #2409 (URL Paths in Getting Started point to rtems.com) created by Joel Sherrill
This impacts 4.10. It may also impact 4.11 and the master.
13:40 Developer/Projects/SequencedInitialization edited by Sebastian Huber
(diff)
12:45 Changeset in rtems [e1769f27]5 by Sebastian Huber <sebastian.huber@…>
smp: Documentation Close #2274.
08:27 Changeset in rtems [dafa5d88]5 by Sebastian Huber <sebastian.huber@…>
score: Implement priority boosting

09/02/15:

21:54 Changeset in rtems [c62129c5]4.11 by Martin Galvan <martin.galvan@…>
cpukit/libnetworking/rtems/rtems_dhcp.c: Fix leak on realloc failure for dhcp_hostname. Closes #2405.
21:54 Changeset in rtems [c83bad2f]5 by Martin Galvan <martin.galvan@…>
cpukit/libnetworking/rtems/rtems_dhcp.c: Fix leak on realloc failure for dhcp_hostname. Closes #2405.
21:54 Changeset in rtems [9e2197d]4.11 by Martin Galvan <martin.galvan@…>
cpukit/libmisc/dumpbuf/dumpbuf.c: Fix undefined behavior for sprintf() I also used the 'n' versions of the string functions, #define'd magic numbers and added a few comments. Updates #2405.
21:54 Changeset in rtems [cc93c83]5 by Martin Galvan <martin.galvan@…>
cpukit/libmisc/dumpbuf/dumpbuf.c: Fix undefined behavior for sprintf() I also used the 'n' versions of the string functions, #define'd magic numbers and added a few comments. Updates #2405.
21:54 Changeset in rtems [631d254]4.11 by Martin Galvan <martin.galvan@…>
tools/cpu/nios2/ptf.c: Fix leak of memory pointed to by new_prefix Updates #2405.
21:54 Changeset in rtems [9147a82]5 by Martin Galvan <martin.galvan@…>
tools/cpu/nios2/ptf.c: Fix leak of memory pointed to by new_prefix Updates #2405.
21:54 Changeset in rtems [1491f694]4.11 by Martin Galvan <martin.galvan@…>
tools/cpu/nios2/memory.c: Fix uninitialized use of variable memory Updates #2405.
21:54 Changeset in rtems [17f71fc7]5 by Martin Galvan <martin.galvan@…>
tools/cpu/nios2/memory.c: Fix uninitialized use of variable memory Updates #2405.
21:54 Changeset in rtems [7def219]5 by Martin Galvan <martin.galvan@…>
various .h files: Add missing C++ extern wrappers Updates #2405.
21:54 Changeset in rtems [d781ad5]4.11 by Martin Galvan <martin.galvan@…>
various .h files: Add missing C++ extern wrappers Updates #2405.
14:36 Changeset in rtems [cee82df]5 by Sebastian Huber <sebastian.huber@…>
smp: Documentation
13:02 Changeset in rtems [8c25e04]5 by Sebastian Huber <sebastian.huber@…>
score: Optimize thread queue first operation In case the thread queue heads exist, then the queue is not empty. See _Thread_queue_First_locked().
12:52 Ticket #1593 (RTEMS Sequenced Initialization API) closed by Sebastian Huber
wontfix: Obsoleted by #2408.
12:52 Ticket #2408 (Linker set based initialization) created by Sebastian Huber
Linker sets are used for example in Linux, FreeBSD (they are used in …
12:29 Ticket #2407 (Enable function and data sections) created by Sebastian Huber
In order to reduce the size of executables it is beneficial to put all …
09:58 Changeset in rtems [3995e6d]5 by Sebastian Huber <sebastian.huber@…>
score: Implement SMP-specific priority queue
09:54 Ticket #2406 (ping command crashes under i386/pc486) created by Pavel
Ping shell command crashes with the EXECUTIVE SHUTDOWN... I've traced …

09/01/15:

19:09 Ticket #2405 (CppCheck errors being reported throughout the code) created by Martin Galvan
I performed a run of cppcheck --enable-all on the git master and …
12:16 Changeset in rtems [3b3d1489]5 by Sebastian Huber <sebastian.huber@…>
posix: glibc compatibility
12:07 Changeset in rtems [d9d0a84]5 by Sebastian Huber <sebastian.huber@…>
psxtests/psxcancel: Check return status Update #2402.
09:47 Ticket #2403 (pthread cancellation points are not implemented) created by Sebastian Huber
See …
09:31 Ticket #2402 (pthread_cancel() invalidates the thread identifier) created by Sebastian Huber
A thread that calls pthread_cancel() is no longer able to do a …
08:38 Changeset in rtems [c4db18a0]5 by Sebastian Huber <sebastian.huber@…>
score: Documentation
07:47 Changeset in rtems [6d734bae]4.11 by Sebastian Huber <sebastian.huber@…>
arm: Replace sync_synchronize() implementation
07:47 Changeset in rtems [95b43d0]5 by Sebastian Huber <sebastian.huber@…>
arm: Replace sync_synchronize() implementation
07:42 Changeset in rtems [35e0394]4.11 by Sebastian Huber <sebastian.huber@…>
arm: Use compiler memory barrier by default
07:42 Changeset in rtems [39e3e20]5 by Sebastian Huber <sebastian.huber@…>
arm: Use compiler memory barrier by default
05:51 Changeset in rtems-libbsd [986f7dd]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Delete superfluous pci_cfgreg.h files
05:48 Changeset in rtems-libbsd [89050cc]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Delete superfluous legacyvar.h files
05:44 Changeset in rtems-libbsd [5e62c73]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Delete superfluous pci_bus.c files
05:38 Changeset in rtems-libbsd [3fece79]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Delete superfluous legacy.c files

08/31/15:

13:50 Ticket #2401 (ARMv7M: Default exception handler doesn't support FPU) created by Martin Galvan
On exception entry, _ARMV7M_Exception_default stores the previous …
11:37 Changeset in rtems [44f3ea9]5 by Sebastian Huber <sebastian.huber@…>
score: Fix return status of mutex try acquire This fixes a copy and paste error (from libbsd).
11:11 Changeset in rtems [edf640f]5 by Sebastian Huber <sebastian.huber@…>
rbtree: Add _RBTree_Replace_node()
09:30 Changeset in rtems [f8202273]5 by Sebastian Huber <sebastian.huber@…>
JFFS2: Use RTEMS red-black tree implementation
08:31 Ticket #2400 (Strict aliasing warnings with GCC 6.0) created by Sebastian Huber
../../cpukit/../../../sis/lib/include/netinet/tcp_var.h:245:34: …
08:28 Ticket #2399 (Shift-overflow in rtl-rap.c) created by Sebastian Huber
rtl-rap.c:340:36: warning: result of '3 << 30' requires 33 bits to …

08/29/15:

16:25 GSoC/2015/NestedMutex edited by Saurabh Gadia
(diff)

08/28/15:

14:23 Ticket #2398 (Set cross-compiler tool) created by yasminpip
Eine einzigartige Diätstrategie mit Calriphen und Petoximol. Calriphen …

08/27/15:

18:19 Changeset in rtems [5b5ef4e4]4.11 by Sudarshan Rajagopalan <sudarshan.rajagopalan@…>
Fix exception handler for supporting FPU Close #2401.
18:19 Changeset in rtems [7263a50]5 by Sudarshan Rajagopalan <sudarshan.rajagopalan@…>
Fix exception handler for supporting FPU
14:13 SOCIS/2015/FaultTolerance edited by Saeed Ehteshamifar
(diff)

08/26/15:

12:20 SOCIS/2015 edited by Saeed Ehteshamifar
(diff)

08/25/15:

09:19 GSoC/2015/RaspberryPiUSBSupport edited by Yurii Shevtsov
(diff)

08/24/15:

07:57 GSoC/2015/NestedMutex edited by Saurabh Gadia
(diff)
07:54 GSoC/2015/NestedMutex edited by Saurabh Gadia
(diff)
07:52 GSoC/2015 edited by Saurabh Gadia
(diff)
07:51 GSoC/2015 edited by Saurabh Gadia
(diff)
Note: See TracTimeline for information about the timeline view.