Timeline



02/27/09:

21:04 Release/4.7 edited by JoelSherrill
/* Release 4.7.4 Changes */ 1387/doc - Add Interrupt Manager services to set callable from ISR (diff)
21:04 Release/4.8 edited by JoelSherrill
/* Release 4.8.2 Changes */ 1387/doc - Add Interrupt Manager services to set callable from ISR (diff)
21:04 Release/4.9 edited by JoelSherrill
/* Release 4.9.2 Changes */ 1387/doc - Add Interrupt Manager services to set callable from ISR (diff)
20:35 Release/4.9 edited by JoelSherrill
/* Release 4.9.2 Changes */ Add 1393/bsps - SPARC start.S incorrectly initializes stack pointer (diff)
19:20 Changeset in rtems [dc5da22]4.9 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Joel Sherrill <joel.sherrill@…> * Makefile.am: Remove unnecessary copy of cpu_asm.S * console/Modif_cpu_asm.S: Removed.
19:19 Changeset in rtems [eb148a26]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Joel Sherrill <joel.sherrill@…> * Makefile.am: Remove unnecessary copy of cpu_asm.S * console/Modif_cpu_asm.S: Removed.
18:19 Changeset in rtems [fd234b8]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Joel Sherrill <joel.sherrill@…> * rtems/score/cpu.h: AVR stack grows down.
18:04 Changeset in rtems [1fb9fa1c]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Joel Sherrill <joel.sherrill@…> * posix_users/preface.texi, shell/preface.texi: Add stock acknowledgement paragraphs that are required when excerpting and reusing text from POSIX standards per the agreement at * common/opengroup_manpage_acknowledgement.texi, common/opengroup_preface_acknowledgement.texi: New files.
16:44 Changeset in rtems [78de0879]4.104.115 by Joel Sherrill <joel.sherrill@…>
Format.
16:02 Changeset in rtems [cc88fb7]4.8 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Joel Sherrill <joel.sherrill@…> PR 1387/doc * user/intr.t: Add Interrupt Manager services to list of services callable from ISR.
16:02 Changeset in rtems [108a2e74]4.9 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Joel Sherrill <joel.sherrill@…> PR 1387/doc * user/intr.t: Add Interrupt Manager services to list of services callable from ISR.
16:02 Changeset in rtems [f2d3786]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Joel Sherrill <joel.sherrill@…> PR 1387/doc * user/intr.t: Add Interrupt Manager services to list of services callable from ISR.
15:33 Changeset in rtems [432ddef]4.9 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Daniel Hellstrom <daniel@…> PR 1386/bsps * shared/start.S: Stack space not correctly initialized. Causes failures on unoptimized applications.
15:33 Changeset in rtems [08ed3c3]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Daniel Hellstrom <daniel@…> PR 1386/bsps * shared/start.S: Stack space not correctly initialized. Causes failures on unoptimized applications.
15:09 Changeset in rtems [5d01560b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Joel Sherrill <joel.sherrill@…> * bspgetworkarea.c: Add check to determine if current stack pointer is in work area.
15:09 Changeset in rtems [67cad729]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-27 Joel Sherrill <joel.sherrill@…> * shared/startup/bspgetworkarea.c: Add check to determine if current stack pointer is in work area.
15:05 Ticket #1387 (Interrupt Manager Services Callable from ISR) closed by Joel Sherrill
fixed
15:00 Ticket #1387 (Interrupt Manager Services Callable from ISR) created by Joel Sherrill
The Classic API Interrupt Manager documentation does not list its own …
14:23 Ticket #1386 (SPARC start.S incorrectly initializes stack pointer) created by Joel Sherrill
Joel: Likely impacts 4.6 and newer. The stack is incorrectly …
12:12 Changeset in rtems [949166d]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
added missing files
11:26 Changeset in rtems [9647f7fe]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
* README: Added NCS. * Makefile.am, configure.ac, preinstall.am: Added BSP variants. * console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed register settings. Cleanup. * include/bsp.h: Added network defines and functions. * include/lpc24xx.h: Added AHB and EMC defines. Fixed Ethernet status sizes. * include/system-clocks.h, misc/system-clocks.c: Added micro seconds delay function that uses Timer 1. Changed PLL setup. * network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New files. * startup/bspstart.c: Added EMC initialization. Changes for ROM boot.
11:25 Changeset in rtems [92cbf96]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
* bsp_specs: Added crtbegin.o and crtend.o to support global C++ constructors and destructors.
11:13 Changeset in rtems [7a18a320]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Adapt to modified shell configuration
11:10 Changeset in rtems [ca5bcd8]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
PR 1356 * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC cards.
11:06 Changeset in rtems [cd4ed38]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
* rtems/powerpc/registers.h: Added Freescale Book E Implementation Standards (EIS) special purpose register definitions for MMU and L1 cache.
11:03 Changeset in rtems [06f8e558]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
* libmisc/shell/shell.c, libmisc/shell/shell.h: Changed type for boolean values from 'int' to 'bool'. Added option 'login' to enable or disable a login prompt. Changed intialization of global shell environment to static initialization. Changed stack size type to 'size_t' conforming to classic API. * libmisc/shell/shellconfig.h: Fixed some typos.
07:27 Ticket #1385 (Conversion to bool, alignment changes and assembler code) created by Sebastian Huber
On a Coldfire board a severe problem with the conversion to bool …

02/26/09:

21:16 Changeset in rtems [9cc70d8]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-26 Joel Sherrill <joel.sherrill@…> * startup/cpu.c: Now compiles. Does not run.
20:45 Changeset in rtems [5d64375f]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-26 Joel Sherrill <joel.sherrill@…> * shared/clock/ckinit.c, shared/start/start.S, shared/timer/timer.c: Run better on simulator. Timer is probably not right yet but
20:45 Changeset in rtems [be9f085]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-26 Joel Sherrill <joel.sherrill@…> * configure.ac, include/bsp.h: Run better on simulator. Timer is probably not right yet but
17:38 Changeset in rtems [9f127d2]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-26 Joel Sherrill <joel.sherrill@…> * shared/startup/bspgetworkarea.c: Make debug messages same as standard.
17:37 Changeset in rtems [7b1d93db]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-26 Joel Sherrill <joel.sherrill@…> * irq/irq.c: Add bsp_interrupt_handler_default() so this BSP will link.

02/25/09:

22:22 Changeset in rtems [b7beebfd]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-25 Joel Sherrill <joel.sherrill@…> * clock/clock.c, include/bsp.h: Make bsp idle thread names match.
21:32 Changeset in rtems [0b05a31]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-25 Joel Sherrill <joel.sherrill@…> * shared/clock/ckinit.c: Use shared Clock Driver Template and support fast idle on simulator.
21:32 Changeset in rtems [4ce4084]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-25 Joel Sherrill <joel.sherrill@…> * README: Add fast idle information.
21:31 Changeset in rtems [74133389]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-25 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add SIMULATOR_FAST_IDLE, BSP_PRESS_KEY_FOR_RESET, and BSP_RESET_BOARD_AT_EXIT. Use the standard bsp_cleanup code. * README: New file. Include instructions on gdb simulator.
16:08 Changeset in rtems [36944ec]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-02-25 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Rework.
15:53 TBR/UserManual/DriverManager edited by Hellstrom
(diff)
07:42 Changeset in rtems [d35ffd68]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
07:42 Changeset in rtems [8ac2414]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GDB_RPMREL.
07:41 Changeset in rtems [d3340106]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Disable lm32 simulator on mingw32.
06:13 Changeset in rtems [beb5d47]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
06:12 Changeset in rtems [5a994432]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add gdb-6.8.50.20090224-rtems4.10-20090225.diff
06:08 Changeset in rtems [5915358]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New. Rebase gdb-6.8-rtems4.10-20090122.diff patch against gcc-cvs HEAD. Add lm32 sim. Various fixes to get lm32 sim building.
05:51 TBR/BSP/Av5282 edited by JoelSherrill
Add BSP Infobox (diff)
05:50 TBR/BSP/UC5282 edited by JoelSherrill
Add BSP Infobox (diff)
05:49 TBR/BSP/Genmcf548x created by JoelSherrill
Add BSP Infobox
05:48 TBR/BSP/Mcf52235 edited by JoelSherrill
Add BSP Infobox (diff)
05:48 TBR/BSP/Mcf5235 edited by JoelSherrill
Add BSP Infobox (diff)
05:47 TBR/BSP/Gen68360 created by JoelSherrill
Add BSP Infobox
05:47 TBR/BSP/Gen68340 created by JoelSherrill
Add BSP Infobox
05:45 TBR/Website/Board_Support_Packages edited by JoelSherrill
/* Lattice Micro32 BSPs */ Correct BSP name. (diff)
05:44 TBR/BSP/Pc386 edited by JoelSherrill
Add BSP Infobox (diff)
05:42 TBR/BSP/Smdk2410 edited by JoelSherrill
Add BSP Infobox (diff)
05:42 TBR/BSP/Rtl22xx_t edited by JoelSherrill
Add BSP Infobox (diff)
05:41 TBR/BSP/Rtl22xx edited by JoelSherrill
Add BSP Infobox (diff)
03:43 Changeset in rtems-eclipse-plug-in [37b54b0]v_1_1_0 by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create tag 'v_1_1_0'. Sprout from master 2009-02-25 03:43:47 UTC Daron Chabot <daron.chabot@…> 'Addition of Hello World template and RTEMS icons to preference page and About Eclipse dialog.' Delete: org.rtems.cdt.toolchain/.classpath org.rtems.cdt.toolchain/.project org.rtems.cdt.toolchain/.settings/org.eclipse.jdt.core.prefs org.rtems.cdt.toolchain/LICENSE org.rtems.cdt.toolchain/META-INF/MANIFEST.MF org.rtems.cdt.toolchain/build.properties org.rtems.cdt.toolchain/plugin.properties org.rtems.cdt.toolchain/plugin.xml org.rtems.cdt.toolchain/src/org/rtems/cdt/toolchain/Activator.java org.rtems.cdt.toolchain/src/org/rtems/cdt/toolchain/IsRtemsToolChainSupported.java org.rtems.cdt.toolchain/src/org/rtems/cdt/toolchain/RtemsBspDefinedSymbolsValueHandler.java org.rtems.cdt.toolchain/src/org/rtems/cdt/toolchain/RtemsCommandLineGenerator.java org.rtems.cdt.toolchain/src/org/rtems/cdt/toolchain/RtemsEnvironmentVariableSupplier.java org.rtems.cdt.toolchain/src/org/rtems/cdt/toolchain/RtemsInstallBspDirectoryValueHandler.java org.rtems.cdt.toolchain/src/org/rtems/cdt/toolchain/RtemsLinkCommandLineInfo.java org.rtems.cdt.toolchain/src/org/rtems/cdt/toolchain/RtemsManagerRelocationLinkHandler.java org.rtems.cdt.toolchain/src/org/rtems/cdt/toolchain/RtemsScannerInfoCollector.java org.rtems.cdt.toolchain/templates/hello/src/init.c org.rtems.cdt.toolchain/templates/hello/src/system.h org.rtems.cdt.toolchain/templates/hello/template.properties org.rtems.cdt.toolchain/templates/hello/template.xml org.rtems.cdt.toolchain/templates/serial/src/Basename.c org.rtems.cdt.toolchain/templates/serial/template.properties org.rtems.cdt.toolchain/templates/serial/template.xml org.rtems.cdt.toolchain2/.classpath org.rtems.cdt.toolchain2/.project org.rtems.cdt.toolchain2/.settings/org.eclipse.jdt.core.prefs org.rtems.cdt.toolchain2/LICENSE org.rtems.cdt.toolchain2/META-INF/MANIFEST.MF org.rtems.cdt.toolchain2/README org.rtems.cdt.toolchain2/org/rtems/cdt/Activator.java org.rtems.cdt.toolchain2/org/rtems/cdt/Constants.java org.rtems.cdt.toolchain2/org/rtems/cdt/Storage.java org.rtems.cdt.toolchain2/org/rtems/cdt/VolatilePreferenceStore.java org.rtems.cdt.toolchain2/org/rtems/cdt/build/CommandLineGenerator.java org.rtems.cdt.toolchain2/org/rtems/cdt/build/CygwinCommandLineGenerator.java org.rtems.cdt.toolchain2/org/rtems/cdt/build/CygwinEnvironmentSupplier.java org.rtems.cdt.toolchain2/org/rtems/cdt/build/CygwinRunScannerInfoProvider.java org.rtems.cdt.toolchain2/org/rtems/cdt/build/CygwinScannerInfoCollector.java org.rtems.cdt.toolchain2/org/rtems/cdt/build/EnvironmentSupplier.java org.rtems.cdt.toolchain2/org/rtems/cdt/build/RunScannerInfoProvider.java org.rtems.cdt.toolchain2/org/rtems/cdt/preferences/PreferenceInitializer.java org.rtems.cdt.toolchain2/org/rtems/cdt/preferences/PreferencePage.java org.rtems.cdt.toolchain2/org/rtems/cdt/properties/PropertyPage.java org.rtems.cdt.toolchain2/org/rtems/cdt/wizards/BasicSetup.java org.rtems.cdt.toolchain2/org/rtems/cdt/wizards/FinishSetup.java org.rtems.cdt.toolchain2/plugin.xml
03:43 Changeset in rtems-eclipse-plug-in [8e6327a] by Daron Chabot <daron.chabot@…>
Addition of Hello World template and RTEMS icons to preference page and About Eclipse dialog.

02/24/09:

09:10 Changeset in rtems [88ab8f3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate, fix spec file.
09:09 Changeset in rtems [4ec1692]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GDB_RPMREL.
09:04 Changeset in rtems [19409e42]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
09:03 Changeset in rtems [47616e9e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
GCC_RPMREL = 8
09:03 Changeset in rtems [9702d56]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
newlib-1.17.0-rtems4.10-20090224.diff
07:44 Changeset in rtems [f1a96d9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
* libc/unix/ttyname.c: Sync with newlib-cvs. * configure.host: Add -DHAVE_BLKSIZE to newlib_cflags.
05:47 Changeset in rtems [ddde079]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
05:47 Changeset in rtems [a0785556]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use "%{?suse}" >= "10.3" to detect suse
05:36 Changeset in rtems [8a6a2fd]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
05:35 Changeset in rtems [5e40650]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Activate GDB.
05:34 Changeset in rtems [946dcf8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use a gdb-snapshot.
05:31 Changeset in rtems [cd9e9b55]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Disable python.

02/23/09:

16:47 Changeset in rtems [a057a6c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-02-23 Ralf Corsépius <ralf.corsepius@…> * include/bsp.h: Conditionally include rtems/rtems_bsdnet.h.
16:46 Changeset in rtems [12aa044]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Conditionally include rtems/rtems_bsdnet.h.
16:46 Changeset in rtems [f8d9da4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-02-23 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Add RTEMS_CHECK_NETWORKING. * Makefile.am: Rework.
16:45 Changeset in rtems [a825e53]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Rework.
16:45 Changeset in rtems [f4249583]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add RTEMS_CHECK_NETWORKING.
10:22 Changeset in rtems [e01c09d4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
10:21 Changeset in rtems [d636a27]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update.
10:21 Changeset in rtems [851c7cac]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
binutils-2.19.51-20090222.
10:20 Changeset in rtems [178c339]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Activate GCC-4.3.3
10:19 Changeset in rtems [ba6f8124]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add lm32

02/22/09:

04:54 Changeset in rtems [e1ae901]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add lm32.
04:51 Changeset in rtems [da589d0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
04:50 Changeset in rtems [12af6f7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add lm32
04:22 Changeset in rtems [a2b76fdf]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
04:22 Changeset in rtems [2276acc0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
04:21 Changeset in rtems [d129b56]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump version.
04:20 Changeset in rtems [bef54816]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add @SOURCES@, PATCH0.
04:19 Changeset in rtems [024eb28]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add automake-sources.add.

02/21/09:

14:02 Changeset in rtems [09b73cf]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-21 Michael Walle <michael@…> * startup/linkcmds: Add new sections.

02/20/09:

16:47 Changeset in rtems [4ee7d75]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-02-17 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Fix breakage introduced in 2009-02-13 changes.
16:12 Changeset in rtems [0bff7f8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
14:29 Changeset in rtems [730f141]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
14:28 Changeset in rtems [d7f6e5c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-02-20 Ralf Corsepius <ralf.corsepius@…> * include/sys/priority.h: New. * Makefile.am: Add include/sys/priority.h
14:27 Changeset in rtems [b4a2209]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add include/sys/priority.h.
10:10 Changeset in rtems [6c3fa5b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
10:03 Changeset in rtems [273b931]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Split ttyname.c/ttyname_r.c
08:37 Ticket #1384 (dhcp/bootp initialise failure) created by Chris Johns
The DHCP/BOOTP code will not initialise if the first attempt fails. …

02/19/09:

21:34 Changeset in rtems [f239aa9a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-19 Joel Sherrill <joel.sherrill@…> * aclocal/bsp-alias.m4: Add simsh2e.
21:23 Changeset in rtems [a064ef5]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-19 Joel Sherrill <joel.sherrill@…> * custom/simsh2e.cfg: New file.
20:22 Changeset in rtems [a62222fb]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-19 Joel Sherrill <joel.sherrill@…> * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S: Add shared interrupt support to i386.
20:19 Changeset in rtems [9bb39026]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-19 Joel Sherrill <joel.sherrill@…> * shared/irq/irq.c: Spacing.
19:29 Changeset in rtems [aad65583]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-19 Joel Sherrill <joel.sherrill@…> * include/rtems/irq-extension.h, include/rtems/irq.h: Spelling errors and spacing.
19:27 Changeset in rtems [78fe958]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-19 Joel Sherrill <joel.sherrill@…> * libnetworking/rtems/rtems_bsdnet_internal.h: Re-add boolean when building BSD code. This is used by at least one of the BSD NIC drivers I am currently porting. I am trying out
19:25 Changeset in rtems [66913da2]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-19 Joel Sherrill <joel.sherrill@…> * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is enabled on x86.
19:20 Changeset in rtems [0a90bf2]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-19 Joel Sherrill <joel.sherrill@…> * shell/rtems.t: Add halt command.
18:54 Changeset in rtems [4e54befe]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-19 Joel Sherrill <joel.sherrill@…> * libmisc/Makefile.am, libmisc/shell/shellconfig.h: Add halt command to shell which results in the shutting RTEMS down. * libmisc/shell/main_halt.c: New file.
16:49 Changeset in rtems [16e6f5b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
16:49 Changeset in rtems [aa941f8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Move %{?dist} handling to rtems4.10/*.am.
16:11 Changeset in rtems [327c70b2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update.
15:12 Changeset in rtems [5c24de44]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL, NEWLIB_RPMREL.
15:08 Changeset in rtems [c752ccb8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-02-16 Ralf Corsépius <ralf.corsepius@…> * libc/sys/rtems/sys/param.h: Update copyright notice from FreeBSD. Remove HZ. Add #include <sys/priority.h> Remove priority handling (moved to sys/priority.h). Remove CLBYTES (Unused, abandoned in BSD).
14:39 TBR/BSP/EZKit533 edited by ChrisJohns
Update the TOC. (diff)
14:30 Developer/Multilib edited by ChrisJohns
Update the TOC. (diff)
14:24 Projects/libdl edited by ChrisJohns
Fixed source formating and clean up some minor errors. (diff)
09:02 Developer/OpenProjects edited by ChrisJohns
/* Dynamic Object File Loading */ (diff)
09:01 Projects/libdl edited by ChrisJohns
Change references to a heading. (diff)
09:01 Projects/libdl edited by ChrisJohns
Add TOC and fix The Task heading. (diff)
08:59 Projects/libdl edited by ChrisJohns
/* RTEMS Dynamically Loaded Object Files */ (diff)
08:59 Projects/libdl created by ChrisJohns
First pass at a write of Dynamic Loading.
08:53 Developer/OpenProjects edited by ChrisJohns
/* Dynamic Object File Loading */ (diff)
08:52 Developer/OpenProjects edited by ChrisJohns
Add Dynamic Object File Loading (diff)

02/17/09:

23:37 Release/4.9 edited by JoelSherrill
/* Release 4.9.2 Changes */ 1372/bsps - mvme167 network driver buggy (diff)
23:35 Release/4.9 edited by JoelSherrill
/* Release 4.9.2 Changes */ 1371/bsps - mvme167 needs to convert ELF -> pure binary RALF (diff)
23:33 Release/4.9 edited by JoelSherrill
/* Release 4.9.2 Changes */ Add 1370/bsps - mvme167 console driver 'BSP_output_char' fails to convert '\n' -> '\n\r' (diff)
20:39 Changeset in rtems [94dd4f6]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-17 Joel Sherrill <joel.sherrill@…> * rtems/score/sh.h: SH2E and SH3E have a DSP rather than an FPU. They are not compatible. We currently only support the FPU found on the SH3 and SH4.
20:12 Ticket #1383 (filesystem off_t is limited to 32bits) created by Chris Johns
RTEMS internally should support a 64bit offset for all file system …
20:11 Release/4.9 edited by JoelSherrill
/* Release 4.9.2 Changes */ Add PR1377/shell netstats shell command does nothing (diff)
18:37 Changeset in rtems [06ff7d2]4.9 by Joel Sherrill <joel.sherrill@…>
2009-02-17 Till Straumann <strauman@…> PR 1371/bsps * network/network.c: mvme167 network driver buggy.
18:37 Changeset in rtems [f6cef3a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-17 Till Straumann <strauman@…> PR 1371/bsps * network/network.c: mvme167 network driver buggy.
18:35 Changeset in rtems [3017689]4.9 by Joel Sherrill <joel.sherrill@…>
2009-02-17 Till Straumann <strauman@…> PR 1371/bsps * custom/mvme167.cfg: mvme167 needs to convert ELF -> pure binary RALF.
18:35 Changeset in rtems [49633b9]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-17 Till Straumann <strauman@…> PR 1371/bsps * custom/mvme167.cfg: mvme167 needs to convert ELF -> pure binary RALF.
18:32 Changeset in rtems [c8dcab1e]4.9 by Joel Sherrill <joel.sherrill@…>
2009-02-17 Till Straumann <strauman@…> PR 1370/bsps * console/console.c: mvme167 console driver BSP_output_char fails to convert \n -> \n\r
18:32 Changeset in rtems [2235066]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-17 Till Straumann <strauman@…> PR 1370/bsps * console/console.c: mvme167 console driver BSP_output_char fails to convert \n -> \n\r
17:37 Ticket #1372 (mvme167 network driver buggy) closed by Joel Sherrill
fixed: Patch applied to 4.9 branch and CVS head.
17:35 Ticket #1371 (mvme167 needs to convert ELF -> pure binary RALF) closed by Joel Sherrill
fixed: Patch applied to 4.9 branch and CVS head.
17:33 Ticket #1370 (mvme167 console driver 'BSP_output_char' fails to convert '\n' -> '\n\r') closed by Joel Sherrill
fixed: Patch applied to 4.9 branch and cvs head.
15:09 Changeset in rtems [e399e9d6]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-17 Joel Sherrill <joel.sherrill@…> PR 1377/shell * libmisc/shell/main_netstats.c: Remove #if 0 which should not have been there anyway.
15:09 Changeset in rtems [35c7648]4.9 by Joel Sherrill <joel.sherrill@…>
2009-02-17 Joel Sherrill <joel.sherrill@…> PR 1377/shell * libmisc/shell/main_netstats.c: Remove #if 0 which should not have been there anyway.
14:37 Changeset in rtems [9c2af12]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-17 Joel Sherrill <joel.sherrill@…> * custom/uC5282.cfg: Add cvs Id.
14:37 Changeset in rtems [5e1fd51]4.9 by Joel Sherrill <joel.sherrill@…>
2009-02-17 Joel Sherrill <joel.sherrill@…> * custom/uC5282.cfg: Add cvs Id.
14:37 Changeset in rtems [8303576c]4.8 by Joel Sherrill <joel.sherrill@…>
2009-02-17 Joel Sherrill <joel.sherrill@…> * custom/uC5282.cfg: Add cvs Id.
14:10 Ticket #1377 (netstats shell command does nothing) closed by Joel Sherrill
fixed: Applied to 4.9 branch and head. Thanks.
12:43 Changeset in rtems [f969fcb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-02-17 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Fix breakage introduced in 2009-02-13 changes.
04:02 Ticket #1382 (ATA driver fails in qemu) created by Chris Johns
The ATA driver issues the ATA_COMMAND_EXECUTE_DEVICE_DIAGNOSTIC …

02/16/09:

21:34 TBR/UserManual/DriverManager edited by Hellstrom
(diff)
20:18 Ticket #1381 (Multicast sendto() fails unless a reachable gateway is specified) created by Gene Smith
If a null or unreachable gateway is specified either statically in …
13:58 Ticket #1380 (Unreadable comments in c/src/lib/libbsp/arm/rtl22xx/include/bsp.h) created by Ralf Corsepius
c/src/lib/libbsp/arm/rtl22xx/include/bsp.h contains comments, in an …

02/14/09:

18:44 TBR/UserManual/DriverManager created by Hellstrom
New page: = Driver Manager = Created test page, will document here soon. == Purpose == == Overview == === Bus === === Device === === Driver === === Bus Driver === === Driver Resource === …
06:56 Ticket #1379 (msdos_filename_unix2dos sets \x0 in name) created by Chris Johns
The DOSFS does not allow a \0x (nul) character in a file name. If a …
06:54 Ticket #1378 (seek device file system handler returns 0) created by Chris Johns
The seek handler for the device file system returns 0 when it should …

02/13/09:

22:46 Ticket #1377 (netstats shell command does nothing) created by Gene Smith
The netstats shell command has *all* the sub-functions commented out …
20:47 Changeset in rtems [ef06d30]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-13 Joel Sherrill <joel.sherrill@…> * Makefile.am, preinstall.am: Use stub tm27.h.
14:20 Changeset in rtems [9b974cf4]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-02-13 Joel Sherrill <joel.sherrill@…> * new-exceptions/cpu.c: Correct prototype of _CPU_Initialize.
02:34 Ticket #1376 (lseek handler should return an off_t) created by Chris Johns
The current lseek code in libcsupport returns off_t while the handler …
01:35 Developer/OpenProjects edited by JoelSherrill
/* ArgoUML for RTEMS */ spelling (diff)
Note: See TracTimeline for information about the timeline view.