Timeline



07/29/14:

09:25 Changeset in rtems-source-builder [a69c400]4.104.114.95 by Hesham ALMatary <heshamelmatary@…>
Refer to newlib-cvs and gcc.4.8.3, and add hashes for patches. 1- Refer to newlib-cvs as it supports OpenRISC/RTEMS by now. 2- Use gcc.4.8.3 release instead of 4.8.2 one. 3- Refer to the new gcc-4.8.3 patch. 4- Add hash feature for patches.
07:25 Changeset in rtems-source-builder [6b4f83c]4.104.114.95 by Chris Johns <chrisj@…>
doc: Add %hash.
06:38 Changeset in rtems-source-builder [09cdaa3]4.104.114.95 by Chris Johns <chrisj@…>
Version 0.4.0.
06:35 Changeset in rtems-source-builder [a083b52]4.104.114.95 by Chris Johns <chrisj@…>
Add checksum support for downloaded files. File download by http, ftp, pw support checksum. The %hash directive provides a means of setting a hash used to checksum the file. Files on disk or just downloaded are checked.
00:04 Changeset in rtems-source-builder [c49e500]4.104.114.95 by Chris Johns <chrisj@…>
sb: Add visual feedback for http type downloads.
00:04 Changeset in rtems-source-builder [4837350]4.104.114.95 by Chris Johns <chrisj@…>
rtems4.11: Change the NIO2 to the 4.9.1. Uses patch https://patchwork.ozlabs.org/patch/364504/.

07/28/14:

23:41 Changeset in rtems-source-builder [4e502f0]4.104.114.95 by Chris Johns <chrisj@…>
rtems4.11: Add support for Cortex-M4 and Cortex-R based chips. Patch is https://patchwork.ozlabs.org/patch/372178/.
05:01 Changeset in rtems-source-builder [40442df]4.104.114.95 by Chris Johns <chrisj@…>
doc: Add RTEMS 3rd Party package building instructions.

07/26/14:

10:52 Changeset in rtems [4cd55724]4.115 by Sebastian Huber <sebastian.huber@…>
Delete unused *_Is_null() functions
08:00 Projects/GSoC/OpenRISC edited by Hesham
/* BSP(s) */ (diff)
07:59 Projects/GSoC/OpenRISC edited by Hesham
/* BSP(s) */ (diff)
07:52 Projects/GSoC/OpenRISC edited by Hesham
/* RTEMS */ (diff)
07:29 Projects/GSoC/OpenRISC edited by Hesham
/* tool-chain */ (diff)
01:35 Changeset in rtems-source-builder [af4ef74]4.104.114.95 by Chris Johns <chrisj@…>
rtems-bsp: Install net-smp under the BSP if building for RTEMS.
00:44 Changeset in rtems-source-builder [fdb2b9e]4.104.114.95 by Chris Johns <chrisj@…>
rtems-bsp: Install 3rd party packages under a BSP. Provide the paths so a package built for RTEMS can be installed under the BSP. Update NTP to install under the BSP.

07/25/14:

12:35 Changeset in rtems-source-builder [4900498]4.104.114.95 by Chris Johns <chrisj@…>
sb: Remove duplicates from the config file list.
11:46 Changeset in rtems-source-builder [2eb764e]4.104.114.95 by Chris Johns <chrisj@…>
bare: Add support for building gcc-4.9.1 and newlib-2.1.0.
11:45 Changeset in rtems-source-builder [712ef18]4.104.114.95 by Chris Johns <chrisj@…>
sb: Add CXX flags support rather than use CFLAGS.
11:43 Changeset in rtems-source-builder [fa87409]4.104.114.95 by Chris Johns <chrisj@…>
sb: Fix error handling.
04:55 Changeset in rtems-source-builder [114ef08]4.104.114.95 by Chris Johns <chrisj@…>
RTEMS 4.11 Update to gcc-4.8.3 with Newlib CVS 26-Jul-2014. Refactor some of the configurations to make it easier to maintain. Add gcc-4.9.x support.

07/24/14:

15:50 Changeset in rtems [0ef6e3bf]4.115 by Sebastian Huber <sebastian.huber@…>
rbtree: Simplify _RBTree_Extract()
03:09 Changeset in rtems-tools [427acf3]4.104.115 by Peng Fan <Peng.Fan@…>
std::list should be sorted before unique std::list should be sorted first, then unique can remove duplicated objects. Otherwise there will be many duplicated objects. Signed-off-by: Peng Fan <Peng.Fan@…>

07/23/14:

21:35 TBR/BSP/Beagleboard edited by Beng
(diff)
21:34 TBR/BSP/Tms570 edited by PavelPisa
/* Test Reports */ (diff)
20:39 Changeset in rtems [9113798c]4.115 by Joel Sherrill <joel.sherrill@…>
todimpl.h: Add missing Doxygen
20:37 Changeset in rtems [0a84c298]4.115 by Joel Sherrill <joel.sherrill@…>
coretod*.c: Fix Doxygen group and comment formatting
20:35 Changeset in rtems [875fff0a]4.115 by Joel Sherrill <joel.sherrill@…>
Add _TOD_Adjust to SCORE TOD Handler. This lays the proper structure for doing future work on time adjustment algorithms. Any TOD adjustments should be requested at the API level and performed at the SCORE level. Additionally updated a test.
16:20 Changeset in rtems-tools [e4014f0]4.104.115 by Ben Gras <ben@…>
typo
11:19 Changeset in rtems [4752550f]4.115 by Sebastian Huber <sebastian.huber@…>
rbtree: Simplify _RBTree_Rotate() Add and use _RBTree_Direction().
11:03 Changeset in rtems [993f5ac]4.115 by Sebastian Huber <sebastian.huber@…>
rbtree: Simplify insert and extract Simplify _RBTree_Insert() and _RBTree_Extract(). Remove more superfluous NULL pointer checks. Change _RBTree_Is_root() to use only the node. Add parent parameter to _RBTree_Sibling(). Delete _RBTree_Grandparent() and _RBTree_Parent_sibling().

07/22/14:

20:49 Changeset in rtems [b767683a]4.115 by Sebastian Huber <sebastian.huber@…>
rbtree: Rename find header in find control Simplify _RBTree_Find_control(). Avoid superfluous NULL pointer checks.
17:42 Changeset in rtems [6e93c836]4.115 by Sebastian Huber <sebastian.huber@…>
rbtree: Simplify off-tree handling Only use the parent pointer, since this pointer is never NULL for nodes which are part of a tree. Rename functions from *_off_rbtree() to *_off_tree().
14:40 Changeset in rtems [133962b]4.115 by Jennifer Averett <jennifer.averett@…>
capture: Split user extension methods out.
12:50 Changeset in rtems [639117f]4.115 by Sebastian Huber <sebastian.huber@…>
rbtree: Update maximum node in LIFO order The test sptests/sp35 showed a NULL pointer access due to an invalid maximum node field (e.g. a tree with one element and NULL as the maximum node).

07/21/14:

16:29 Changeset in rtems [8abbbdde]4.115 by Sebastian Huber <sebastian.huber@…>
rbtree: Do not set node off-tree in extract
16:16 Changeset in rtems [d7a94693]4.115 by Sebastian Huber <sebastian.huber@…>
rbtree: Remove superfluous NULL pointer checks
16:08 Changeset in rtems [6b0a7efc]4.115 by Sebastian Huber <sebastian.huber@…>
rbtree: Format

07/19/14:

00:46 Changeset in rtems [3b6352d]4.115 by Joel Sherrill <joel.sherrill@…>
adjtime.c: Use timestamp math and simplify

07/18/14:

19:20 Developer/Git/Users edited by Phipse
/* Sending Email */ updated email address from rtems-devel@… to devel@… (diff)
10:29 Changeset in rtems [1642d27e]4.115 by Christian Mauderer <Christian.Mauderer@…>
bsp/altera-cyclone-v: Add socal from hwlib. Some of the headers from the hwlib need the files from the socal subdirectory.

07/16/14:

20:45 Changeset in rtems [742402b5]4.115 by Joel Sherrill <joel.sherrill@…>
m68k/gen68360/include/tm27.h: Correct comment
20:43 Changeset in rtems [6e868d87]4.115 by Joel Sherrill <joel.sherrill@…>
Add More Testsuite Configuration Files and Update Existing Ones The first pass at building these was without networking enabled. This pass addresses that plus accounts for some new BSPs which needed testsuite.tcfg files and BSPs which could not link tests which had been added since the first pass.
00:45 Changeset in rtems [6832a560]4.115 by Chris Johns <chrisj@…>
Common ARM A8 code.

07/15/14:

17:37 Changeset in rtems [3250664]4.115 by Joel Sherrill <joel.sherrill@…>
Thread Queue: Merge discipline subroutines into main methods There was a lot of duplication between the discipline subroutines. With the transition to RBTrees for priority discipline, there were only a few lines of source code manipulating the data structure for FIFO and priority. Thus is made sense to fold these back into the main methods. As part of doing this all of the tests for discipline were changed to be in the same order.
14:20 Changeset in rtems [81329f9]4.115 by Christian Mauderer <Christian.Mauderer@…>
bsp/altera-cyclone-v: Add RTC driver.
Note: See TracTimeline for information about the timeline view.