Timeline



02/02/13:

21:19 Changeset in rtems [dd7b835]4.115 by Joel Sherrill <joel.sherrill@…>
Merge branch 'master' of ssh://git.rtems.org/data/git/rtems
17:52 Ticket #2088 (CSB337 (CSB637 variant) does not boot properly) created by Wendell P Silva
Tested with ticker.exe of RTEMS 4.11 (head) Configuration script: …

02/01/13:

20:33 Ticket #2087 (Merge some samples from Livermore pthread Examples) created by Christopher Kerl
This is a new sample that I've adapted from the Lawrence Livermore …
01:41 Changeset in rtems-source-builder [ad77f90]4.104.114.95 by Chris Johns <chrisj@…>
Binutils 2.23.1.
01:40 Changeset in rtems-source-builder [51c5a57]4.104.114.95 by Chris Johns <chrisj@…>
Build binutils 2.23.1 for unstable.
01:39 Changeset in rtems-source-builder [bc97729]4.104.114.95 by Chris Johns <chrisj@…>
Optionally enable deterministic archives.
01:38 Changeset in rtems-source-builder [3142708]4.104.114.95 by Chris Johns <chrisj@…>
Build the expat library.
01:35 Changeset in rtems-source-builder [bd8fef3]4.104.114.95 by Chris Johns <chrisj@…>
Improve mkdir and rmdir. Testing on various hosts shows a few problems. These changes seem to help resolve them.

01/30/13:

16:21 Changeset in rtems [80e3743]4.115 by Sebastian Huber <sebastian.huber@…>
fstests/fsrdwr: Free allocated memory
16:03 Changeset in rtems [2e0177d8]4.115 by Sebastian Huber <sebastian.huber@…>
fstests: Check resources used by FAT file system
16:01 Changeset in rtems [065441d8]4.115 by Sebastian Huber <sebastian.huber@…>
fstests: Use global environment and clean up This releases all resources acquired by the chroot().
16:00 Changeset in rtems [334222f0]4.115 by Sebastian Huber <sebastian.huber@…>
fstests: Initialize swapout task
15:59 Changeset in rtems [399afaf]4.115 by Sebastian Huber <sebastian.huber@…>
fstests: Perform a quick format
15:58 Changeset in rtems [524cdbbc]4.115 by Sebastian Huber <sebastian.huber@…>
fstests: Use designated initializers
10:35 TBR/Website/Config.site edited by C Rempel
(diff)
10:35 TBR/Website/Config.site edited by C Rempel
(diff)
09:31 Changeset in rtems [eefeefdd]4.115 by Sebastian Huber <sebastian.huber@…>
dosfs: Always release the buffers Release the buffers also if this is not the last reference to the file object since otherwise we may hold modified data indefinitely.

01/29/13:

16:12 Ticket #2086 (PATCH: testsuites/psxtmtests/psxtmtests_plan.csv Updated to reflect ...) created by Christopher Kerl
This is a patch. Please tell me if this is not the right way to do this.
13:12 Changeset in rtems [1b937c6]4.115 by Sebastian Huber <sebastian.huber@…>
ftpd: Check the root and current directory change Only continue the session if the root and current directory change was successful, otherwise the FTP server may access restricted file system areas.

01/28/13:

11:38 Changeset in rtems [4dafa52]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xx: Fix MMU configuration for RSM6
09:23 Changeset in rtems [b63c8f9]4.115 by Sebastian Huber <sebastian.huber@…>
ftpfs: Fix SIZE command handling It is invalid to issue a SIZE command once a data transfer is in progress. For reads we issue the SIZE command before the RETR command and get a snapshot of the file size. For writes the file size is initialized to zero and incremented for each write chunk.

01/27/13:

14:10 Changeset in rtems [7571a23]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: PR1911: Add CONFIGURE_DISABLE_BSP_SETTINGS
13:02 Changeset in rtems [68f36d14]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add and use rtems_assert_context
12:46 Changeset in rtems [33bd2efb]4.115 by Sebastian Huber <sebastian.huber@…>
testsuites: Fix prototypes
12:05 Changeset in rtems [565d8da]4.115 by Sebastian Huber <sebastian.huber@…>
testsuites: Use rtems_fatal_source_description()

01/25/13:

16:34 Changeset in rtems [4c96372]4.115 by WeiY <wei.a.yang@…>
score: atomic support for RTEMS. Cleanup.
16:01 Changeset in rtems [7e02305]4.115 by WeiY <wei.a.yang@…>
tests: atomic support for RTEMS. SMP tests for atomic operations.
15:59 Changeset in rtems [fb9fa15]4.115 by WeiY <wei.a.yang@…>
tests: atomic support for RTEMS. Uniprocessor tests for atomic ops.
15:57 Changeset in rtems [b8601fd]4.115 by WeiY <wei.a.yang@…>
score: atomic support for RTEMS. Atomic operations for PowerPC.
15:56 Changeset in rtems [45c6d53]4.115 by WeiY <wei.a.yang@…>
score: atomic support for RTEMS. Atomic operations for i386.
15:55 Changeset in rtems [2f0a0936]4.115 by WeiY <wei.a.yang@…>
score: atomic support for RTEMS. Generic atomic operations API definition.
15:53 Changeset in rtems [9d23df2]4.115 by WeiY <wei.a.yang@…>
score: atomic support for RTEMS automake and autoconf changes

01/24/13:

14:09 Ticket #2085 (rtems_configuration_table documentation in Section 23.3 of C User's Guide) created by Tony Richardson
The documentation states that the rtems_configuration_table struct …

01/23/13:

19:09 Changeset in rtems [bb679b3]4.115 by Joel Sherrill <joel.sherrill@…>
Move <memory.h> and <sys/uio.h> to non-networking directory These two header files were installed from libnetworking even when networking was disabled. This patch moves them to a non-networking location and updates uio.h to match the FreeBSD 8.x source being used for the USB stack and TCP/IP stack upgrade. - cpukit/include/memory.h Move from cpukit/libnetworking/memory.h. No changes - cpukit/include/sys/uio.h Move from cpukit/libnetworking/sys/uio.h. Replace with FreeBSD 8.x version. - cpukit/include/sys/_iovec.h New. FreeBSD 8.x file supporting <sys/uio.h>. - cpukit/Makefile.am Reflect movement of <memory.h> and <sys/uio.h>. - cpukit/preinstall.am Regenerate - cpukit/libnetworking/nfs/bootp_subr.c Eliminate use of uio_procp field no longer in FreeBSD structure. This field was set and never read so eliminating the set has no impact.
03:04 Changeset in rtems-tools [2bcaf0c]4.104.115 by Chris Johns <chrisj@…>
Update the documentation
00:16 Changeset in rtems [967278f]4.115 by Ric Claus <claus@…>
Fixed virtex4,5 BSP compile time warnings

01/22/13:

11:08 Changeset in rtems-tools [e78e2b0]4.104.115 by Chris Johns <chrisj@…>
Documentation.
00:29 GSoC/2011/gprof edited by C Rempel
(diff)

01/21/13:

23:16 Developer/SMP edited by JoelSherrill
Add disclaimer that this page is out of date (diff)
Note: See TracTimeline for information about the timeline view.