Timeline
Sep 4, 2015:
- 4:22 PM SOCIS/2015 edited by Saeed Ehteshamifar
- (diff)
- 1:36 PM Ticket #2412 (Improved priority inheritance implementation) created by Sebastian Huber
- = Problem The RTEMS mutexes implement only a very simple …
- 11:51 AM 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 AM Changeset in rtems [fc5e52b9] by Sebastian Huber <sebastian.huber@…>
- bsps/arm: Fix function definition Close #2385.
- 11:47 AM Changeset in rtems [252e244] by Sebastian Huber <sebastian.huber@…>
- smp: Documentation
- 11:45 AM Ticket #2274 (Enable libgomp build in GCC) closed by Sebastian Huber <sebastian.huber@…>
- fixed: In e1769f27643ea0a174e341ae92a41279728556c0/rtems: […]
- 11:09 AM Changeset in rtems [06496fb] by Sebastian Huber <sebastian.huber@…>
- smp: Documentation
Sep 3, 2015:
- 9:09 PM Ticket #2411 (dumpbuf.c compiles with warnings) closed by Martin Galvan <martin.galvan@…>
- fixed: In 41b5c915e3b494a30bf73f82b03a77bc04388b29/rtems: […]
- 8:55 PM Changeset in rtems [41b5c915] 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.
- 8:55 PM 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.
- 8:55 PM Ticket #2411 (dumpbuf.c compiles with warnings) created by Martin Galvan
- Compiling dumpbuf.c causes the following warning to be issued multiple …
- 8:42 PM Ticket #2410 (rtems_dhcp.c fails to compile ("free" requires an extra argument)) closed by Martin Galvan <martin.galvan@…>
- fixed: In 28a870c47f66d946a6d94887120432be37441cdb/rtems: […]
- 8:25 PM Changeset in rtems [28a870c4] 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.
- 8:25 PM 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.
- 8:24 PM 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 …
- 4:27 PM Ticket #2405 (CppCheck errors being reported throughout the code) closed by Martin Galvan <martin.galvan@…>
- fixed: In c62129c5bcaf2b10baf7d3e1b856c81e343c4b5b/rtems: […]
- 4:14 PM 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.
- 1:40 PM Developer/Projects/SequencedInitialization edited by Sebastian Huber
- (diff)
- 12:45 PM Changeset in rtems [e1769f27] by Sebastian Huber <sebastian.huber@…>
- smp: Documentation Close #2274.
- 8:27 AM Changeset in rtems [dafa5d88] by Sebastian Huber <sebastian.huber@…>
- score: Implement priority boosting
Sep 2, 2015:
- 9:54 PM 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.
- 9:54 PM Changeset in rtems [c83bad2f] by Martin Galvan <martin.galvan@…>
- cpukit/libnetworking/rtems/rtems_dhcp.c: Fix leak on realloc failure for dhcp_hostname. Closes #2405.
- 9:54 PM 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.
- 9:54 PM Changeset in rtems [cc93c83] 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.
- 9:54 PM 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.
- 9:54 PM Changeset in rtems [9147a82] by Martin Galvan <martin.galvan@…>
- tools/cpu/nios2/ptf.c: Fix leak of memory pointed to by new_prefix Updates #2405.
- 9:54 PM Changeset in rtems [1491f694]4.11 by Martin Galvan <martin.galvan@…>
- tools/cpu/nios2/memory.c: Fix uninitialized use of variable memory Updates #2405.
- 9:54 PM Changeset in rtems [17f71fc] by Martin Galvan <martin.galvan@…>
- tools/cpu/nios2/memory.c: Fix uninitialized use of variable memory Updates #2405.
- 9:54 PM Changeset in rtems [7def219] by Martin Galvan <martin.galvan@…>
- various .h files: Add missing C++ extern wrappers Updates #2405.
- 9:54 PM Changeset in rtems [d781ad5]4.11 by Martin Galvan <martin.galvan@…>
- various .h files: Add missing C++ extern wrappers Updates #2405.
- 2:36 PM Changeset in rtems [cee82df] by Sebastian Huber <sebastian.huber@…>
- smp: Documentation
- 1:02 PM Changeset in rtems [8c25e04] 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 PM Ticket #1593 (RTEMS Sequenced Initialization API) closed by Sebastian Huber
- wontfix: Obsoleted by #2408.
- 12:52 PM 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 PM 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 …
- 9:58 AM Changeset in rtems [3995e6d] by Sebastian Huber <sebastian.huber@…>
- score: Implement SMP-specific priority queue
- 9:54 AM Ticket #2406 (ping command crashes under i386/pc486) created by Pavel
- Ping shell command crashes with the EXECUTIVE SHUTDOWN... I've traced …
Sep 1, 2015:
- 7:09 PM 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 PM Changeset in rtems [3b3d1489] by Sebastian Huber <sebastian.huber@…>
- posix: glibc compatibility
- 12:07 PM Changeset in rtems [d9d0a84] by Sebastian Huber <sebastian.huber@…>
- psxtests/psxcancel: Check return status Update #2402.
- 9:47 AM Ticket #2403 (pthread cancellation points are not implemented) created by Sebastian Huber
- See …
- 9:31 AM 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 …
- 8:38 AM Changeset in rtems [c4db18a] by Sebastian Huber <sebastian.huber@…>
- score: Documentation
- 7:47 AM Changeset in rtems [6d734bae]4.11 by Sebastian Huber <sebastian.huber@…>
- arm: Replace sync_synchronize() implementation
- 7:47 AM Changeset in rtems [95b43d0] by Sebastian Huber <sebastian.huber@…>
- arm: Replace sync_synchronize() implementation
- 7:42 AM Changeset in rtems [35e0394]4.11 by Sebastian Huber <sebastian.huber@…>
- arm: Use compiler memory barrier by default
- 7:42 AM Changeset in rtems [39e3e20] by Sebastian Huber <sebastian.huber@…>
- arm: Use compiler memory barrier by default
- 5:51 AM Changeset in rtems-libbsd [986f7dd]5-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
- Delete superfluous pci_cfgreg.h files
- 5:48 AM Changeset in rtems-libbsd [89050cc]5-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
- Delete superfluous legacyvar.h files
- 5:44 AM Changeset in rtems-libbsd [5e62c73]5-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
- Delete superfluous pci_bus.c files
- 5:38 AM Changeset in rtems-libbsd [3fece79]5-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
- Delete superfluous legacy.c files
Aug 31, 2015:
- 1:50 PM 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 AM Changeset in rtems [44f3ea9] by Sebastian Huber <sebastian.huber@…>
- score: Fix return status of mutex try acquire This fixes a copy and paste error (from libbsd).
- 11:11 AM Changeset in rtems [edf640f] by Sebastian Huber <sebastian.huber@…>
- rbtree: Add _RBTree_Replace_node()
- 9:30 AM Changeset in rtems [f8202273] by Sebastian Huber <sebastian.huber@…>
- JFFS2: Use RTEMS red-black tree implementation
- 8:31 AM Ticket #2400 (Strict aliasing warnings with GCC 6.0) created by Sebastian Huber
- ../../cpukit/../../../sis/lib/include/netinet/tcp_var.h:245:34: …
- 8:28 AM 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 …
Aug 29, 2015:
Aug 28, 2015:
- 2:23 PM Ticket #2398 (Set cross-compiler tool) created by yasminpip
- Eine einzigartige Diätstrategie mit Calriphen und Petoximol. Calriphen …
Aug 27, 2015:
- 6:19 PM Changeset in rtems [5b5ef4e4]4.11 by Sudarshan Rajagopalan <sudarshan.rajagopalan@…>
- Fix exception handler for supporting FPU Close #2401.
- 6:19 PM Changeset in rtems [7263a50] by Sudarshan Rajagopalan <sudarshan.rajagopalan@…>
- Fix exception handler for supporting FPU
- 2:13 PM SOCIS/2015/FaultTolerance edited by Saeed Ehteshamifar
- (diff)
Aug 26, 2015:
Aug 25, 2015:
Aug 24, 2015:
- 7:57 AM GSoC/2015/NestedMutex edited by Saurabh Gadia
- (diff)
- 7:54 AM GSoC/2015/NestedMutex edited by Saurabh Gadia
- (diff)
- 7:52 AM GSoC/2015 edited by Saurabh Gadia
- (diff)
- 7:51 AM GSoC/2015 edited by Saurabh Gadia
- (diff)
Aug 21, 2015:
- 7:04 PM GSoC/2015/RaspberryPi2Support edited by Rohini Kulkarni
- (diff)
- 7:01 PM GSoC/2015/RaspberryPi2Support edited by Rohini Kulkarni
- (diff)
- 6:18 PM GSoC/2015/BeagleBSPPortingUmon edited by Jarielle Catbagan
- Updated wiki for Beagle BSP Improvements - Porting uMon to the Beaglebone Black (diff)
- 5:06 PM Changeset in umon [c900821] by Jarielle Catbagan <jcatbagan93@…>
- BBB: README: Add section on installing uMon into the eMMC from an SD card
- 5:05 PM Changeset in umon [63834b9] by Jarielle Catbagan <jcatbagan93@…>
- BBB: Add proper attributions to the files modified
- 5:05 PM Changeset in umon [91be006] by Jarielle Catbagan <jcatbagan93@…>
- README: Fix directory name references and remove reference to nonexistent main/README
- 12:05 PM GSoC/2015 edited by André Marques
- (diff)
- 12:03 PM GSoC/2015 edited by André Marques
- Added wiki page (diff)
- 12:02 PM GSoC/2015/RaspberryPi_peripherals_and_SD_card created by André Marques
- 3:59 AM Changeset in rtems [e9fbaa3b] 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.
- 3:59 AM Changeset in rtems [f71e67d] by Sebastian Huber <sebastian.huber@…>
- rbtree: Delete unused RBTREE_NODE_*() macros
- 3:57 AM Changeset in rtems [ddb6a49b] by Sebastian Huber <sebastian.huber@…>
- rbtree: Delete _RBTree_Initialize() This function has no internal use case.
- 3:55 AM Changeset in rtems [b9877ee] by Sebastian Huber <sebastian.huber@…>
- rbtree: Delete _RBTree_Get() This function has no internal use case.
- 3:40 AM Changeset in rtems [3f49446] by Sebastian Huber <sebastian.huber@…>
- rbtree: Delete _RBTree_Is_first()
- 3:39 AM Changeset in rtems [341f629] by Sebastian Huber <sebastian.huber@…>
- rbtree: Add _RBTree_Minimum(), _RBTree_Maximum()
- 3:25 AM Changeset in rtems [1f242285] by Sebastian Huber <sebastian.huber@…>
- posix: Avoid _RBTree_Next()
- 3:24 AM Changeset in rtems [2d48456] by Sebastian Huber <sebastian.huber@…>
- rbheap: Drop direction from _RBTree_Iterate()
- 3:04 AM Changeset in rtems [d7c93070] by Sebastian Huber <sebastian.huber@…>
- sptests/sprbtree01: Avoid internal API
- 2:48 AM Changeset in rtems [d128b4f2] by Sebastian Huber <sebastian.huber@…>
- sptests/sprbtree01: Fix random ops test case
Note: See TracTimeline
for information about the timeline view.