Timeline



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 [17f71fc]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)

08/21/15:

19:04 GSoC/2015/RaspberryPi2Support edited by Rohini Kulkarni
(diff)
19:01 GSoC/2015/RaspberryPi2Support edited by Rohini Kulkarni
(diff)
18:18 GSoC/2015/BeagleBSPPortingUmon edited by Jarielle Catbagan
Updated wiki for Beagle BSP Improvements - Porting uMon to the Beaglebone Black (diff)
17:06 Changeset in umon [c900821] by Jarielle Catbagan <jcatbagan93@…>
BBB: README: Add section on installing uMon into the eMMC from an SD card
17:05 Changeset in umon [63834b9] by Jarielle Catbagan <jcatbagan93@…>
BBB: Add proper attributions to the files modified
17:05 Changeset in umon [91be006] by Jarielle Catbagan <jcatbagan93@…>
README: Fix directory name references and remove reference to nonexistent main/README
12:05 GSoC/2015 edited by André Marques
(diff)
12:03 GSoC/2015 edited by André Marques
Added wiki page (diff)
12:02 GSoC/2015/RaspberryPi_peripherals_and_SD_card created by André Marques
03:59 Changeset in rtems [e9fbaa3b]5 by Sebastian Huber <sebastian.huber@…>
rbtree: Replace implementation Use the BSD <sys/tree.h> implementation since it is faster, more flexible and uses less storage. See https://github.com/sebhub/rb-bench.
03:59 Changeset in rtems [f71e67d]5 by Sebastian Huber <sebastian.huber@…>
rbtree: Delete unused RBTREE_NODE_*() macros
03:57 Changeset in rtems [ddb6a49b]5 by Sebastian Huber <sebastian.huber@…>
rbtree: Delete _RBTree_Initialize() This function has no internal use case.
03:55 Changeset in rtems [b9877ee]5 by Sebastian Huber <sebastian.huber@…>
rbtree: Delete _RBTree_Get() This function has no internal use case.
03:40 Changeset in rtems [3f49446]5 by Sebastian Huber <sebastian.huber@…>
rbtree: Delete _RBTree_Is_first()
03:39 Changeset in rtems [341f629]5 by Sebastian Huber <sebastian.huber@…>
rbtree: Add _RBTree_Minimum(), _RBTree_Maximum()
03:25 Changeset in rtems [1f242285]5 by Sebastian Huber <sebastian.huber@…>
posix: Avoid _RBTree_Next()
03:24 Changeset in rtems [2d48456]5 by Sebastian Huber <sebastian.huber@…>
rbheap: Drop direction from _RBTree_Iterate()
03:04 Changeset in rtems [d7c93070]5 by Sebastian Huber <sebastian.huber@…>
sptests/sprbtree01: Avoid internal API
02:48 Changeset in rtems [d128b4f2]5 by Sebastian Huber <sebastian.huber@…>
sptests/sprbtree01: Fix random ops test case

08/20/15:

20:47 GSoC/2015/RaspberryPi2Support edited by Rohini Kulkarni
(diff)
Note: See TracTimeline for information about the timeline view.