summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the chmod octal value to use the correct Python syntax.Chris Johns2015-02-161-2/+2
* Update the Windows header to direct.h for _mkdir per the MSDN.Chris Johns2015-02-161-1/+1
* Fix the tester wscript.Chris Johns2015-02-081-2/+2
* Fixes to the run the waf built tests when installed.Chris Johns2015-02-086-12/+18
* Install the rtems-test command.Chris Johns2015-02-089-27/+119
* Remove warning on Linux.Chris Johns2015-01-211-2/+0
* DEST_OS is linux and not linux2.Chris Johns2015-01-211-1/+1
* Fix covoar so it builds for Windows.Chris Johns2015-01-203-25/+36
* Add support to cross-compile. Use --hosti=.Chris Johns2015-01-188-6/+38
* Add PowerPC patches for GCC 4.9.2Sebastian Huber2015-01-093-0/+218
* rtems-tld: Install the libc heap configuration files.Chris Johns2014-12-181-1/+3
* rtems-tld: Add configuration support for libc head tracing.Chris Johns2014-12-182-0/+42
* Add SPARC patches for GCC 4.9.2Sebastian Huber2014-12-042-0/+342
* gdb patch to add leon2/3 support to sisJiri Gaisler2014-12-041-8929/+8910
* tools/gdb: Add a patch for gdb-7.7/gdb-7.8 SPARC.Chris Johns2014-12-021-0/+8934
* toolkit: Print dependents in resolver.Chris Johns2014-11-301-0/+15
* toolkit: Raise a user error and not an internal one.Chris Johns2014-11-301-1/+1
* main-page.cpp: Fix spelling issueJoel Sherrill2014-11-201-1/+2
* linkers: Disable .type statements in symbol code.Chris Johns2014-11-061-0/+4
* linkers: Merge the standard libraries into the user library paths.Chris Johns2014-11-043-5/+7
* Fix buffer leak on error.Chris Johns2014-11-041-0/+3
* fix buffer size problemBen Gras2014-11-041-1/+1
* typoBen Gras2014-11-021-1/+1
* fix for open() not taking a std::stringBen Gras2014-11-011-1/+1
* linkers: Add base image symbol to ELF object file generation.Chris Johns2014-10-307-114/+215
* linkers: Add kernel symbol support.Chris Johns2014-10-281-97/+274
* toolkit: Fix the map formatting.Chris Johns2014-10-281-2/+2
* toolkit: Update the comment.Chris Johns2014-10-281-1/+1
* Add new OpenRISC/or1ksim BSP script using qemuHesham ALMatary2014-09-291-0/+53
* rtems-tld: Make printk the default generator.Chris Johns2014-09-221-1/+1
* rtems-tld: Add config options, fix void args, and SCore traces.Chris Johns2014-09-2113-147/+447
* rtems-tld: Remove forced trace message.Chris Johns2014-09-211-1/+1
* rtk: Build fastlz into the rld library.Chris Johns2014-09-132-11/+10
* rtk: Fix buffer leak in rld::path::abs_path.Chris Johns2014-09-131-0/+1
* Refactor code into the RTEMS Toolkit.Chris Johns2014-09-13178-326/+327
* waf: Include waf in the souce tree and updated README on building.Chris Johns2014-09-138-11/+133
* Merge branch 'git://git.rtems.org/chrisj/rtl-host.git' to linkers.Chris Johns2014-09-13196-0/+60949
|\
| * Remove invalid file that was added.Chris Johns2014-09-131-0/+0
| * rtems-tld: Add a printk generator.Chris Johns2014-09-101-15/+58
| * rtems-tld: Fix warnings in the generated code.Chris Johns2014-09-101-5/+11
| * Fix the error message.Chris Johns2014-09-101-1/+1
| * Fix the tempfile output code to handle line breaks better.Chris Johns2014-09-102-28/+42
| * Make the verbose take the level and return the level if valid.Chris Johns2014-09-102-3/+3
| * linkers: If no RTEMS path is provied see if the prefix can be used.Chris Johns2014-09-094-7/+66
| * rtems-tld: Add entry and exit trace support.Chris Johns2014-09-094-13/+72
| * rtems-tld: Generate arg and ret code in the wrapper.Chris Johns2014-09-082-22/+48
| * Fix building on CentOS 6.5.Chris Johns2014-09-081-0/+2
| * RTEMS trace linker builds trace applications.Chris Johns2014-09-0811-150/+489
| * Refactor the rld-rtems support to remove the globals.Chris Johns2014-09-076-100/+174
| * rtems-tld: Add --wrapper option to aid testing.Chris Johns2014-09-077-60/+169