Timeline



10/19/10:

23:47 TBR/BSP/Csb637 edited by Fgnicodemos
(diff)
23:44 TBR/BSP/Csb637 edited by Fgnicodemos
(diff)
23:42 TBR/BSP/Csb637 edited by Fgnicodemos
(diff)
23:38 TBR/BSP/Csb637 edited by Fgnicodemos
(diff)
23:16 TBR/BSP/Csb637 edited by Fgnicodemos
(diff)
18:16 Release/4.10 edited by JoelSherrill
/* Tool Improvements */ Update (diff)
11:58 Developer/FileSystems edited by Sh
/* FTP File System */ (diff)
09:16 Changeset in rtems [6366c2e]4.115 by Sebastian Huber <sebastian.huber@…>
2010-10-19 Sebastian Huber <sebastian.huber@…> * libnetworking/lib/ftpfs.c: Do not fall back to BOOTP server address in case hostname was not specified.
07:38 Changeset in rtems [71a6a16]4.115 by Sebastian Huber <sebastian.huber@…>
2010-10-19 Sebastian Huber <sebastian.huber@…> * libnetworking/lib/ftpfs.c: Fixed a special case with no username and password.

10/18/10:

22:48 Changeset in rtems [ab52da4]4.10 by Chris Johns <chrisj@…>
2010-10-19 Chris Johns <chrisj@…> * libfs/src/rfs/rtems-rfs-rtems-file.c: Add missing unlock in write. Return the error code in close.
22:39 Changeset in rtems [6dd4853c]4.115 by Chris Johns <chrisj@…>
2010-10-19 Chris Johns <chrisj@…> * libfs/src/rfs/rtems-rfs-rtems-file.c: Add missing unlock in write. Return the error code in close.

10/15/10:

03:34 TBR/BSP/Csb637 edited by Fgnicodemos
(diff)
03:33 TBR/BSP/Csb637 edited by Fgnicodemos
(diff)

10/14/10:

15:12 Changeset in rtems [5f3ebd2]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
15:11 Changeset in rtems [8ef2d0f1]4.115 by Ralf Corsepius <ralf.corsepius@…>
Abandon autoconf < 2.68. Exclude test 199.
15:10 Changeset in rtems [02e9f5f]4.115 by Ralf Corsepius <ralf.corsepius@…>
Use xz-compressed tarball except on el5. Abandon autoconf < 2.68.
14:57 Changeset in rtems [e469c17]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump AUTOCONF_RPMREL.
09:37 Changeset in rtems [4a14d7b1]4.115 by Sebastian Huber <sebastian.huber@…>
2010-10-14 Sebastian Huber <sebastian.huber@…> * include/emc.h, include/i2c.h, include/lpc32xx.h, include/nand-mlc.h: Update for <bsp/utility.h> changes.
09:34 Changeset in rtems [60d6057]4.115 by Sebastian Huber <sebastian.huber@…>
2010-10-14 Sebastian Huber <sebastian.huber@…> * include/utility.h: Renamed macros.
09:34 Changeset in rtems [8f60119e]4.115 by Sebastian Huber <sebastian.huber@…>
2010-10-14 Sebastian Huber <sebastian.huber@…> * include/lpc24xx.h, misc/system-clocks.c: Removed superfluous include of <bsp/utility.h>.
07:18 Changeset in rtems [cb6c5dcf]4.115 by Sebastian Huber <sebastian.huber@…>
Added missing entry.
06:56 Changeset in rtems [1d3d868]4.115 by Sebastian Huber <sebastian.huber@…>
Typo.
06:52 Changeset in rtems [d267a8a0]4.115 by Sebastian Huber <sebastian.huber@…>
2010-10-14 Sebastian Huber <sebastian.huber@…> * misc/system-clocks.c: Fixed lpc24xx_micro_seconds_delay().

10/12/10:

21:51 TBR/Website/Board_Support_Packages edited by Fgnicodemos
(diff)

10/11/10:

23:58 Changeset in rtems [0b41397f]4.10 by Chris Johns <chrisj@…>
Disable trace.
21:12 Changeset in rtems [ce8cc899]4.10 by Chris Johns <chrisj@…>
The patch to the 4.10 branch did not apply correctly. This fixes it.
04:40 Changeset in rtems [5a24436]4.10 by Chris Johns <chrisj@…>
2010-10-11 Chris Johns <chrisj@…> * libfs/src/rfs/rtems-rfs-trace.c, libfs/src/rfs/rtems-rfs-trace.h: Add inode-delete. * libfs/src/rfs/rtems-rfs-shell.c: Fix formatting. * libfs/src/rfs/rtems-rfs-rtems-dir.c: Use ssize_t. Fix spelling. * libfs/src/rfs/rtems-rfs-block.c: Fix rtems_rfs_block_get_bpos to return the position correctly. A bpos does not have any special processing. Do no reset the buffer handle when shrinking indirectly. * libfs/src/rfs/rtems-rfs-inode.c: Add trace. * libfs/src/rfs/rtems-rfs-format.c: Fix comments. * libfs/src/rfs/rtems-rfs-group.c: Limit the inodes to the blocks in a group so the accounting works. * libfs/src/rfs/rtems-rfs-dir.c: PR 1705. Fix handling the offsets when deleting an entry. * libfs/src/rfs/rtems-rfs-buffer.h: Remove rtems_rfs_buffer_handle_reset. It is not needed and dangerous. * cpukit/libmisc/untar/untar.c: Merge 4.11 pax fix. This fix also supports MacOS's tar.
04:34 Changeset in rtems [0a127c5]4.115 by Chris Johns <chrisj@…>
2010-10-11 Chris Johns <chrisj@…> * libfs/src/rfs/rtems-rfs-trace.c, libfs/src/rfs/rtems-rfs-trace.h: Add inode-delete. * libfs/src/rfs/rtems-rfs-shell.c: Fix formatting. * libfs/src/rfs/rtems-rfs-rtems-dir.c: Use ssize_t. Fix spelling. * libfs/src/rfs/rtems-rfs-block.c: Fix rtems_rfs_block_get_bpos to return the position correctly. A bpos does not have any special processing. Do no reset the buffer handle when shrinking indirectly. * libfs/src/rfs/rtems-rfs-inode.c: Add trace. * libfs/src/rfs/rtems-rfs-format.c: Fix comments. * libfs/src/rfs/rtems-rfs-group.c: Limit the inodes to the blocks in a group so the accounting works. * libfs/src/rfs/rtems-rfs-dir.c: PR 1705. Fix handling the offsets when deleting an entry. * libfs/src/rfs/rtems-rfs-buffer.h: Remove rtems_rfs_buffer_handle_reset. It is not needed and dangerous.
03:46 Ticket #1705 (RFS directory entry create and removal error) closed by Chris Johns
fixed
00:36 Changeset in rtems [0781705]4.115 by Chris Johns <chrisj@…>
2010-10-11 Chris Johns <chrisj@…> * console/console.c: Fix the baudrate command line support.

10/09/10:

06:51 Changeset in rtems [bc0b351]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
06:50 Changeset in rtems [1fcd11ea]4.115 by Ralf Corsepius <ralf.corsepius@…>
newlib-1.18.0-rtems4.11-20101009.diff
06:50 Changeset in rtems [76c0d6d6]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
06:49 Changeset in rtems [5fd4e689]4.115 by Ralf Corsepius <ralf.corsepius@…>
New.

10/08/10:

14:26 Changeset in rtems [72ea1c2f]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
14:25 Changeset in rtems [b94bb03e]4.115 by Ralf Corsepius <ralf.corsepius@…>
newlib-1.18.0-rtems4.11-20101008.diff.
14:24 Changeset in rtems [c6e8ae8d]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
13:24 Changeset in rtems [34fb242d]4.115 by Ralf Corsepius <ralf.corsepius@…>
Add upstream newlib's complex math.
09:44 Changeset in rtems [e76a477]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-10-08 Ralf Corsépius <ralf.corsepius@…> * configure.ac: pthread_attr* functions are in <pthread.h>, not in <pthreads.h>.
09:42 Changeset in rtems [b2b13e8a]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-10-08 Ralf Corsépius <ralf.corsepius@…> * aclocal/check-func.m4: Linearize checks. Add missing $2 to AC_CHECK_DECL.
09:39 Changeset in rtems [acd08dd]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-10-08 Ralf Corsépius <ralf.corsepius@…> * psx07/init.c: Add HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE guard around guardsize.
09:39 Changeset in rtems [4163a69]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-10-08 Ralf Corsépius <ralf.corsepius@…> * psx07/init.c: Add HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE guard around guardsize.

10/06/10:

16:14 Ticket #1710 (symlink in IMFS fails to cross mount point) created by strauman
My root FS is IMFS. I create a directory mkdir("/mnt",0777) and a …
13:52 Ticket #1709 (gethostent_r incorrectly tests pointer validity) created by Tim Cussins
struct hostent* gethostent_r(char* buf, int len) is defined in …
06:12 Changeset in rtems [9ade402]4.10 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
06:11 Changeset in rtems [90f45678]4.10 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
06:11 Changeset in rtems [83f3dac6]4.10 by Ralf Corsepius <ralf.corsepius@…>
newlib-1.18.0-rtems4.10-20101006.diff.
06:07 Changeset in rtems [4ff3089]4.10 by Ralf Corsepius <ralf.corsepius@…>
Add patch from http://sourceware.org/ml/newlib/2010/msg00502.html.
05:32 Changeset in rtems [df24385e]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
05:31 Changeset in rtems [c2f7c6d]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
05:31 Changeset in rtems [78c0766]4.115 by Ralf Corsepius <ralf.corsepius@…>
newlib-1.18.0-rtems4.11-20101006.diff.
05:30 Changeset in rtems [6ca6057b]4.115 by Ralf Corsepius <ralf.corsepius@…>
Add patch from http://sourceware.org/ml/newlib/2010/msg00502.html.
Note: See TracTimeline for information about the timeline view.