Timeline



11/22/10:

23:59 Projects/LoggingTools edited by Aantn
added log2timeline and simile (diff)
23:36 Projects/LoggingTools edited by Aantn
(diff)
23:26 Projects/LoggingTools edited by Aantn
moved around notes on QNX (diff)
23:22 Projects/LoggingTools edited by Aantn
added TAU to tools section (diff)
23:06 Projects/LoggingTools edited by Aantn
fixed link syntax (diff)
22:13 Projects/LoggingTools edited by Aantn
/* Common Uses for Logging */ (diff)
22:08 Projects/LoggingTools edited by Aantn
/* Logging Tools */ (diff)
21:57 Projects/LoggingTools edited by Aantn
/* Common Uses for Logging */ (diff)
21:53 Projects/LoggingTools created by Aantn
Created page with "== Introduction == When creating, testing, and running RTEMS appplications, many developers use the printf family of functions to log information. For large applications, viewing…"
13:06 Changeset in rtems [71c8457]4.115 by Sebastian Huber <sebastian.huber@…>
2010-11-22 Sebastian Huber <sebastian.huber@…> * rtems/score/cpu.h: Set alignment requirements according to AAPCS.

11/20/10:

16:57 Ticket #1719 (ARM assembly bx without thumb) created by Gedare Bloom
Some of the shared assembly code for ARM does not always check for …

11/19/10:

09:44 Changeset in rtems [3ff9156]4.115 by Sebastian Huber <sebastian.huber@…>
2010-11-19 Sebastian Huber <sebastian.huber@…> * libmisc/monitor/mon-monitor.c: Fixed broken monitor command list.
01:38 Packages/Matlab edited by JoelSherrill
Add TOC right (diff)
00:49 Packages/Matlab created by JMonteiro
How to integrate autocode simulink models under RTEMS

11/18/10:

11:08 Changeset in rtems [3246789a]4.115 by Sebastian Huber <sebastian.huber@…>
2010-11-18 Sebastian Huber <sebastian.huber@…> * mscan/mscan-base.c: Do not use sleep mode to enter init mode. Do not wait for sleep mode acknowledge.

11/17/10:

23:54 Projects/Scheduler edited by Gedare
/* Miscellaneous Sections */ (diff)
00:17 Release/4.7 edited by JoelSherrill
/* Release 4.7.4 Changes */ PR1718/cpukit - confdefs.h under account for POSIX thread stack memory (diff)
00:17 Release/4.8 edited by JoelSherrill
/* Release 4.8.3 Changes */ PR1718/cpukit - confdefs.h under account for POSIX thread stack memory (diff)
00:17 Release/4.9 edited by JoelSherrill
/* Release 4.9.5 Changes */ PR1718/cpukit - confdefs.h under account for POSIX thread stack memory (diff)

11/16/10:

23:57 Release/4.7 edited by JoelSherrill
/* Release 4.7.4 Changes */ gxx_wrappers.c: memory leak on key create when error (diff)
23:55 Release/4.8 edited by JoelSherrill
/* Release 4.8.3 Changes */ PR1717 Fix leak in gxx_wrappers.c on error (diff)
23:55 Release/4.9 edited by JoelSherrill
/* Release 4.9.5 Changes */ PR1717 Fix leak in gxx_wrappers.c on error (diff)
23:22 Changeset in rtems [02591de]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-16 Gedare Bloom <giddyup44@…> * rtems/score/sparc64.h: Fix typo.
23:22 Changeset in rtems [b5df1f9]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-16 Gedare Bloom <giddyup44@…> PR 1691/bsps * shared/clock/ckinit.c: The sparc64/shared/clock driver has a bug that causes nested timer interrupts to not be serviced, which leads to non-preemptive behavior especially when dispatching work from the timer ISR.
23:20 Changeset in rtems [722c0fd]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-15 Gedare Bloom <giddyup44@…> PR 1691/bsps * shared/include/traptable.h, shared/start/trap_table.S, shared/startup/linkcmds: Create a dummy trap table that jumps to the firmware trap table for default trap handlers.
23:19 Changeset in rtems [982b484]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-15 Gedare Bloom <giddyup44@…> PR 1691/bsps * usiii/start/bspinit.S: Create a dummy trap table that jumps to the firmware trap table for default trap handlers.
22:23 Ticket #1703 (sparc64 clock driver isr bug) closed by Joel Sherrill
fixed: Patch committed. Did not compile. If not correct, please reopen. Thanks.
19:34 TBR/Website/CommercialSoftware edited by JoelSherrill
Add MATLAB code generation (diff)
19:14 Changeset in rtems [c47008d]4.8 by Joel Sherrill <joel.sherrill@…>
2010-11-16 Joel Sherrill <joel.sherrilL@…> PR 1718/cpukit * sapi/include/confdefs.h: POSIX threads are allocated twice the minimum stack space by default. confdefs.h only accounts for one minimum -- not the 2x factor.
19:14 Changeset in rtems [9d2c281]4.9 by Joel Sherrill <joel.sherrill@…>
2010-11-16 Joel Sherrill <joel.sherrilL@…> PR 1718/cpukit * sapi/include/confdefs.h: POSIX threads are allocated twice the minimum stack space by default. confdefs.h only accounts for one minimum -- not the 2x factor.
19:14 Changeset in rtems [db5f134]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-16 Joel Sherrill <joel.sherrill@…> PR 1718/cpukit * sapi/include/confdefs.h: POSIX threads are allocated twice the minimum stack space by default. confdefs.h only accounts for one minimum -- not the 2x factor.
19:01 Changeset in rtems [2b76c8dc]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-16 Joel Sherrill <joel.sherrill@…> * sp70/init.c, sp70/sp70.scn: Fix bug in test which lead to random memory corruption.
18:52 Changeset in rtems [ca4fb8f1]4.8 by Joel Sherrill <joel.sherrill@…>
2010-11-16 Joel Sherrill <joel.sherrilL@…> PR 1717/cpukit * libcsupport/src/gxx_wrappers.c: Free memory on error.
18:52 Changeset in rtems [c4c3a1c]4.9 by Joel Sherrill <joel.sherrill@…>
2010-11-16 Joel Sherrill <joel.sherrilL@…> PR 1717/cpukit * libcsupport/src/gxx_wrappers.c: Free memory on error.
18:52 Changeset in rtems [cb914b4]4.10 by Joel Sherrill <joel.sherrill@…>
2010-11-16 Joel Sherrill <joel.sherrilL@…> PR 1717/cpukit * libcsupport/src/gxx_wrappers.c: Free memory on error.
18:51 Changeset in rtems [80675f0]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-16 Joel Sherrill <joel.sherrill@…> PR 1717/cpukit * libcsupport/src/gxx_wrappers.c: Free memory on error.
18:17 Ticket #1718 (POSIX Thread Stack Memory Not Correctly Accounted For) closed by Joel Sherrill
fixed: Patch applied to all applicable branches.
18:08 Ticket #1718 (POSIX Thread Stack Memory Not Correctly Accounted For) created by Joel Sherrill
POSIX threads are allocated twice the minimum stack space by default. …
17:58 Ticket #1717 (gxx_wrappers - memory leak on key create when error) closed by Joel Sherrill
fixed: Patches applied to all applicable branches.
17:51 Changeset in rtems [c8b3806d]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-16 Joel Sherrill <joel.sherrill@…> * libmisc/monitor/mon-monitor.c: Move node code into multiprocessing ifdef.
17:50 Changeset in rtems [16d7b65]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-16 Joel Sherrill <joel.sherrill@…> * score/src/objectnametoid.c, score/src/objectnametoidstring.c: Remove useless variable pointed out by clang. * score/src/threadstackallocate.c: Remove useless variable initialization pointed out by clang.
17:48 Changeset in rtems [5290c5a]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-16 Joel Sherrill <joel.sherrill@…> * rtems/src/ratemonreportstatistics.c, rtems/src/ratemonresetall.c: Remove unchecked return status pointed out by clang.
17:47 Ticket #1717 (gxx_wrappers - memory leak on key create when error) created by Joel Sherrill
If the rtems_task_variable_add() call does not succeed, then the …
17:47 Changeset in rtems [fd83f168]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-16 Joel Sherrill <joel.sherrill@…> * libcsupport/src/putk.c: Remove useless variable initialization pointed out by clang.
17:41 Changeset in rtems [fc8a8aa]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-16 Joel Sherrill <joel.sherrill@…> * cpu.c: Remove unused variable reported by clang.

11/15/10:

21:29 Ticket #1691 (sparc64 usiii MMU trap handler crash) reopened by Gedare Bloom
17:39 Ticket #1644 (testsuites/tmtests/tm30/../../support/src/tmtests_support.c:46:3: ...) closed by Joel Sherrill
fixed: Closing .. no comments since fixed in cvs.
10:55 Changeset in rtems [ddd5640]4.115 by Sebastian Huber <sebastian.huber@…>
2010-11-12 Sebastian Huber <sebastian.huber@…> * make/custom/dp2.cfg, startup/linkcmds.dp2: New files. * Makefile.am, preinstall.am: Reflect change above. Install <bsp/utility.h>. Install BestComm? header files. * configure.ac: Changed BSP options. * include/mpc5200.h: Added module structures and register defines. * bestcomm/bestcomm_api.c, bestcomm/bestcomm_api.h, bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h, bestcomm/bestcomm_priv.h, bestcomm/load_task.c, bestcomm/tasksetup_bdtable.c, bestcomm/task_api/bestcomm_cntrl.h: C++ compatibility. Use special heap to manage the SRAM region. Use interrupt extension API. Fixed warnings. * console/console.c: Fixed console registration. Fixed warnings. Added GPS module registration. * ide/pcmcia_ide.h: Fixed clock value macros. * ide/pcmcia_ide.c: Update for BestComm? API changes. DP2 specific initialization. Removed zero loop in PIO receive function. * include/bsp.h: Added DP2 variant. Removed obsolete defines. * include/mscan-base.h, mscan/mscan-base.c: Use volatile qualifier. Format. * irq/irq.c: Fixed peripheral interrupt handling. * network_5200/network.c: Update for BestComm? API changes. * start/start.S: U-Boot fixes. * startup/cpuinit.c: Enable write-back cache strategy. Added special memory regions. * startup/linkcmds.brs5l: Fixed memory size.

11/12/10:

14:16 Changeset in rtems [8a54204]4.115 by Sebastian Huber <sebastian.huber@…>
2010-11-12 Sebastian Huber <sebastian.huber@…> * console/console.h, console/console.c, console/config.c, console/ns16550cfg.c: Removed files. * console/console-config.c: New file. * Makefile.am: Reflect changes above. * configure.ac: New BSP options. * include/bsp.h: Use new BSP options. * network/network.c: Avoid memory leak. * startup/bspstart.c: Initialize console port table. * spi/spi_init.c: Update for SD card API changes.
13:45 Changeset in rtems [ed2ab95]4.115 by Sebastian Huber <sebastian.huber@…>
2010-11-12 Sebastian Huber <sebastian.huber@…> * misc/system-clocks.c: Use define instead of function call to allow smaller delays.
13:29 Changeset in rtems [82dcbc8]4.115 by Sebastian Huber <sebastian.huber@…>
2010-11-12 Sebastian Huber <sebastian.huber@…> * rtc/rtc-config.c: Fixed type.
12:43 Changeset in rtems [fe5d5048]4.115 by Sebastian Huber <sebastian.huber@…>
2010-11-12 Sebastian Huber <sebastian.huber@…> * mpc55xx/include/irq.h: Include missing <bspopts.h>. Format. * mpc83xx/include/mpc83xx.h, mpc83xx/i2c/mpc83xx_i2cdrv.h, mpc83xx/i2c/mpc83xx_i2cdrv.c: Changes to use this driver for the MPC55XX familiy.

11/11/10:

14:01 Changeset in rtems [4b164e4]4.8 by Joel Sherrill <joel.sherrill@…>
2010-11-11 Joel Sherrill <joel.sherrilL@…> PR 1716/doc * user/concepts.t: print_name example used a variable which did not match the name of the passed in parameter.
14:01 Changeset in rtems [15d89e05]4.9 by Joel Sherrill <joel.sherrill@…>
2010-11-11 Joel Sherrill <joel.sherrilL@…> PR 1716/doc * user/concepts.t: print_name example used a variable which did not match the name of the passed in parameter.
14:01 Changeset in rtems [b0449da4]4.10 by Joel Sherrill <joel.sherrill@…>
2010-11-11 Joel Sherrill <joel.sherrilL@…> PR 1716/doc * user/concepts.t: print_name example used a variable which did not match the name of the passed in parameter.
14:01 Changeset in rtems [0badd509]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-11 Joel Sherrill <joel.sherrilL@…> PR 1716/doc * user/concepts.t: print_name example used a variable which did not match the name of the passed in parameter.
13:37 Changeset in rtems [fc751176]4.115 by Sebastian Huber <sebastian.huber@…>
2010-11-11 Sebastian Huber <sebastian.huber@…> * score/include/rtems/score/userext.h: Documentation.
13:02 Ticket #1716 (print_name example in concepts chapter has bug) closed by Joel Sherrill
fixed: Patch applied to all applicable branches.
13:00 Ticket #1716 (print_name example in concepts chapter has bug) created by Joel Sherrill
The variable name used does not match the parameter. Broken in 4.8 …

11/09/10:

14:22 Changeset in rtems [2c9b61f]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
14:21 Changeset in rtems [d22fa9e]4.115 by Ralf Corsepius <ralf.corsepius@…>
binutils-2.20.90
14:19 Changeset in rtems [91234a4]4.115 by Ralf Corsepius <ralf.corsepius@…>
New. Rebase patch against binutils-2.20.90.
09:14 Changeset in rtems [42d6ed8]4.115 by Sebastian Huber <sebastian.huber@…>
2010-11-09 Sebastian Huber <sebastian.huber@…> * score/src/watchdoginsert.c: Removed superfluous cast and use appropriate API function. This special case handling is obsolete since 2006 with the introduction of compiler memory barriers in the interrupt routines. Removed obsolete comments.

11/08/10:

22:27 Ticket #1675 (mcf5329 BSP post-link conversion broken) closed by Joel Sherrill
fixed: This looks fixed in my logs.
22:20 Ticket #1666 (libmisc/stackchk/check.c: unclean code) closed by Joel Sherrill
fixed: No comments. Assuming this is fixed now.
Note: See TracTimeline for information about the timeline view.