Timeline



09/06/13:

08:05 Changeset in rtems [784d2a1]4.115 by Sebastian Huber <sebastian.huber@…>
arm: Fix inconsistent define usage
05:56 Changeset in rtems-source-builder [f4a8a42]4.104.114.95 by Chris Johns <chrisj@…>
rtems: Revert gdb to gdb-7.6 as gdb-7.6.1 fails.

09/05/13:

18:50 Changeset in rtems [36fdd0b]4.115 by Gedare Bloom <gedare@…>
uuid: make integer arithmetic conversion explicit Upcast multiplication to 64-bit integer arithmetic.
18:44 Changeset in rtems [8ee95e6]4.115 by Gedare Bloom <gedare@…>
imfs: use safe string functions Replace strcpy and strcat with counted variants.
18:34 Changeset in rtems [a803e04d]4.115 by Gedare Bloom <gedare@…>
termios: check return value from semaphore obtain/release Raise a fatal error in case of failure.
18:31 Changeset in rtems [74d35751]4.115 by Gedare Bloom <gedare@…>
flashdisk: swap arguments to checksum helper The arguments to rtems_fdisk_calc_crc16() are reversed when called from rtems_fdisk_page_checksum(). 26052 Operands don't affect result
18:28 Changeset in rtems [59261fba]4.115 by Gedare Bloom <gedare@…>
nvdisk: swap arguments to checksum helper The arguments to rtems_nvdisk_calc_crc16() are reversed when called from rtems_nvdisk_page_checksum(). 26053 Operands don't affect result
18:21 Changeset in rtems [5f040b8]4.115 by Gedare Bloom <gedare@…>
sparse-disk: check return value from semaphore_obtain/release In case obtain/release is unsuccessful, cause a fatal error.
18:13 Changeset in rtems [97ae1eeb]4.115 by Gedare Bloom <gedare@…>
imfs: check return value from mkdir
18:10 Changeset in rtems [e075b388]4.115 by Gedare Bloom <gedare@…>
untar: check return value from mkdir Check the return value from mkdir instead of failing silently. 1063857 Unchecked return value from library
18:03 Changeset in rtems [b6cfbab4]4.115 by Gedare Bloom <gedare@…>
dosfs: Eliminate empty case statements that fall through to default. Also eliminates possibly dead code in case the name_type can never actually be MSDOS_NAME_INVALID. 1063860 Logically dead code.
17:44 Changeset in rtems [c963ac7]4.115 by Gedare Bloom <gedare@…>
nfs: Fix ln option processing. If opts is NULL, then strchr() will dereference it and search for 's'. 1063863 Dereference after null check
17:22 Changeset in rtems [121dd881]4.115 by Gedare Bloom <gedare@…>
bdpart: Argument cannot be negative If open(fd) fails then avoid the error path that calls close(fd).
17:15 Changeset in rtems [a8007dc2]4.115 by Gedare Bloom <gedare@…>
dosfs: Unsigned compared against 0 Change the type for storing the return from iconv to be signed.
17:09 Changeset in rtems [e4c1926]4.115 by Gedare Bloom <gedare@…>
dosfs: Unsigned compared against 0 Fix the type of "cmpltd" to be ssize_t so that assigning it to -1 will terminate processing as intended.
16:58 Changeset in rtems [551468c]4.115 by Gedare Bloom <gedare@…>
dosfs: Unintentional integer overflow Explicitly promote 32-bit integer to 64-bits for multiplication.
16:15 Changeset in rtems [96654dc]4.115 by Gedare Bloom <gedare@…>
shell: Out-of-bounds access In case the length of cwd path plus the userScriptName exceeds PATH_MAX (255), the strncat calls will overflow scriptFile. Also check for getcwd failure.
15:53 Changeset in rtems [a6d35256]4.115 by Gedare Bloom <gedare@…>
IMFS: Resource leak Free fs_info in case root_node is NULL.
06:32 Changeset in rtems-source-builder [b843e62]4.104.114.95 by Chris Johns <chrisj@…>
sb: Do no install with a Cxc build.

09/04/13:

12:03 Changeset in rtems [d157a4fd]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Fix ARM CP15 opcode for get functions

09/03/13:

22:45 Changeset in rtems-source-builder [2802080]4.104.114.95 by Chris Johns <chrisj@…>
sb: Do not create a build set tar file on error. If creating build set tar files and using --keep-going do not create the tar file if any part of the set build fails.
10:59 Changeset in rtems [03e097b7]4.115 by Sebastian Huber <sebastian.huber@…>
nios2: Include proper header file
09:06 Changeset in rtems [4a8c334]4.115 by Sebastian Huber <sebastian.huber@…>
smptests/smpatomic08: Add initialization test case
09:04 Changeset in rtems [3bac8a4c]4.115 by Sebastian Huber <sebastian.huber@…>
score: Use void * for some atomic pointer ops

09/02/13:

23:20 Changeset in rtems-source-builder [169619c]4.104.114.95 by Chris Johns <chrisj@…>
config: Disable building RTEMS by default. To build use --with-rtems.
22:50 Changeset in rtems-source-builder [7a691b8]4.104.114.95 by Chris Johns <chrisj@…>
sb: Fix the config _parse args.
22:33 Changeset in rtems-source-builder [18b01e8]4.104.114.95 by Chris Johns <chrisj@…>
config: Update RTEMS to gdb-7.6.1.
22:30 Changeset in rtems-source-builder [845e92f]4.104.114.95 by Chris Johns <chrisj@…>
sb: Fix nesting if statements. Nesting if statements did not correctly process the contents of the nested if script. This change makes the processing uniform across all the logic stages.
22:29 Changeset in rtems-source-builder [72f89c5]4.104.114.95 by Chris Johns <chrisj@…>
sb: Output the new info message. With the set builder add nesting count support.
21:59 Changeset in rtems-source-builder [348e498]4.104.114.95 by Chris Johns <chrisj@…>
sb: Add options log_info. Provide a log_info method for the options class to log the command line and the python version string.
13:08 Changeset in rtems [29f7d317]4.115 by Sebastian Huber <sebastian.huber@…>
score: Use unsigned long for atomic integers Use unsigned long instead of uint_fast32_t since C11 provides only a ATOMIC_LONG_LOCK_FREE macro constant. This makes it also possible to use properly typed integer literals like 123UL. It is now clear which compatible type should be used for the atomic integer.

09/01/13:

13:14 Changeset in rtems [47b6fad]4.115 by Sebastian Huber <sebastian.huber@…>
smptests/smpatomic08: Avoid copy and paste
13:01 Changeset in rtems [7136d7f]4.115 by Sebastian Huber <sebastian.huber@…>
smptests/smpatomic08: Simplify or/and test case Renamed and use common integer variables.
12:34 Changeset in rtems [d39ccd69]4.115 by Sebastian Huber <sebastian.huber@…>
smptests/smpatomic08: Fix compare and exchange
10:28 Changeset in rtems [4238aff]4.115 by WeiY <wei.a.yang@…>
add atomic sub, and, or, compare_exchange test cases into smpatomic08

08/31/13:

22:25 Changeset in rtems-source-builder [a4937d8]4.104.114.95 by Ivan Temp <ivan.temp@…>
sb: Add NetBSD support.
02:12 Changeset in rtems-source-builder [8dc8b26]4.104.114.95 by Chris Johns <chrisj@…>
doc: Add a cross build section.

08/30/13:

15:43 Changeset in rtems [287bbb6]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Use ALIGN_WITH_INPUT This requires at least Binutils 2.24.
13:42 Changeset in rtems-tools [53ed116]4.104.115 by Peng Fan <van.freenix@…>
Implement a new tool 'rtems-ra' rtems-ra supports converting an elf archive file into a rap archive file. It also support add, replace and delete rap files from the rap archive file.
07:50 Ticket #2143 (SMP: Inconsistent RTEMS chains API) created by Sebastian Huber
Sebastian Huber wrote: > On 2013-08-27 01:26, Chris Johns wrote: >> …

08/29/13:

20:20 Changeset in rtems [0c47440]4.115 by Karel Gardas <karel.gardas@…>
bsp/lm4f120: new BSP to support TI LM4F120 XL LaunchPad? board
11:41 Changeset in rtems-tools [5eb6604]4.104.115 by Peng Fan <van.freenix@…>
Fix archive writer 1. align to even address 2. Fix the use of GElf_Ehdr and Elf32_Ehdr 3. Fix the header related
08:03 Changeset in rtems [e127c4c]4.115 by Sebastian Huber <sebastian.huber@…>
smptests/smpatomic08: Fix race conditions

08/28/13:

12:52 Changeset in rtems [79d03e3]4.115 by Sebastian Huber <sebastian.huber@…>
smptests/smpatomic08: New test
09:27 Changeset in rtems [03aad60]4.115 by Sebastian Huber <sebastian.huber@…>
score: Atomic flag changes Delete _Atomic_Init_flag(). Change ATOMIC_INITIALIZER_FLAG into a constant. Rename _Atomic_Clear_flag() to _Atomic_Flag_clear(). Rename _Atomic_Test_set_flag() to _Atomic_Flag_test_and_set(). This is now in line with the C11 schema.
05:28 Developer/Simulators/QEMU/CANEmulation edited by Jinyang
(diff)

08/27/13:

18:20 Developer/Simulators/QEMU/CANEmulation edited by Jinyang
(diff)
16:52 Developer/Simulators/QEMU/CANEmulation edited by Jinyang
(diff)
14:56 Developer/Simulators/QEMU/CANEmulation edited by Jinyang
(diff)
13:14 Changeset in rtems [58a70b76]4.115 by WeiY <wei.a.yang@…>
score: Simplify <rtems/score/cpuatomic.h> Add proper license and copyright.
13:10 Changeset in rtems [4288f9fd]4.115 by Sebastian Huber <sebastian.huber@…>
score: Use static inline directly This file uses already C11 features. Include proper header file.
12:41 Developer/Simulators/QEMU/CANEmulation edited by Jinyang
(diff)
12:26 Changeset in rtems [2bbcb64]4.115 by Sebastian Huber <sebastian.huber@…>
smptests: Move ATOMIC conditional to top-level
12:25 Changeset in rtems [7bff82f]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Avoid NULL pointer access
02:21 Changeset in rtems-source-builder [d4fa101]4.104.114.95 by Chris Johns <chrisj@…>
sb: Fixed the errors as found by Gedare.

08/26/13:

22:02 Changeset in rtems-source-builder [174d296]4.104.114.95 by Chris Johns <chrisj@…>
doc: Improve the section on reporting errors.
21:48 Changeset in rtems-source-builder [5e536f8]4.104.114.95 by Chris Johns <chrisj@…>
sb: Import log for the copytree warnings.
21:47 Changeset in rtems-source-builder [2f4bd55]4.104.114.95 by Chris Johns <chrisj@…>
config: Fix the empty case of extra gcc options.
19:26 Changeset in rtems [3109857c]4.115 by Joel Sherrill <joel.sherrill@…>
bsps: Add and use CLOCK_DRIVER_ISRS_PER_TICK_VALUE pc386 set CLOCK_DRIVER_ISRS_PER_TICK to a string rather than a numeric value. Add CLOCK_DRIVER_ISRS_PER_TICK_VALUE and other clean up on the clock driver.
16:42 Changeset in rtems-tools [bd0b98d]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Add cpu registers to task output.
15:39 Changeset in rtems [7d9fff6]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Add and use _POSIX_signals_Acquire() Add and use _POSIX_signals_Release(). The post-switch handler is not protected by disabled thread dispatching. Use proper SMP lock for signal management.
15:38 Changeset in rtems [a4c3e71]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add SMP support to _Watchdog_Report_chain()
15:35 Changeset in rtems-tools [5a4834c]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Remove the header.
15:26 Changeset in rtems-tools [61154bf]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Add watchdog seconds command - prints the watchdog chain managed at second boundaries.
15:05 Changeset in rtems-tools [1fcff75]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Fix wdticks command - Type is Chain_Control - chain.node.next -> null
14:51 Changeset in rtems [ff0dcf2c]4.115 by Sebastian Huber <sebastian.huber@…>
sptests/spthreadq01: Add SMP support
14:46 Changeset in rtems [c955f99]4.115 by Sebastian Huber <sebastian.huber@…>
sptests/spnsext01: Add SMP support
14:22 Changeset in rtems [ca68215e]4.115 by Sebastian Huber <sebastian.huber@…>
posix: _POSIX_signals_Clear_process_signals() Do not disable interrupts since the caller did this already.
14:03 Changeset in rtems [75f6d18]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: Add SMP support for signals Add and use _ASR_Get_posted_signals(). The post-switch handler is not protected by disabled thread dispatching. Use proper SMP lock for signal management.
13:25 Changeset in rtems [ef3640f7]4.115 by Sebastian Huber <sebastian.huber@…>
ringbuf: Add SMP support
13:14 Changeset in rtems [4957272]4.115 by Sebastian Huber <sebastian.huber@…>
Filesystem: Use unprotected chain operations This area is protected by the IO library mutex.
13:14 Changeset in rtems [1215fd4]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: SMP support for chains Add ISR lock to chain control for proper SMP protection. Replace rtems_chain_extract() with rtems_chain_explicit_extract() and rtems_chain_insert() with rtems_chain_explicit_insert() on SMP configurations. Use rtems_chain_explicit_extract() and rtems_chain_explicit_insert() to provide SMP support.
12:58 Changeset in rtems [58a5889]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Protect access to _POSIX_signals_Vectors Assume the sigaction() is called only from thread context. Protect against concurrent sigaction() invocations by different threads.
12:27 Changeset in rtems [23de794d]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add and use CHAIN_INITIALIZER_ONE_NODE(). Add and use CHAIN_NODE_INITIALIZER_ONE_NODE_CHAIN(), RTEMS_CHAIN_INITIALIZER_ONE_NODE() and RTEMS_CHAIN_NODE_INITIALIZER_ONE_NODE_CHAIN().
11:00 Changeset in rtems [d56f76a]4.115 by Sebastian Huber <sebastian.huber@…>
bsps: Fix header includes
09:23 Ticket #2140 (Race condition in _Thread_queue_Process_timeout()) closed by Sebastian Huber
fixed: Fixed on HEAD and 4.10: http://git.rtems.org/rtems/commit/?id=215ccceed3938c2d90a5e44493ac3d016230a502 http://git.rtems.org/rtems/commit/?id=f8f1bdad2770c280ec019cf8f048346451a2e0ea
08:44 Changeset in rtems [07ad4b6]4.115 by Sebastian Huber <sebastian.huber@…>
libblock: Use unprotected chain extract This area is protected by the media mutex.
08:31 Changeset in rtems [a839d62]4.115 by Sebastian Huber <sebastian.huber@…>
RFS: Use unprotected chain operations This area is protected by the RFS file system instance lock.
06:53 Ticket #2142 (sb-set-builder fails on build) created by Sree Harsha Konduri
The git hash i am running on is commit …
02:32 GSoC/2013 edited by C Rempel
(diff)
01:00 Changeset in rtems [2f0d5e4]4.115 by Cynthia Rempel <cynthia@…>
Initialize the string before replacing characters

08/25/13:

23:49 Changeset in rtems [df533f1]4.115 by Cynthia Rempel <cynthia@…>
Stop a resource leak Stops a resource leak in the event that the system cannot malloc
17:34 Changeset in rtems-tools [a4d0739]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Add helper func. - tests a bit at specified position.
17:33 Changeset in rtems-tools [a7176a8]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Add watchdog ticks command. - ToDo? : Fix watchdog states.
13:45 Changeset in rtems [697d31e]4.115 by WeiY <wei.a.yang@…>
add atomic init function
13:00 Changeset in rtems-tools [04d95ec]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Added register class - sparc.register, basic represenation of sparc's registers.
09:26 Changeset in rtems-tools [788a715]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Add sparc PSR - added a class to print SPARC status register

08/24/13:

14:56 Changeset in rtems-tools [7a415d4]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Catch empty task names, - All the tasks do not have a name.
10:19 Changeset in rtems-tools [64309e0]4.104.115 by Peng Fan <van.freenix@…>
Ignore common section and null(index 0) section Signed-off-by: Peng Fan <van.freenix@…>
10:10 Changeset in rtems-tools [37a7a7c]4.104.115 by Peng Fan <van.freenix@…>
RA format support for rtems-ld 1. Automatically place object files in archive files into a ra file, using new option --runtime-lib 2. Add a new option --one-file to decide whether the collected object files should be merged into the rap file or not. Signed-off-by: Peng Fan <van.freenix@…>
09:38 Changeset in rtems-tools [a245635]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Add subcommand rtems tod - prints the time of day.
Note: See TracTimeline for information about the timeline view.