Timeline



07/01/10:

21:15 Changeset in rtems [3f42281e]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-01 Joel Sherrill <joel.sherrilL@…> * psxfile01/Makefile.am, psxfile01/psxfile01.scn, psxfile01/test.c: Remove tests which put NULL entries in file handlers.
20:18 Changeset in rtems [962571e9]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-01 Joel Sherrill <joel.sherrilL@…> * libfs/src/dosfs/msdos_handlers_dir.c, libfs/src/dosfs/msdos_handlers_file.c, libfs/src/imfs/imfs_fifo.c, libfs/src/imfs/imfs_handlers_device.c, libfs/src/imfs/imfs_handlers_directory.c, libfs/src/imfs/imfs_handlers_link.c, libfs/src/imfs/imfs_handlers_memfile.c, libfs/src/imfs/miniimfs_init.c, libfs/src/rfs/rtems-rfs-rtems-dev.c, libfs/src/rfs/rtems-rfs-rtems-dir.c, libfs/src/rfs/rtems-rfs-rtems-file.c: Turn NULLs into default handlers.
19:43 Changeset in rtems [9787ee22]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-01 Joel Sherrill <joel.sherrill@…> * rtems/asm.h, rtems/score/cpu.h: cpu.h defines were not available to assembly programs. This resulted in percpu.h (when included from assembly) not being able to detect that the MIPS does not have a dedicated software managed interrupt stack.
17:47 Changeset in rtems [0d923d9]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-01 Joel Sherrill <joel.sherrill@…> * libcsupport/src/_rename_r.c, libcsupport/src/getdents.c, libcsupport/src/unlink.c, libcsupport/src/utime.c, libcsupport/src/writev.c: Remove remaining checks for missing handlers.
17:26 Changeset in rtems [1fe4042]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-01 Bharath Suri <bharath.s.jois@…> PR 1598/testing * Makefile.am, configure.ac, psxpasswd01/init.c, psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: Add testing for POSIX user database (e.g. /etc/group and /etc/passwd) access routines which are implemented in libcsupport/src/getpwent.c. * psxpasswd02/.cvsignore, psxpasswd02/Makefile.am, psxpasswd02/init.c, psxpasswd02/psxpasswd02.doc, psxpasswd02/psxpasswd02.scn: New files.
17:24 Changeset in rtems [c40d3c4b]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-01 Vinu Rajashekhar <vinutheraj@…> PR 1597/cpukit * psx13/psx13.scn, psx13/test.c, psxstat/psxstat.scn, psxstat/test.c: Add lchown() and utimes().
17:22 Changeset in rtems [98b785e]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-01 Vinu Rajashekhar <vinutheraj@…> PR 1597/cpukit * libcsupport/Makefile.am, libcsupport/src/chown.c: Add lchown() and utimes(). * libcsupport/src/lchown.c, libcsupport/src/utimes.c: New files.
17:00 Changeset in rtems [58f09375]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-01 Joel Sherrill <joel.sherrill@…> * sp68/init.c: Add alignment to region_area. Fix spelling.
16:29 Changeset in rtems [cfcdb5b2]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-01 Vinu Rajashekhar <vinutheraj@…> PR 1529/cpukit * utime.c: Change file access time and modified time to current time if pointer to struct utimbuf is NULL. * imfs_utime.c: Upon successful completion, imfs_utime() marks the time of the last file status change, st_ctime, to be updated.
16:24 Ticket #1597 (Add lchown and utimes to RTEMS) closed by Joel Sherrill
fixed: Committed. Thanks.
15:39 Changeset in rtems [f56f8e2]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-01 Joel Sherrill <joel.sherrill@…> * libcsupport/src/rtems_memalign.c, score/include/rtems/score/heap.h: Remove stray references to malloc boundary.
15:39 Changeset in rtems [5ef1164c]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-01 Joel Sherrill <joel.sherrilL@…> PR 1594/filesystem * libfs/src/imfs/memfile.c: Include assert.h
15:37 Changeset in rtems [e72bc298]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-01 Joel Sherrill <joel.sherrill@…> * libcsupport/src/getegid.c, libcsupport/src/gxx_wrappers.c, libcsupport/src/issetugid.c: Formatting and spacing.
15:24 Ticket #1598 (Coverage Improvement: User database access routines (getpwent.c under ...) closed by Joel Sherrill
fixed
15:18 Changeset in rtems [955a34b5]4.10 by Sebastian Huber <sebastian.huber@…>
2010-07-01 Sebastian Huber <sebastian.huber@…> * libcsupport/include/rtems/libio_.h: Removed rtems_filesystem_mount_table_control. * libcsupport/include/rtems/libio.h, libcsupport/src/mount-mgr.c, libcsupport/src/mount.c libcsupport/src/statvfs.c, libcsupport/src/unmount.c, libmisc/shell/main_mount.c: Documentation. Removed rtems_filesystem_mounts_first() and rtems_filesystem_mounts_next(). Added rtems_filesystem_mount_iterate(). Changed return type of rtems_filesystem_iterate(). Removed rtems_filesystem_nodes_equal(). 2010-07-01 Sebastian Huber <sebastian.huber@…> * libfs/src/nfsclient/src/nfs.c, libfs/src/nfsclient/src/nfs.c, libfs/src/nfsclient/src/librtemsNfs.h: Renamed rtems_nfsfs_initialize() in rtems_nfs_initialize(). * sapi/include/confdefs.h: Reflect changes above. Renamed *_miniIMFS in *_MINIIMFS. Renamed *_NFSFS in *_NFS.
15:12 Ticket #1599 (change _Context_Switch_necessary to _Thread_Dispatch_necessary) created by Gedare Bloom
This PR affects all architectures, and addresses a change made as part …
15:12 Changeset in rtems [92119ed]4.115 by Jennifer Averett <Jennifer.Averett@…>
2010-07-01 Jennifer Averett <Jennifer.Averett@…> * libcsupport/src/chdir.c, libcsupport/src/chmod.c, libcsupport/src/chown.c, libcsupport/src/close.c, libcsupport/src/eval.c, libcsupport/src/fchdir.c, libcsupport/src/fchmod.c, libcsupport/src/fchown.c, libcsupport/src/fcntl.c, libcsupport/src/fdatasync.c, libcsupport/src/freenode.c, libcsupport/src/fstat.c, libcsupport/src/fsync.c, libcsupport/src/ftruncate.c, libcsupport/src/ioctl.c, libcsupport/src/link.c, libcsupport/src/lseek.c, libcsupport/src/mknod.c, libcsupport/src/mount.c, libcsupport/src/open.c, libcsupport/src/read.c, libcsupport/src/readlink.c, libcsupport/src/readv.c, libcsupport/src/rmdir.c, libcsupport/src/stat.c, libcsupport/src/statvfs.c, libcsupport/src/symlink.c, libcsupport/src/unlink.c, libcsupport/src/unmount.c, libcsupport/src/write.c: Removed filesystem checks for NULL methods checks from the main posix rountines. These are now required to have at a miminum default routines in the tables.
15:01 Changeset in rtems [c114654]4.10 by Sebastian Huber <sebastian.huber@…>
2010-06-29 Sebastian Huber <sebastian.huber@…> * libnetworking/lib/tftpDriver.c: rtems_tftp_ops and rtems_tftp_handlers are now const and static. * libnetworking/rtems/tftp.h: Removed rtems_bsdnet_initialize_tftp_filesystem and rtems_tftp_ops.
14:57 Changeset in rtems [f1fcf71d]4.10 by Sebastian Huber <sebastian.huber@…>
2010-06-22 Sebastian Huber <sebastian.huber@…> * libcsupport/src/mount.c: Fixed string assignment in mount entry allocation.
14:51 Changeset in rtems [e8cec9e]4.10 by Sebastian Huber <sebastian.huber@…>
2010-06-14 Sebastian Huber <sebastian.huber@…> PR 1555/cpukit * Makefile.am, preinstall.am: Install md4.h and md5.h headers. 2010-06-14 Sebastian Huber <sebastian.huber@…> * sapi/include/confdefs.h: Do not define a filesystem if CONFIGURE_APPLICATION_DISABLE_FILESYSTEM is defined.
14:40 Changeset in rtems [98e16aad]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-01 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add tests for file lock stubs as well as various POSIX methods that access UID, PID, and GID. * psxfilelock01/.cvsignore, psxfilelock01/Makefile.am, psxfilelock01/init.c, psxfilelock01/psxfilelock01.doc, psxfilelock01/psxfilelock01.scn, psxid01/.cvsignore, psxid01/Makefile.am, psxid01/init.c, psxid01/psxid01.doc, psxid01/psxid01.scn: New files.
14:39 Changeset in rtems [3d3a18e6]4.10 by Sebastian Huber <sebastian.huber@…>
2010-06-10 Sebastian Huber <sebastian.huber@…> * libcsupport/src/unmount.c: Removed obsolete declarations. Fixed invalid memory free. 2010-06-10 Sebastian Huber <sebastian.huber@…> * libnetworking/rtems/ftpfs.h, libnetworking/lib/ftpfs.c: Removed rtems_ftpfs_mount(). 2010-06-10 Sebastian Huber <sebastian.huber@…> * libcsupport/src/mount-mktgt.c: New file. * libcsupport/Makefile.am: Reflect change above. * libcsupport/include/rtems/libio.h: Declare mount_and_make_target_path(). 2010-06-09 Sebastian Huber <sebastian.huber@…> * libnetworking/rtems/ftpfs.h, libnetworking/lib/ftpfs.c: Added rtems_ftpfs_mount() again. Documentation. 2010-06-09 Sebastian Huber <sebastian.huber@…> * libcsupport/include/rtems/libio.h, sapi/include/confdefs.h: Added and use defines for file system types. 2010-06-09 Sebastian Huber <sebastian.huber@…> * libcsupport/src/mount.c: Fixed NULL pointer access.
14:39 Ticket #1594 (undefined assert in cpukit/libfs/src/imfs/memfile.c) closed by Joel Sherrill
fixed: Patch committed to head. Thanks.
14:37 Changeset in rtems [f938d598]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-01 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add test for GCC C++ library helpers. * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc, gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
14:35 Changeset in rtems [028aa06]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-01 Joel Sherrill <joel.sherrill@…> * termios04/termios_testdriver_intr.c: Task driven IO now works.
14:35 Changeset in rtems [7424c3ee]4.115 by Joel Sherrill <joel.sherrill@…>
2010-07-01 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add test for task driven drivers. * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c, termios05/termios05.doc, termios05/termios05.scn, termios05/termios_testdriver_taskdriven.c, termios05/termios_testdriver_taskdriven.h: New files.
14:29 Changeset in rtems [615d8cc]4.10 by Sebastian Huber <sebastian.huber@…>
2010-06-08 Sebastian Huber <sebastian.huber@…> * libcsupport/include/rtems/libio.h: Documentation. 2010-06-08 Sebastian Huber <sebastian.huber@…> PR 1524/filesystem * libcsupport/src/rtems_mkdir.c: New file. * libcsupport/src/Makefile.am: Reflect change above. * libcsupport/include/rtems/libio.h: Added rtems_mkdir(). * libmisc/fsmount/fsmount.h, libmisc/fsmount/fsmount.c, libblock/src/bdpart-mount.c, libnetworking/rtems/mkrootfs.h, libnetworking/rtems/mkrootfs.c: Use rtems_mkdir(). Removed rtems_fsmount_create_mount_point() and rtems_rootfs_mkdir().
14:10 Changeset in rtems [00bf6744]4.10 by Sebastian Huber <sebastian.huber@…>
2010-06-07 Sebastian Huber <sebastian.huber@…> * libcsupport/include/rtems/libio_.h: Declare rtems_filesystem_mount_table_control. * libcsupport/include/rtems/libio.h: Removed rtems_filesystem_table_first(), rtems_filesystem_table_next() and rtems_filesystem_table_node_t declarations. Declare rtems_per_filesystem_routine, rtems_filesystem_iterate() and rtems_filesystem_get_mount_handler(). * libcsupport/src/mount.c: Added rtems_filesystem_mounts_first() and rtems_filesystem_mounts_next(). Simplify mount(). Removed rtems_filesystem_mount_table_control_init. Use rtems_filesystem_get_mount_handler(). * libcsupport/src/mount-mgr.c: Removed rtems_filesystem_mounts_first() and rtems_filesystem_mounts_next(). Added rtems_filesystem_iterate() and rtems_filesystem_get_mount_handler(). Use rtems_libio_lock() and rtems_libio_unlock(); * sapi/include/confdefs.h, libmisc/shell/main_mount.c: Update for mount API changes. 2010-06-07 Bharath Suri <bharath.s.jois@…> * libcsupport/include/rtems/libio_.h: Removed macros rtems_filesystem_is_separator rtems_filesystem_get_start_loc rtems_filesystem_get_sym_start_loc and added them as files under libcsupport/src/ * libcsupport/src/: Added new files libcsupport/src/sup_fs_get_start_loc.c libcsupport/src/sup_fs_get_sym_start_loc.c libcsupport/src/sup_fs_is_separator.c * libcsupport/Makefile.am: Changes to accommodate new files under libcsupport/src/
13:05 Changeset in rtems [6c0fcd4]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-01 Sebastian Huber <sebastian.huber@…> * libcsupport/include/rtems/libio_.h: Removed rtems_filesystem_mount_table_control. * libcsupport/include/rtems/libio.h, libcsupport/src/mount-mgr.c, libcsupport/src/mount.c libcsupport/src/statvfs.c, libcsupport/src/unmount.c, libmisc/shell/main_mount.c: Documentation. Removed rtems_filesystem_mounts_first() and rtems_filesystem_mounts_next(). Added rtems_filesystem_mount_iterate(). Changed return type of rtems_filesystem_iterate(). Removed rtems_filesystem_nodes_equal().
09:51 Changeset in rtems [59673224]4.115 by Sebastian Huber <sebastian.huber@…>
2010-07-01 Sebastian Huber <sebastian.huber@…> * libfs/src/nfsclient/src/nfs.c, libfs/src/nfsclient/src/nfs.c, libfs/src/nfsclient/src/librtemsNfs.h: Renamed rtems_nfsfs_initialize() in rtems_nfs_initialize(). * sapi/include/confdefs.h: Reflect changes above. Renamed *_miniIMFS in *_MINIIMFS. Renamed *_NFSFS in *_NFS.

06/30/10:

21:55 Ticket #1598 (Coverage Improvement: User database access routines (getpwent.c under ...) created by Bharath Suri
PR to track changes / additional tests added to improve coverage of …
18:57 Ticket #1597 (Add lchown and utimes to RTEMS) created by Vinu Rajashekhar
lchown and utimes are functions defined under POSIX, and these are …
15:36 Changeset in rtems [7c658fe]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-30 Joel Sherrill <joel.sherrilL@…> PR 1472/cpukit * libcsupport/Makefile.am, libcsupport/include/rtems/malloc.h, libcsupport/src/free.c, libcsupport/src/malloc.c, libcsupport/src/malloc_initialize.c, libcsupport/src/realloc.c, libcsupport/src/rtems_memalign.c: Remove malloc boundary code. It has not been used since before 4.6 and is bitrotted. * libcsupport/src/malloc_boundary.c: Removed.
14:41 Changeset in rtems [efc253fa]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-30 Joel Sherrill <joel.sherrilL@…> * psximfs01/init.c: Fix warning introduced.
14:32 Changeset in rtems [3356041]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-30 Joel Sherrill <joel.sherrilL@…> * umon/tfsDriver.c: Remove extra brace.
14:01 Changeset in rtems [667d165]4.115 by Jennifer Averett <Jennifer.Averett@…>
2010-06-30 Jennifer Averett <Jennifer.Averett@…> * umon/tfsDriver.c: Corrected filesystem mknod entry to call the default handler.
13:58 Changeset in rtems [6683a58]4.115 by Jennifer Averett <Jennifer.Averett@…>
2010-06-30 Jennifer.Averett <Jennifer.Averett@…> * libcsupport/include/rtems/libio.h, libfs/Makefile.am: Added filesystem default mknod method. * libfs/src/defaults/default_mknod.c: New file.
13:54 Changeset in rtems [71a5e5a1]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-30 Joel Sherrill <joel.sherrill@…> PR 1595/tests * psximfs01/init.c: Fix warnings.
13:43 Ticket #1595 (psxtests/psximfs01/init.c: bad code) closed by Joel Sherrill
fixed
09:13 Ticket #1596 (libtests/malloc03/init.c: GCC diagnoses testcase as bad code) created by Ralf Corsepius
../../../../../../../c/src/../../testsuites/libtests/malloc03/init.c:26 …
09:10 Ticket #1595 (psxtests/psximfs01/init.c: bad code) created by Ralf Corsepius
./../../../../../../c/src/../../testsuites/psxtests/psximfs01/init.c:55 …
07:43 Changeset in rtems [2d108f8]4.115 by Sebastian Huber <sebastian.huber@…>
2010-06-30 Peter Dufault <dufault@…> PR 1588/cpukit * start/start.S: Renamed defines SR0 .. SR15 in PPC_SR0 .. PPC_SR15.
07:43 Changeset in rtems [390dadd]4.115 by Sebastian Huber <sebastian.huber@…>
2010-06-30 Peter Dufault <dufault@…> PR 1588/cpukit * rtems/powerpc/registers.h: Renamed defines SR0 .. SR15 in PPC_SR0 .. PPC_SR15.
06:45 Ticket #1588 (Header conflict in powerpc registers and MPC55XX registers) closed by Sebastian Huber
fixed: I changed the prefix from PPCREG to PPC since this is the more or less the standard PowerPC prefix. Applied to CVS head.
06:41 Ticket #1594 (undefined assert in cpukit/libfs/src/imfs/memfile.c) created by Alin Rus
Someone please include assert.h in cpukit/libfs/src/imfs/memfile.c, …

06/29/10:

20:04 Developer/Eclipse/Plugin edited by WorthBurruss
/* Plug-In Setup */ (diff)
19:45 Changeset in rtems [b11296f]4.115 by Jennifer Averett <Jennifer.Averett@…>
2010-06-29 Jennifer.Averett <Jennifer.Averett@…> * umon/tfsDriver.c: Changed NULL methods in filesystem tables to be default methods.
19:44 Changeset in rtems [d010b9d]4.115 by Jennifer Averett <Jennifer.Averett@…>
2010-06-29 Jennifer Averett <Jennifer.Averett@…> * new-exceptions/bspsupport/ppc_exc_asm_macros.h: Added include of bspopts to resolve compilation problem.
19:37 Changeset in rtems [dace9ed1]4.115 by Jennifer Averett <Jennifer.Averett@…>
2010-06-29 Jennifer.Averett <Jennifer.Averett@…> * libcsupport/include/rtems/libio.h, libfs/Makefile.am, libfs/src/defaults/default_chown.c, libfs/src/defaults/default_evalpath.c, libfs/src/defaults/default_freenode.c, libfs/src/defaults/default_fsmount.c, libfs/src/defaults/default_link.c, libfs/src/defaults/default_mount.c, libfs/src/defaults/default_rename.c, libfs/src/defaults/default_statvfs.c, libfs/src/defaults/default_symlink.c, libfs/src/defaults/default_unlink.c, libfs/src/defaults/default_utime.c, libfs/src/devfs/devfs_init.c, libfs/src/dosfs/msdos_init.c, libfs/src/imfs/imfs_init.c, libfs/src/nfsclient/src/nfs.c, libfs/src/rfs/rtems-rfs-rtems.c, wrapup/Makefile.am: Fixed typo in default names. Added default methods into filesystem tables. * libfs/src/defaults/default_close.c, libfs/src/defaults/default_evaluate_link.c, libfs/src/defaults/default_fpathconf.c, libfs/src/defaults/default_fsunmount.c, libfs/src/defaults/default_open.c, libfs/src/defaults/default_unmount.c: New files.
18:53 Changeset in rtems [cd90b9c9]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-29 Joel Sherrill <joel.sherrill@…> * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
18:51 Changeset in rtems [263ab4b]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-29 Joel Sherrill <joel.sherrill@…> * configure.ac, score/include/rtems/score/percpu.h: Add RTEMS_SIZEOF_VOID_P to cpuopts.h so percpu.h has this information available during build and after installation.
17:45 Changeset in rtems [8980996]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-29 Joel Sherrill <joel.sherrill@…> * shared/irq/irq_asm.S: Rename rtems_per_cpu_info.
13:49 Changeset in rtems [438983d2]4.115 by Jennifer Averett <Jennifer.Averett@…>
2010-06-29 Joel Sherrill <Joel.Sherrill@…> * configure.ac: Added AC_CHECK_SIZEOF macro.
13:03 Changeset in rtems [55c3939b]4.115 by Sebastian Huber <sebastian.huber@…>
2010-06-29 Sebastian Huber <sebastian.huber@…> * libnetworking/lib/tftpDriver.c: rtems_tftp_ops and rtems_tftp_handlers are now const and static. * libnetworking/rtems/tftp.h: Removed rtems_bsdnet_initialize_tftp_filesystem and rtems_tftp_ops.
12:48 Changeset in network-demos [d2da1ce]4.11 by Sebastian Huber <sebastian.huber@…>
2010-06-29 Sebastian Huber <sebastian.huber@…> * init.c: Update for mount API changes.
01:53 Changeset in rtems [76950a6]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> * libfs/src/defaults/default_chown.c, libfs/src/defaults/default_evalpath.c, libfs/src/defaults/default_fchmod.c, libfs/src/defaults/default_fcntl.c, libfs/src/defaults/default_fdatasync.c, libfs/src/defaults/default_freenode.c, libfs/src/defaults/default_fsmount.c, libfs/src/defaults/default_fstat.c, libfs/src/defaults/default_fsync.c, libfs/src/defaults/default_ftruncate.c, libfs/src/defaults/default_ioctl.c, libfs/src/defaults/default_link.c, libfs/src/defaults/default_lseek.c, libfs/src/defaults/default_mount.c, libfs/src/defaults/default_read.c, libfs/src/defaults/default_readlink.c, libfs/src/defaults/default_rename.c, libfs/src/defaults/default_rmnod.c, libfs/src/defaults/default_statvfs.c, libfs/src/defaults/default_symlink.c, libfs/src/defaults/default_unlink.c, libfs/src/defaults/default_utime.c, libfs/src/defaults/default_write.c: Add include of rtems/seterr.h
00:40 Changeset in rtems [56cdd5e8]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit * spsize/size.c: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
00:39 Changeset in rtems [646e7b0d]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit * shared/score/interrupt.S: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
00:39 Changeset in rtems [61b1c413]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c, sh7750/score/cpu_asm.c, shgdb/score/cpu_asm.c: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
00:39 Changeset in rtems [5048a0a]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit * mpc5xx/irq/irq.c, mpc5xx/irq/irq_asm.S, new-exceptions/bspsupport/ppc_exc.S, new-exceptions/bspsupport/ppc_exc_asm_macros.h, new-exceptions/bspsupport/ppc_exc_hdl.c: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
00:39 Changeset in rtems [da4d03d]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit * porting/interrupts.t: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
00:38 Changeset in rtems [51bd2e5f]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit * irq/irq.c: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
00:38 Changeset in rtems [5a0b7914]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit * shared/irq/exception.S: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
00:38 Changeset in rtems [15519cb]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit * shared/irq/irq.c, shared/irq/irq_asm.S: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
00:34 Changeset in rtems [11e8bc5]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit * configure.ac, posix/src/killinfo.c, posix/src/psignalclearprocesssignals.c, posix/src/psignalsetprocesssignals.c, posix/src/psignalunblockthread.c, posix/src/pthreadcreate.c, posix/src/pthreadkill.c, posix/src/pthreadsigmask.c, rtems/src/signalsend.c, rtems/src/taskmode.c, score/Makefile.am, score/preinstall.am, score/include/rtems/system.h, score/include/rtems/score/context.h, score/include/rtems/score/isr.h, score/include/rtems/score/thread.h, score/src/isr.c, score/src/isrthreaddispatch.c, score/src/thread.c, score/src/threaddispatch.c, score/src/threadloadenv.c: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed. * score/include/rtems/score/percpu.h, score/src/percpu.c: New files.
00:34 Changeset in rtems [6d42b4c6]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit * cpu_asm.S, rtems/score/cpu.h: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
00:33 Changeset in rtems [8e407ad]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit * rtems/score/cpu.h: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
00:33 Changeset in rtems [b275a14]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit * rtems/new-exceptions/cpu.h: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
00:33 Changeset in rtems [9418359]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit * cpu_asm.c, rtems/score/cpu.h: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
00:31 Changeset in rtems [9939ecc4]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit * irq.c, rtems/score/cpu.h: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
00:31 Changeset in rtems [1ef0afe6]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit * cpu_asm.S, rtems/asm.h, rtems/score/cpu.h: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
00:31 Changeset in rtems [b616350]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit * arm_exc_interrupt.S: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.

06/28/10:

23:41 Ticket #1573 (Per CPU Patch -- SMP Step #1) closed by Joel Sherrill
fixed
23:12 Changeset in rtems [46cce26]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> * libcsupport/src/libio_sockets.c: Use rtems_set_errno_and_return_minus_one() where it was missed before.
22:14 Changeset in rtems [45fcb76]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> * libcsupport/src/brk.c, libcsupport/src/gettod.c, libcsupport/src/times.c, libcsupport/src/fchdir.c, libcsupport/src/ftrylockfile.c, libcsupport/src/getpwent.c, libcsupport/src/gxx_wrappers.c, libcsupport/src/libio_sockets.c, libcsupport/src/pipe.c: Use rtems_set_errno_and_return_minus_one() where it was missed before.
22:13 Changeset in rtems [1d33ecab]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> * libcsupport/include/rtems/error.h, libcsupport/src/error.c: Clean up so rtems_panic() can be a noreturn method. This eliminates some unreachable and thus untestable code.
21:00 Changeset in rtems [89b897f0]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> * psxtime/psxtime.scn, psxtime/test.c: Add test for passing a null pointer.
19:53 Changeset in rtems [ef87186]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> * configure.ac: Remove reference to RTEMS_OBJECT_FORMAT.
18:48 Changeset in rtems [6cc69f1]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrilL@…> * libcsupport/src/termios.c: Formatting.
18:48 Changeset in rtems [43efb633]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add test to exercise IMFS behaviour with files of maximum sizes. * psximfs01/.cvsignore, psximfs01/Makefile.am, psximfs01/init.c, psximfs01/psximfs01.doc, psximfs01/psximfs01.scn: New files.
17:15 Changeset in rtems [03a47f6e]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Revert changes related to uncommitted test under development.
17:05 Changeset in rtems [33ece501]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c, termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
14:33 Changeset in rtems [170f26a]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> * libmisc/dumpbuf/dumpbuf.c, libmisc/dumpbuf/dumpbuf.h: Add const.
14:28 Changeset in rtems [c55bbe80]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> * sp69/Makefile.am: Really needs spin.c
14:25 Changeset in rtems [ecefc8ea]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1591/bsps * preinstall.am: Regenerate.
14:23 Changeset in rtems [b6eaf429]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add new test to exercise termios RX and TX interrupt driven IO support. * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c, termios04/termios04.doc, termios04/termios04.scn, termios04/termios_testdriver_intr.c, termios04/termios_testdriver_intr.h: New files.
14:03 Changeset in rtems [0308c028]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-26 Bharath Suri <bharath.s.jois@…> PR 1592/testing * Makefile.am, configure.ac: Changes to incorporate sperror01, sperror02, sperror03 * sperror01/init.c, sperror02/init.c: New tests to exercise rtems_error routine * sperror03/init.c: New test to exercise rtems_panic routine
13:51 Changeset in rtems [9f61efda]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> * sp69/Makefile.am, sp71/Makefile.am, spfifo02/Makefile.am: Tests do not need spin.c
13:42 Changeset in rtems [4b4cbdd]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn, termios03/termios_testdriver_polled.c, termios03/termios_testdriver_polled.h: Add more test cases.
13:26 Ticket #1591 (sparc64 niagara has stale preinstall.am) closed by Joel Sherrill
fixed: Regenerated. Thanks.
13:24 Changeset in rtems [4a3def38]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> * sp70/Makefile.am: Tests do not need spin.c
13:23 Changeset in rtems [1b9c0c5]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-28 Joel Sherrill <joel.sherrill@…> * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
13:05 Ticket #1592 (Coverage Improvement: Error reporting routines) closed by Joel Sherrill
fixed: Patch committed with some test and screen cleanup. + Test output should not have M or output from the simulator or BSP. + Final call to abort or panic also prints "END OF test" message. I will post coverage results once I run them. Thanks.

06/27/10:

03:54 Ticket #1593 (RTEMS Sequenced Initialization API) created by zhangwenjie
This is a part of GSOC2010 project RTEMS Sequenced Initialization. The …

06/25/10:

18:06 Ticket #1592 (Coverage Improvement: Error reporting routines) created by Bharath Suri
PR intended to track coverage improvement of error reporting routines …
17:10 Ticket #1591 (sparc64 niagara has stale preinstall.am) created by Gedare Bloom
The preinstall.am for sparc64/niagara BSP is out-of-date and should be …
16:59 Changeset in rtems [d04a7e93]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-25 Joel Sherrill <joel.sherrilL@…> * support/src/tmtests_support.c: Fix warning.
16:52 Changeset in rtems [69cab20e]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-25 Joel Sherrill <joel.sherrill@…> * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c, termios03/termios03.doc, termios03/termios03.scn, termios03/termios_testdriver_polled.c, termios03/termios_testdriver_polled.h: New files. * Makefile.am, configure.ac: Add initial version of new test for polled IO support in termios.
14:23 Changeset in rtems [f9a4e80]4.115 by Jennifer Averett <Jennifer.Averett@…>
2010-06-25 Jennifer Averett <Jennifer.Averett@… * libcsupport/include/rtems/libio.h, libfs/Makefile.am: Added default filesystem handlers. * libfs/src/defaults/default_chown.c, libfs/src/defaults/default_evalpath.c, libfs/src/defaults/default_fchmod.c, libfs/src/defaults/default_fcntl.c, libfs/src/defaults/default_fdatasync.c, libfs/src/defaults/default_freenode.c, libfs/src/defaults/default_fsmount.c, libfs/src/defaults/default_fstat.c, libfs/src/defaults/default_fsync.c, libfs/src/defaults/default_ftruncate.c, libfs/src/defaults/default_ioctl.c, libfs/src/defaults/default_link.c, libfs/src/defaults/default_lseek.c, libfs/src/defaults/default_mount.c, libfs/src/defaults/default_read.c, libfs/src/defaults/default_readlink.c, libfs/src/defaults/default_rename.c, libfs/src/defaults/default_rmnod.c, libfs/src/defaults/default_statvfs.c, libfs/src/defaults/default_symlink.c, libfs/src/defaults/default_unlink.c, libfs/src/defaults/default_utime.c, libfs/src/defaults/default_write.c: New files.
00:33 TBR/UserManual/RTEMS_Coverage_Analysis edited by Bharath
(diff)
00:22 TBR/UserManual/RTEMS_Coverage_Analysis edited by Bharath
Updated current status (diff)

06/24/10:

22:40 Changeset in rtems [569b3f4]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-24 Gedare Bloom <giddyup44@…> PR 1589/cpukit * score/Makefile.am, score/include/rtems/score/thread.h, score/inline/rtems/score/thread.inl: Make _Thread_Evaluate_mode() an inline method. It is only used in one place and relatively simple. * score/src/threadevaluatemode.c: Removed.
22:01 Changeset in rtems [4d32a76d]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-24 Joel Sherrill <joel.sherrilL@…> * libfs/src/imfs/memfile.c: Fix assert.
21:48 Changeset in rtems [a9ea708]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-24 Joel Sherrill <joel.sherrilL@…> * libcsupport/src/read.c, libcsupport/src/write.c: read(2) and write(2) should return 0 when passed a count of 0 after verifying other possible errors.
21:40 Ticket #1582 (_Thread_Evaluate_mode only used by rtems_task_mode) closed by Joel Sherrill
fixed: Patch committed to head. Thanks.
21:37 Changeset in rtems [efd6e8e]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-24 Joel Sherrill <joel.sherrilL@…> * libfs/src/imfs/imfs_creat.c: Fix warning.
21:31 Changeset in rtems [983bfad]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-24 Joel Sherrill <joel.sherrilL@…> * libfs/src/imfs/imfs_creat.c, libfs/src/imfs/imfs_debug.c, libfs/src/imfs/imfs_directory.c, libfs/src/imfs/imfs_eval.c, libfs/src/imfs/imfs_fsunmount.c, libfs/src/imfs/imfs_getchild.c, libfs/src/imfs/imfs_initsupp.c, libfs/src/imfs/ioman.c, libfs/src/imfs/memfile.c: Evaluate all assert calls in IMFS. Either made them conditional on RTEMS_DEBUG or eliminated them.
21:27 Changeset in rtems [8bef4cc]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-24 Gedare Bloom <giddyup44@…> PR 1590/cpukit * score/Makefile.am, score/include/rtems/score/thread.h, score/src/threadtickletimeslice.c: Remove _Thread_Reset_timeslice and replaces its single use with a call to the functionally equivalent _Thread_Yield_processor(). * score/src/threadresettimeslice.c: Removed.
20:25 Ticket #1590 (_Thread_Reset_timeslice doesn't reset a timeslice) closed by Joel Sherrill
fixed: Patch committed to head. All tests pass.
19:58 Changeset in rtems [f33be44]4.10 by Joel Sherrill <joel.sherrill@…>
2010-06-24 Bharath Suri <bharath.s.jois@…> PR 1542/filesystem PR 1585/filesystem * libfs/src/pipe/fifo.c: pipe_control_t was not deallocated if fifo_open() was attempted with (O_WRONLY|O_NONBLOCK). Mutex was locked too many times on this path and we needed an unlock.
19:57 Changeset in rtems [2d1994c9]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-24 Bharath Suri <bharath.s.jois@…> PR 1542/filesystem PR 1585/filesystem * libfs/src/pipe/fifo.c: pipe_control_t was not deallocated if fifo_open() was attempted with (O_WRONLY|O_NONBLOCK). Mutex was locked too many times on this path and we needed an unlock.
19:46 Changeset in rtems [287febb5]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-24 Bharath Suri <bharath.s.jois@…> * Makefile.am, configure.ac: Removed some fifo tests. * spfifo01/Makefile.am, spfifo01/init.c: Minor changes to avoid excessive new lines in the output. spfifo02/Makefile.am, spfifo02/init.c, spfifo02/spfifo02.doc, spfifo02/spfifo02.scn, spfifo03/Makefile.am: Merge from spfifo08. Also added a few more cases, mostly from spfifo04/init.c. * spfifo03/init.c, spfifo03/spfifo03.doc, spfifo03/spfifo03.scn: Previously was spfifo06. Configure parameter for pipes is used now. * spfifo04/.cvsignore, spfifo04/Makefile.am, spfifo04/init.c, spfifo04/spfifo04.doc, spfifo04/spfifo04.scn, spfifo08/.cvsignore, spfifo08/Makefile.am, spfifo08/init.c, spfifo08/spfifo08.doc, spfifo08/spfifo08.scn: Removed.
18:48 Ticket #1546 (Coverage improvement: fifo_open) closed by Joel Sherrill
fixed
16:51 Ticket #1590 (_Thread_Reset_timeslice doesn't reset a timeslice) created by Gedare Bloom
_Thread_Reset_timeslice handles the end of the timeslice processing …
13:51 Ticket #1589 (Remove optman - Patch for review) created by Joel Sherrill
Attached is a patch which removes the optional managers and all …
13:28 Changeset in rtems [2aba0566]4.10 by Joel Sherrill <joel.sherrill@…>
2010-06-24 Joel Sherrill <joel.sherrilL@…> PR 1587/filesystem Coverity Id 35 * libfs/src/rfs/rtems-rfs-shell.c: Address possible NULL dereference.
13:28 Changeset in rtems [eb8c45d]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-24 Joel Sherrill <joel.sherrilL@…> PR 1587/filesystem Coverity Id 35 * libfs/src/rfs/rtems-rfs-shell.c: Address possible NULL dereference.
13:25 Ticket #1588 (Header conflict in powerpc registers and MPC55XX registers) created by dufault
cpukit/score/cpu/powerpc/rtems/powerpc/registers.h has this: /* …
12:29 Ticket #1587 (Possible null dereference in rtems-rfs-shell.c) closed by Joel Sherrill
fixed: Patch committed to head and 4.10.
12:26 Ticket #1587 (Possible null dereference in rtems-rfs-shell.c) created by Joel Sherrill
This was spotted by Coverity Scan. Their ID is 35. This is also in …
07:54 Changeset in rtems [d290bbb]4.115 by Sebastian Huber <sebastian.huber@…>
2010-06-24 Arnout Vandecappelle <arnout@…> PR 1586/misc * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Add retries to SD card accesses.
06:54 Ticket #1586 (Add retries to SD card accesses) closed by Sebastian Huber
fixed: Applied to CVS head.

06/23/10:

23:28 Changeset in rtems [da9b538]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-23 Joel Sherrill <joel.sherrilL@…> * libmisc/stackchk/check.c: More clean up and coverage improvements..
23:26 Changeset in rtems [ef08dc1]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-23 Joel Sherrill <joel.sherrilL@…> * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am, block04/Makefile.am, block05/Makefile.am, block06/Makefile.am, block07/Makefile.am, block08/Makefile.am, block09/Makefile.am, block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am, heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am, stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am, termios02/Makefile.am: Revert.
23:25 Changeset in rtems [24a5a14]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-23 Joel Sherrill <joel.sherrilL@…> * termios01/termios01.scn: Fix bug so existing test code for rtems_termios_baud_to_index() is executed.
23:24 Changeset in rtems [ab59de45]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-23 Joel Sherrill <joel.sherrilL@…> * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am, block04/Makefile.am, block05/Makefile.am, block06/Makefile.am, block07/Makefile.am, block08/Makefile.am, block09/Makefile.am, block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am, heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am, stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am, termios01/init.c, termios02/Makefile.am: Fix bug so existing test code for rtems_termios_baud_to_index() is executed.
22:50 Changeset in rtems [ec76b114]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-23 Joel Sherrill <joel.sherrilL@…> * Makefile.am, configure.ac: Revert accidentally committed patch.
22:49 Changeset in rtems [ce00f304]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-23 Joel Sherrill <joel.sherrilL@…> * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am, psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am, psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am, psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am, psx13/Makefile.am, psx14/Makefile.am, psxalarm01/Makefile.am, psxautoinit01/Makefile.am, psxautoinit02/Makefile.am, psxbarrier01/Makefile.am, psxcancel/Makefile.am, psxcancel01/Makefile.am, psxchroot01/Makefile.am, psxcleanup/Makefile.am, psxcleanup01/Makefile.am, psxclock/Makefile.am, psxcond01/Makefile.am, psxenosys/Makefile.am, psxfatal01/Makefile.am, psxfatal02/Makefile.am, psxfile01/Makefile.am, psxintrcritical01/Makefile.am, psxitimer/Makefile.am, psxkey01/Makefile.am, psxkey02/Makefile.am, psxkey03/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am, psxmsgq02/Makefile.am, psxmsgq03/Makefile.am, psxmsgq04/Makefile.am, psxmutexattr01/Makefile.am, psxobj01/Makefile.am, psxpasswd01/Makefile.am, psxrdwrv/Makefile.am, psxreaddir/Makefile.am, psxrwlock01/Makefile.am, psxsem01/Makefile.am, psxsignal01/Makefile.am, psxsignal02/Makefile.am, psxsignal03/Makefile.am, psxsignal04/Makefile.am, psxsignal05/Makefile.am, psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am, psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am, psxualarm/Makefile.am, psxusleep/Makefile.am: Revert accidentally committed patch.
22:48 Changeset in rtems [e6e4eec]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-23 Joel Sherrill <joel.sherrilL@…> * Makefile.am, configure.ac, psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am, psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am, psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am, psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am, psx13/Makefile.am, psx14/Makefile.am, psxalarm01/Makefile.am, psxautoinit01/Makefile.am, psxautoinit02/Makefile.am, psxbarrier01/Makefile.am, psxcancel/Makefile.am, psxcancel01/Makefile.am, psxchroot01/Makefile.am, psxcleanup/Makefile.am, psxcleanup01/Makefile.am, psxclock/Makefile.am, psxcond01/Makefile.am, psxenosys/Makefile.am, psxfatal01/Makefile.am, psxfatal02/Makefile.am, psxfile01/Makefile.am, psxfile02/init.c, psxfile02/psxfile02.doc, psxfile02/psxfile02.scn, psxintrcritical01/Makefile.am, psxitimer/Makefile.am, psxkey01/Makefile.am, psxkey02/Makefile.am, psxkey03/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am, psxmsgq02/Makefile.am, psxmsgq03/Makefile.am, psxmsgq04/Makefile.am, psxmutexattr01/Makefile.am, psxobj01/Makefile.am, psxpasswd01/Makefile.am, psxrdwrv/Makefile.am, psxreaddir/Makefile.am, psxrwlock01/Makefile.am, psxsem01/Makefile.am, psxsignal01/Makefile.am, psxsignal02/Makefile.am, psxsignal03/Makefile.am, psxsignal04/Makefile.am, psxsignal05/Makefile.am, psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am, psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am, psxualarm/Makefile.am, psxusleep/Makefile.am: Add test for fd greater than number of file descriptors configured.
19:31 Changeset in rtems [32e5d81]4.115 by Jennifer Averett <Jennifer.Averett@…>
2010-06-23 Jennifer Averett <Jennifer.Averett@…> * psxfile02/psxfile02.doc: Filled in documentation information.
18:43 Changeset in rtems [6cb7221]4.115 by Jennifer Averett <Jennifer.Averett@…>
2010-06-23 Jennifer Averett <Jennifer Averett@…> * Makefile.am, configure.ac: Added test case for calls that check for an unopened file descriptor. * psxfile02/.cvsignore, psxfile02/Makefile.am, psxfile02/init.c, psxfile02/psxfile02.doc, psxfile02/psxfile02.scn: New files.
18:18 Changeset in rtems [2d637b2]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-23 Joel Sherrill <joel.sherrilL@…> * libmisc/stackchk/check.c: Clean up to improve coverage.
16:32 Changeset in rtems [0ed275ec]4.115 by Sebastian Huber <sebastian.huber@…>
Typo.
14:33 Ticket #1584 (References to ITRON) closed by Joel Sherrill
fixed: I think these are resolved.
13:33 Changeset in rtems [fc64cf19]4.10 by Ralf Corsepius <ralf.corsepius@…>
2010-06-23 Ralf Corsépius <ralf.corsepius@…> * configure.ac: autoconf >= 2.65, automake >= 1.11.
13:32 Changeset in rtems [8dbb864f]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-23 Ralf Corsépius <ralf.corsepius@…> * configure.ac: autoconf >= 2.65, automake >= 1.11.
08:27 Changeset in rtems [3103d4cb]4.115 by Sebastian Huber <sebastian.huber@…>
2010-06-23 Sebastian Huber <sebastian.huber@…> * make/custom/lpc32xx_mzx_boot_int.cfg, startup/linkcmds.lpc32xx_mzx_boot_int: Removed files. * include/boot.h, include/emc.h, include/i2c.h, include/nand-mlc.h, make/custom/lpc32xx_mzx.cfg, make/custom/lpc32xx_mzx_stage_1.cfg, make/custom/lpc32xx_mzx_stage_2.cfg, misc/boot.c, misc/emc.c, misc/i2c.c, misc/nand-mlc.c, misc/nand-mlc-read-blocks.c, misc/nand-mlc-write-blocks.c, misc/restart.c, startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1, startup/linkcmds.lpc32xx_mzx_stage_2: New files. * configure.ac, Makefile.am, preinstall.am: Reflect changes above. * include/bsp.h, include/lpc32xx.h, irq/irq.c, rtc/rtc-config.c, startup/bspstart.c, startup/bspstarthooks.c, startup/linkcmds.lpc32xx_phycore: Changes throughout.
08:11 Changeset in rtems [b18fd86]4.115 by Sebastian Huber <sebastian.huber@…>
2010-06-23 Sebastian Huber <sebastian.huber@…> * make/custom/lpc23xx_tli800.cfg, startup/linkcmds.lpc23xx_tli800: New files. * Makefile.am, configure.ac: Reflect changes above. * startup/linkcmds.lpc2362: Typos. * README: Documentation.
08:04 Changeset in rtems [b0cb645]4.115 by Sebastian Huber <sebastian.huber@…>
2010-06-21 Sebastian Huber <sebastian.huber@…> * shared/startup/linkcmds.base: Define bsp_vector_table_size unconditionally. Use bsp_vector_table_in_start_section.
05:08 Ticket #1534 (TFTP file system mount configuration) closed by Chris Johns
fixed
05:06 Changeset in rtems [0298b5ef]4.10 by Chris Johns <chrisj@…>
2010-06-23 Chris Johns <chrisj@…> PR 1577/filesystem * libfs/src/pipe/fifo.c: Fixed the error codes returned on open.
05:01 Changeset in rtems [68b49f1]4.115 by Chris Johns <chrisj@…>
2010-06-23 Chris Johns <chrisj@…> PR 1577/filesystem * libfs/src/pipe/fifo.c: Fixed the error codes returned on open.
04:06 Ticket #1577 (Error number should be ENOMEM than EINTR in pipe_alloc) closed by Chris Johns
fixed
03:10 Changeset in rtems [ac03a9b]4.115 by Chris Johns <chrisj@…>
2010-06-23 Chris Johns <chrisj@…> * rtems/Makefile.am: Remove the stray 'c' file.
03:08 Changeset in rtems [c90bd0a]4.10 by Chris Johns <chrisj@…>
2010-06-23 Chris Johns <chrisj@…> * rtems/Makefile.am: Remove the stray 'c' file.

06/22/10:

20:03 Changeset in rtems [e525f66]4.115 by Jennifer Averett <Jennifer.Averett@…>
2010-06-22 Jennifer Averett <Jennifer.Averett@…> * libcsupport/Makefile.am, libcsupport/include/rtems/libio_.h: Moved method to free a node from a define to an external method. * libcsupport/src/freenode.c: New file.
19:59 Changeset in rtems [ba6f945a]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-22 Joel Sherrill <joel.sherrilL@…> * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report before blowing stack.
19:27 Changeset in rtems [71a3078]4.115 by Jennifer Averett <Jennifer.Averett@…>
2010-06-22 Jennifer Averett <Jennifer.Averett@…> * Makefile.am, configure.ac: Added test that attempts to free stack memory. This causes a error to be printed from the free function. * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c, malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
18:20 Changeset in rtems [91e446f3]4.115 by Jennifer Averett <Jennifer.Averett@…>
2010-06-22 Jennifer Averett <Jennifer.Averett@…> * malloctest/init.c: Added error case with malloc of size 0.
18:09 Changeset in rtems [81110848]4.115 by Jennifer Averett <Jennifer.Averett@…>
2010-06-22 Jennifer Averett <Jennifer.Averett@…> * malloctest/init.c: Added test to check failure branch on calloc.
17:44 Changeset in rtems [34c062f]4.115 by Jennifer Averett <Jennifer.Averett@…>
2010-06-22 Jennifer Averett <Jennifer.Averett@…> * psxtime/psxtime.scn, psxtime/test.c: Add a normal case with second parameter to adjtime NULL.
16:14 Changeset in rtems [db904606]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-22 Joel Sherrill <joel.sherrilL@…> * Makefile.am, configure.ac: Add new test to exercise path where using unlimited object support you are about to allocate more objects than can be represented in the Id. This test will NOT pass on targets with insufficient RAM. * sp71/.cvsignore, sp71/Makefile.am, sp71/init.c, sp71/sp71.doc, sp71/sp71.scn: New files.
15:36 Changeset in rtems [f5dc557]4.115 by Jennifer Averett <Jennifer.Averett@…>
2010-06-22 Jennifer Averett <Jennifer.Averett@…> * posix/src/nanosleep.c, posix/src/timersettime.c: Removed redundent code and cleaned up error checking code.
14:20 Changeset in rtems [da361aa]4.115 by Sebastian Huber <sebastian.huber@…>
2010-06-22 Sebastian Huber <sebastian.huber@…> * libcsupport/src/mount.c: Fixed string assignment in mount entry allocation.
13:31 Changeset in rtems [0378b478]4.115 by Sebastian Huber <sebastian.huber@…>
2010-06-22 Sebastian Huber <sebastian.huber@…> * libcsupport/src/mount.c: Fixed string assignment in mount entry allocation.
13:08 Ticket #1586 (Add retries to SD card accesses) created by Arnout Vandecappelle
+++ This bug was initially created as a clone of Bug #1578 +++ I have …
11:36 Changeset in rtems [0596902]4.115 by Sebastian Huber <sebastian.huber@…>
2010-06-22 Arnout Vandecappelle <arnout@…> PR 1580/misc * libchip/i2c/spi-sd-card.c: Use bigger chunks and yield processor while waiting for read data.
11:23 Changeset in rtems [4713109]4.10 by Chris Johns <chrisj@…>
2010-06-22 Chris Johns <chrisj@…> * startup/m68k-stub.c: PR 1539. Fix buffer overrun.
10:59 Ticket #1585 (pipe->Semaphore not deleted by pipe_release when file open flags are ...) created by Bharath Suri
Call to rtems_semaphore_delete from pipe_release returns …
10:38 Ticket #1580 (spi-sd-card: use bigger chunks and yield processor while waiting for ...) closed by Sebastian Huber
fixed
08:41 Changeset in rtems [5e649e5]4.115 by Sebastian Huber <sebastian.huber@…>
2010-06-22 Arnout Vandecappelle <arnout@…> PR 1579/misc * libchip/i2c/spi-sd-card.c: Gradually increasing sleep times when waiting for write to finish.
08:37 Changeset in rtems [58eccd0]4.115 by Sebastian Huber <sebastian.huber@…>
2010-06-22 Arnout Vandecappelle <arnout@…> PR 1567/misc * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed timeouts.
07:41 Ticket #1579 (spi-sd-card: use gradually increasing sleep times when waiting for ...) closed by Sebastian Huber
fixed: Applied to CVS head.
02:19 Changeset in rtems [6dfaeb4]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: spfatal20 not ready.
02:15 Changeset in rtems [420607f]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add new tests to generate fatal errors in rtems_termios_open(). * spfatal16/.cvsignore, spfatal16/Makefile.am, spfatal16/spfatal16.doc, spfatal16/spfatal16.scn, spfatal16/testcase.h, spfatal17/.cvsignore, spfatal17/Makefile.am, spfatal17/spfatal17.doc, spfatal17/spfatal17.scn, spfatal17/testcase.h, spfatal18/.cvsignore, spfatal18/Makefile.am, spfatal18/spfatal18.doc, spfatal18/spfatal18.scn, spfatal18/testcase.h, spfatal19/.cvsignore, spfatal19/Makefile.am, spfatal19/spfatal19.doc, spfatal19/spfatal19.scn, spfatal19/testcase.h: New files.
02:03 Changeset in rtems [ea8a958]4.115 by Chris Johns <chrisj@…>
2010-06-22 Chris Johns <chrisj@…> * startup/m68k-stub.c: PR 1539. Fix buffer overrun.
01:28 Changeset in rtems [5d8a0bab]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac, spfatal_support/init.c, spfatal_support/system.h: Add new tests to generate fatal errors in open_dev_console(). * spfatal14/.cvsignore, spfatal14/Makefile.am, spfatal14/spfatal14.doc, spfatal14/spfatal14.scn, spfatal14/testcase.h, spfatal15/.cvsignore, spfatal15/Makefile.am, spfatal15/spfatal15.doc, spfatal15/spfatal15.scn, spfatal15/testcase.h, spfatal_support/consume_sems.c: New files.
01:04 Ticket #1539 (ods68302: array subscript is above array bounds) closed by Chris Johns
fixed
00:58 Ticket #1527 (nvdisk.c: pointer to integer of different size) closed by Chris Johns
fixed

06/21/10:

22:56 Changeset in rtems [06911e0]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrill@…> * rtems.spec.in: Remove more ITRON references.
22:55 Changeset in rtems [962f540]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrill@…> * Makefile.maint, README.configure: Remove more ITRON references.
22:55 Changeset in rtems [5283f858]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrill@…> * README: Remove more ITRON references.
22:55 Changeset in rtems [1941b98]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrill@…> * shared/comm/GDB.HOWTO: Remove more ITRON references.
22:54 Changeset in rtems [816aab91]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrill@…> * posix/src/keycreate.c, posix/src/killinfo.c: Remove more ITRON references.
22:54 Changeset in rtems [42b5ba0]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrill@…> * generic/difftest.in: Remove more ITRON references.
22:54 Changeset in rtems [07f72c2]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrill@…> * sp43/init.c: Remove more ITRON references.
22:54 Changeset in rtems [e3d184d]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrill@…> * capture/capture.doc: Remove more ITRON references.
22:47 Changeset in rtems [d7b34ee]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrill@…> * sp09/screen01.c: Fix warning.
22:12 Changeset in rtems [5e4e13f]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Peter Dufault <dufault@…> PR 1583/bsps * shared/startup/panic.c: Remove reference to ITRON.
21:13 Changeset in rtems [0de235f9]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrilL@…> PR 1581/cpukit * libcsupport/include/rtems/malloc.h, sapi/include/confdefs.h: Remove extra * on function pointer declaration.
21:13 Changeset in rtems [654169d]4.10 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrilL@…> PR 1581/cpukit * libcsupport/include/rtems/malloc.h, sapi/include/confdefs.h: Remove extra * on function pointer declaration.
21:13 Ticket #1583 (Reference to deprecated INTERNAL_ERROR_ITRON_API) closed by Joel Sherrill
fixed: Committed. Thanks.
21:09 Changeset in rtems [94f4f116]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrill@…> * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
20:51 Ticket #1584 (References to ITRON) created by dufault
The following files still contain references to ITRON. None seem to …
20:33 Ticket #1583 (Reference to deprecated INTERNAL_ERROR_ITRON_API) created by dufault
c/src/lib/libbsp/powerpc/shared/startup/panic.c has a reference to …
20:14 Ticket #1581 (Malloc Dirty Definition has Extra Pointer) closed by Joel Sherrill
fixed: Committed to 4.10 and head. Bug did not exist in 4.9.
20:11 Ticket #1582 (_Thread_Evaluate_mode only used by rtems_task_mode) created by Gedare Bloom
The function _Thread_Evaluate_mode is only used by the rtems_task_mode …
20:10 Ticket #1581 (Malloc Dirty Definition has Extra Pointer) created by Joel Sherrill
extern rtems_malloc_dirtier_t rtems_malloc_dirty_helper; not extern …
20:05 Changeset in rtems [e247b1af]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add test for deferring free() from ISR and for deferred free() processing. * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c, malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
16:54 Changeset in rtems [82fbd35]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrill@…> * support/include/test_support.h, support/src/tmtests_empty_function.c: Add helper so it is easier to write a basic repeated operation tmtest. * support/src/tmtests_support.c: New file.
16:53 Changeset in rtems [f63801a2]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: New test for barrier create, ident, and delete. * tm30/.cvsignore, tm30/Makefile.am, tm30/init.c, tm30/tm30.doc: New files.
16:38 Changeset in rtems [18cf727]4.8 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Peter Dufault <dufault@…> PR 1570/cpukit * posix/src/semtimedwait.c: This routine is supposed to return -1/errno NOT the status directly.
16:38 Changeset in rtems [ca07e7db]4.9 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Peter Dufault <dufault@…> PR 1570/cpukit * posix/src/semtimedwait.c: This routine is supposed to return -1/errno NOT the status directly.
16:38 Changeset in rtems [0dc6477]4.10 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Peter Dufault <dufault@…> PR 1570/cpukit * posix/src/semtimedwait.c: This routine is supposed to return -1/errno NOT the status directly.
16:38 Changeset in rtems [d8af86b]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Peter Dufault <dufault@…> PR 1570/cpukit * posix/src/semtimedwait.c: This routine is supposed to return -1/errno NOT the status directly.
16:27 Changeset in rtems [ad37630]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrilL@…> PR 1554/cpukit Coverity Id 17 * libi2c/libi2c.c, score/src/objectextendinformation.c: Fix memory leak on error.
16:27 Changeset in rtems [9511a0ab]4.9 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrilL@…> PR 1554/cpukit Coverity Id 17 * libi2c/libi2c.c: Fix memory leak on error.
16:27 Changeset in rtems [54a3c4d]4.10 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrilL@…> PR 1554/cpukit Coverity Id 17 * libi2c/libi2c.c: Fix memory leak on error.
16:25 Changeset in rtems [bec8f2b]4.10 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrilL@…> PR 1559/misc Coverity Id 16 * libmisc/monitor/mon-editor.c: Fix buffer overflow.
16:25 Changeset in rtems [0b95fb8]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-21 Joel Sherrill <joel.sherrilL@…> PR 1559/misc Coverity Id 16 * libmisc/monitor/mon-editor.c: Fix buffer overflow.
15:55 Ticket #1572 (Autoconf Offset macro help needed) closed by Joel Sherrill
worksforme: Thanks Ralf. The autoconf macro did the trick.
15:55 Ticket #1580 (spi-sd-card: use bigger chunks and yield processor while waiting for ...) created by Arnout Vandecappelle
The function sd_card_read() polls the SPI bus until the data is …
15:47 Ticket #1579 (spi-sd-card: use gradually increasing sleep times when waiting for ...) created by Arnout Vandecappelle
The function sd_card_wait() waits for a block write to finish on the …
15:39 Ticket #1570 (sem_timedwait() returns error code instead of assigning errno and ...) closed by Joel Sherrill
fixed: Patch with correction applied to head and all applicable branches. Thanks.
15:34 Ticket #1578 (Add retries to bdbuf writeback) created by Arnout Vandecappelle
I have an SPI controller that sometimes breaks down, which results in …
15:31 Ticket #1577 (Error number should be ENOMEM than EINTR in pipe_alloc) created by Bharath Suri
cpukit/libfs/src/pipe/fifo.c-pipe_alloc could better set the errno as …
15:27 Ticket #1554 (libi2c.c: Memory Leak) closed by Joel Sherrill
fixed: Patch committed to head, 4.10 and 4.9.
15:26 Ticket #1559 (Buffer Overrun in mon-editor.c) closed by Joel Sherrill
fixed: Patch committed to 4.10 and CVS head.
15:25 Changeset in rtems [167c6ce]4.115 by Sebastian Huber <sebastian.huber@…>
2010-06-21 Arnout Vandecappelle <arnout@…> PR 1576/misc * libchip/i2c/spi-sd-card.c: Enable CRC checks.
14:36 Changeset in rtems [07109c2]4.115 by Sebastian Huber <sebastian.huber@…>
2010-06-21 Arnout Vandecappelle <arnout@…> PR 1569/misc * libchip/i2c/spi-sd-card.c: Added CRC checks.
14:26 Ticket #1576 (SD card CRC checks: should enable CRCs) closed by Sebastian Huber
fixed: There is no need to cast the return value away, but assign and ignore is a different thing. Applied to CVS head.
13:47 Ticket #1576 (SD card CRC checks: should enable CRCs) created by Arnout Vandecappelle
In bug 1569, I forgot to use the 'enable CRC checks' command. Also, …
13:37 Ticket #1569 (Add CRC checks to SD card driver) closed by Sebastian Huber
fixed: Fixed on CVS head.
12:28 Changeset in rtems [c5d8d2dc]4.115 by Sebastian Huber <sebastian.huber@…>
2010-06-21 Sebastian Huber <sebastian.huber@…> * shared/start/start.S, shared/startup/linkcmds.base, shared/include/linker-symbols.h: Added and use bsp_vector_table_begin, bsp_vector_table_size and bsp_vector_table_end.

06/20/10:

22:16 Changeset in rtems [b34685f4]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-20 Joel Sherrill <joel.sherrill@…> * spfifo08/init.c: Catch more cases but discussion on errors and proper behaviour remain.
22:02 Changeset in rtems [7d1a2437]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-20 Joel Sherrill <joel.sherrill@…> * spfifo02/init.c, spfifo03/init.c, spfifo04/init.c: Configure pipes used.
19:48 Changeset in rtems [aff1ea5a]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-20 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: New test for error cases in FIFO creation. * spfifo08/.cvsignore, spfifo08/Makefile.am, spfifo08/init.c, spfifo08/spfifo08.doc, spfifo08/spfifo08.scn: New files.
19:41 Changeset in rtems [46e69ff]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-20 Joel Sherrill <joel.sherrill@…> * sapi/include/confdefs.h: Add parameters for FIFOs and pipes since they are distinct to the user.
15:08 Ticket #1575 (Some error in the RTEMS C USER‘s GUIDE?) created by backhappy
Some error in the RTEMS C USER‘s GUIDE? And I think it's better to add …

06/19/10:

23:39 Changeset in rtems [659019e]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-19 Joel Sherrill <joel.sherrilL@…> * sapi/include/confdefs.h: Add CONFIGURE_MAXIMUM_FIFOS to account for resources per FIFO instance.
20:55 Changeset in rtems [ff71b7d8]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-19 Joel Sherrill <joel.sherrill@…> * psxfatal_support/init.c: Remove references to ITRON constants.
20:55 Changeset in rtems [b553392]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-19 Joel Sherrill <joel.sherrill@…> * sp09/screen01.c, sp09/sp09.scn, sp43/init.c, sp43/sp43.scn, spfatal_support/init.c: Remove references to ITRON constants.
18:30 RTEMSMailingLists edited by JoelSherrill
No direct search page at this point for lists which we do not run mhonarc on. (diff)
16:01 Changeset in rtems [2930a35]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-19 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add sp70 to test slot reclamation and reuse for unlimited object configuration. * sp70/.cvsignore, sp70/Makefile.am, sp70/init.c, sp70/sp70.doc, sp70/sp70.scn: New files.
15:11 Ticket #1574 (Null Dereference from _Objects_Extend_information) created by Joel Sherrill
Coverity Id 31 This has been reported since the very first Coverity …

06/18/10:

19:04 Ticket #1573 (Per CPU Patch -- SMP Step #1) created by Joel Sherrill
I have been working on SMP support for RTEMS as a background task. Now …
13:29 Changeset in rtems [7087453]4.10 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * rtems/include/rtems/rtems/object.h, rtems/src/rtemsobjectidapimaximum.c: Let rtems_object_id_api_maximum() return OBJECTS_APIS_LAST.
10:03 Changeset in rtems [8d308871]4.10 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * libnetworking/rtems/mkrootfs.h: doxygen cosmetics.
10:03 Changeset in rtems [432c4f0]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * libnetworking/rtems/mkrootfs.h: doxygen cosmetics.
10:00 Changeset in rtems [e66a39f]4.10 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * libnetworking/netinet/if_ether.c: Misc. 64bit fixes from FreeBSD. * libfs/src/nfsclient/src/rpcio.c: Misc. 64bit fixes.
09:57 Changeset in rtems [e532099e]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * libnetworking/netinet/if_ether.c: Misc. 64bit fixes from FreeBSD.
09:36 Changeset in rtems [7061170]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * libfs/src/nfsclient/src/rpcio.c: Misc. 64bit fixes.
06:42 Developer/Projects/SequencedInitialization edited by Wenjie1984
/* Open Projects */ (diff)
05:28 Changeset in rtems [c86cc72]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * rtems/include/rtems/rtems/object.h: Remove OBJECTS_ITRON_API.
04:22 Changeset in rtems [dcd0e4c8]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * rtems/src/rtemsobjectidapimaximum.c: Remove OBJECTS_ITRON_API.
04:21 Changeset in rtems [424e47e9]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * score/include/rtems/score/object.h: Remove OBJECTS_ITRON_API.
04:20 Changeset in rtems [f0caa05]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * score/include/rtems/score/thread.h: Remove ITRON.
04:08 Changeset in rtems [226d66d5]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * score/include/rtems/score/interr.h: Remove ITRON.
04:07 Changeset in rtems [691a5c6]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * rtems/mainpage.h: Remove comment referring to ITRON.
04:05 Changeset in rtems [e88c7b7]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * rtems/src/rtemsobjectgetapiname.c: Remove ITRON.
04:04 Changeset in rtems [1a5f4bc7]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * sapi/include/rtems/config.h: Remove ITRON.
04:03 Changeset in rtems [c5a359b]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * score/src/objectapimaximumclass.c: Remove OBJECTS_ITRON_API.
04:00 Changeset in rtems [4b24055]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * score/include/rtems/system.h: Remove ITRON_EXTERN.
03:59 Changeset in rtems [a2e17731]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * score/src/apiext.c: Remove comment referring to ITRON.
03:58 Changeset in rtems [c51318a]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * core/include/rtems/score/object.h: Remove Objects_ITRON_API.
03:03 Changeset in rtems [d9f7ea0]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * rtems/src/rtemsobjectgetapiclassname.c, sapi/include/rtems/config.h, sapi/src/exinit.c: Remove RTEMS_ITRON_API conditional blocks.
03:03 Changeset in rtems [08c3066]4.115 by Ralf Corsepius <ralf.corsepius@…>
Remove RTEMS_ITRON_API conditional blocks.
02:58 Changeset in rtems [d83c90f1]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * sapi/Makefile.am: Remove src/itronapi.c. * sapi/src/itronapi.c: Remove.
02:56 Changeset in rtems [7429965]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-18 Ralf Corsépius <ralf.corsepius@…> * score/src/threadsuspend.c, score/src/threadresume.c, score/src/threadreset.c, score/src/threadinitialize.c, score/src/apiext.c, score/include/rtems/score/thread.h, score/include/rtems/score/coresem.h: Remove RTEMS_ITRON_API conditional blocks.
02:56 Changeset in rtems [1ada6163]4.115 by Ralf Corsepius <ralf.corsepius@…>
Remove RTEMS_ITRON_API conditional blocks.
02:00 Changeset in network-demos [ef619c3]4.11 by Joel Sherrill <joel.sherrill@…>
2010-06-17 Joel Sherrill <joel.sherrill@…> * init.c: Remove include of rtems_webserver.h

06/17/10:

23:24 TBR/UserManual/SupportedCPUs edited by JoelSherrill
/* Obsoleted Ports */ Add TI C3x/C4x (diff)
23:23 TBR/UserManual/SupportedCPUs edited by JoelSherrill
/* Supported Architectures */ Add 4.10 column (diff)
22:10 Changeset in rtems [3142a5c8]4.10 by Chris Johns <chrisj@…>
2010-06-18 Chris Johns <chrisj@…> * libfs/src/rfs/rtems-rfs-file-block.c: Clean up uint64_t maths. * libfs/src/rfs/rtems-rfs-file-system.h, libfs/src/rfs/rtems-rfs-file-system.c: Move questionable macros to C functions.
22:04 Changeset in rtems [099cdd5]4.115 by Chris Johns <chrisj@…>
2010-06-18 Chris Johns <chrisj@…> * libfs/src/rfs/rtems-rfs-file-block.c: Clean up uint64_t maths.
22:00 Changeset in rtems [ca8c50de]4.115 by Chris Johns <chrisj@…>
2010-06-18 Chris Johns <chrisj@…> * libfs/src/rfs/rtems-rfs-file-system.h, libfs/src/rfs/rtems-rfs-file-system.c: Move questionable macros to C functions.
21:27 TBR/BSP/Niagara edited by Gedare
(diff)
21:26 TBR/BSP/Niagara edited by Gedare
/* Overview */ (diff)
21:19 TBR/BSP/Niagara edited by Gedare
/* M5 */ (diff)
20:56 TBR/BSP/Niagara edited by Gedare
/* Simulators */ (diff)
20:42 TBR/BSP/Niagara edited by Gedare
/* Simics */ (diff)
20:41 TBR/BSP/Niagara edited by Gedare
/* Simics */ (diff)
20:39 TBR/Website/Board_Support_Packages edited by Gedare
/* SPARC BSPs */ (diff)
20:38 TBR/Website/Board_Support_Packages edited by Gedare
/* SPARC BSPs */ (diff)
20:38 TBR/BSP/Niagara edited by Gedare
moved Sun4v? to Niagara:&#32;More accurately reflect BSP name (diff)
20:37 TBR/BSP/Usiii edited by Gedare
moved Sun4u? to Usiii:&#32;More accurately reflect BSP naming. (diff)
20:36 TBR/BSP/Usiii created by Gedare
Created page with '<!-- When filling in the box, + Try to include links to other Wiki pages and websites. + If a field is not applicable, not setting the variable will result in it not being …'
20:29 TBR/Website/Board_Support_Packages edited by Gedare
/* SPARC BSPs */ (diff)
20:27 TBR/UserManual/SupportedCPUs edited by Gedare
/* Supported Architectures */ (diff)
18:54 Changeset in rtems [f5d429b6]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-17 Joel Sherrill <joel.sherrill@…> * .cvsignore: New file.
18:54 Changeset in rtems [d8495228]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-17 Joel Sherrill <joel.sherrill@…> * .cvsignore, include/.cvsignore: New files.
18:45 Changeset in rtems [11be37d]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-17 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac, index.html.in, develenv/direct.t, posix_users/gen_size_report, started/nextstep.t, started_ada/buildada.t, user/conf.t, user/object.t: Remove ITRON API. * itron3.0/.cvsignore, itron3.0/Makefile.am, itron3.0/config.t, itron3.0/eventflags.t, itron3.0/fixedblock.t, itron3.0/gen_all, itron3.0/gen_section, itron3.0/gen_status_shell, itron3.0/interrupt.t, itron3.0/itron.texi, itron3.0/mailbox.t, itron3.0/memorypool.t, itron3.0/msgbuffer.t, itron3.0/network.t, itron3.0/preface.texi, itron3.0/rendezvous.t, itron3.0/semaphore.t, itron3.0/stamp-vti, itron3.0/status.t, itron3.0/task.t, itron3.0/tasksync.t, itron3.0/time.t, itron3.0/version.texi: Removed.
18:39 Changeset in rtems [97e2fc3f]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-17 Joel Sherrill <joel.sherrill@…> * sapi/include/confdefs.h: Remove ITRON configuration parameters.
18:38 Changeset in rtems [1a4a0b6]4.115 by Joel Sherrill <joel.sherrill@…>
Typo.
18:38 Changeset in rtems [d25f741]4.10 by Joel Sherrill <joel.sherrill@…>
2010-06-17 Joel Sherrill <joel.sherrilL@…> * sapi/include/confdefs.h: Remove RTEMS_COVERAGE conditionals.
18:38 Changeset in rtems [739329f]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-17 Joel Sherrill <joel.sherrilL@…> * sapi/include/confdefs.h: Remove RTEMS_COVERAGE conditionals whi.
18:21 TBR/UserManual/RTEMSFeatures edited by JoelSherrill
/* Debugging */ Add new section (diff)
18:21 TBR/UserManual/RTEMSFeatures edited by JoelSherrill
/* Filesystems */ Update (diff)
18:19 Release/4.10 edited by JoelSherrill
/* Tool Improvements */ Update all versions (diff)
17:20 Changeset in rtems [b3d0e8bf]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-17 Joel Sherrill <joel.sherrill@…> * score/include/rtems/score/object.h, score/include/rtems/score/thread.h: Remove prototypes for ITRON only methods removed by Ralf.
16:36 Changeset in rtems [9a458f9]4.115 by Ralf Corsepius <ralf.corsepius@…>
New.
16:35 Changeset in rtems [60729c3]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
16:33 Changeset in rtems [455acb5]4.115 by Ralf Corsepius <ralf.corsepius@…>
GCC_RPMREL = 14.
16:32 Changeset in rtems [b3036fb]4.115 by Ralf Corsepius <ralf.corsepius@…>
newlib-1.18.0-rtems4.11-20100617.diff.
16:30 Changeset in rtems [6b005b5]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * Makefile.inc.in, bsp.cfg.in, configure.ac, target.cfg.in: Remove itron. * aclocal/check-itron.m4, aclocal/enable-itron.m4: Remove.
16:27 Ticket #1571 (sparc64 wrong _size_t) closed by Ralf Corsepius
fixed: Supposed to be fixed in rtems-4.11-sparc64-rtems4.11-4.5.0-14.
16:20 Changeset in rtems [566a1806]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-17 Joel Sherrill <joel.sherrill@…> * ChangeLog?, Makefile.am, acinclude.m4, configure.ac, shared/asm/asm.S, shared/clock/ckinit.c, shared/console/conscfg.c, shared/helenos/LICENSE, shared/helenos/README, shared/helenos/boot/genarch/balloc.c, shared/helenos/boot/genarch/ofw.c, shared/helenos/boot/genarch/ofw_tree.c, shared/helenos/boot/generic/string.c, shared/helenos/boot/include/align.h, shared/helenos/boot/include/balloc.h, shared/helenos/boot/include/gentypes.h, shared/helenos/boot/include/main.h, shared/helenos/boot/include/ofw.h, shared/helenos/boot/include/ofw_tree.h, shared/helenos/boot/include/ofwarch.h, shared/helenos/boot/include/register.h, shared/helenos/boot/include/stack.h, shared/helenos/boot/include/types.h, shared/helenos/boot/sparc64/loader/main.c, shared/helenos/boot/sparc64/loader/ofwarch.c, shared/helenos/boot/sparc64/loader/ofwasm.S, shared/helenos/kernel/genarch/include/ofw/ofw_tree.h, shared/helenos/kernel/generic/include/align.h, shared/helenos/kernel/sparc64/include/arch.h, shared/helenos/kernel/sparc64/include/boot.h, shared/helenos/kernel/sparc64/include/regdef.h, shared/helenos/kernel/sparc64/include/stack.h, shared/helenos/kernel/sparc64/include/mm/cache_spec.h, shared/helenos/kernel/sparc64/include/mm/frame.h, shared/helenos/kernel/sparc64/include/mm/mmu.h, shared/helenos/kernel/sparc64/include/mm/page.h, shared/helenos/kernel/sparc64/include/mm/tlb.h, shared/helenos/kernel/sparc64/include/mm/tte.h, shared/helenos/kernel/sparc64/include/mm/sun4u/frame.h, shared/helenos/kernel/sparc64/include/mm/sun4u/mmu.h, shared/helenos/kernel/sparc64/include/mm/sun4u/page.h, shared/helenos/kernel/sparc64/include/mm/sun4u/tlb.h, shared/helenos/kernel/sparc64/include/mm/sun4u/tte.h, shared/helenos/kernel/sparc64/include/sun4u/arch.h, shared/helenos/kernel/sparc64/src/cache.S, shared/helenos/kernel/sparc64/src/sun4u/takemmu.S, shared/include/asm.h, shared/include/traptable.h, shared/start/start.S, shared/start/trap_table.S, shared/startup/bspgetworkarea.c, shared/startup/bspstart.c, shared/startup/linkcmds, shared/startup/setvec.c: New files.
16:20 Changeset in rtems [df970844]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-17 Joel Sherrill <joel.sherrill@…> * ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, include/bsp.h, include/tm27.h, make/custom/usiii.cfg, start/bspinit.S: New files.
16:20 Changeset in rtems [4d6f5f5]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-17 Joel Sherrill <joel.sherrill@…> * ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, include/bsp.h, include/tm27.h, make/custom/niagara.cfg, start/bspinit.S: New files.
16:16 Changeset in rtems [c56982c]4.115 by Joel Sherrill <joel.sherrill@…>
2010-06-17 Joel Sherrill <joel.sherrill@…> * .cvsignore, ChangeLog?, Makefile.am, configure.ac, preinstall.am, shared/cache/cache.c, shared/cache/cache_.h, shared/interrupts/installisrentries.c, shared/score/cpu.c, shared/score/interrupt.S, shared/syscall/sparc64-syscall.S, shared/syscall/sparc64-syscall.h: New files.
16:03 Changeset in rtems [62812da]4.115 by Ralf Corsepius <ralf.corsepius@…>
Remove (Abandoned)
16:02 Changeset in rtems [bce989a9]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Remove itron.
15:38 Changeset in rtems [dea33e83]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * aclocal/enable-itron.m4: Remove. * configure.ac: Remove itron.
15:36 Changeset in rtems [de0777f1]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * itron/Makefile.am, itron/preinstall.am itron/include/itron.h, itron/include/itronsys/README itron/include/itronsys/eventflags.h, itron/include/itronsys/fmempool.h, itron/include/itronsys/intr.h, itron/include/itronsys/mbox.h, itron/include/itronsys/msgbuffer.h, itron/include/itronsys/network.h, itron/include/itronsys/port.h, itron/include/itronsys/semaphore.h, itron/include/itronsys/status.h, itron/include/itronsys/sysmgmt.h, itron/include/itronsys/task.h, itron/include/itronsys/time.h, itron/include/itronsys/types.h, itron/include/itronsys/vmempool.h, itron/include/rtems/itron/README, itron/include/rtems/itron/config.h, itron/include/rtems/itron/eventflags.h, itron/include/rtems/itron/fmempool.h, itron/include/rtems/itron/intr.h, itron/include/rtems/itron/itronapi.h, itron/include/rtems/itron/mbox.h, itron/include/rtems/itron/msgbuffer.h, itron/include/rtems/itron/network.h, itron/include/rtems/itron/object.h, itron/include/rtems/itron/port.h, itron/include/rtems/itron/semaphore.h, itron/include/rtems/itron/sysmgmt.h, itron/include/rtems/itron/task.h, itron/include/rtems/itron/time.h, itron/include/rtems/itron/vmempool.h, itron/inline/rtems/itron/eventflags.inl, itron/inline/rtems/itron/fmempool.inl, itron/inline/rtems/itron/intr.inl, itron/inline/rtems/itron/mbox.inl, itron/inline/rtems/itron/msgbuffer.inl, itron/inline/rtems/itron/network.inl, itron/inline/rtems/itron/port.inl, itron/inline/rtems/itron/semaphore.inl, itron/inline/rtems/itron/sysmgmt.inl, itron/inline/rtems/itron/task.inl, itron/inline/rtems/itron/time.inl, itron/inline/rtems/itron/vmempool.inl, itron/src/TODO, itron/src/acp_por.c, itron/src/act_cyc.c, itron/src/cal_por.c, itron/src/can_wup.c, itron/src/chg_iXX.c, itron/src/chg_pri.c, itron/src/clr_flg.c, itron/src/cre_flg.c, itron/src/cre_mbf.c, itron/src/cre_mbx.c, itron/src/cre_mpf.c, itron/src/cre_mpl.c, itron/src/cre_por.c, itron/src/cre_sem.c, itron/src/cre_tsk.c, itron/src/def_alm.c, itron/src/def_cyc.c, itron/src/def_exc.c, itron/src/def_int.c, itron/src/def_svc.c, itron/src/del_flg.c, itron/src/del_mbf.c, itron/src/del_mbx.c, itron/src/del_mpf.c, itron/src/del_mpl.c, itron/src/del_por.c, itron/src/del_sem.c, itron/src/del_tsk.c, itron/src/dis_dsp.c, itron/src/dis_int.c, itron/src/dly_tsk.c, itron/src/ena_dsp.c, itron/src/ena_int.c, itron/src/eventflags.c, itron/src/exd_tsk.c, itron/src/ext_tsk.c, itron/src/fmempool.c, itron/src/frsm_tsk.c, itron/src/fwd_por.c, itron/src/get_blf.c, itron/src/get_blk.c, itron/src/get_tid.c, itron/src/get_tim.c, itron/src/get_ver.c, itron/src/itroninittasks.c, itron/src/itronintr.c, itron/src/itronsem.c, itron/src/itrontime.c, itron/src/loc_cpu.c, itron/src/mbox.c, itron/src/mboxtranslatereturncode.c, itron/src/msgbuffer.c, itron/src/msgbuffertranslatereturncode.c, itron/src/network.c, itron/src/nget_nod.c, itron/src/nget_ver.c, itron/src/nrea_dat.c, itron/src/nwri_dat.c, itron/src/pacp_por.c, itron/src/pcal_por.c, itron/src/pget_blf.c, itron/src/pget_blk.c, itron/src/pol_flg.c, itron/src/port.c, itron/src/prcv_mbf.c, itron/src/prcv_mbx.c, itron/src/preq_sem.c, itron/src/psnd_mbf.c, itron/src/rcv_mbf.c, itron/src/rcv_mbx.c, itron/src/ref_alm.c, itron/src/ref_cfg.c, itron/src/ref_cyc.c, itron/src/ref_flg.c, itron/src/ref_iXX.c, itron/src/ref_mbf.c, itron/src/ref_mbx.c, itron/src/ref_mpf.c, itron/src/ref_mpl.c, itron/src/ref_por.c, itron/src/ref_sem.c, itron/src/ref_sys.c, itron/src/ref_tsk.c, itron/src/rel_blf.c, itron/src/rel_blk.c, itron/src/rel_wai.c, itron/src/ret_int.c, itron/src/ret_tmr.c, itron/src/ret_wup.c, itron/src/rot_rdq.c, itron/src/rpl_rdv.c, itron/src/rsm_tsk.c, itron/src/set_flg.c, itron/src/set_tim.c, itron/src/sig_sem.c, itron/src/slp_tsk.c, itron/src/snd_mbf.c, itron/src/snd_mbx.c, itron/src/sta_tsk.c, itron/src/sus_tsk.c, itron/src/sysmgmt.c, itron/src/tacp_por.c, itron/src/task.c, itron/src/tcal_por.c, itron/src/ter_tsk.c, itron/src/tget_blf.c, itron/src/tget_blk.c, itron/src/trcv_mbf.c, itron/src/trcv_mbx.c, itron/src/tslp_tsk.c, itron/src/tsnd_mbf.c, itron/src/twai_flg.c, itron/src/twai_sem.c, itron/src/unl_cpu.c, itron/src/vmempool.c, itron/src/wai_flg.c, itron/src/wai_sem.c, itron/src/wup_tsk.c: Remove (Abandoned).
15:36 Changeset in rtems [331d1f50]4.115 by Ralf Corsepius <ralf.corsepius@…>
Remove (Abandoned).
15:29 Changeset in rtems [2dd1e205]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * wrapup/Makefile.am, score/Makefile.am: Remove LIBITRON. * score/src/objectallocatebyindex.c, score/src/objectgetbyindex.c, score/src/threadrotatequeue.c: Remove. * Makefile.am: Remove itron. * configure.ac: Remove itron. * aclocal/check-itron.m4, aclocal/enable-itron.m4: Remove.
15:29 Changeset in rtems [3fb8e978]4.115 by Ralf Corsepius <ralf.corsepius@…>
Remove LIBITRON.
15:29 Changeset in rtems [fce31ab]4.115 by Ralf Corsepius <ralf.corsepius@…>
Remove itron.
15:29 Changeset in rtems [b77d6e1]4.115 by Ralf Corsepius <ralf.corsepius@…>
Remove.
15:21 Ticket #1563 (sparc64 [4/5]: libbsp/sparc64 and niagara bsp) closed by Joel Sherrill
fixed: Committed.
15:21 Ticket #1564 (sparc64 [5/5]: usiii BSP) closed by Joel Sherrill
fixed: Committed.
15:16 Ticket #1562 (sparc64 [3/5]: libcpu) closed by Joel Sherrill
fixed: Code merged on head.
14:12 Ticket #1572 (Autoconf Offset macro help needed) created by Joel Sherrill
For SMP support, we need to have a per CPU data structure. This …
11:36 Ticket #1571 (sparc64 wrong _size_t) created by Ralf Corsepius
newlib/libc/sys/rtems/machine/_types.h doesn't set up _size_t …
11:07 Ticket #1570 (sem_timedwait() returns error code instead of assigning errno and ...) created by dufault
Opengroup says: "If the call was unsuccessful, the state of the …
06:43 Ticket #1569 (Add CRC checks to SD card driver) created by Arnout Vandecappelle
SD cards have CRC checks for commands and for data. These are …
04:38 Changeset in rtems [2668de20]4.10 by Chris Johns <chrisj@…>
2010-06-17 Chris Johns <chrisj@…> libfs/src/rfs/rtems-rfs-bitmaps.h, libfs/src/rfs/rtems-rfs-block-pos.h, libfs/src/rfs/rtems-rfs-block.h: PR 1556. Struct clean up.
03:57 Changeset in rtems [5c8fa6a0]4.10 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-file-system.h: Revert previous change. Force RTEMS_RFS_VERSION_MASK to be 32bit.
03:57 Changeset in rtems [ff0d62ca]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-file-system.h: Revert previous change. Force RTEMS_RFS_VERSION_MASK to be 32bit.
03:48 Changeset in rtems [b439daa]4.10 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-format.c: Various 64bit fixes.
03:48 Changeset in rtems [7ae6ce9]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-rtems-dir.c: Various 64bit fixes.
03:47 Changeset in rtems [23d3d89]4.10 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-format.c: Various 64bit fixes.
03:46 Changeset in rtems [640a9d9]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-format.c: Various 64bit fixes.
03:41 Changeset in rtems [3e00801]4.10 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-file-system.c: Various 64bit fixes.
03:41 Changeset in rtems [fa4b7a4]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-file-system.c: Various 64bit fixes.
03:38 Ticket #1556 (rfs type defs violate type naming conventions) closed by Chris Johns
fixed: Committed changes to HEAD and 4.10.
03:36 Changeset in rtems [ca400296]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-rtems-file.c: Various 64bit fixes.
03:35 Changeset in rtems [46c7170]4.10 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-rtems-file.c: Various 64bit fixes.
03:16 Changeset in rtems [eb5d659f]4.10 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-buffer.c: Various 64bit fixes.
03:16 Changeset in rtems [d4118467]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-buffer.c: Various 64bit fixes.
03:14 Changeset in rtems [f5577ea]4.10 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-shell.c: Various 64bit fixes.
03:13 Changeset in rtems [f544167]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-shell.c: Various 64bit fixes.
03:09 Changeset in rtems [b177ebb7]4.115 by Chris Johns <chrisj@…>
2010-06-17 Chris Johns <chrisj@…> libfs/src/rfs/rtems-rfs-bitmaps.h, libfs/src/rfs/rtems-rfs-block-pos.h, libfs/src/rfs/rtems-rfs-block.h: PR 1556. Struct clean up.
02:48 Changeset in rtems [26cf027]4.10 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-bitmaps-ut.c: Various 64bit fixes.
02:48 Changeset in rtems [dc57290]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-bitmaps-ut.c: Various 64bit fixes.
02:44 Changeset in rtems [a585ea1]4.10 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-group.c: Various 64bit fixes.
02:44 Changeset in rtems [87ff365]4.115 by Ralf Corsepius <ralf.corsepius@…>
2010-06-17 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-group.c: Various 64bit fixes.
02:19 Ticket #1526 (4.10 head has warnings we consider as errors.) reopened by Ralf Corsepius
Note: See TracTimeline for information about the timeline view.