Timeline



12/13/11:

21:25 Release/4.10 edited by JoelSherrill
/* Release 4.10.2 Changes */ Add 4.10.3 template and update 4.10.2 to indicate frozen. (diff)
21:08 Release/4.10 edited by JoelSherrill
/* Release 4.10.2 Changes */ Add many PRs missing from list that showed up in ChangeLog? diff at 4.10.2 release. :( (diff)
21:07 Release/4.10 edited by JoelSherrill
Reverted edits by JoelSherrill? (talk?) to last revision by ChrisJohns? (diff)
21:06 Release/4.10 edited by JoelSherrill
/* Release 4.10.2 Changes */ Update PR list to match actual changes. (diff)
18:09 Changeset in rtems [edbf1c6]4.115 by Ralf Corsepius <ralf.corsepius@…>
Work-around gdb-7.3.91 bug.
18:08 Changeset in rtems [d45c69a]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
18:08 Changeset in rtems [664d321a]4.115 by Ralf Corsepius <ralf.corsepius@…>
gdb-7.3.91.
18:07 Changeset in rtems [eb9f72c]4.115 by Ralf Corsepius <ralf.corsepius@…>
New.
15:12 Changeset in ada-examples [93bf75a]ada-examples-4-10-branchada-examples-4-10-2 by Joel Sherrill <joel.sherrill@…>
2011-12-13 Joel Sherrill <joel.sherrilL@…> * VERSION: Updated to ada-examples-4.10.2.
14:47 Changeset in network-demos [a3e023f]network-demos-4-10-branchnetwork-demos-4-10-2 by Joel Sherrill <joel.sherrill@…>
2011-12-13 Joel Sherrill <joel.sherrilL@…> * VERSION: Updated to network-demos-4.10.2.
14:37 Changeset in rtems [3df4d74]4.115 by Sebastian Huber <sebastian.huber@…>
2011-12-13 Sebastian Huber <sebastian.huber@…> * sapi/include/confdefs.h: Fixed workspace size estimate of tasks.
14:34 Changeset in rtems [0ae9ee1]4.104.10.2 by Joel Sherrill <joel.sherrill@…>
Upgrade to 4.10.2
14:33 Changeset in rtems [03cc73a]4.115 by Sebastian Huber <sebastian.huber@…>
2011-12-13 Sebastian Huber <sebastian.huber@…> * psxconfig01/init.c: Create floating point tasks.
13:32 Ticket #1873 (Not enough workspace reserved with RTEMS Debug enabled.) closed by Sebastian Huber
fixed: I added test case psxconfig01 to ensure that the workspace size estimate is reasonable correct. Here is the output for SPARC, MIPS, and ARM (debug enabled): * POSIX TEST CONFIG 01 * used blocks = 57, largest used block = 10704, used space = 82224 free blocks = 1, largest free block = 113888, free space = 113888 object creation done used blocks = 269, largest used block = 10704, used space = 195840 free blocks = 1, largest free block = 272, free space = 272 * END OF POSIX TEST CONFIG 01 * * POSIX TEST CONFIG 01 * used blocks = 56, largest used block = 10704, used space = 84120 free blocks = 1, largest free block = 180200, free space = 180200 object creation done used blocks = 268, largest used block = 16432, used space = 263064 free blocks = 1, largest free block = 1256, free space = 1256 * END OF POSIX TEST CONFIG 01 * * POSIX TEST CONFIG 01 * used blocks = 55, largest used block = 10528, used space = 73776 free blocks = 1, largest free block = 111352, free space = 111352 object creation done used blocks = 254, largest used block = 10528, used space = 184896 free blocks = 1, largest free block = 232, free space = 232 * END OF POSIX TEST CONFIG 01 *
12:56 Changeset in rtems [b98d399f]4.115 by Sebastian Huber <sebastian.huber@…>
2011-12-13 Sebastian Huber <sebastian.huber@…> * posix/src/mqueuenametoid.c, posix/src/semaphorenametoid.c: Removed files. * posix/src/psxnametoid.c: New file. * posix/Makefile.am: Reflect changes above. * posix/include/rtems/posix/config.h: Fixed integer types. * posix/include/rtems/posix/posixapi.h: Declare _POSIX_Name_to_id(). * posix/include/rtems/posix/mqueue.h, posix/inline/rtems/posix/mqueue.inl: Changed parameter of _POSIX_Message_queue_Create_support(). _POSIX_Message_queue_Name_to_id() is now inline. * posix/include/rtems/posix/semaphore.h, posix/inline/rtems/posix/semaphore.inl: Changed parameter of _POSIX_Semaphore_Create_support(). _POSIX_Semaphore_Name_to_id() is now inline. * posix/src/mqueuecreatesupp.c, posix/src/semaphorecreatesupp.c: Use _Workspace_String_duplicate(). * posix/src/mqueuesendsupp.c, posix/src/mqueueopen.c, posix/src/mqueueunlink.c, posix/src/seminit.c, posix/src/semopen.c, posix/src/semunlink.c: Update due to API changes.
12:43 Ticket #1991 (cpukit/rtems/src/attr.c:29: warning: no previous prototype for ...) created by Ralf Corsepius
compiling cpukit/rtems/src/attr.c raises this warning: ... …
12:17 Changeset in rtems [3007610]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-13 Ralf Corsépius <ralf.corsepius@…> * make/custom/qoriq.inc: Remove -W* flags.
12:11 Changeset in rtems [b3dbca3]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-13 Ralf Corsépius <ralf.corsepius@…> * math/init.c, mathf/init.c, mathl/init.c: Move configuration section. * math/domath.c, mathf/domathf.c, mathl/domathl.c: Regenerate. * math/domath.in: Generate domath* prototype.
12:00 Changeset in rtems [fa011f35]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-13 Ralf Corsépius <ralf.corsepius@…> * libchip/i2c/spi-memdrv.c: Make spi_memdrv_minor2param_ptr, spi_memdrv_wait_ms static. * libchip/i2c/spi-sd-card.c: Make sd_card_compute_crc7, sd_card_compute_crc16 static.
10:52 Changeset in rtems [517bf08]4.115 by Sebastian Huber <sebastian.huber@…>
2011-12-13 Sebastian Huber <sebastian.huber@…> * sapi/include/confdefs.h: Fixed workspace size estimate of POSIX keys and message queues.
10:49 Changeset in rtems [9c2d082b]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-13 Ralf Corsépius <ralf.corsepius@…> * complex/init.c: Move configuration section. * complex/docomplex.c, complex/docomplexf.c, complex/docomplexl.c: Regenerate.
10:49 Changeset in rtems [5f818ec1]4.115 by Sebastian Huber <sebastian.huber@…>
2011-12-13 Sebastian Huber <sebastian.huber@…> * psxmsgq04/init.c: Fixed allocation of second message queue.
10:40 Changeset in rtems [23e0b66]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-13 Ralf Corsépius <ralf.corsepius@…> * complex/docomplex.in: Generate prototype docomplex* prototype.
10:13 Changeset in rtems [257d8fd]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-13 Ralf Corsépius <ralf.corsepius@…> * psxtmbarrier01/init.c: Make benchmark_pthread_barrier_init, benchmark_pthread_barrier_destroy static. * psxtmkey01/init.c: Make benchmark_pthread_key_create, benchmark_pthread_key_delete static. * psxtmrwlock01/init.c: Make benchmark_pthread_rwlock_init, benchmark_pthread_rwlock_rdlock, benchmark_pthread_rwlock_unlock, benchmark_pthread_rwlock_tryrdlock, benchmark_pthread_rwlock_timedrdlock, benchmark_pthread_rwlock_wrlock, benchmark_pthread_rwlock_trywrlock, benchmark_pthread_rwlock_timedwrlock, benchmark_pthread_rwlock_destroy static. * psxtmsem01/init.c: Make benchmark_sem_init, benchmark_sem_destroy, benchmark_sem_open, benchmark_sem_close, benchmark_sem_unlink, benchmark_sem_open_second, benchmark_sem_close_second static. * psxtmthread01/init.c: Make benchmark_pthread_create static.
10:06 Changeset in rtems [06a8139]4.115 by Sebastian Huber <sebastian.huber@…>
2011-12-13 Sebastian Huber <sebastian.huber@…> * score/include/rtems/score/wkspace.h, score/src/wkstringduplicate.c: Changed parameter of _Workspace_String_duplicate() to avoid strnlen().
10:02 Changeset in rtems [73699608]4.115 by Sebastian Huber <sebastian.huber@…>
2011-12-13 Sebastian Huber <sebastian.huber@…> * psxconfig01/init.c: Create more objects.
10:02 Changeset in rtems [849d4bbc]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-13 Ralf Corsépius <ralf.corsepius@…> * sp31/task1.c: Make Do_nothing static. * sprbtree01/init.c: Make test_compare_function, rb_assert static.
09:54 Changeset in rtems [ee22b25]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-13 Ralf Corsépius <ralf.corsepius@…> * tm30/init.c: Make benchmark_barrier_create, benchmark_barrier_ident, benchmark_barrier_delete static.
09:40 Changeset in rtems [260fa3f]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-13 Ralf Corsépius <ralf.corsepius@…> * psx07/init.c: Remove unused var "clock_allowed".
09:36 Changeset in rtems [4534ba3]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-13 Ralf Corsépius <ralf.corsepius@…> * fileio/init.c: Comment out setup_nvdisk (Unused). Make shell_nvdisk_trace, shell_nvdisk_erase, shell_bdbuf_trace, disk_test_set_block_size, disk_test_write_blocks, disk_test_block_sizes, parse_size_arg, create_ramdisk, create_nvdisk static. * nsecs/init.c: Make my_ctime, subtract_em static.
06:52 Changeset in rtems [4b274633]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-13 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Check for getrusage decl. * psxgetrusage01/init.c: Fix header file inclusion order. Move configuration section up. Apply HAVE_DECL_GETRUSAGE.
06:47 Changeset in rtems [6649644]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-13 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Check for getrusage.h decl. * libcsupport/src/getrusage.c: Apply HAVE_DECL_GETRUSAGE (Missing prototypes).
04:59 Changeset in rtems [055e668]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-13 Ralf Corsépius <ralf.corsepius@…> * compile, depcomp, mdate-sh, texinfo.tex: Update from automake-1.11.1b.
04:53 Ticket #1990 (sys/resource.h lacking getrusage) created by Ralf Corsepius
RTEMS supplies a version of "getrusage" in …
04:37 Changeset in rtems [c444d1e]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-11 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Add support/include/tmtests_empty_function.h. * support/include/tmtests_empty_function.h: New. * support/src/tmtests_empty_function.c, support/src/tmtests_support.c: Include "tmtests_empty_function.h". Remove local decls (Missing prototypes).

12/12/11:

19:31 Changeset in rtems [a1a25ae]4.115 by Gedare Bloom <gedare@…>
2011-12-12 Gedare Bloom <gedare@…> PR bsps/1989 * shared/start/start.S, shared/startup/linkcmds: Boot stack and heap space improvements.
19:00 Changeset in rtems [8bc6b663]4.115 by Gedare Bloom <gedare@…>
2011-12-12 Gedare Bloom <gedare@…> PR bsps/1988 * shared/start/start.S: Add _init and _fini to .init and .fini sections
18:52 Changeset in rtems [e17789bf]4.115 by Gedare Bloom <gedare@…>
2011-12-12 Gedare Bloom <gedare@…> PR bsps/1988 * shared/startup/linkcmds: Relocate .init and .fini sections closer to .text.
18:32 Ticket #1989 (sparc64: boot stack improvements) closed by Gedare Bloom
fixed: Committed.
18:30 Ticket #1989 (sparc64: boot stack improvements) created by Gedare Bloom
The sparc64 boot stack reserves a large amount of space unnecessarily. …
17:52 Ticket #1988 (sparc64: init/fini mislocated) closed by Gedare Bloom
fixed
17:50 Ticket #1988 (sparc64: init/fini mislocated) created by Gedare Bloom
The link script has the .init and .fini sections in a location that …
15:18 Changeset in rtems [b1345b2]4.115 by Sebastian Huber <sebastian.huber@…>
2011-12-12 Sebastian Huber <sebastian.huber@…> * spwkspace/init.c: Test _Workspace_String_duplicate().
15:17 Changeset in rtems [141b311]4.115 by Sebastian Huber <sebastian.huber@…>
2011-12-12 Sebastian Huber <sebastian.huber@…> * score/src/wkstringduplicate.c: New file. * score/Makefile.am: Reflect change above. * score/include/rtems/score/wkspace.h: Declare _Workspace_String_duplicate().
14:50 Changeset in rtems [e428dc4a]4.115 by Daniel Hellstrom <daniel@…>
LEON3: implemented BSP DRVMGR startup initialization
13:24 UserApp/Proba-V edited by Iliyankatsarski
/* Technologies */ (diff)
13:22 UserApp/Proba-V edited by Iliyankatsarski
(diff)
13:12 UserApp/Proba-V edited by Iliyankatsarski
/* Proba 3 */ (diff)
13:09 UserApp/Proba-V edited by Iliyankatsarski
(diff)
10:57 Changeset in rtems [ebd6c93]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
10:56 Changeset in rtems [db52dba]4.115 by Ralf Corsepius <ralf.corsepius@…>
Adjust Source0.
10:52 Changeset in rtems [341cdaf2]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
10:51 Changeset in rtems [ec1dc981]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump AUTOCONF_RPMREL. Update to automake-1.11.1b.
10:51 Changeset in rtems [4835eb0]4.115 by Ralf Corsepius <ralf.corsepius@…>
Fix perl module filtering.
02:28 Release/4.10 edited by ChrisJohns
/* Release 4.10.2 Changes */ (diff)

12/11/11:

22:05 UserApp/Proba-V edited by Iliyankatsarski
/* See also */ (diff)
22:01 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
/* PROBA Missions overview */ (diff)
21:57 UserApp/Proba-V edited by Iliyankatsarski
/* PROBA missions */ (diff)
21:13 UserApp/Proba-V edited by Iliyankatsarski
(diff)
21:12 UserApp/Proba-V edited by Iliyankatsarski
(diff)
20:12 UserApp/Proba-V edited by Iliyankatsarski
(diff)
07:38 Changeset in rtems [14d4397]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-11 Ralf Corsépius <ralf.corsepius@…> * imfs_support/fs_supprot.h: Remove (Unused).
06:50 Changeset in rtems [1415194]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-11 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Add support/include/tmtests_empty_function.h.
06:49 Changeset in rtems [436ef33]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-11 Ralf Corsépius <ralf.corsepius@…> * support/include/tmtests_empty_function.h: New. * support/src/tmtests_empty_function.c, support/src/tmtests_support.c: Include "tmtests_empty_function.h". Remove local decls (Missing prototypes).

12/10/11:

05:53 Changeset in rtems [d71462b]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-10 Ralf Corsépius <ralf.corsepius@…> * configure.ac (CFLAGS): Add -Wmissing-prototypes.
05:34 Changeset in rtems [4172953c]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-10 Ralf Corsépius <ralf.corsepius@…> * posix/src/fork.c: Include <unistd.h> for "fork" prototype. Don't include <sys/types.h> (unnecessary).
04:27 Changeset in rtems [0a3c6d8]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-10 Ralf Corsépius <ralf.corsepius@…> PR 1985/cpukit * telnetd/Makefile.am: Remove icmds.c.
04:07 Changeset in rtems [ac4f31c8]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-10 Ralf Corsépius <ralf.corsepius@…> * shared/interrupts/vectorexceptions.c: Make mips_dump_exception_frame, mips_default_exception_code_handler static.
04:03 Changeset in rtems [de5868fe]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-10 Ralf Corsépius <ralf.corsepius@…> PR 1986/libcpu * shared/src/cache_aligned_malloc.c: Include <rtems/rtems/cache.h>.
04:00 Changeset in rtems [99365ed]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-10 Ralf Corsépius <ralf.corsepius@…> PR 1986/libcpu * rtems/include/rtems/rtems/cache.h: Add rtems_cache_aligned_malloc decl.
03:56 Changeset in rtems [0a752f4e]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-10 Ralf Corsépius <ralf.corsepius@…> * posix/src/sigtimedwait.c: Make _POSIX_signals_Get_lowest static.
03:04 Ticket #1986 (Unused file: c/src/lib/libcpu/shared/src/cache_aligned_malloc.c) closed by Ralf Corsepius
fixed: Decl add to cpukit/rtems/include/rtems/rtems/cache.h
00:22 Release/4.10 edited by JoelSherrill
/* Release 4.10.2 Changes */ Add math and mathf needing devfs. (diff)

12/09/11:

19:19 Changeset in rtems [a906933]4.10 by Joel Sherrill <joel.sherrill@…>
2011-12-09 Joel Sherrill <joel.sherrilL@…> * math/init.c, mathf/init.c: Use DEVFS since we do have devices.
18:21 Changeset in rtems [a40eec4]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-09 Joel Sherrill <joel.sherrill@…> PR 1985/cpukit * telnetd/icmds.c: Removed. All functionality is in shell. Obsolete and unreferenced.
17:21 Ticket #1985 (Unused file: cpukit/telnetd/icmds.c) closed by Joel Sherrill
fixed
16:44 Changeset in rtems [c7dc99ef]4.115 by Sebastian Huber <sebastian.huber@…>
2011-12-09 Sebastian Huber <sebastian.huber@…> * psxconfig01/init.c: Fix due to alignment issue.
16:27 Changeset in rtems [b6c5fe0]4.115 by Sebastian Huber <sebastian.huber@…>
2011-12-09 Sebastian Huber <sebastian.huber@…> * psxconfig01/.cvsignore, psxconfig01/Makefile.am, psxconfig01/init.c, psxconfig01/psxconfig01.doc, psxconfig01/psxconfig01.scn: New files. * Makefile.am, configure.ac: Reflect changes above.
16:12 Changeset in rtems [2eddd4d]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-09 Joel Sherrill <joel.sherrill@…> * make/custom/gen68360.cfg, make/custom/gen68360_040.cfg, make/custom/pgh360.cfg: Simplify and clean up.
15:51 Ticket #1987 (ARM BSPs without RTEMS_CPU_MODEL Set) created by Joel Sherrill
I was working on a script to prepare a master list of BSPs, CPU models …
15:20 Changeset in rtems [2571c79e]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-09 Ralf Corsépius <ralf.corsepius@…> * project.am (MOSTLYCLEANFILES): Remove index.html. * ada_user/Makefile.am (CLEANFILES): Fixup image handling.
14:07 Changeset in rtems [67cc389]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-09 Ralf Corsépius <ralf.corsepius@…> * cpu.c: Make _defaultExcHandler static.
14:04 Changeset in rtems [0f98487d]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-12-09 Jennifer Averett * cpu.c: Correct typo.
13:51 Projects/CVStoGit edited by Thomas
/* User Map */ (diff)
13:16 Changeset in rtems [b9c2f07]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-09 Ralf Corsépius <ralf.corsepius@…> * libchip/network/sonic.c: Activate SONIC_STATIC.
13:12 Changeset in rtems [bf5d715]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-09 Ralf Corsépius <ralf.corsepius@…> * console/vt.c: Make _kd_mksound static. * ide/ide.c: Make pc386_ide_probe, pc386_ide_initialize, pc386_ide_read_reg, pc386_ide_write_reg, pc386_ide_write_block, pc386_ide_control, pc386_ide_config_io_speed static.
13:10 Changeset in rtems [32f2304a]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-09 Ralf Corsépius <ralf.corsepius@…> * shared/pci/pcibios.c: Make pcib_find_by_devid static.
13:04 Changeset in rtems [da13f46]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-09 Ralf Corsépius <ralf.corsepius@…> * libblock/src/flashdisk.c: Make rtems_fdisk_crc16_gen_factors static. * libblock/src/nvdisk.c: Make rtems_nvdisk_crc16_gen_factors static.
11:37 Changeset in rtems [102e936]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-09 Ralf Corsépius <ralf.corsepius@…> * rtems/src/rtemsobjectsetname.c: Include <rtems/rtems/object.h> (Missing prototype).
07:36 Changeset in rtems [1059b760]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-09 Ralf Corsépius <ralf.corsepius@…> * rtems/src/rtemsobjectgetclassicname.c: Include <rtems/rtems/object.h> (Missing prototype).
07:21 Changeset in rtems [8504f124]4.115 by Chris Johns <chrisj@…>
2011-12-09 Chris Johns <chrisj@…> PR 1968/filesystem * libfs/src/rfs/rtems-rfs-file.c: Fix to the seek bug where a seek to 0 after reading the end of the file did not point to the correct block. * libfs/src/rfs/rtems-rfs-rtems.h, libfs/src/rfs/rtems-rfs-trace.c: Fix the trace flags. Used to fix the bug.
07:20 Changeset in rtems [ba5df99c]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-09 Ralf Corsépius <ralf.corsepius@…> * console/vgacons.c: Add VGACONS_STATIC. * console/vgacons.h: Remove VGACONS_STATIC.
07:16 Changeset in rtems [884a5813]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-09 Ralf Corsépius <ralf.corsepius@…> * libchip/network/if_fxp.c: Add missing initializer.
07:12 Changeset in rtems [afaa753b]4.10 by Chris Johns <chrisj@…>
2011-12-09 Chris Johns <chrisj@…> PR 1968/filesystem * libfs/src/rfs/rtems-rfs-file.c: Fix to the seek bug where a seek to 0 after reading the end of the file did not point to the correct block. * libfs/src/rfs/rtems-rfs-rtems.h, libfs/src/rfs/rtems-rfs-trace.c: Fix the trace flags. Used to fix the bug.
06:38 TBR/BSP/COBRA5475_(add_page_and_link_on_genmcf548x_page) edited by Eric123
(diff)
05:57 Changeset in rtems [06d28d6]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-09 Ralf Corsépius <ralf.corsepius@…> * ftp01/Makefile.am: Re-add ftpd01_LDADD (Fix breakage introduced by previous patch).
05:07 Ticket #1986 (Unused file: c/src/lib/libcpu/shared/src/cache_aligned_malloc.c) created by Ralf Corsepius
The file c/src/lib/libcpu/shared/src/cache_aligned_malloc.c is unused. …

12/08/11:

21:42 Changeset in rtems [57bbd5c]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-08 Joel Sherrill <joel.sherrill@…> PR 1589/build * configure.ac: Remove obsolete optional manager capability.
21:40 Changeset in rtems [5fa9b70]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-08 Joel Sherrill <joel.sherrill@…> PR 1589/build * leaf.cfg, target.cfg.in, compilers/gcc-target-default.cfg: Remove obsolete optional manager capability.
21:39 Changeset in rtems [bbf8816]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-08 Joel Sherrill <joel.sherrill@…> PR 1589/build * optman/.cvsignore, optman/Makefile.am, optman/preinstall.am, optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c, optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c, optman/rtems/no-region.c, optman/rtems/no-rtmon.c, optman/rtems/no-sem.c, optman/rtems/no-signal.c, optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: Removed.
21:39 Changeset in rtems [50bb5c5f]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-08 Joel Sherrill <joel.sherrill@…> PR 1589/build * leaf.cfg, Templates/Makefile?.leaf: Remove obsolete optional manager capability.
21:38 Changeset in rtems [448f657]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-08 Joel Sherrill <joel.sherrill@…> PR 1589/build * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am, tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am, tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am, tm30/Makefile.am, tmck/Makefile.am, tmoverhd/Makefile.am: Remove obsolete optional manager capability.
21:38 Changeset in rtems [d13eb6b]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-08 Joel Sherrill <joel.sherrill@…> PR 1589/build * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am, sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am, sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am, sp10/Makefile.am, sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am, sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am, sp17/Makefile.am, sp18/Makefile.am, sp19/Makefile.am, sp20/Makefile.am, sp2038/Makefile.am, sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am, sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am, sp27/Makefile.am, sp27a/Makefile.am, sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am, sp35/Makefile.am, sp36/Makefile.am, sp37/Makefile.am, sp38/Makefile.am, sp39/Makefile.am, sp40/Makefile.am, sp41/Makefile.am, sp42/Makefile.am, sp43/Makefile.am, sp44/Makefile.am, sp45/Makefile.am, sp46/Makefile.am, sp47/Makefile.am, sp48/Makefile.am, sp49/Makefile.am, sp50/Makefile.am, sp51/Makefile.am, sp52/Makefile.am, sp53/Makefile.am, sp54/Makefile.am, sp55/Makefile.am, sp56/Makefile.am, sp57/Makefile.am, sp58/Makefile.am, sp59/Makefile.am, sp60/Makefile.am, sp62/Makefile.am, sp63/Makefile.am, sp64/Makefile.am, sp65/Makefile.am, sp66/Makefile.am, sp67/Makefile.am, sp68/Makefile.am, sp69/Makefile.am, sp70/Makefile.am, sp71/Makefile.am, sp72/Makefile.am, sp73/Makefile.am, sp74/Makefile.am, sp75/Makefile.am, sp76/Makefile.am, spassoc01/Makefile.am, spcbssched01/Makefile.am, spcbssched02/Makefile.am, spcbssched03/Makefile.am, spchain/Makefile.am, spclockget/Makefile.am, spcoverage/Makefile.am, spedfsched01/Makefile.am, spedfsched02/Makefile.am, spedfsched03/Makefile.am, sperror01/Makefile.am, sperror02/Makefile.am, sperror03/Makefile.am, spfatal01/Makefile.am, spfatal02/Makefile.am, spfatal03/Makefile.am, spfatal04/Makefile.am, spfatal05/Makefile.am, spfatal06/Makefile.am, spfatal07/Makefile.am, spfatal08/Makefile.am, spfatal09/Makefile.am, spfatal10/Makefile.am, spfatal11/Makefile.am, spfatal12/Makefile.am, spfatal13/Makefile.am, spfatal14/Makefile.am, spfatal15/Makefile.am, spfatal16/Makefile.am, spfatal17/Makefile.am, spfatal18/Makefile.am, spfatal19/Makefile.am, spfatal20/Makefile.am, spfatal21/Makefile.am, spfatal22/Makefile.am, spfatal23/Makefile.am, spfatal24/Makefile.am, spfatal25/Makefile.am, spfifo01/Makefile.am, spfifo02/Makefile.am, spfifo03/Makefile.am, spfifo04/Makefile.am, spfifo05/Makefile.am, spheapprot/Makefile.am, spintrcritical01/Makefile.am, spintrcritical02/Makefile.am, spintrcritical03/Makefile.am, spintrcritical04/Makefile.am, spintrcritical05/Makefile.am, spintrcritical06/Makefile.am, spintrcritical07/Makefile.am, spintrcritical08/Makefile.am, spintrcritical09/Makefile.am, spintrcritical10/Makefile.am, spintrcritical11/Makefile.am, spintrcritical12/Makefile.am, spintrcritical13/Makefile.am, spintrcritical14/Makefile.am, spintrcritical15/Makefile.am, spintrcritical16/Makefile.am, spintrcritical17/Makefile.am, spmkdir/Makefile.am, spmountmgr01/Makefile.am, spnotepad01/Makefile.am, spnsext01/Makefile.am, spobjgetnext/Makefile.am, spprintk/Makefile.am, spprivenv01/Makefile.am, sprbtree01/Makefile.am, spsimplesched01/Makefile.am, spsimplesched02/Makefile.am, spsimplesched03/Makefile.am, spsize/Makefile.am, spstkalloc/Makefile.am, spthreadq01/Makefile.am, spwatchdog/Makefile.am, spwkspace/Makefile.am: Remove obsolete optional manager capability.
21:38 Changeset in rtems [341aaf8]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-08 Joel Sherrill <joel.sherrill@…> PR 1589/build * smp01/Makefile.am, smp02/Makefile.am, smp03/Makefile.am, smp04/Makefile.am, smp05/Makefile.am, smp06/Makefile.am, smp07/Makefile.am, smp08/Makefile.am, smp09/Makefile.am: Remove obsolete optional manager capability.
21:38 Changeset in rtems [cd06294a]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-08 Joel Sherrill <joel.sherrill@…> PR 1589/build * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am, base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am: Remove obsolete optional manager capability.
21:38 Changeset in rtems [2b7b14f]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-08 Joel Sherrill <joel.sherrill@…> PR 1589/build * psxtmbarrier01/Makefile.am, psxtmbarrier02/Makefile.am, psxtmbarrier03/Makefile.am, psxtmkey01/Makefile.am, psxtmkey02/Makefile.am, psxtmmq01/Makefile.am, psxtmmutex01/Makefile.am, psxtmmutex02/Makefile.am, psxtmmutex03/Makefile.am, psxtmmutex04/Makefile.am, psxtmmutex05/Makefile.am, psxtmmutex06/Makefile.am, psxtmmutex07/Makefile.am, psxtmnanosleep01/Makefile.am, psxtmnanosleep02/Makefile.am, psxtmrwlock01/Makefile.am, psxtmrwlock02/Makefile.am, psxtmrwlock03/Makefile.am, psxtmrwlock04/Makefile.am, psxtmrwlock05/Makefile.am, psxtmrwlock06/Makefile.am, psxtmrwlock07/Makefile.am, psxtmsem01/Makefile.am, psxtmsem02/Makefile.am, psxtmsem03/Makefile.am, psxtmsem04/Makefile.am, psxtmsem05/Makefile.am, psxtmsleep01/Makefile.am, psxtmsleep02/Makefile.am, psxtmthread01/Makefile.am, psxtmthread03/Makefile.am: Remove obsolete optional manager capability.
21:38 Changeset in rtems [1b8f204f]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-08 Joel Sherrill <joel.sherrill@…> PR 1589/build * 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, psx15/Makefile.am, psx16/Makefile.am, psxaio01/Makefile.am, psxaio02/Makefile.am, psxaio03/Makefile.am, psxalarm01/Makefile.am, psxautoinit01/Makefile.am, psxautoinit02/Makefile.am, psxbarrier01/Makefile.am, psxcancel/Makefile.am, psxcancel01/Makefile.am, psxchroot01/Makefile.am, psxclassic01/Makefile.am, psxcleanup/Makefile.am, psxcleanup01/Makefile.am, psxclock/Makefile.am, psxcond01/Makefile.am, psxeintr_join/Makefile.am, psxenosys/Makefile.am, psxfatal01/Makefile.am, psxfatal02/Makefile.am, psxfchx01/Makefile.am, psxfile01/Makefile.am, psxfile02/Makefile.am, psxfilelock01/Makefile.am, psxgetrusage01/Makefile.am, psxid01/Makefile.am, psximfs01/Makefile.am, psximfs02/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, psxpasswd02/Makefile.am, psxpipe01/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, psxsignal06/Makefile.am, psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am, psxstack02/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am, psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am, psxtimes01/Makefile.am, psxualarm/Makefile.am, psxusleep/Makefile.am: Remove obsolete optional manager capability.
21:38 Changeset in rtems [d0566390]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-08 Joel Sherrill <joel.sherrill@…> PR 1589/build * mp01/node1/Makefile.am, mp01/node2/Makefile.am, mp02/node1/Makefile.am, mp02/node2/Makefile.am, mp03/node1/Makefile.am, mp03/node2/Makefile.am, mp04/node1/Makefile.am, mp04/node2/Makefile.am, mp05/node1/Makefile.am, mp05/node2/Makefile.am, mp06/node1/Makefile.am, mp06/node2/Makefile.am, mp07/node1/Makefile.am, mp07/node2/Makefile.am, mp08/node1/Makefile.am, mp08/node2/Makefile.am, mp09/node1/Makefile.am, mp09/node2/Makefile.am, mp10/node1/Makefile.am, mp10/node2/Makefile.am, mp11/node1/Makefile.am, mp11/node2/Makefile.am, mp12/node1/Makefile.am, mp12/node2/Makefile.am, mp13/node1/Makefile.am, mp13/node2/Makefile.am, mp14/node1/Makefile.am, mp14/node2/Makefile.am: Remove obsolete optional manager capability.
21:38 Changeset in rtems [6f9ce8f4]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-08 Joel Sherrill <joel.sherrill@…> PR 1589/build * 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, devfs01/Makefile.am, devfs02/Makefile.am, devfs03/Makefile.am, devfs04/Makefile.am, deviceio01/Makefile.am, devnullfatal01/Makefile.am, dumpbuf01/Makefile.am, ftp01/Makefile.am, gxx01/Makefile.am, heapwalk/Makefile.am, malloc02/Makefile.am, malloc03/Makefile.am, malloc04/Makefile.am, malloc05/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, monitor02/Makefile.am, mouse01/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am, stringto01/Makefile.am, tar01/Makefile.am, tar02/Makefile.am, tar03/Makefile.am, termios/Makefile.am, termios01/Makefile.am, termios02/Makefile.am, termios03/Makefile.am, termios04/Makefile.am, termios05/Makefile.am, termios06/Makefile.am, termios07/Makefile.am, termios08/Makefile.am, tztest/Makefile.am: Remove obsolete optional manager capability.
21:38 Changeset in rtems [d7bd47b]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-08 Joel Sherrill <joel.sherrill@…> PR 1589/build * imfs_fserror/Makefile.am, imfs_fslink/Makefile.am, imfs_fspatheval/Makefile.am, imfs_fspermission/Makefile.am, imfs_fsrdwr/Makefile.am, imfs_fssymlink/Makefile.am, imfs_fstime/Makefile.am, mdosfs_fserror/Makefile.am, mdosfs_fspatheval/Makefile.am, mdosfs_fsrdwr/Makefile.am, mdosfs_fstime/Makefile.am, mimfs_fserror/Makefile.am, mimfs_fslink/Makefile.am, mimfs_fspatheval/Makefile.am, mimfs_fspermission/Makefile.am, mimfs_fsrdwr/Makefile.am, mimfs_fssymlink/Makefile.am, mimfs_fstime/Makefile.am, mrfs_fserror/Makefile.am, mrfs_fslink/Makefile.am, mrfs_fspatheval/Makefile.am, mrfs_fspermission/Makefile.am, mrfs_fsrdwr/Makefile.am, mrfs_fssymlink/Makefile.am, mrfs_fstime/Makefile.am: Remove obsolete optional manager capability.
20:57 Ticket #1589 (Remove optman - Patch for review) closed by Joel Sherrill
fixed: Thanks to everyone who reviewed this. This code was long overdue to be removed. If there are remnants you think I missed now that it is committed, just speak up. We can kill those too. :) Closing.
14:17 Changeset in rtems [ef92e48c]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-08 Ralf Corsépius <ralf.corsepius@…> * libchip/network/sonic.c: Make sonic_enable_interrupts, sonic_disable_interrupts, sonic_clear_interrupts, sonic_command static.
14:15 Changeset in rtems [cc42039]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-08 Ralf Corsépius <ralf.corsepius@…> * rtems/src/rtemsobjectgetname.c: Include <rtems/rtems/object.h> (Missing prototype).
14:13 Changeset in rtems [0042168]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-08 Ralf Corsépius <ralf.corsepius@…> * sapi/src/getversionstring.c: Include <rtems.h> (Missing prototype).
14:12 Changeset in rtems [4b41d3d4]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-08 Ralf Corsépius <ralf.corsepius@…> * libcsupport/src/termios.c: Make rtems_termios_refill_transmitter static.
08:57 Changeset in rtems [58451f1c]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-08 Ralf Corsépius <ralf.corsepius@…> PR 1981/cpukit * posix/Makefile.am: Reflect changes below. * posix/src/pthreadsetcputime.c, posix/src/pthreadgetcputime.c: Remove (Obsolete).
08:49 Changeset in rtems [fd7d65d]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-08 Ralf Corsépius <ralf.corsepius@…> PR 1981/cpukit * configure.ac: Remove checks for pthread_attr_getcputime, pthread_attr_setcputime. * psx07/init.c: Remove references to pthread_attr_getcputime, pthread_attr_setcputime.
06:10 Ticket #1983 (cpukit/libnetworking/libc/gethostbyht.c:226:12: warning: ordered ...) closed by Ralf Corsepius
fixed
05:36 Changeset in rtems [438a893]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-08 Ralf Corsépius <ralf.corsepius@…> * ftpd/ftpd.c: Make split_command static.
05:35 Changeset in rtems [8709c3e4]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-08 Ralf Corsépius <ralf.corsepius@…> * libnetworking/rtems/rtems_dhcp.c: Make format_ip, dhcp_init static. * libnetworking/nfs/bootp_subr.c: Make bootp_strdup_realloc static.
05:09 Changeset in rtems [56059905]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-08 Ralf Corsépius <ralf.corsepius@…> * libnetworking/rtems/rtems_dhcp.c: Make format_ip, dhcp_init static. * libnetworking/nfs/bootp_subr.c: Make bootp_strdup_realloc static.
04:27 Ticket #1985 (Unused file: cpukit/telnetd/icmds.c) created by Ralf Corsepius
The file cpukit/telnetd/icmds.c seems unused. The only function it …
02:44 UserApp/Proba-V edited by JoelSherrill
Fixed figures to have captions and removed what I think were a cut and paste artifact (diff)
02:39 UserApp/Proba-V edited by JoelSherrill
/* Overview of key requirements of the PROBA-V mission */ Add caption to table (diff)
01:11 Release/4.9 edited by JoelSherrill
/* Release 4.9.7 Changes */ 1984/doc - Change CONFIGURE_MINIMUM_STACK_SIZE to CONFIGURE_MINIMUM_TASK_STACK_SIZE. (diff)
01:11 Release/4.10 edited by JoelSherrill
/* Release 4.10.2 Changes */ 1984/doc - Change CONFIGURE_MINIMUM_STACK_SIZE to CONFIGURE_MINIMUM_TASK_STACK_SIZE. (diff)

12/07/11:

23:03 Changeset in rtems [5b65c95]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-07 Joel Sherrill <joel.sherrill@…> * psxtmtests_plan.csv: Add more test cases.
22:12 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* Spacecraft */ (diff)
22:10 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* MMS Instruments */ (diff)
22:09 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* SMART Instrument Suite Organization */ (diff)
22:08 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* MMS Instruments */ (diff)
22:07 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* Systems Engineering – Managing Requirements */ (diff)
22:06 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* Systems Engineering – Managing Requirements */ (diff)
22:05 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
20:09 Changeset in rtems [cf34623e]4.9 by Joel Sherrill <joel.sherrill@…>
2011-12-07 Joel Sherrill <joel.sherrilL@…> PR 1984/doc * user/conf.t: Change CONFIGURE_MINIMUM_STACK_SIZE to CONFIGURE_MINIMUM_TASK_STACK_SIZE.
20:08 Changeset in rtems [10fa27d]4.10 by Joel Sherrill <joel.sherrill@…>
2011-12-07 Joel Sherrill <joel.sherrilL@…> PR 1984/doc * user/conf.t: Change CONFIGURE_MINIMUM_STACK_SIZE to CONFIGURE_MINIMUM_TASK_STACK_SIZE.
20:08 Changeset in rtems [e6584da]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-07 Joel Sherrill <joel.sherrilL@…> PR 1984/doc * user/conf.t: Change CONFIGURE_MINIMUM_STACK_SIZE to CONFIGURE_MINIMUM_TASK_STACK_SIZE.
20:04 Changeset in rtems [a756eff]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-07 Joel Sherrill <joel.sherrill@…> * user/conf.t: Move @findex for CONFIGURE_MICROSECONDS_PER_TICK to where it should be.
19:12 Ticket #1984 (CONFIGURE_MINIMUM_STACK_SIZE vs CONFIGURE_MINIMUM_TASK_STACK_SIZE) closed by Joel Sherrill
fixed
19:04 Ticket #1984 (CONFIGURE_MINIMUM_STACK_SIZE vs CONFIGURE_MINIMUM_TASK_STACK_SIZE) created by Joel Sherrill
Documentation and code do not match. Code has …
18:46 Changeset in rtems [b9f91658]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-07 Ralf Corsépius <ralf.corsepius@…> * rtems/src/rtemsobjectapiminimumclass.c: Include <rtems/rtems/object.h> (Missing prototype). Adjust rtems_object_api_minimum_class to prototype.
18:27 TBR/UserApp/MMS_Instruments_Suite edited by JoelSherrill
(diff)
18:13 Changeset in rtems [ff335a37]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-07 Ralf Corsépius <ralf.corsepius@…> * umon/tfsDriver.c: Include <rtems/umon.h> (Missing prototype). * umon/monlib.c: Make DisableMonLock?, EnableMonLock? static.
18:10 Changeset in rtems [3bbffec7]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-07 Ralf Corsépius <ralf.corsepius@…> * startup/umonsupp.c: Include <rtems/umon.h> (Missing prototype).
17:23 Changeset in rtems [a16bc1c]4.115 by Ralf Corsepius <ralf.corsepius@…>
Fix typo.
17:21 Changeset in rtems [c4e1e32]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-07 Ralf Corsépius <ralf.corsepius@…> * libcsupport/src/sup_fs_is_separator.c: Include <rtems/libio_.h> (Missing protypes).
16:51 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* SMART Instrument Suite Organization */ (diff)
16:50 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* MMS Instruments */ (diff)
16:48 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* Systems Engineering – Managing Requirements */ (diff)
16:47 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
16:45 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
16:45 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
16:42 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
16:40 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
16:34 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
16:34 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
16:32 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
16:26 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
16:25 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
16:24 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
16:21 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
16:10 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
16:10 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
16:09 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
16:02 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* Instruments */ (diff)
15:58 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
15:54 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
07:11 Changeset in rtems [adfc907]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-07 Ralf Corsépius <ralf.corsepius@…> * rtems/src/workspace.c: Include <rtems/rtems/support.h> (Missing prototypes).
06:54 Changeset in rtems [294039d8]4.9 by Ralf Corsepius <ralf.corsepius@…>
2011-12-07 Ralf Corsépius <ralf.corsepius@…> PR 1983/networking * libnetworking/libc/gethostbyht.c (gethostent_r): Abort if (!hostf).
06:51 Changeset in rtems [d1cbfaa8]4.10 by Ralf Corsepius <ralf.corsepius@…>
2011-12-07 Ralf Corsépius <ralf.corsepius@…> PR 1983/networking * libnetworking/libc/gethostbyht.c (gethostent_r): Abort if (!hostf).
06:49 Changeset in rtems [a1399ba]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-07 Ralf Corsépius <ralf.corsepius@…> PR 1983/networking * libnetworking/libc/gethostbyht.c (gethostent_r): Abort if (!hostf).
06:46 Changeset in rtems [5876a99]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-07 Ralf Corsépius <ralf.corsepius@…> * libnetworking/libc/ns_parse.c (ns_parserr): Comment out if ( section < 0 ) (type is unsigned).
05:19 Changeset in rtems [ce373088]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-07 Ralf Corsépius <ralf.corsepius@…> * libnetworking/libc/gethostbydns.c: Comment out dns_getanswer (Unused).
05:04 Ticket #1983 (cpukit/libnetworking/libc/gethostbyht.c:226:12: warning: ordered ...) created by Ralf Corsepius
Building RTEMS raises the warning from the subject. The part of the …
01:11 TBR/BSP/Mbx821_002b edited by Eugen Leontie
(diff)
01:10 TBR/BSP/Mbx821_002b edited by Eugen Leontie
(diff)
01:08 TBR/BSP/Mbx821_002b edited by Eugen Leontie
/* Motorola MBX821 002b */ (diff)

12/06/11:

23:44 Changeset in rtems-tools [6b88114]4.104.115 by Chris Johns <chrisj@…>
Add /usr/local to the host cflags on FreeBSD.
22:22 TBR/BSP/Mbx821_002b edited by Stormlann
(diff)
22:21 TBR/BSP/Mbx821_002b edited by Stormlann
(diff)
22:17 TBR/BSP/Mbx821_002b edited by Stormlann
(diff)
20:31 TBR/UserApp/MMS_Instruments_Suite edited by JoelSherrill
Suggestions and rework (diff)
15:45 Changeset in rtems [e31173c]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-06 Ralf Corsépius <ralf.corsepius@…> * rtems/src/ratemonperiod.c: Make _Rate_monotonic_Update_statistics static.
15:42 Changeset in rtems [39bcf257]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-06 Ralf Corsépius <ralf.corsepius@…> * libcsupport/src/pipe.c: Include <unistd.h>. Include <rtems/pipe.h>.
15:39 Changeset in rtems [9e9fb50]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-06 Ralf Corsépius <ralf.corsepius@…> * libchip/ide/ata.c: Make ata_interrupt_on, ata_interrupt_off, ata_interrupt_isOn static.
15:22 Changeset in rtems [13a69b9]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-06 Ralf Corsépius <ralf.corsepius@…> * libmisc/stackchk/check.c: Make Stack_check_Initialize, Stack_check_Dump_threads_usage static.
15:20 Changeset in rtems [47528a8f]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-06 Ralf Corsépius <ralf.corsepius@…> * libfs/src/pipe/pipe.c: Include <rtems/pipe.h> (Missing prototype).
15:12 Changeset in rtems [abdeac2a]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-06 Joel Sherrill <joel.sherrill@…> PR 1793/doc * .cvsignore, Makefile.am, README, configure.ac, index.html.in, main.am, project.am, ada_user/.cvsignore, ada_user/ada_user.texi, ada_user/example.texi, bsp_howto/.cvsignore, bsp_howto/bsp_howto.texi, cpu_supplement/.cvsignore, cpu_supplement/cpu_supplement.texi, cpu_supplement/preface.texi, develenv/.cvsignore, develenv/develenv.texi, develenv/intro.texi, filesystem/.cvsignore, filesystem/filesystem.texi, filesystem/preface.texi, networking/.cvsignore, networking/networking.texi, networking/preface.texi, porting/.cvsignore, porting/porting.texi, porting/preface.texi, posix1003.1/.cvsignore, posix1003.1/posix1003_1.texi, posix_users/.cvsignore, posix_users/posix_users.texi, posix_users/preface.texi, shell/.cvsignore, shell/preface.texi, shell/shell.texi, started/.cvsignore, started/started.texi, user/.cvsignore, user/c_user.texi, user/dirstat.texi, user/example.texi, user/glossary.texi, user/preface.texi: Convert from texi2www to texi2html. * texi2html_init.in: New file. * rtems_footer.html.in, rtems_header.html.in: Removed.
15:12 Changeset in rtems [7c69a43f]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-06 Joel Sherrill <joel.sherrill@…> PR 1793/doc * Makefile.am, configure.ac, bmenu/bmenu2.c: Convert from texi2www to texi2html. * texi2www/ChangeLog, texi2www/Makefile.am, texi2www/dir-arrow.gif, texi2www/missing-arrow.gif, texi2www/next-arrow.gif, texi2www/prev-arrow.gif, texi2www/texi2dvi, texi2www/texi2www, texi2www/texi2www.texi, texi2www/up-arrow.gif: Removed.
15:12 Changeset in rtems [158cdfa]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-06 Joel Sherrill <joel.sherrill@…> PR 1793/doc * .cvsignore, install.texi, intro.texi, probrep.texi, relnotes.texi, status.texi: Convert from texi2www to texi2html.
15:12 Changeset in rtems [64e0f6ca]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-06 Joel Sherrill <joel.sherrill@…> PR 1793/doc * .cvsignore, new_chapters.texi: Convert from texi2www to texi2html.
14:25 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
14:24 UserApp/Proba-V edited by Iliyankatsarski
(diff)
14:23 Changeset in rtems [a89ae540]4.115 by Sebastian Huber <sebastian.huber@…>
2011-12-06 Sebastian Huber <sebastian.huber@…> * score/src/heapiterate.c, score/src/pheapiterate.c: New files. * score/Makefile.am: Reflect changes above. * score/include/rtems/score/heap.h: Declare _Heap_Iterate() and define Heap_Block_visitor. * score/include/rtems/score/protectedheap.h: Declare _Protected_heap_Iterate(). * score/src/heapgetinfo.c: Use _Heap_Iterate().
14:20 UserApp/Proba-V edited by Iliyankatsarski
/* ESA and RTEMS validation and tools */ (diff)
14:19 UserApp/Proba-V edited by Iliyankatsarski
(diff)
14:06 Changeset in rtems [7e0ef0f7]4.115 by Sebastian Huber <sebastian.huber@…>
2011-12-06 Sebastian Huber <sebastian.huber@…> * rtems/powerpc/registers.h: More register defines.
14:01 Changeset in rtems [f41fb2b]4.115 by Sebastian Huber <sebastian.huber@…>
2011-12-06 Sebastian Huber <sebastian.huber@…> * misc/system-clocks.c: New file. * Makefile.am: Reflect change from above. * include/nand-mlc.h: Fixed lpc32xx_mlc_is_bad_page(). * make/custom/lpc32xx.inc, make/custom/lpc32xx_mzx_stage_1.cfg: Flags for EABI tool chain. * configure.ac, include/bsp.h, include/lpc32xx.h, misc/emc.c, misc/i2c.c, rtc/rtc-config.c, startup/bspstarthooks.c: Avoid compile time ARM_CLK and HCLK.
13:52 Changeset in rtems [6dbbe5b8]4.115 by Sebastian Huber <sebastian.huber@…>
2011-12-06 Sebastian Huber <sebastian.huber@…> * make/custom/lpc24xx.inc: Flags for EABI tool chain.
13:39 Changeset in rtems [ee89b319]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-06 Ralf Corsépius <ralf.corsepius@…> * libcsupport/src/flockfile.c, libcsupport/src/ftrylockfile.c, libcsupport/src/funlockfile.c: Add attribute((unused)) to unused function parameters.
13:35 Changeset in rtems [3e0a98a]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-06 Ralf Corsépius <ralf.corsepius@…> * libcsupport/src/envlock.c: Build conditionally.
13:35 UserApp/Proba-V edited by Iliyankatsarski
(diff)
13:34 UserApp/Proba-V edited by Iliyankatsarski
/* PROBA-V (Project for On-Board Autonomy - Vegetation) */ (diff)
13:31 UserApp/Proba-V edited by Iliyankatsarski
/* PROBA missions */ (diff)
13:29 UserApp/Proba-V edited by Iliyankatsarski
(diff)
13:11 Ticket #1982 (Unused file cpukit/libfs/src/rfs/rtems-rfs-bitmaps-ut.c) created by Ralf Corsepius
The file libfs/src/rfs/rtems-rfs-bitmaps-ut.c seems unused. AFAIS, …
12:21 Ticket #1981 (RFE: Remove pthread_attr_setcputime/pthread_attr_getcputime) created by Ralf Corsepius
I recall us having discussed this topic before (google provides …
08:21 Changeset in rtems [13760c8]4.115 by Sebastian Huber <sebastian.huber@…>
2011-12-06 Petr Benes <benesp16@…> PR 1980/testing * spedfsched02/task1.c, spedfsched02/init.c: Fixed initialization.
08:15 Changeset in rtems [b317c391]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-06 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Check for envlock.h. Check for decls of env_lock, env_unlock.
08:05 Changeset in rtems [16ef51e]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-06 Ralf Corsépius <ralf.corsepius@…> * libcsupport/src/envlock.c: Rename define ENVLOCK_DEDIDCATED_MUTEX into ENVLOCK_DEDICATED_MUTEX (Typo).
08:02 Changeset in rtems [01d79ed]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-06 Ralf Corsépius <ralf.corsepius@…> * libmisc/serdbg/serdbg.h: Add serdbg_init_dbg. * libmisc/serdbg/serdbgcnf.h: Remove conditional serdbg_init_dbg prototype.
08:00 Changeset in rtems [3ab21dce]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-06 Ralf Corsépius <ralf.corsepius@…> * libmisc/mouse/serial_mouse.c: Make serial_mouse_l_rint static.
07:57 Changeset in rtems [96d3f26e]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-06 Ralf Corsépius <ralf.corsepius@…> * libcsupport/src/malloc_sbrk_helpers.c: Make malloc_sbrk_initialize, malloc_sbrk_extend_and_allocate static.
07:34 Changeset in rtems [6425dc5]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-06 Ralf Corsépius <ralf.corsepius@…> * libmisc/monitor/mon-network.c: Include <rtems/monitor.h>. * libmisc/monitor/mon-object.c: Make rtems_monitor_object_canonical_next_remote, rtems_monitor_object_dump_1, rtems_monitor_object_dump_all static. * libmisc/monitor/mon-prmisc.c: Make rtems_monitor_dump_assoc_bitfield static. * libmisc/monitor/mon-symbols.c: Make rtems_monitor_symbol_dump_all static.
07:12 Changeset in rtems [04bf7cb]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-06 Ralf Corsépius <ralf.corsepius@…> * score/src/schedulercbsattachthread.c, score/src/schedulercbsdestroyserver.c, score/src/schedulercbsdetachthread.c, score/src/schedulercbsgetapprovedbudget.c, score/src/schedulercbsgetexecutiontime.c, score/src/schedulercbsgetparameters.c, score/src/schedulercbsgetremainingbudget.c, score/src/schedulercbssetparameters.c: Remove checks for server_id < 0 (server_id is unsigned).
07:08 Changeset in rtems [e2bcb32]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-06 Ralf Corsépius <ralf.corsepius@…> * posix/src/pspinlocktranslatereturncode.c: Include <rtems/posix/spinlock.h> (Missing prototypes).
07:05 Changeset in rtems [46ae58a5]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-06 Ralf Corsépius <ralf.corsepius@…> * libfs/src/imfs/imfs_debug.c: Make IMFS_print_jnode, IMFS_dump_directory static. * libfs/src/imfs/memfile.c: Make memfile_free_blocks_in_table static.
06:39 Changeset in rtems [145c9343]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-06 Ralf Corsépius <ralf.corsepius@…> * libcsupport/include/rtems/libio.h: Make LIBIO_FLAGS_* defined unsigned (Avoid implicit sign conversions).
06:37 Changeset in rtems-tools [8548cd7]4.104.115 by Chris Johns <chrisj@…>
Add a hack to work around make not being a macro in the spec files.
06:35 Changeset in rtems [2186f401]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-06 Ralf Corsépius <ralf.corsepius@…> * libchip/serial/mc68681.c (mc68681_open): Var "status" needs to be signed.
02:31 TBR/BSP/Mbx821_002b edited by Stormlann
moved Mbx821 002b (add page and link on Mbx8xx page)? to Mbx821 002b (diff)
02:27 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* URLS */ (diff)
02:26 TBR/BSP/Mbx821_002b edited by Stormlann
(diff)
02:24 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* URLS */ (diff)
02:21 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* URLS */ (diff)
02:21 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* URLS */ (diff)
02:18 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
02:13 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* Systems Engineering – Managing Requirements */ (diff)
02:13 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
02:08 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* SMART Instrument Suite Organization */ (diff)
02:08 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
02:02 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* MMS Instrument Suite Components */ (diff)
01:57 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
01:55 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* MMS-A Huge Endeavor */ (diff)
01:53 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
01:51 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* MMS Overview */ (diff)
01:48 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* MMS Overview */ (diff)
01:46 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* MMS Overview */ (diff)
01:37 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* DC-8 MMS Instrument Improvement */ (diff)
01:37 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* DC-8 MMS Instrument Improvement */ (diff)
01:36 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* Instrument Description */ (diff)
01:35 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* Instrument Description */ (diff)
01:34 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* Instrument Description */ (diff)
01:32 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* DC-8 MMS Instrument Improvement */ (diff)
01:30 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* MMS Instruments */ (diff)
01:29 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* DC-8 MMS Instrument Improvement */ (diff)
01:28 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* DC-8 MMS Instrument Improvement */ (diff)
01:27 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* Instrument Description */ (diff)
01:22 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* MMS Overview */ (diff)
01:21 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* MMS Instruments */ (diff)
01:16 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
01:13 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* MMS Overview */ (diff)
01:13 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* MMS Overview */ (diff)
01:03 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* MMS Overview */ (diff)
00:58 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* MMS Overview */ (diff)
00:57 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* MMS Overview */ (diff)
00:56 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* MMS Overview */ (diff)
00:53 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
/* MMS Overview */ (diff)
00:49 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
00:47 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
00:45 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
00:38 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
00:35 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
00:25 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
moved User talk:Ivaylo? to MMS Instruments Suite (diff)
00:24 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)
00:23 TBR/UserApp/MMS_Instruments_Suite edited by Ivaylo
(diff)

12/05/11:

23:44 TBR/UserApp/MMS_Instruments_Suite created by JoelSherrill
Welcome!
22:21 Ticket #1980 (spedfsched02 is failing) created by Petr Benes
A very short fix to avoid uninitialized memory. 2011-12-05 Petr …
21:34 Changeset in rtems [b4f5d4dc]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-05 Joel Sherrill <joel.sherrilL@…> * ada_user/version.texi, bsp_howto/version.texi, cpu_supplement/version.texi, develenv/version.texi, filesystem/version.texi, networking/version.texi, porting/version.texi, posix1003.1/version.texi, posix_users/version.texi, shell/version.texi, started/version.texi, user/version.texi: Update to match when files in directory where last touched.
21:34 Changeset in rtems [3de564d]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-05 Joel Sherrill <joel.sherrilL@…> * version.texi: Update to match when files in directory where last touched.
21:22 Ticket #1979 (Milkymist: Handle MIDI framing in the interrupt handler) closed by Joel Sherrill
fixed: Closing.
20:53 Changeset in rtems-tools [594f41f]4.104.115 by Chris Johns <chrisj@…>
Fix the host verison in FreeBSD. Allow the top of the src to crossrpms.
17:31 Changeset in rtems [e8f0541]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-05 Ralf Corsépius <ralf.corsepius@…> * libmisc/capture/capture.c: Make RTEMS_CAPTURE_* defines unsigned (Avoid implicit sign-conversions). Make rtems_capture_trigger static (Missing prototypes). Make rtems_capture_trigger static (Missing prototypes). * libmisc/capture/capture.h: Make RTEMS_CAPTURE_WATCH, RTEMS_CAPTURE_TRACED unsigned (Avoid implicit sign conversions).
17:01 Changeset in rtems [540eec6e]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-05 Ralf Corsépius <ralf.corsepius@…> * rtems/src/rtemsobjectapimaximumclass.c: Include <rtems/rtems/object.h> (Missing prototypes). * sapi/src/exshutdown.c: Include <rtems/init.h> (Missing prototypes).
16:53 Changeset in rtems [060092c0]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-05 Ralf Corsépius <ralf.corsepius@…> * libmisc/mouse/mouse_parser.c: Make MOU_Data static.
15:22 Changeset in rtems [96d29be]4.115 by Gedare Bloom <gedare@…>
2011-12-05 Gedare Bloom <gedare@…> * ChangeLog?: Add PR number to ChangeLog? entry
15:21 Changeset in rtems [51441425]4.115 by Gedare Bloom <gedare@…>
2011-12-05 Sebastien Bourdeauducq <seb@…> * milkymist_midi/midi.c: move MIDI message detection from higher layers to the MIDI interrupt handler
14:51 UserApp/Proba-V edited by Julien Delange
(diff)
14:20 Changeset in rtems [df4669f]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-05 Ralf Corsépius <ralf.corsepius@…> * libcsupport/src/chown.c, libcsupport/src/lchown.c: Include <unistd.h>. Cleanup included headers.
13:51 Changeset in rtems [b929b39e]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-05 Ralf Corsépius <ralf.corsepius@…> * posix/include/rtems/posix/pthread.h: Add _POSIX_Threads_Initialize_user_threads_body. * rtems/include/rtems/rtems/tasks.h: Add _RTEMS_tasks_Initialize_user_tasks_body. * sapi/include/confdefs.h: Remove conditional, nested redeclaration of _POSIX_Threads_Initialize_user_threads_body, _RTEMS_tasks_Initialize_user_tasks_body.
13:02 Changeset in rtems [53aceab]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-05 Ralf Corsépius <ralf.corsepius@…> * monitor02/init.c: Remove re-declaration of rtems_shell_main_monitor.
11:32 Changeset in rtems-tools [a2bc901]4.104.115 by Chris Johns <chrisj@…>
Add FreeBSD support.
09:46 Changeset in rtems [32f5014b]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-05 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/shell.h: Add rtems_shell_main_monitor. * libmisc/shell/cmds.c: Make rtems_shell_main_monitor non-static.
09:21 Changeset in rtems [5d64fef2]4.115 by Sebastian Huber <sebastian.huber@…>
2011-12-05 Sebastian Huber <sebastian.huber@…> PR 1975/misc * libchip/ide/ata.c, libchip/ide/ata_util.c: Fixed warnings.
08:54 Changeset in rtems [a19ccd7]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-05 Ralf Corsépius <ralf.corsepius@…> * rtems/src/tasks.c: Fix typos.
08:53 Changeset in rtems [8348518]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-05 Ralf Corsépius <ralf.corsepius@…> * rtems/src/taskinitusers.c: Fix typos.
08:52 Changeset in rtems [76f1677]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-05 Ralf Corsépius <ralf.corsepius@…> * posix/src/pthread.c: Fix typos.
08:50 Changeset in rtems [e42e069]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-05 Ralf Corsépius <ralf.corsepius@…> * posix/src/pthreadinitthreads.c: Fix typos.
08:49 Changeset in rtems [166b02df]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-05 Ralf Corsépius <ralf.corsepius@…> * rtems/include/rtems/rtems/tasks.h: Typo fixes.
08:24 Ticket #1975 (c/src/libchip/ide/ata.c:424:25: warning: variable 'dev' set but not used) closed by Sebastian Huber
fixed: I disabled these assignments with "#if 0". This ATA support has so many issues, it is a waste of time to improve it.
05:17 Changeset in rtems [98c1e0d]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-05 Ralf Corsépius <ralf.corsepius@…> * posix/src/pthreadatfork.c: Include <pthread.h> (Missing prototypes).
05:15 Changeset in rtems [e511f6d0]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-05 Ralf Corsépius <ralf.corsepius@…> * posix/src/mqueuetranslatereturncode.c: Include <rtems/posix/mqueue.h> (Missing prototypes). * posix/src/mutextranslatereturncode.c: Include <rtems/posix/mutex.h> (Missing prototypes). * posix/src/semaphoretranslatereturncode.c: Include <rtems/posix/semaphore.h> (Missing prototypes).
05:11 Changeset in rtems [7729910]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-05 Ralf Corsépius <ralf.corsepius@…> * posix/src/mqueuenotify.c: Make _POSIX_Message_queue_Notify_handler static.
05:09 Changeset in rtems [33385b14]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-05 Ralf Corsépius <ralf.corsepius@…> * posix/src/fork.c: Include <unistd.h> for "fork" prototype. Don't include <sys/types.h> (unnecessary).
05:06 Changeset in rtems [7f0c1fd5]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-05 Ralf Corsépius <ralf.corsepius@…> * libcsupport/src/termios.c: Remove unnecessary cast.
05:04 Changeset in rtems [3237e88]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-05 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/main_mv.c: Add prototype for main_mv.

12/04/11:

21:47 TBR/BSP/QorIQ edited by Vladimir Stankulov
(diff)
21:34 TBR/BSP/BF537Stamp edited by Vladimir Stankulov
Undo revision 9287 by Vladimir Stankulov? (talk?) (diff)
21:33 TBR/BSP/BF537Stamp edited by Vladimir Stankulov
(diff)
18:27 Changeset in rtems [a8ed055]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-04 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/main_cp.c: Include "internal.h". Make rtems_shell_main_cp non-static.
18:25 Changeset in rtems [4326cdee]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-04 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/main_ls.c: Include "internal.h".
18:24 Changeset in rtems [c15f25e]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-04 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/main_mv.c: Remove decl of user_from_uid, group_from_gid.
18:22 Changeset in rtems [cb2464b]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-04 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/main_rm.c: Remove decl of user_from_uid. Comment out decl of fflagstostr.
18:20 Changeset in rtems [d7417a51]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-04 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/pwcache.c: Include "internal.h". Make user_from_uid non-static.
18:18 Changeset in rtems [5383441c]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-04 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/internal.h: Add user_from_uid, group_from_gid.
16:24 TBR/BSP/QorIQ edited by Vladimir Stankulov
(diff)
16:22 UserApp/Proba-V edited by Iliyankatsarski
/* See also */ (diff)
16:21 UserApp/Proba-V edited by Iliyankatsarski
/* See also */ (diff)
16:20 UserApp/Proba-V edited by Iliyankatsarski
(diff)
16:20 UserApp/Proba-V edited by Iliyankatsarski
(diff)
16:13 UserApp/Proba-V edited by Iliyankatsarski
(diff)
15:04 TBR/BSP/Mbx821_002b edited by Stormlann
(diff)
15:03 TBR/BSP/Mbx821_002b edited by Stormlann
(diff)
14:17 UserApp/Proba-V edited by Iliyankatsarski
(diff)
13:47 UserApp/Proba-V edited by Iliyankatsarski
(diff)
13:43 UserApp/Proba-V edited by Iliyankatsarski
(diff)
13:42 UserApp/Proba-V edited by Iliyankatsarski
(diff)
13:40 UserApp/Proba-V edited by Iliyankatsarski
Redirected page to ESA Proba-V? (diff)
13:39 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
moved ESA Proba 2? to Proba 2 (diff)
13:38 TBR/UserApp/Space/ProbaV edited by Iliyankatsarski
moved Talk:EMFISIS on RBSP? to ProbaV: need a new page (diff)
13:34 TBR/UserApp/Space/ProbaV edited by Iliyankatsarski
/* ProbaV */ new section (diff)
13:31 TBR/UserApp/Space/ProbaV edited by Iliyankatsarski
/* ProbaV */ new section (diff)
13:23 TBR/UserApp/Space/ProbaV edited by Iliyankatsarski
/* ProbaV */ new section (diff)
11:57 Changeset in rtems [94547d1]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-04 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/print-ls.c: Include "internal.h". * libmisc/shell/pwcache.c: Make user_from_uid static. * libmisc/shell/shell.c: Make rtems_shell_init_env, rtems_shell_env_free, rtems_shell_line_editor, rtems_shell_init_issue, rtems_shell_task static. * libmisc/shell/shell_cmdset.c: Make rtems_shell_add_topic static. * libmisc/shell/shell_makeargs.c: Include <rtems/shell.h>. * libmisc/shell/write_file.c: Include <rtems/shell.h>.
10:22 Changeset in rtems [3421e520]4.115 by Ralf Corsepius <ralf.corsepius@…>
* libmisc/shell/main_help.c: Make rtems_shell_help_cmd, rtems_shell_help static. * libmisc/shell/main_hexdump.c: Make main_hexdump static. * libmisc/shell/main_id.c: Make rtems_shell_main_id static. * libmisc/shell/main_ifconfig.c: Make rtems_shell_main_ifconfig static. * libmisc/shell/main_ln.c: Make rtems_shell_main_ln static. * libmisc/shell/main_logoff.c: Make rtems_shell_main_logoff static. * libmisc/shell/main_ls.c: Make rtems_shell_main_ls static. * libmisc/shell/main_mallocinfo.c: Include <rtems/libcsupport.h>. Remove private decls of malloc_info, rtems_shell_print_unified_work_area_message. Make rtems_shell_main_malloc_info static. * libmisc/shell/main_medit.c: Remove private decl of rtems_shell_main_mdump. Make rtems_shell_main_medit static. * libmisc/shell/main_mfill.c: Make rtems_shell_main_mfill static. * libmisc/shell/main_mkdir.c: Make rtems_shell_main_mkdir static. * libmisc/shell/main_mknod.c: Make rtems_shell_main_mknod static. * libmisc/shell/main_mmove.c: Remove private decl of rtems_shell_main_mdump. Make rtems_shell_main_mmove static. * libmisc/shell/main_mount.c: Make rtems_shell_main_mount static. * libmisc/shell/main_msdosfmt.c: Make rtems_shell_main_msdos_format static. * libmisc/shell/main_mv.c: Include "internal.h". Make rtems_shell_mv_exit, rtems_shell_main_mv static. Remove private decls of strmode rtems_shell_main_cp, rtems_shell_main_rm. * libmisc/shell/main_mwdump.c: Make rtems_shell_main_mwdump static. * libmisc/shell/main_netstats.c: Make rtems_shell_main_netstats static. * libmisc/shell/main_perioduse.c: Make rtems_shell_main_perioduse static. * libmisc/shell/main_pwd.c: Make rtems_shell_main_pwd static. * libmisc/shell/main_rm.c: Include "internal.h". Make rtems_shell_rm_exit static. Remove private decl of strmode. * libmisc/shell/main_rmdir.c: Make rtems_shell_main_rmdir static. libmisc/shell/main_route.c: Make rtems_shell_main_route static. * libmisc/shell/main_setenv.c: Make rtems_shell_main_setenv static. * libmisc/shell/main_sleep.c: Make rtems_shell_main_sleep static. * libmisc/shell/main_stackuse.c: Make rtems_shell_main_stackuse static. * libmisc/shell/main_time.c: Make rtems_shell_main_time static. * libmisc/shell/main_tty.c: Make rtems_shell_main_tty static. * libmisc/shell/main_umask.c: Make rtems_shell_main_umask static. * libmisc/shell/main_unmount.c: Make rtems_shell_main_unmount static. * libmisc/shell/main_unsetenv.c: Make rtems_shell_main_unsetenv static. * libmisc/shell/main_whoami.c: Make rtems_shell_main_whoami static. * libmisc/shell/main_wkspaceinfo.c: Make rtems_shell_main_wkspace_info static.
09:51 Changeset in rtems [f1d9293e]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-04 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/cmds.c: Make rtems_shell_main_monitor static. * libmisc/shell/main_alias.c: Make rtems_shell_rtems_main_alias static. * libmisc/shell/main_blksync.c: Make rtems_shell_main_blksync static. * libmisc/shell/main_cat.c: Make rtems_shell_main_cat static. * libmisc/shell/main_chdir.c: Make rtems_shell_main_chdir static. * libmisc/shell/main_chmod.c: Make rtems_shell_main_chmod static. * libmisc/shell/main_chroot.c: Make rtems_shell_main_chroot static. * libmisc/shell/main_cp.c: Make rtems_shell_cp_exit, rtems_shell_main_cp static. * libmisc/shell/main_cpuuse.c: Make rtems_shell_main_cpuuse static. * libmisc/shell/main_date.c: Make rtems_shell_main_date static. * libmisc/shell/main_dd.c: Make rtems_shell_main_dd static. * libmisc/shell/main_echo.c: Make rtems_shell_main_echo static. * libmisc/shell/main_getenv.c: Make rtems_shell_main_getenv static. * libmisc/shell/main_halt.c: Make rtems_shell_main_halt static.
09:42 Changeset in rtems [9cfd222]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-04 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/internal.h: #include "shell.h". Add various missing decls.
09:39 Changeset in rtems [26597fc1]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-04 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/cat_file.c: #include <rtems/shell.h>. * libmisc/shell/filemode.c: #include "internal.h". * libmisc/shell/shell.h: Declare functions "extern".
08:53 Changeset in rtems [3cada05b]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-04 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/shell_cmdset.c: Remove superflous casts.

12/03/11:

09:14 Ticket #1979 (Milkymist: Handle MIDI framing in the interrupt handler) created by seb
This patch moves MIDI message detection from higher layers to the MIDI …
05:45 Changeset in rtems [bbc0615]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-03 Ralf Corsépius <ralf.corsepius@…> * libcsupport/src/termios.c: Make FL_* defines unsigned.
05:43 Changeset in rtems [a10bf37]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-03 Ralf Corsépius <ralf.corsepius@…> * score/inline/rtems/score/coremsg.inl (_CORE_message_queue_Send, _CORE_message_queue_Urgent):
05:39 Changeset in rtems [c4a9f3f]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-03 Ralf Corsépius <ralf.corsepius@…> * posix/src/aio_misc.c: Make rtems_aio_move_to_work, rtems_aio_insert_prio static.
05:16 Changeset in rtems [86c79849]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-03 Ralf Corsépius <ralf.corsepius@…> * libchip/ide/ata.c: Make ata_interrupt_handler static. * libchip/ide/ide_controller.c: Include libchip/ide_ctrl.h.
05:13 Changeset in rtems [2cb8f5a]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-03 Ralf Corsépius <ralf.corsepius@…> * libcsupport/src/getgid.c: Include <unistd.h>. * libcsupport/src/setgid.c: Include <unistd.h>. * libcsupport/src/getpgrp.c: Include <unistd.h>. Remove unnecessary includes.
05:09 Changeset in rtems [f2c6c44]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-03 Ralf Corsépius <ralf.corsepius@…> * libchip/display/disp_hcms29xx.c: Add missing initializer.
03:54 Changeset in rtems [29aed671]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-03 Ralf Corsépius <ralf.corsepius@…> * posix/src/pthread.c (_POSIX_Threads_Default_attributes): Add missing initializer. * posix/src/pthread.c: Make _POSIX_Threads_Create_extension,_POSIX_Threads_Delete_extension, _POSIX_Threads_Exitted_extension, _POSIX_Threads_Initialize_user_threads static.
02:09 TBR/UserApp/Space/EMFISIS_on_RBSP edited by Iliyankatsarski
(diff)

12/02/11:

19:35 TBR/UserApp/Space/EMFISIS_on_RBSP edited by JoelSherrill
Add information on CDPU board. (diff)
17:29 Changeset in rtems [7f46921e]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-02 Ralf Corsépius <ralf.corsepius@…> * libcsupport/include/rtems/libcsupport.h: Add prototype of malloc_info().
17:27 Changeset in rtems [326d83f]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-02 Ralf Corsépius <ralf.corsepius@…> * libfs/src/imfs/deviceerrno.c: Include <rtems/devfs.h> for missing prototypes.
17:25 Changeset in rtems [03f407b]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-02 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-rtems-dev.c: Remove duplicate prototype of rtems_deviceio_errno. Include <rtems/devfs.h> for rtems_deviceio_errno().
16:46 Changeset in rtems [a7d3e93b]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-02 Ralf Corsépius <ralf.corsepius@…> * score/src/rbtreeextract.c: Make _RBTree_Extract_validate_unprotected static. * score/src/rbtreeinsert.c: Make _RBTree_Validate_insert_unprotected static.
16:44 Changeset in rtems [0a962fb]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-02 Joel Sherrill <joel.sherrill@…> * start/start.S: Add bsp_reset() label to exit point.
16:42 Changeset in rtems [d54fd8f]4.115 by Joel Sherrill <joel.sherrill@…>
2011-12-02 Joel Sherrill <joel.sherrill@…> * libcsupport/include/sys/termios.h: Add _POSIX_VDISABLE.
13:47 Changeset in rtems [32a19d6]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-02 Ralf Corsépius <ralf.corsepius@…> * rtems/src/tasks.c: Make _RTEMS_tasks_Create_extension, _RTEMS_tasks_Start_extension, _RTEMS_tasks_Delete_extension, _RTEMS_tasks_Switch_extension, _RTEMS_tasks_Post_switch_extension static. * score/src/scheduleredf.c: Make _Scheduler_EDF_RBTree_compare_function static.
13:39 Changeset in rtems [3eb8f288]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-02 Ralf Corsépius <ralf.corsepius@…> * libfs/src/imfs/imfs_eval.c: Make IMFS_evaluate_permission, IMFS_evaluate_hard_link, IMFS_evaluate_sym_link static. * libfs/src/imfs/imfs_fifo.c: Make IMFS_fifo_open, IMFS_fifo_close, IMFS_fifo_read, IMFS_fifo_write, IMFS_fifo_ioctl static.
09:53 Changeset in rtems [39671330]4.115 by Daniel Hellstrom <daniel@…>
GRETH: added support for non-snooping GRETH 10/100 systems When data cache snooping is not present the cache needs flushing, the SPARC LEON CPUs does not have to ability to flush individual cache rows and flushing all cache is expensive. Instead the LDA instruction is used to force cache miss on individual loads during the IP-align copy operation required anyway. GRETH GBIT non-snooping systems are still unsupported, since it use zero-copy (can deal with unaligned DMA). Let the bsp.h select if the GRETH driver is supported. Currently only the LEON2/LEON3 platforms BSPs builds the driver. Signed-off-by: Daniel Hellstrom <daniel@…>
05:48 TBR/BSP/COBRA5475_(add_page_and_link_on_genmcf548x_page) created by Eric123
Created page with "{{Infobox BSP |BSP_name = COBRA5475 |Manufacturer = senTec Elektronik GmbH |Board_URL = http://www.sentec-elektronik.de/attachments/037_cobra5475productinformation.pdf |Architect..."
01:21 TBR/UserApp/Space/EMFISIS_on_RBSP edited by Iliyankatsarski
(diff)
01:16 TBR/UserApp/Space/EMFISIS_on_RBSP edited by Iliyankatsarski
(diff)
01:01 TBR/UserApp/Space/EMFISIS_on_RBSP edited by Iliyankatsarski
/* Waves Components: */ (diff)
00:36 TBR/UserApp/Space/EMFISIS_on_RBSP edited by JoelSherrill
/* External links */ (diff)
00:36 TBR/UserApp/Space/EMFISIS_on_RBSP edited by JoelSherrill
/* RBSP-EMFISIS Science Investigation Objectives= */ (diff)
00:36 TBR/UserApp/Space/EMFISIS_on_RBSP edited by JoelSherrill
(diff)
00:36 TBR/UserApp/Space/EMFISIS_on_RBSP edited by JoelSherrill
(diff)
00:35 TBR/UserApp/Space/EMFISIS_on_RBSP edited by JoelSherrill
/* Electric and Magnetic Field Instrument Suite and Integrated Science (EMFISIS) */ (diff)
00:22 TBR/UserApp/Space/EMFISIS_on_RBSP edited by Iliyankatsarski
moved User:Iliyankatsarski? to EMFISIS on RBSP: RBSP-EMFISIS (diff)
00:21 TBR/UserApp/Space/EMFISIS_on_RBSP edited by Iliyankatsarski
(diff)
00:19 TBR/UserApp/Space/EMFISIS_on_RBSP edited by Iliyankatsarski
(diff)
00:16 TBR/UserApp/Space/EMFISIS_on_RBSP edited by Iliyankatsarski
(diff)
00:16 TBR/UserApp/Space/EMFISIS_on_RBSP edited by Iliyankatsarski
(diff)
00:12 TBR/UserApp/Space/EMFISIS_on_RBSP edited by Iliyankatsarski
(diff)

12/01/11:

23:51 TBR/UserApp/Space/EMFISIS_on_RBSP edited by Iliyankatsarski
(diff)
23:51 TBR/UserApp/Space/EMFISIS_on_RBSP edited by Iliyankatsarski
(diff)
23:50 TBR/UserApp/Space/EMFISIS_on_RBSP edited by Iliyankatsarski
(diff)
23:49 TBR/UserApp/Space/EMFISIS_on_RBSP edited by Iliyankatsarski
(diff)
23:47 TBR/UserApp/Space/EMFISIS_on_RBSP edited by Iliyankatsarski
(diff)
23:44 TBR/UserApp/Space/EMFISIS_on_RBSP created by Iliyankatsarski
Created page with " [[TOC(...)]] ==Electric and Magnetic Field Instrument Suite and Integrated Science (EMFISIS)== The RBSP-EMFISIS investigation will focus on the important role played by magneti..."
16:43 Changeset in rtems [e493e2a8]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-01 Ralf Corsépius <ralf.corsepius@…> * aclocal/check-smp.m4: Fix bogus log message.
08:26 Changeset in rtems [a7fa55ca]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-01 Ralf Corsépius <ralf.corsepius@…> * libnetworking/rtems/mkrootfs.c: Use mode_t for modes, Use size_t for sizes.
08:20 Changeset in rtems [f865fc5d]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-01 Ralf Corsépius <ralf.corsepius@…> * mpc8260/console-generic/console-generic.c, mpc8xx/console-generic/console-generic.c: Eliminate unused var "nb_overflow".
08:16 Changeset in rtems [a6b5e836]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-01 Ralf Corsépius <ralf.corsepius@…> * console/console.c: Eliminate unused var "nb_overflow".
08:06 Changeset in rtems [9521992]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-01 Ralf Corsépius <ralf.corsepius@…> * shared/include/cpuIdent.c, shared/include/cpuIdent.h (get_ppc_cpu_type_name): Return const char*.
08:01 Changeset in rtems [cadea79]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-01 Ralf Corsépius <ralf.corsepius@…> * libcsupport/src/open.c: Use va_arg(..., mode_t) to retrieve mode.
03:46 Changeset in rtems [6940c382]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-01 Ralf Corsépius <ralf.corsepius@…> * posix/src/mqueueopen.c: Use va_arg(..., mode_t) to retrieve mode.
03:05 Changeset in rtems [e2e9d95]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-12-01 Ralf Corsépius <ralf.corsepius@…> * posix/src/semopen.c: Use va_arg(..., mode_t) to retrieve mode.
02:33 Ticket #1978 (sem_open lacks support of "mode" argument) created by Ralf Corsepius
sem_open in cpukit/posix/src/semopen.c lacks support of sem_opens's …
02:30 Ticket #1977 (mq_open lacks support of "mode" argument) created by Ralf Corsepius
mq_open in cpukit/posix/src/mqueueopen.c lacks support of mq_open's …
01:43 Ticket #1976 (c/src/libchip/serial/z85c30.c:707:18: warning: variable 'ulCtrlPort2' ...) created by Ralf Corsepius
GCC raises the warning from the subject, which is pointing to this …

11/30/11:

21:19 TBR/Website/Board_Support_Packages edited by JoelSherrill
/* Motorola M68xxx and Coldfire BSPs */ add M5484FireEngine (diff)
17:22 Ticket #1975 (c/src/libchip/ide/ata.c:424:25: warning: variable 'dev' set but not used) created by Ralf Corsepius
GCC raises these warnings: c/src/libchip/ide/ata.c:424:25: warning: …
15:59 Ticket #1974 (libchip/display/disp_hcms29xx.c:333:9: warning: variable 'digit' set ...) created by Ralf Corsepius
GCC raises the warning from the subject. The code in question …
14:04 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
08:49 TBR/UserApp/Space/Proba_2 edited by JoelSherrill
Formatting clean up (diff)
07:00 Changeset in rtems [2fc9706a]4.10 by Ralf Corsepius <ralf.corsepius@…>
2011-11-30 Ralf Corsépius <ralf.corsepius@…> * librpc/src/rpc/clnt_udp.c (struct cu_data): Introduce unions _cu_inbuf, _cu_outbuf to avoid aliasing.
06:58 Changeset in rtems [f80b3a3]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-11-30 Ralf Corsépius <ralf.corsepius@…> * librpc/src/rpc/clnt_udp.c (struct cu_data): Introduce unions _cu_inbuf, _cu_outbuf to avoid aliasing.
05:30 Changeset in rtems [4aa59b1]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-11-30 Ralf Corsépius <ralf.corsepius@…> * libnetworking/rtems/rtems_dhcp.c (dhcp_init): Remove unused var "len".
05:24 Changeset in rtems [6611a43]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-11-30 Ralf Corsépius <ralf.corsepius@…> * score/src/objectinitializeinformation.c (_Objects_Initialize_information): Remove unused var "name_length".
04:48 Changeset in rtems [be8feba8]4.115 by Joel Sherrill <joel.sherrill@…>
2011-11-29 Joel Sherrill <joel.sherrilL@…> * Makefile.am: Add shared/startup/bsp-start-memcpy.S
02:51 TBR/BSP/M5484FireEngine edited by JoelSherrill
(diff)
02:22 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
02:21 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
00:14 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
00:04 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
00:00 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
/* External links */ (diff)

11/29/11:

23:53 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
/* Mission Parameters */ (diff)
23:49 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
23:47 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
23:29 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
23:20 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
23:07 TBR/BSP/M5484FireEngine edited by Deivid
(diff)
23:04 TBR/BSP/M5484FireEngine edited by Deivid
(diff)
22:50 TBR/BSP/M5484FireEngine edited by Deivid
(diff)
22:42 TBR/BSP/M5484FireEngine edited by Deivid
(diff)
22:42 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
22:34 TBR/BSP/M5484FireEngine edited by Deivid
(diff)
22:25 TBR/BSP/M5484FireEngine edited by Deivid
(diff)
22:21 TBR/BSP/M5484FireEngine edited by Deivid
(diff)
22:18 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
22:15 TBR/BSP/M5484FireEngine edited by Deivid
(diff)
21:55 Changeset in rtems [b0bd1b69]4.115 by Joel Sherrill <joel.sherrill@…>
2011-11-29 Joel Sherrill <joel.sherrilL@…> PR 1967/cpukit * score/include/rtems/score/object.h, score/src/objectinitializeinformation.c: Remove OBJECTS_NAME_ALIGNMENT and uses.
21:52 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
21:45 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
21:10 TBR/BSP/M5484FireEngine edited by JoelSherrill
(diff)
21:08 TBR/BSP/M5484FireEngine edited by JoelSherrill
(diff)
21:06 TBR/BSP/M5484FireEngine edited by JoelSherrill
moved M5484FireEngine (add page and link on genmcf548x page)? to M5484FireEngine: Poorly named initially (diff)
21:03 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
21:02 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
20:58 TBR/UserApp/Space/Proba_2 edited by JoelSherrill
Minor tinkering (diff)
20:56 Ticket #1967 (Concern over OBJECTS_NAME_ALIGNMENT) closed by Joel Sherrill
fixed: Committed
20:15 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
17:09 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
/* External links */ (diff)
17:06 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
17:04 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
/* External links */ (diff)
17:03 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
/* External links */ (diff)
17:02 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
16:58 TBR/UserApp/Space/Proba_2 edited by Iliyankatsarski
(diff)
15:46 Ticket #1574 (Null Dereference from _Objects_Extend_information) closed by Joel Sherrill
fixed: Coverity no longer reports an issue with this file. Closing.
02:51 TBR/BSP/M5484FireEngine edited by Deivid
(diff)
02:45 TBR/BSP/M5484FireEngine created by Deivid
Created page with "{{Infobox BSP |BSP_name = genmcf548x |Manufacturer = Texas Instruments |image = ADSP BF537 STAMP color dark.jpg |Board_URL = http://www.freescale.com/files/32bit/doc/d..."
01:02 Projects/MoodleQuestionRules edited by Jennifer
(diff)
00:03 Ticket #1973 (Convert from texi2www to texi2html) created by Joel Sherrill
When starting my supporting tool audit, I quickly identified texi2www …
Note: See TracTimeline for information about the timeline view.