Timeline



05/30/10:

18:02 Changeset in rtems [7905137]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-05-30 Joel Sherrill <joel.sherrilL@…> * Makefile.am: Fix typo in path.
15:46 Changeset in rtems [42ce035]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-05-30 Joel Sherrill <joel.sherrill@…> * shared/src/no_cache.c: New file.
14:25 Ticket #1539 (ods68302: array subscript is above array bounds) created by Ralf Corsepius
Building to ods68302 BSP currently raises this warning: ... …
10:18 Changeset in rtems [8b389473]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-30 Ralf Corsépius <ralf.corsepius@…> * libfs/src/nfsclient/src/rpcio.c: Warning removal.

05/29/10:

23:28 Changeset in rtems [d53b8140]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-05-29 Joel Sherrill <joel.sherrill@…> PR 1537/libcpu * shared/cache/cache.c: Removed.
23:27 Changeset in rtems [3b19e81]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-05-29 Joel Sherrill <joel.sherrill@…> PR 1538/libcpu * Makefile.am: Use shared stub implementation of cache.c (no_cache.c). * shared/cache/cache.c: Removed.
22:28 Ticket #1537 (lm32: _CPU_virtual_to_physical) closed by Joel Sherrill
fixed: This port currently either has no caching to manage or has no cache management support. I added shared/src/no_cache.c and am switching ports which have to stub implementation to use that.
22:28 Ticket #1538 (nios: _CPU_virtual_to_physical missing) closed by Joel Sherrill
fixed: This port currently either has no caching to manage or has no cache management support. I added shared/src/no_cache.c and am switching ports which have to stub implementation to use that.
05:31 Changeset in rtems [700b9116]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-29 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Add AC_CHECK_SIZEOF(off_t). * include/pmacros.h: Add PRIdoff_t.
05:31 Changeset in rtems [668bccc]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-29 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Add AC_CHECK_SIZEOF(off_t). * include/pmacros.h: Add PRIdoff_t.
05:29 Changeset in rtems [45215d2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-29 Ralf Corsépius <ralf.corsepius@…> * support/include/tmacros.h: Remove PRIdoff_t.
05:26 Ticket #1538 (nios: _CPU_virtual_to_physical missing) created by Ralf Corsepius
The nios port tries to use _CPU_virtual_to_physical but doesn't have …
05:19 Changeset in rtems [f88a1a0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-29 Ralf Corsépius <ralf.corsepius@…> * irq.c: Change _exception_stack_frame into void*.
05:17 Changeset in rtems [1f868bd]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-29 Ralf Corsépius <ralf.corsepius@…> PR 1531/newlib: * libmisc/shell/fts.c: Add local copy of ALIGN().
05:05 Ticket #1537 (lm32: _CPU_virtual_to_physical) created by Ralf Corsepius
This warning occurs while building the lm32_evr: …
04:35 Changeset in rtems [f313543e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-29 Ralf Corsépius <ralf.corsepius@…> * libnetworking/net/if.c: Use uintptr_t and void* in _offsetof().
04:33 Changeset in rtems [e04cfeb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-29 Ralf Corsépius <ralf.corsepius@…> * libnetworking/netinet/raw_ip.c: Cast nam to uintptr_t instead of int.
04:32 Changeset in rtems [7cf4893]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-29 Ralf Corsépius <ralf.corsepius@…> * libnetworking/libc/gethostnamadr.c: Cast addr to uintptr_t instead of size_t.
04:32 Changeset in rtems [97137a4]4.9 by Ralf Corsepius <ralf.corsepius@…>
2010-05-29 Ralf Corsépius <ralf.corsepius@…> * libnetworking/libc/gethostnamadr.c: Cast addr to uintptr_t instead of size_t.
04:30 Changeset in rtems [6b2c3f11]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-29 Ralf Corsépius <ralf.corsepius@…> * libfs/src/nfsclient/src/xdr_mbuf.c (xdrmbuf_setup): Cast addr to uintptr_t instead of size_t.
04:27 Changeset in rtems [ce3386cd]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-29 Ralf Corsépius <ralf.corsepius@…> * librpc/src/xdr/xdr_mem.c (xdr_memcreate): Cast addr to uintptr_t instead of size_t.
03:45 Ticket #1536 (TFTP file system does not handle relative paths) created by Chris Johns
The TFTP file system does not handle relative paths. Mount the TFTP …
02:54 Ticket #1535 (doubts on test_posix_memalign) created by Ralf Corsepius
I am having several doubts on test_posix_memalign-test in …
02:31 Changeset in rtems [21d9736]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-29 Ralf Corsépius <ralf.corsepius@…> * libfs/src/nfsclient/src/dirutils.c: Add PRIomode_t, PRIdoff_t. * configure.ac: Add AC_CHECK_SIZEOF(mode_t), AC_CHECK_SIZEOF(off_t).

05/28/10:

21:17 Ticket #1534 (TFTP file system mount configuration) created by Chris Johns
Currently the TFTP file system is fixed to /TFTP and under that is the …
21:07 Ticket #1533 (TFTP File system open does not set errno) created by Chris Johns
The TFTP file system code does not set errno in open. It returns the …
15:16 Changeset in rtems [8f4ceeb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-28 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-rtems.c: Use size_t for node_len.
06:18 Changeset in rtems [bd6515be]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-28 Ralf Corsépius <ralf.corsepius@…> * umon/tfsDriver.c: Use size_t instead of int for pathnamelen.
06:09 Changeset in rtems [3b8ab757]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-28 Ralf Corsépius <ralf.corsepius@…> * au1x00/include/au1x00.h: Add prototypes for mips_default_isr, assert_sw_irq, negate_sw_irq. * au1x00/vectorisrs/vectorisrs.c: Remove prototype of mips_default_isr.

05/27/10:

20:45 Ticket #1532 (Review Request -- First Test of Loading tarfile info IMFS) created by Joel Sherrill
This is the first addition of a test to exercise initializing the …
18:27 Projects/Parrot edited by Bubaflub
/* References */ (diff)
16:50 Changeset in rtems [ba344291]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libnetworking/libc/gethostnamadr.c: Try to make crazy address arithmetic more portable.
16:50 Changeset in rtems [ca30866]4.9 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libnetworking/libc/gethostnamadr.c: Try to make crazy address arithmetic more portable.
16:49 Projects/GNUJavaCompiler edited by CherryvonGreen
(diff)
16:47 Changeset in rtems [d5143ba]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libfs/src/nfsclient/src/xdr_mbuf.c: Use void* arithmetic instead of u_long arithmetic.
16:45 Changeset in rtems [f091ce8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libnetworking/netinet/raw_ip.c, libnetworking/netinet/udp_usrreq.c: Cast mbufs to uintptr_t instead of u_long.
16:38 Changeset in rtems [d8b75db6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libnetworking/rtems/rtems_mii_ioctl.h, libnetworking/rtems/rtems_mii_ioctl_kern.c: Use uint32_t instead of int as ioctl cmd arg.
16:36 Changeset in rtems [4665f32]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libnetworking/lib/ftpfs.c, libnetworking/lib/tftpDriver.c: Use size_t instead of int for pathnamelen.
16:32 Changeset in rtems [ef5da32]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-rtems.c: Use size_t instead of int for pathlen. Use %zi to print pathlen.
16:30 Changeset in rtems [fb1b349]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libcsupport/include/rtems/libio.h: Use size_t instead of int for pathnamelen.
16:29 Changeset in rtems [a794000d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libcsupport/include/rtems/libio_.h, libcsupport/src/eval.c: Use size_t instead of int for pathnamelen.
16:24 Changeset in rtems [cd469f2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_eval.c: Use size_t instead of int for pathnamelen.
16:23 Changeset in rtems [9813fb6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_eval.c: Use size_t instead of int for pathnamelen.
16:20 Changeset in rtems [596bead5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libfs/src/devfs/devfs.h, libfs/src/devfs/devfs_eval.c: Use size_t instead of int for pathlen.
16:17 Changeset in rtems [f7449929]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libfs/src/nfsclient/src/nfs.c: Use uint32_t instead of u_int_t for readarg and writearg.
14:20 Changeset in rtems [bf0b23a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libfs/src/nfsclient/src/nfs.c: Introduce union nfs_evalpath_arg.
12:39 Changeset in rtems [d422a4d8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * librpc/src/rpc/clnt_tcp.c, librpc/src/rpc/clnt_udp.c: Revert to using u_long instead of rpcprog_t, rpcvers_t to stay bug-ward compatible to freebsd.
12:37 Changeset in rtems [9cfe137]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * librpc/src/xdr/xdr_mem.c: Cosmetics from freebsd.
11:10 Changeset in rtems [fac48e7d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
11:10 Changeset in rtems [de811043]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
gcc-core-4.5.0-rtems4.11-20100526.diff.
11:10 Changeset in rtems [6f2619e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
11:09 Changeset in rtems [3c70bba]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
10:57 Ticket #1531 (ALIGN() should use uintptr_t) created by Joel Sherrill
I got this failure on m32c/m32csim. …
09:44 Changeset in rtems [d132b92a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libfs/src/nfsclient/src/rpcio.c: Cast pointers to uintptr_t instead of long. xids are uint32_t not u_long.
09:42 Changeset in rtems [dadbcba]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libfs/src/nfsclient/src/nfs.c (NFS_MAKE_DEV_T_INO_HACK, NFS_MAKE_DEV_T): Cast "id"'s to rtems_device_minor_number.
07:41 Changeset in rtems [bc26d607]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libfs/src/nfsclient/src/rpcio.c, libfs/src/nfsclient/src/rpcio.h: Use rpcprog_t for "program args", use rpcvers_t for "version args".
07:37 Changeset in rtems [9363800c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * librpc/src/rpc/rtems_portmapper.c: Reflect changes to librpc.
07:36 Changeset in rtems [1f5986b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * librpc/include/rpc/clnt.h, librpc/include/rpc/rpc_msg.h, librpc/src/rpc/clnt_generic.c, librpc/src/rpc/clnt_raw.c, librpc/src/rpc/clnt_tcp.c, librpc/src/rpc/clnt_udp.c, librpc/src/rpc/pmap_clnt.c, librpc/src/rpc/pmap_getmaps.c librpc/src/rpc/pmap_getport.c: Partial merger from freebsd (portability fixes).
07:31 Changeset in rtems [375c39a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libnetworking/sys/socketvar.h (struct sockbuf): Use void* instead of caddr_t.
04:14 Changeset in rtems [0bf68a5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libfs/src/nfsclient/src/rpcio.c: Use address to rpciod in calls to rxWakeupCB.
04:11 Changeset in rtems [e7583f67]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * libnetworking/sys/socket.h (struct sockwakeup): Use void* instead of caddr_t.
04:09 Changeset in rtems [e018fe0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-27 Ralf Corsépius <ralf.corsepius@…> * librpc/include/rpc/xdr.h: Cosmetics from freebsd.

05/26/10:

06:23 Changeset in rtems [fa1019f1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-26 Ralf Corsépius <ralf.corsepius@…> * librpc/src/rpc/clnt_udp.c: Cosmetics from freebsd.
04:15 Changeset in rtems [f6b5ed2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-26 Ralf Corsépius <ralf.corsepius@…> * librpc/src/rpc/clnt_tcp.c: Partial merger from freebsd (Fix strict-aliasing).
03:41 Changeset in rtems [862b24a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-26 Ralf Corsépius <ralf.corsepius@…> * librpc/src/rpc/clnt_raw.c: Partial merger from freebsd (Improved 16 bit compatibility; Fix strict-aliasing).

05/25/10:

22:07 Ticket #1528 (malloc_boundary.c:88: error: cast to pointer from integer of different size) closed by Joel Sherrill
fixed: Looks good to me.
14:12 Changeset in rtems [d02ddd5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-25 Ralf Corsépius <ralf.corsepius@…> * librpc/src/rpc/rpc_prot.c: Partial merger from freebsd (Improved 64 bit compatibility; bug fix).
10:47 Changeset in rtems [75d15858]4.104.115 by Sebastian Huber <sebastian.huber@…>
2010-05-25 Sebastian Huber <sebastian.huber@…> * configure.ac, include/bspopts.h.in: Added BSP_SMALL_MEMORY option.

05/24/10:

15:19 Changeset in rtems [b450e0c]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-05-24 Peter Dufault <dufault@…> PR 1530/bsps * mpc55xx/edma/edma.c: Eliminate use of recently removed macros.
15:05 Changeset in rtems [d17733c]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-05-24 Joel Sherrill <joel.sherrill@…> * Makefile.am, amba/amba.c, console/console.c, console/debugputs.c, startup/bspstart.c: Rework initialization order so AMBA bus is scanned earlier. This lets us look for UARTs earlier and support printk as early as bsp_start() returning.
14:21 Ticket #1498 (csb337 BSP doesn't build) closed by Joel Sherrill
fixed: Builds on head now.
14:20 Ticket #1530 (Recent utility.h changes broke MPC55XX edma.c) closed by Joel Sherrill
fixed: Patch applied. Thanks.
10:49 Ticket #1530 (Recent utility.h changes broke MPC55XX edma.c) created by dufault
The removal of some trivial macros broke the MPC55XX edma.c. I assume …
07:43 Changeset in rtems [b60473c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
07:31 Changeset in rtems [5eea54b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
07:30 Changeset in rtems [eec30bf]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add freebsd8.0/x86_64. Rename netbsd5.0.2/amd64 into netbsd5.0.2/x86_64.
07:29 Changeset in rtems [e5bf3d7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add x86_64.
07:29 Changeset in rtems [40519d9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
07:21 Changeset in rtems [c5e831c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
07:20 Changeset in rtems [f26369e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove (Renamed into x86_64.)
07:19 Changeset in rtems [25d2239c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Rename amd64 into x86_64.
07:19 Changeset in rtems [04563627]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
04:19 Changeset in rtems [0e8f21d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update.
04:14 Changeset in rtems [7f509b3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
04:14 Changeset in rtems [465cd13]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add gdb.

05/23/10:

11:07 Ticket #1529 (utime implementation not fully following the POSIX spec) created by Vinu Rajashekhar
The utime implementation in cpukit/libcsupport/src/utime.c is not …
06:30 Changeset in rtems [16fef9bb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-23 Ralf Corsépius <ralf.corsepius@…> PR 1528/cpukit * libcsupport/src/malloc_boundary.c: Cast to intptr_t* instead of int32_t* for 16 bit target compliance.
05:47 Changeset in rtems [a4f9124]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-23 Ralf Corsépius <ralf.corsepius@…> * cpu.c: Warning removal.
05:42 Changeset in rtems [f16a1458]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-23 Ralf Corsépius <ralf.corsepius@…> * console/consolelite.c, network/xiltemac.c: Reflect prototypes having changed (Warning removal).

05/22/10:

16:51 Changeset in rtems [f22c154]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-22 Ralf Corsépius <ralf.corsepius@…> * libblock/include/rtems/nvdisk.h, libblock/src/nvdisk-sram.c: Use pointer arithmetic instead of int32_t arithmetic for 16bit compatibility.
16:48 Changeset in rtems [2ad5753]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-22 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/fts.c: Cast to uintptr_t instead of long for better 16bit target compliance.
16:46 Changeset in rtems [eb5cd5b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-22 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-bitmaps-ut.c: Use "16 bit int" arg in call to srand if "32 bit int" doesn't fit into "int".
16:43 Changeset in rtems [b5926be]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-22 Ralf Corsépius <ralf.corsepius@…> * libblock/src/flashdisk.c, libblock/src/nvdisk.c: Cast argp to uintptr_t temporary instead of uint32_t temporary (Avoid incompatible pointer casts on 16bit targets).
14:54 Ticket #1528 (malloc_boundary.c:88: error: cast to pointer from integer of different size) created by Joel Sherrill
h8300/h8sxsim m32c/m32csim …
14:53 Ticket #1527 (nvdisk.c: pointer to integer of different size) created by Joel Sherrill
avr/avrtest …
09:15 Changeset in rtems [82034cbe]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2010-05-22 Ralf Corsépius <ralf.corsepius@…> * automake/compile.am: (Temporarily) Add -Werror=overflow, -Werror=pointer-to-int-cast, -Werror=int-to-pointer-cast.
03:32 Changeset in rtems [57e060b5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
03:31 Changeset in rtems [be66b516]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
GCC_RPMREL = 12.
03:29 Changeset in rtems [1eacf6c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Reflect fedora-13 shipping mpfr-2.4.2. Ship mpfr-2.4.2.
03:28 Changeset in rtems [015f757]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Abandon gcc-4.4.3. gcc-core-4.5.0-rtems4.11-20100522.diff.
02:52 Changeset in rtems [11391c4d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
02:51 Changeset in rtems [5c7a0675]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
el6 provides mpfr-2.4.1. Use gloog-devel on el6.
02:49 Changeset in rtems [c03950d9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Generate.
02:47 Changeset in rtems [3c9b852]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Activate gcc.
02:46 Changeset in rtems [ce6939d1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Abandon gcc-4.4.3. gcc-core-4.5.0-rtems4.11-20100522.diff.
02:44 Changeset in rtems [121e5a7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New (Add sparc64)
00:05 Ticket #1526 (4.10 head has warnings we consider as errors.) created by Chris Johns
The build bot has been updated to report the following warnings as …

05/21/10:

23:59 Ticket #1525 (block dev ioctl calls use incorrect types) created by Chris Johns
The flash driver does not have the correct types for the ioctl call. …
19:03 Changeset in rtems [665285f]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-05-21 Vinu Rajashekhar <vinutheraj@…> * cache.c, page.c: Use masks and shift operations instead of bit-fields.
19:02 Changeset in rtems [4a76be7e]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-05-21 Vinu Rajashekhar <vinutheraj@…> * rtems/score/registers.h: Remove structs with bit-fields. Add a mask for cr3 page directory.
18:08 Changeset in rtems [d1c3dc9]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-05-21 Joel Sherrill <joel.sherrill@…> * Makefile.am: Add bspreset.c
18:02 Changeset in rtems [912a7458]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-05-21 Joel Sherrill <joel.sherrill@…> * Makefile.am: Add bspreset.c
16:33 Changeset in rtems [6a046fe0]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-05-21 Joel Sherrill <joel.sherrill@…> * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c, sh7750/score/cpu_asm.c, shgdb/score/cpu_asm.c: Spacing.
16:21 Changeset in rtems [2dfedf4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Merge sparc64-rtems.
16:19 Changeset in rtems [ecdd94e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add netbsd, rtems4.11/sparc64.
16:16 Changeset in rtems [cc48691d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add sparc64.
16:16 Changeset in rtems [bd50f81]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
08:15 Changeset in rtems [19d11850]4.104.115 by Sebastian Huber <sebastian.huber@…>
Whitespace removal.
08:02 Changeset in rtems [89076a8e]4.104.115 by Sebastian Huber <sebastian.huber@…>
2010-05-21 Sebastian Huber <sebastian.huber@…> * include/lpc32xx.h: Update for utility macro changes.
08:01 Changeset in rtems [23f35aa]4.104.115 by Sebastian Huber <sebastian.huber@…>
2010-05-21 Sebastian Huber <sebastian.huber@…> * include/utility.h: Macros use now first and last bit values instead of shift and length parameters.
06:19 Ticket #1524 (fsmount accesses IMFS code) created by Chris Johns
The fsmount code in libmisc accesses IMFS internal functions. This is …

05/20/10:

18:27 TBR/UserApp/RTEMSApplications edited by WorthBurruss
/* Industrial */ Added Linear servo amplifier application and Link (diff)
14:52 Changeset in rtems [bc74b337]4.104.115 by Sebastian Huber <sebastian.huber@…>
2010-05-20 Sebastian Huber <sebastian.huber@…> * configure.ac: Fixed BSP option. * include/lpc32xx.h, startup/bspstarthooks.c: Added PLL setup.
14:33 Changeset in rtems [d2137a05]4.104.115 by Sebastian Huber <sebastian.huber@…>
2010-05-20 Sebastian Huber <sebastian.huber@…> * startup/bspstarthooks.c: Removed start section attribute defines.
14:33 Changeset in rtems [c3dd440]4.104.115 by Sebastian Huber <sebastian.huber@…>
2010-05-20 Sebastian Huber <sebastian.huber@…> * shared/include/start.h: Define start section attributes.
14:23 Changeset in rtems [edf846e4]4.104.115 by Sebastian Huber <sebastian.huber@…>
2010-05-20 Sebastian Huber <sebastian.huber@…> * include/lpc24xx.h, misc/dma-copy.c, misc/dma.c, misc/system-clocks.c, ssp/ssp.c, startup/bspstarthooks.c: Removed superfluous macros.
14:19 Changeset in rtems [ef6f1d0c]4.104.115 by Sebastian Huber <sebastian.huber@…>
2010-05-20 Sebastian Huber <sebastian.huber@…> * include/utility.h: Removed superfluous macros.
14:19 Changeset in rtems [f780417]4.104.115 by Sebastian Huber <sebastian.huber@…>
2010-05-20 Sebastian Huber <sebastian.huber@…> * network/smsc9218i.c: Removed superfluous macros.
13:15 Changeset in rtems [4c4974e]4.104.115 by Sebastian Huber <sebastian.huber@…>
2010-05-20 Sebastian Huber <sebastian.huber@…> * make/custom/lpc32xx.inc, make/custom/lpc32xx_mzx_boot_int.cfg, startup/linkcmds.lpc32xx_mzx_boot_int: New files. * Makefile.am, configure.ac, preinstall.am, include/bsp.h, include/bspopts.h.in, include/lpc32xx.h, irq/irq.c, make/custom/lpc32xx_phycore.cfg, startup/bspstart.c, startup/bspstarthooks.c: Changes throughout.
13:10 Changeset in rtems [a9485d7b]4.104.115 by Sebastian Huber <sebastian.huber@…>
2010-05-20 Sebastian Huber <sebastian.huber@…> * Makefile.am, preinstall.am, include/bsp.h, startup/bspstart.c: Use shared output character implementation.
13:06 Changeset in rtems [eec7aaab]4.104.115 by Sebastian Huber <sebastian.huber@…>
2010-05-20 Sebastian Huber <sebastian.huber@…> * include/uart-output-char.h, src/uart-output-char.c: New files.
13:01 Changeset in rtems [d9730f1]4.104.115 by Sebastian Huber <sebastian.huber@…>
2010-05-20 Sebastian Huber <sebastian.huber@…> * make/custom/lpc32xx_phycore.cfg: Workaround for GCC bug 38644.
13:00 Changeset in rtems [99c44aa]4.104.115 by Sebastian Huber <sebastian.huber@…>
2010-05-20 Sebastian Huber <sebastian.huber@…> * make/custom/rtl22xx_t.cfg: Workaround for GCC bug 38644.
13:00 Changeset in rtems [569db3ed]4.104.115 by Sebastian Huber <sebastian.huber@…>
2010-05-20 Sebastian Huber <sebastian.huber@…> * make/dswifi/arm9/makefile: Workaround for GCC bug 38644.
12:59 Changeset in rtems [90e991a]4.104.115 by Sebastian Huber <sebastian.huber@…>
2010-05-20 Sebastian Huber <sebastian.huber@…> * make/custom/lpc24xx.inc: Workaround for GCC bug 38644.
03:10 Changeset in rtems [ce92a825]4.104.115 by Chris Johns <chrisj@…>
2010-05-20 Bharath Suri <bharath.s.jois@…> * libcsupport/src/_rename_r.c: Avoid overwriting of errno by _rename_r to invalid values.
02:35 Ticket #1523 (gethostbyname is not reenterant.) created by Chris Johns
The gethostbyname call uses global static data and therefore is not …

05/19/10:

22:15 Ticket #1522 (_rename_r overwrites the actual errno, instead sets the errno to -1) created by Bharath Suri
The function _rename_r overwrites the errno at two circumstances and …
07:00 Ticket #1521 (Change mount to be like the Linux mount.) created by Chris Johns
The mount function is not covered by any standard and varies between …

05/18/10:

13:41 Changeset in rtems [633ee2d]4.9 by Joel Sherrill <joel.sherrill@…>
2010-05-18 Joel Sherrill <joel.sherrilL@…> PR 1520/doc * user/part.t: Partition create discussion said it returned the number of buffers created but it does not.
13:41 Changeset in rtems [9fd5f55]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-05-18 Joel Sherrill <joel.sherrilL@…> PR 1520/doc * user/part.t: Partition create discussion said it returned the number of buffers created but it does not.
12:48 Ticket #1520 (partition_create description mentions returning number of buffers) closed by Joel Sherrill
fixed: Patch applied to all branches.
11:44 Changeset in rtems [9020491]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-05-18 Alin Rus <alin.codejunkie@…> PR 1519/doc * user/chains.t: Fix typo in Chain_Control example.
11:09 Ticket #1520 (partition_create description mentions returning number of buffers) created by Joel Sherrill
rtems_partition_create does not return the number of buffers.
10:45 Ticket #1519 (Wrong chain control structure) closed by Joel Sherrill
fixed: Committed to head. Thanks. No patch is too trivial. :D
10:43 Ticket #1515 ([ARM/Thumb] Invalid stack frame usage at -Os) closed by Sebastian Huber
fixed: It seems that -fno-schedule-insns2 is a workaround. At least the test case generates valid code after disabling this optimization.
02:14 Changeset in rtems [8aa608df]4.104.115 by Chris Johns <chrisj@…>
2010-05-18 Chris Johns <chrisj@…> * libblock/src/diskdevs.c, libblock/include/rtems/blkdev.h, libblock/src/bdbuf.c: PR 1448/filesystem. * libblock/include/rtems/blkdev.h, libblock/src/bdbuf.c: PR 1514/filesystem.
02:12 Changeset in rtems [baf64cdb]4.104.115 by Chris Johns <chrisj@…>
010-05-18 Chris Johns <chrisj@…> * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: PR 1448/filesystem.
01:15 Ticket #1448 (Definition of RTEMS_BLKDEV_CAPABILITIES is not in the correct place) closed by Chris Johns
fixed
01:14 Ticket #1514 (Libblock propagate sync calls to driver.) closed by Chris Johns
fixed

05/17/10:

23:36 Ticket #1519 (Wrong chain control structure) created by Alin Rus
I know, i know ... another lame patch ... The chain control structure …
17:56 Changeset in rtems [514a3fe]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-05-17 Bharath Suri <bharath.s.jois@…> * psxfile01/test.c, psxfile01/psxfile01.scn: This file now exercises the _rename_r in libcsupport. For now, it also provides two fsmount_me_h handlers to enable certain error checking paths
08:34 Changeset in rtems [377c0cb0]4.104.115 by Sebastian Huber <sebastian.huber@…>
2010-05-17 Sebastian Huber <sebastian.huber@…> PR 1433/cpukit * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3. * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c, block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of RTEMS_NO_MEMORY.
08:08 Changeset in rtems [c8522fd]4.104.115 by Sebastian Huber <sebastian.huber@…>
2010-05-17 Oleg Kravtsov <Oleg.Kravtsov@…> PR 1449/cpukit * libblock/src/diskdevs.c: rtems_disk_next() will now implicitly obtain the returned disk. * libblock/include/rtems/diskdevs.h: Documentation.
07:38 Ticket #1433 (BDBUF cache read error recovery with a waiter) closed by Sebastian Huber
fixed: Test block08 passes now all tests. I consider this as fixed. See also Bug 1518.
07:08 Ticket #1449 (Incorrect implementation of rtems_disk_next() function of libblock library.) closed by Sebastian Huber
fixed: Fixed in CVS.
06:27 Ticket #1518 (Bdbuf IO request cleanup) created by Sebastian Huber
Reported by Chris Johns in Bug 1433: We need to remove the SG alloc …
Note: See TracTimeline for information about the timeline view.