Timeline



04/03/13:

11:56 Ticket #2112 (<sys/queue.h> is broken) created by Sebastian Huber
The STAILQ_LAST() macro uses offsetof() which is undefined. In …
10:10 Changeset in rtems [30158371]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xx: New fatal errors
10:05 Changeset in rtems [db21e1d]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xx: eDMA API changes
04:24 Changeset in rtems [39586f6]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Fix register address
03:46 Ticket #2111 (AVR needs avr-libc to compile RTEMS.) created by cynt6007
The avr io.h header gives a warning that if not doing avr-libc, that …
03:31 Changeset in rtems-source-builder [0add2ea]4.104.114.95 by Chris Johns <chrisj@…>
PR 2108, PR 2109. Add --jobs and --always-clean. Refactor the options handling in defaults.py to allow the --jobs option have varing specific parameters. The option supports 'none', 'max' and 'half' or a fraction to divide the number of CPUs or an integer value which is the number of jobs. The --no-smp has been removed. The host specific modules have been changed to set the number of CPUs in the defaults table. Fixed the --keep-going to clean up is --always-clean is provided even if the build has an error.
02:58 Ticket #2110 (AVR POINTER_REGS error) created by cynt6007
Built unstable/avr-rtems4.11 toolchain, and it failed to build with …
02:40 Ticket #2109 (Add --always-clean) closed by Chris Johns
fixed: Added on master head. Builds are queued for cleaning even if they fail when --keep-going is used.
02:39 Ticket #2108 (Limit jobs to make.) closed by Chris Johns
fixed: Fixed on the master head. The --jobs option supports 'none', 'max', or 'half' or a fraction to divide the number of detected processors or an integer which forces the jobs value. The --no-smp option has been removed. For example: --jobs=none # no -j option to make --jobs=half # half the cpus detected --jobs=0.25 # a quarter the cpus detected --jobs=45 # force jobs to 45

04/02/13:

22:04 Ticket #2109 (Add --always-clean) created by Chris Johns
Add an option --always-clean for use with --keep-going to make sure …
22:01 Ticket #2108 (Limit jobs to make.) created by Chris Johns
Some host systems being used for testing such as the GCC compile farm …
21:56 Changeset in rtems-source-builder [e4cb1d0]4.104.114.95 by Chris Johns <chrisj@…>
Report the exit code on a shell macro failure.
21:45 Ticket #2107 (Cygwin build fails with binutils installed under $PREFIX) created by Chris Johns
If there are tools already installed under the $PREFIX path building a …
21:43 Changeset in rtems-source-builder [8130026]4.104.114.95 by Chris Johns <chrisj@…>
Add the 32bit host fix for EABI.
21:39 Changeset in rtems-tools [926ef3c]4.104.115 by Chris Johns <chrisj@…>
PR target/56771. Require 64-bit int for arm*-*-rtems[.0-9]*.
14:01 Changeset in rtems [dea6fb6]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/gen5200: Typo
13:58 Changeset in rtems [0841c07]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/gen5200: Elaborate option help message
13:50 Changeset in rtems [fa77ad4b]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/gen5200: Remove superfluous option definition
10:49 Changeset in rtems [f71fc635]4.115 by Andreas Heinig <andreas.heinig@…>
Fixed return in void function
10:07 Changeset in rtems-source-builder [df1a0d6]4.104.114.95 by Chris Johns <chrisj@…>
PR 2105. Changed the unstable build sets to use rtems_arch.
09:53 Changeset in rtems-source-builder [8dedfc7]4.104.114.95 by Chris Johns <chrisj@…>
PR 2106. Fixed the include name.
09:07 Ticket #2105 (unstable bsets fails to expand rtems_arch) closed by Chris Johns
fixed: Fixed on head. Thanks.
08:56 Ticket #2106 (unstable bsets fails to find gcc-common.cfg) closed by Chris Johns
fixed: Fixed on head. Thanks.
06:54 Changeset in rtems-source-builder [fbc946c]4.104.114.95 by Chris Johns <chrisj@…>
Fix the CPU count on Linux.
06:48 Changeset in rtems-tools [9d711f4]4.104.115 by Chris Johns <chrisj@…>
Fix to build in cygwin.
02:16 Ticket #2106 (unstable bsets fails to find gcc-common.cfg) created by cynt6007
The test was provided with bug XXX the patch fixes the problem by …
02:08 Ticket #2105 (unstable bsets fails to expand rtems_arch) created by cynt6007
rtems_arch failed to expand on the unstable targets. This patch fixes …

04/01/13:

23:17 Changeset in rtems-source-builder [2b069dc]4.104.114.95 by Chris Johns <chrisj@…>
Merge back in the multi-patch support to the gcc common configuration.
07:37 Changeset in rtems-source-builder [ec11cec]4.104.114.95 by Chris Johns <chrisj@…>
Add Windows support doco. Add the host build table.
05:36 GSoC/2013 edited by Peng Fan
/* Students Proposals */ (diff)
04:35 Changeset in rtems-source-builder [ee203a1]4.104.114.95 by Chris Johns <chrisj@…>
Save the original path away.
04:19 Changeset in rtems-source-builder [4f26bdb]4.104.114.95 by Chris Johns <chrisj@…>
Add Canadian Cross support. Add support to build MinGW tools using Cygwin. This is a Canadian cross build. Do not expand the directives when parsing a configuration file. Hold in the package object the text as read from the configuration file. Still parse the logic but leave the macros. This allows a configuration to be varied when the build happens. The Canadian cross uses this to build a build compiler used to build a Cxc runtime. Add Cxc support to the build module. In the defaults add rm and rmfile macros, add Cxc paths and pre-build script code. In the setbuilder check for a Cxc build and if so and the package allow Cxc build the build host version then the host target version. Add cygiwn support to the defaults processing and to the Windows module.

03/31/13:

08:46 Developer/Eclipse/Plugin edited by C Rempel
/* Project Creation */ (diff)
08:43 Developer/Eclipse/Plugin edited by C Rempel
/* Plug-In Setup */ (diff)
08:42 Developer/Eclipse/Plugin edited by C Rempel
/* Plug-In Setup */ (diff)
08:40 Developer/Eclipse/Plugin edited by C Rempel
/* Plug-In Setup */ (diff)
04:00 Ticket #2104 (Eclispe Plug-In) created by cynt6007
Build OS: Ubuntu 12.10 i686 Host OS: Ubuntu 12.10 i686 Eclipse …

03/30/13:

22:51 Changeset in rtems-source-builder [0d9b101]4.104.114.95 by Chris Johns <chrisj@…>
Add which type of hosts work. Some 32bit hosts have issues.
00:39 GSoC/2013 edited by JoelSherrill
/* RTEMS Specific Information */ Change cvs to git (diff)

03/29/13:

18:07 Ticket #2103 (m4 Minimum Version) created by Joel Sherrill
m4 >= 1.4.6 is required for at least autotools
18:06 Ticket #2102 (Minimum Python Version) created by Joel Sherrill
Python 2.5.2 is definitely too low. I built 2.7.3 and it started to …

03/28/13:

17:31 Ticket #2101 (Failure of setAttributes is lost) created by Jennifer Averett
A bsp's console_set_attributes function may return -1 when a requested …
08:25 Changeset in rtems [aa11df6]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/gen5200: Use busy wait The usage of rtems_task_wake_after() is invalid during the driver initialization.
08:24 Changeset in rtems [d1e1df68]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/gen5200: Use fatal error instead of assert

03/27/13:

09:01 GSoC/2013 edited by Dhananjay
Added name and preliminary project proposal details. (diff)

03/26/13:

19:25 GSoC/2013 edited by WeiY
/* Students Proposals */ (diff)
18:34 GSoC/2013 edited by Hesham
/* Students Proposals */ (diff)
15:01 Changeset in rtems [8ac62c4]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Add thread-local storage (TLS) sections
11:55 Ticket #2100 (SIGFPE) created by Sebastian Huber
A GCC test uses the following mechanic: #include <assert.h> #include …
09:57 Changeset in rtems-source-builder [70ca999]4.104.114.95 by Chris Johns <chrisj@…>
Add openSUSE and rearrange them.

03/25/13:

05:23 Developer/Projects/Obsolete/Canadian_Cross_Compiler edited by C Rempel
(diff)
05:22 Developer/Projects/Obsolete/Canadian_Cross_Compiler edited by C Rempel
(diff)
05:19 Developer/Projects/Obsolete/Canadian_Cross_Compiler edited by C Rempel
/* References */ (diff)
05:09 Developer/Projects/Obsolete/Canadian_Cross_Compiler created by C Rempel
Initial Setup
04:38 Developer/OpenProjects edited by C Rempel
/* Tools and Development Environment */ (diff)
04:37 Developer/OpenProjects edited by C Rempel
/* Tools and Development Environment */ (diff)
04:30 Developer/OpenProjects edited by C Rempel
/* Tools and Development Environment */ (diff)

03/24/13:

21:08 Ticket #2099 (sparc-gcc: error: cannot compute suffix of object files) closed by Eitan Adler
wontfix: I understand. I've marked these ports as BROKEN and DEPRECATED (ports terms). They will expire 2013-06-01 after which they can be removed. Hopefully someone will step up to maintain the ports and fix the issues in the meantime. If not the weaker form of installation is available by doing a "git clone" and installing directly from upstream. Thanks for the information.
04:04 Ticket #2099 (sparc-gcc: error: cannot compute suffix of object files) closed by cynt6007
worksforme
02:50 Ticket #2099 (sparc-gcc: error: cannot compute suffix of object files) created by cynt6007
Host: PCBSD-9.1 Target: sparc-rtems Followed directions in accordance …
01:46 Ticket #2098 (CLOCK_PROCESS_CPUTIME_ID) created by cynt6007
Host: pcbsd-9.1 Target: m68k-rtems Tools were built from ports in …

03/23/13:

18:13 Changeset in rtems [c32b1ef]4.115 by Alan Cudmore <alan.cudmore@…>
bsp/raspberrypi: New BSP
07:00 GSoC/Mentors edited by C Rempel
/* Mentors */ (diff)
03:24 Ticket #2097 (Add a README for the RTEMS tools git) created by cynt6007
Add a README for the RTEMS tools git.
02:34 Ticket #2096 (http://git.rtems.org/examples-v2/ has the wrong Clone) created by cynt6007
On http://git.rtems.org/examples-v2/ the clone is: Clone …

03/22/13:

14:30 Changeset in rtems [f2a1ba5]4.115 by Sebastian Huber <sebastian.huber@…>
libfs: Always use geteuid() and getegid() The two functions are independent of the POSIX API.
14:14 Changeset in rtems [581c9982]4.115 by Ralf Kirchner <ralf.kirchner@…>
fsdsosfsname01: Ensure endian correctness
14:10 Changeset in rtems [13bcb3e]4.115 by Sebastian Huber <sebastian.huber@…>
ramdisk: Fix device name generation
14:10 Changeset in rtems [f8811e4]4.10 by Sebastian Huber <sebastian.huber@…>
ramdisk: Fix device name generation
13:28 Changeset in rtems-source-builder [1e1ea1e]4.104.114.95 by Sebastian Huber <sebastian.huber@…>
Install reports under "share" directory This is normally the place for architecture-independent (shared) data.
12:39 Ticket #2070 (fseeko() is broken for huge positive integers) closed by Sebastian Huber
fixed: Fixed in Newlib after date 2013-03-15.

03/21/13:

20:05 TBR/UserApp/Fault_Recorder_with_PMU edited by Logiclab
(diff)
19:34 Developer/OpenProjects edited by Gedare
/* Libraries and Applications */ (diff)
19:21 Developer/OpenProjects edited by Gedare
(diff)
18:45 Developer/OpenProjects edited by Gedare
(diff)
17:25 Developer/OpenProjects edited by Gedare
/* Kernel (SuperCore?, SuperCoreCPU, libcpu) */ (diff)
17:25 Developer/OpenProjects edited by Gedare
(diff)
17:21 GSoC/GettingStarted edited by Gedare
/* Interact */ (diff)
11:52 Changeset in rtems-source-builder [aabe4e7]4.104.114.95 by Chris Johns <chrisj@…>
Use ftp.rtems.org and not www.rtems.org.
11:45 Changeset in rtems-source-builder [a8a3af2]4.104.114.95 by Chris Johns <chrisj@…>
Build RTEMS 4.9.6.
09:46 Changeset in rtems [7b14e8b]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc83xx: Add MPC83XX_NET*_INTERFACE_0_PHY_ADDR
09:43 Changeset in rtems-source-builder [03ae6ca]4.104.114.95 by Chris Johns <chrisj@…>
Need to have a default patch opts
09:37 Changeset in rtems-source-builder [b78c128]4.104.114.95 by Chris Johns <chrisj@…>
Patch on FreeBSD needs to have -E to remove empty files. This is the Linux default.
04:47 Changeset in rtems-source-builder [02711d6]4.104.114.95 by Chris Johns <chrisj@…>
Add more RTEMS 4.9 architectures.

03/20/13:

06:28 Changeset in rtems-source-builder [d19391d]4.104.114.95 by Chris Johns <chrisj@…>
Patch to fix bfin simulator.
06:27 Changeset in rtems-tools [4c5ffb2]4.104.115 by Chris Johns <chrisj@…>
Fix the sed breakage on FreeBSD.
05:04 Changeset in rtems-source-builder [2a37e1a]4.104.114.95 by Chris Johns <chrisj@…>
Add RTEMS patch support.
Note: See TracTimeline for information about the timeline view.