Timeline



04/08/11:

19:35 GSoC/2011/gprof edited by Easwar Hariharan
(diff)
19:35 GSoC/2011/gprof edited by Easwar Hariharan
Added self as volunteer to implement during GSoC 2011 (diff)

04/07/11:

18:20 Changeset in rtems [b7528cf2]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-07 Joel Sherrill <joel.sherrill@…> * README: New file.
18:12 Changeset in rtems [b467831a]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-07 Joel Sherrill <joel.sherrill@…> * shared/main_clocktick.c, shared/main_semcreate.c, shared/main_semdelete.c, shared/main_semflush.c, shared/main_semobtain.c, shared/main_semrelease.c, shared/main_taskcreate.c, shared/main_taskdelete.c, shared/main_taskmode.c, shared/main_taskpriority.c, shared/main_taskresume.c, shared/main_tasksuspend.c, shared/main_taskwakeafter.c, shared/schedsim_shell.h: Compiles now and do not core dump when RTEMS is not initialized.
18:12 Changeset in rtems [e69369c7]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-07 Joel Sherrill <joel.sherrill@…> * Makefile.am, wkspace.c: Compiles now and do not core dump when RTEMS is not initialized.
16:50 Changeset in rtems [f78daca]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-07 Joel Sherrill <joel.sherrill@…> * rtems_footer.html.in, common/cpright.texi: Update dates in copyright.

04/05/11:

13:38 Changeset in rtems [5d2aacc2]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-05 Joel Sherrill <joel.sherrilL@…> PR 1701/filesystems * libfs/src/imfs/memfile.c: Fix sense of assert.
12:39 Ticket #1701 (IMFS_memfile_read() violates an assertion) closed by Joel Sherrill
fixed: Got it. assert sense was broken sometime after 4.10 was broken. Fixed
09:50 Changeset in rtems [6503ac9]4.115 by Sebastian Huber <sebastian.huber@…>
2011-04-05 Sebastian Huber <sebastian.huber@…> * score/src/heap.c: Avoid integer overflow.
09:19 Changeset in rtems [5bd6123]4.115 by Sebastian Huber <sebastian.huber@…>
2011-04-05 Sebastian Huber <sebastian.huber@…> * tar01/init.c: Fixed integer types.

04/04/11:

21:11 Release/4.10 edited by JoelSherrill
/* Release 4.10.1 Changes */ PR1722 allows spaces in FTPD filenames and commands (diff)
21:11 Release/4.9 edited by JoelSherrill
/* Release 4.9.6 Changes */ PR1722 spaces in ftpd commands and filenames. (diff)
20:46 Release/4.10 edited by JoelSherrill
/* Release 4.10.1 Changes */ PR1768 cld needed with gcc 4.3 and newer (diff)
20:46 Release/4.9 edited by JoelSherrill
/* Release 4.9.6 Changes */ PR1768 cld needed with gcc 4.3 and newer (diff)
18:45 Changeset in rtems [142b3b8]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-04 Gedare Bloom <giddyup44@…> PR 1641/cpukit * Makefile.am, configure.ac: Create testcase for red black tree. * sprbtree01/init.c, sprbtree01/Makefile.am, sprbtree01/sprbtree01.doc, sprbtree01/sprbtree01.scn: New files.
18:44 Changeset in rtems [bd9baa81]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-28 Gedare Bloom <giddyup44@…> PR 1641/cpukit * sapi/Makefile.am, sapi/preinstall.am, score/Makefile.am, score/preinstall.am: Add Red Black Tree data structure to score. * sapi/include/rtems/rbtree.h, sapi/inline/rtems/rbtree.inl, score/include/rtems/score/rbtree.h, score/inline/rtems/score/rbtree.inl, score/src/rbtree.c, score/src/rbtreeextract.c, score/src/rbtreefind.c, score/src/rbtreefindheader.c, score/src/rbtreeget.c, score/src/rbtreeinsert.c, score/src/rbtreepeek.c: New files.
17:49 Ticket #1641 (Red Black Tree data structure) closed by Joel Sherrill
fixed: Patch committed to head. All tests passed. Please update the 4.11 release notes in the wiki to reflect the addition.
17:08 Changeset in rtems [425927e]4.9 by Joel Sherrill <joel.sherrill@…>
2011-04-04 Sebastien Bourdeauducq <sebastien.bourdeauducq@…> PR 1722/networking * ftpd/ftpd.c: FTPD fails to parse correctly FTP commands relating to filenames with spaces in them.
17:08 Changeset in rtems [46604fcc]4.10 by Joel Sherrill <joel.sherrill@…>
2011-04-04 Sebastien Bourdeauducq <sebastien.bourdeauducq@…> PR 1722/networking * ftpd/ftpd.c: FTPD fails to parse correctly FTP commands relating to filenames with spaces in them.
17:08 Changeset in rtems [ff49ffe]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-04 Sebastien Bourdeauducq <sebastien.bourdeauducq@…> PR 1722/networking * ftpd/ftpd.c: FTPD fails to parse correctly FTP commands relating to filenames with spaces in them.
16:45 Changeset in rtems [2fe013a1]4.9 by Joel Sherrill <joel.sherrill@…>
2011-04-04 Joel Sherrill <joel.sherrilL@…> PR 1768/bsps * shared/irq/irq_asm.S: The nbench benchmark highlighted the fact that we do not perform a cld before calling C code in the ISR. This was historically not a problem but gcc 4.3 changed the behavior. From http://gcc.gnu.org/gcc-4.3/changes.html
16:44 Changeset in rtems [c13ddac0]4.10 by Joel Sherrill <joel.sherrill@…>
2011-04-04 Joel Sherrill <joel.sherrilL@…> PR 1768/bsps * shared/irq/irq_asm.S: The nbench benchmark highlighted the fact that we do not perform a cld before calling C code in the ISR. This was historically not a problem but gcc 4.3 changed the behavior. From http://gcc.gnu.org/gcc-4.3/changes.html
16:44 Changeset in rtems [9c24c73]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-04 Joel Sherrill <joel.sherrilL@…> PR 1768/bsps * shared/irq/irq_asm.S: The nbench benchmark highlighted the fact that we do not perform a cld before calling C code in the ISR. This was historically not a problem but gcc 4.3 changed the behavior. From http://gcc.gnu.org/gcc-4.3/changes.html
16:40 Changeset in rtems [e79093a]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-04 Joel Sherrill <joel.sherrilL@…> PR 1773/cpukit * sapi/include/confdefs.h, sapi/src/exinit.c, score/include/rtems/bspsmp.h, score/src/percpu.c, score/src/thread.c: Rename rtems_smp_maximum_processor to rtems_configuration_smp_maximum_processor. Eliminate printk().
16:12 Ticket #1722 (FTPD does not handle spaces in filenames) closed by Joel Sherrill
fixed: Patch applied to all applicable branches.
15:48 Ticket #1729 (SMP Step #2) closed by Joel Sherrill
fixed: Patch committed.
15:47 Ticket #1768 (i368 direction flag handling) closed by Joel Sherrill
fixed: Patch committed to 4.9 branch and newer. 4.8 and older were not impacted.
15:39 Ticket #1773 (score/src/percpu.c: invalid namespace and printk) closed by Joel Sherrill
fixed: Fixed on head.

04/03/11:

06:38 Changeset in rtems [54ff312]4.115 by Ralf Corsepius <ralf.corsepius@…>
Whitespace fixes.
06:30 Changeset in rtems [7c8ac87]4.115 by Ralf Corsepius <ralf.corsepius@…>
Add support for gcc-go tarballs.
06:28 Changeset in rtems [619413a]4.115 by Ralf Corsepius <ralf.corsepius@…>
Reflect /go subdir handling having move into install.add.
06:27 Changeset in rtems [4c97b476]4.115 by Ralf Corsepius <ralf.corsepius@…>
Handle /go subdirs.
05:31 Changeset in rtems [82457005]4.115 by Ralf Corsepius <ralf.corsepius@…>
Remove @tool_target@-@tool_target@-gccgo.
05:27 Changeset in rtems [62a26e39]4.115 by Ralf Corsepius <ralf.corsepius@…>
Don't ship libffi's man-pages.

04/02/11:

06:22 Changeset in rtems [dfa3ad8c]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
06:20 Changeset in rtems [8357e856]4.115 by Ralf Corsepius <ralf.corsepius@…>
Abandon NoSource?:
06:17 Changeset in rtems [2e51b8f6]4.115 by Ralf Corsepius <ralf.corsepius@…>
Preps for gccgo.
06:14 Changeset in rtems [fce089e]4.115 by Ralf Corsepius <ralf.corsepius@…>
New.
06:10 Changeset in rtems [60d34868]4.115 by Ralf Corsepius <ralf.corsepius@…>
Add %build_go. Cosmetics.

04/01/11:

18:12 Changeset in rtems [3953cb4d]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-01 Joel Sherrill <joel.sherrill@…> * Makefile.am, Makefile.inc.in, configure.ac, target.cfg.in: Update to account for movement of .cfg files.
18:12 Changeset in rtems [c9be957]4.115 by Joel Sherrill <joel.sherrill@…>
2011-04-01 Joel Sherrill <joel.sherrill@…> * custom/default.cfg: Update to account for movement of .cfg files.
12:05 Ticket #1775 (NFS issues: read/write problems when requested bytes greater than ...) created by kevin.kirspel
In nfs_file_read() and nfs_file_write(), if the requested number of …

03/31/11:

22:26 TBR/UserManual/RTEMS_SIMD_Support edited by JoelSherrill
/* SIMD Support in RTEMS */ (diff)
22:21 TBR/UserManual/RTEMS_SIMD_Support edited by JoelSherrill
(diff)

03/30/11:

19:25 Ticket #1774 (IMFS limits filename sizes to mounted directories.) created by Chris Johns
Create a RAM disk and format an RFS file system then mount on /ram. In …

03/29/11:

03:43 Changeset in rtems [49a97a91]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-03-29 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Use '|' as sed-delimiter.

03/28/11:

16:15 Ticket #1773 (score/src/percpu.c: invalid namespace and printk) created by Gedare Bloom
commit 1.3 on score/src/percpu.c introduced two problems. …
12:27 Changeset in rtems [c4d9f313]4.115 by Sebastian Huber <sebastian.huber@…>
2011-03-29 Sebastian Huber <sebastian.huber@…> * shared/lpc/network/lpc-ethernet.c: Support multicast.
10:25 Changeset in network-demos [239bbd0]4.11 by Sebastian Huber <sebastian.huber@…>
2011-03-29 Sebastian Huber <Sebastian.Huber@…> * mcast/listener.c: Output only received characters.
09:00 Changeset in rtems [f437107]4.115 by Sebastian Huber <sebastian.huber@…>
2011-03-29 Sebastian Huber <sebastian.huber@…> * configure.ac, include/bspopts.h.in: New BSP option LPC32XX_SCRATCH_AREA_SIZE. Disable BSP option LPC32XX_DISABLE_READ_ONLY_PROTECTION for all BSPs. * include/boot.h: Removed application specific defines. * include/nand-mlc.h, misc/nand-mlc.c: Changed configuration layout. * include/mmu.h, misc/mmu.c: Documentation. Bugfix. * include/bsp.h, startup/bspstarthooks.c, misc/restart.c, startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1, startup/linkcmds.lpc32xx_mzx_stage_2, startup/linkcmds.lpc32xx_phycore: Support for scratch area. Moved code into macros for reusability.
08:49 Changeset in rtems [305234f7]4.115 by Sebastian Huber <sebastian.huber@…>
2011-03-29 Sebastian Huber <sebastian.huber@…> * shared/start/start.S: Default exception handler will result in bsp_reset(). * shared/startup/linkcmds.base: Move unsupported sections into read-only section. Changed barrier sections.

03/26/11:

19:42 Release/4.10 edited by Wendell
/* API Changes */ (diff)
19:42 Release/4.10 edited by Wendell
/* BSPs and Device Drivers */ (diff)
19:25 Release/4.10 edited by Wendell
/* Configuration Changes */ (diff)
04:45 Changeset in rtems [2e031c64]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
04:14 Changeset in rtems [a18a3f2]4.115 by Ralf Corsepius <ralf.corsepius@…>
Reflect gcc-4.6.0 is out. Abandon newlib-1.18.0
04:10 Changeset in rtems [a5028132]4.115 by Ralf Corsepius <ralf.corsepius@…>
Reflect gcc-4.6.0 is out. Bump GCC_RPMREL.
03:50 Changeset in rtems [d6d0239]4.115 by Ralf Corsepius <ralf.corsepius@…>
New.
03:23 Changeset in rtems [365b3f0]4.115 by Ralf Corsepius <ralf.corsepius@…>
newlib-1.19.0-rtems4.11-20110323.diff.
01:18 TBR/UserApp/Space/LISA_Pathfinder edited by JoelSherrill
(diff)
01:11 TBR/UserApp/Space/LISA_Pathfinder edited by JoelSherrill
Update launch date (diff)
00:47 TBR/BSP/Mcf52235 edited by Richard Campbell
/* Test Reports */ (diff)
00:46 TBR/BSP/Mcf52235 edited by Richard Campbell
/* Downloading and Executing */ Added RTEMS Lab board instructions (diff)
00:45 Developer/Laboratory edited by Richard Campbell
Added comment for MCF52235B (diff)
00:42 TBR/BSP/Mcf52235 edited by Richard Campbell
/* Firmware Setup */ Added RTEMS Lab board settings (diff)
00:34 Developer/Laboratory edited by Richard Campbell
Added power comment for LPC2478 (diff)
00:28 TBR/BSP/Lpc24xx edited by Richard Campbell
/* Test Reports */ Added RTEMS Lab board test results. (diff)
00:23 TBR/BSP/Lpc24xx edited by Richard Campbell
/* Downloading and Executing */ (diff)
00:20 TBR/BSP/Lpc24xx edited by Richard Campbell
/* Firmware Setup */ Added RTEMS Lab board settings (diff)
00:15 TBR/UserManual/RTEMS_SIMD_Support edited by Strauman
(diff)
00:11 TBR/UserManual/RTEMS_SIMD_Support edited by Strauman
(diff)
00:08 TBR/UserManual/RTEMS_SIMD_Support edited by Strauman
(diff)

03/25/11:

23:59 TBR/BSP/Gen83xx edited by Richard Campbell
/* Test Reports */ (diff)
23:58 TBR/BSP/Gen83xx edited by Richard Campbell
/* Downloading and Executing */ Added RTEMS Lab board instructions (diff)
23:55 TBR/BSP/Gen83xx edited by Richard Campbell
/* Firmware Setup */ Added RTEMS Lab board settings (diff)
23:50 TBR/BSP/Mcf5235 edited by Richard Campbell
/* Board Setup */ (diff)
23:35 TBR/BSP/Mvme167 edited by Richard Campbell
/* Test Reports */Added test results for RTEMS Lab board (diff)
23:31 TBR/BSP/Mvme167 edited by Richard Campbell
/* Firmware Setup */ Added RTEMS Lab board settings (diff)
23:12 TBR/UserApp/Magnetospheric_MultiScale edited by JoelSherrill
(diff)
23:12 Developer/Laboratory edited by Richard Campbell
Added hyperlinks to boards (diff)
23:09 TBR/UserApp/Magnetospheric_MultiScale edited by JoelSherrill
/* References and external links */ Add wikipedia (diff)
23:06 TBR/UserApp/Magnetospheric_MultiScale edited by JoelSherrill
(diff)
23:02 Developer/Laboratory edited by Richard Campbell
(diff)
23:00 Developer/Laboratory edited by Richard Campbell
(diff)
22:26 TBR/BSP/Gen5200 edited by Richard Campbell
/* Test Reports */ Added test report for Lite5200B (diff)
22:07 TBR/BSP/Pc386 edited by Richard Campbell
/* Test Reports */ Added report for WinSystems? board (diff)
19:43 Developer/Laboratory edited by Richard Campbell
Updated table and changed host names (diff)
18:53 TBR/BSP/Mcf5235 edited by Richard Campbell
Added date (diff)
18:51 TBR/BSP/Mcf5235 edited by Richard Campbell
Added Board Setup, Debugging, and Test Results details (diff)
17:47 Changeset in rtems [a1785b15]4.115 by Ralf Corsepius <ralf.corsepius@…>
gcc-core-4.6.0-RC-20110321-rtems4.11-20110323.diff
04:29 TBR/UserManual/RTEMS_SIMD_Support created by Strauman
Created page with "== SIMD Support in RTEMS == As of release 4.10 RTEMS supports managing the SIMD registers on select CPU architectures. I.e., SIMD registers are preserved across context switches ..."
04:15 Release/4.10 edited by Strauman
(diff)
Note: See TracTimeline for information about the timeline view.