Timeline



10/31/14:

15:52 Changeset in rtems-tools [2015c85]4.104.115 by Ben Gras <beng@…>
fix for open() not taking a std::string
14:11 Changeset in rtems [def1337]4.115 by Joel Sherrill <joel.sherrill@…>
libcpu/bfin/clock/tod.h: Delete - missed on previous commits
09:41 Changeset in rtems-libbsd [7f4fb17]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
foobarserver: Set hostname
09:41 Changeset in rtems-libbsd [7f9f0df]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
foobarclient: Set and advertise hostname
09:37 Changeset in rtems-libbsd [a736dda]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
nexus-devices: Only register fec0 This makes testing of IPv4LL a bit easier.
09:24 Changeset in rtems-libbsd [94c3128]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
ffec: Accept all mulitcast frames
05:20 Changeset in rtems [7ae1c30]4.115 by Chris Johns <chrisj@…>
libnetworking: Fix the sethostname decl to match newlib.
04:33 Changeset in rtems-source-builder [619675f]4.104.114.95 by Chris Johns <chrisj@…>
rtems4.11: Forgot to make the change to 4.9.2.
04:10 Changeset in rtems-source-builder [85b46b8]4.104.114.95 by Chris Johns <chrisj@…>
sb: Provide a default log if none is provided.
04:10 Changeset in rtems-source-builder [5fdd664]4.104.114.95 by Chris Johns <chrisj@…>
sb: Convert the '-' to '_' in symlinks for git repos.
04:02 Changeset in rtems-source-builder [1b11d05]4.104.114.95 by Chris Johns <chrisj@…>
rtems4.11: Upgrade to gcc-4.9.2. Build rtems-tools and install. RTEMS kernel requires the rtems-tools package be installed to build the libdl tests.

10/30/14:

13:29 Changeset in rtems [e08b0b9]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xxevb: Fix flash settings for MPC5510
06:55 Changeset in rtems-tools [fdb1fe6]4.104.115 by Chris Johns <chrisj@…>
linkers: Add base image symbol to ELF object file generation. This change adds support to the rtems-syms code to generate a suitable ELF object you can link to the base image kernel in the embed mode or you can load with the run-time load mode. The change fixes a bug in the framework where local ELF symbols were being placed in the external symbol table. The external symbol table has been removed and a global, weak and local set of tables is now provided as this is more aligned with the ELF format.

10/29/14:

21:12 Developer/Simulators/QEMU edited by Beng
Added hint to use -kernel for qemu (diff)
16:07 Changeset in rtems [513668f6]4.115 by Chris Nott <chrisn@…>
Added missing stm32f4xxxx_adc.h

10/28/14:

16:38 Changeset in rtems [ba3b6fd]4.115 by Josh Oguin <josh.oguin@…>
apimutex.c: Add _Assert for NULL pointer access CodeSonar? detects a possible NULL deference here. But it should never occur in tested code. Memory for the API Mutexes is reserved by confdefs.h and are all preallocated when the class of objects is initialized. Allocating a single instance should never fail.
12:58 Changeset in rtems [8b11ff67]4.115 by Jennifer Averett <jennifer.averett@…>
capture: Remove ctload command. rtems_cpu_usage_top should be used for this information.
08:14 Changeset in rtems-tools [aac2949]4.104.115 by Chris Johns <chrisj@…>
linkers: Add kernel symbol support. The rtems-sym tool has been changed from a basic map tool to now provide an object file in the specific architecture containing the symbols in the RTEMS kernel. It can still generate a map. The object can be embedded or loaded. It cannot be both.
08:13 Changeset in rtems-tools [3fd45d3]4.104.115 by Chris Johns <chrisj@…>
toolkit: Fix the map formatting.
08:13 Changeset in rtems-tools [df7fd26]4.104.115 by Chris Johns <chrisj@…>
toolkit: Update the comment.

10/27/14:

01:09 Changeset in rtems [ae5fe7e6]4.115 by Chris Johns <chrisj@…>
cpukit: Add libdl with the Runtime Loader (RTL) code. This is a merge of the RTL project.

10/24/14:

23:06 Changeset in rtems [42c77e99]4.115 by Chris Johns <chrisj@…>
shell: Add an editor to the shell. This is a small (21K on sparc) editor that provides some powerful features useful when a file needs editing on an embedded board. No need to copy files off, edit, copy back.
23:05 Changeset in rtems [ea9232d]4.115 by Chris Johns <chrisj@…>
ilibcsupport: Add realpath call.
22:00 Changeset in rtems-source-builder [4830e23]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
rtems-4.11: Add libjpeg
19:37 Changeset in rtems [44da98f]4.115 by Jennifer Averett <jennifer.averett@…>
smpcapture01: New test.
07:46 Changeset in rtems-libbsd [54ed537]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Support sethostname() and gethostname()
07:18 Changeset in rtems [d412e2f]4.115 by Sebastian Huber <sebastian.huber@…>
smptests/smpfatal03: Wait for end of test msg
05:21 Changeset in rtems [092b8c5]4.115 by Sebastian Huber <sebastian.huber@…>
tests/smptests: Normal use of test extension
05:09 Changeset in rtems [801ad184]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Use an interrupt lock for test extension Ensure to report only once on SMP machines and ensure that the report is output completely.

10/23/14:

15:15 Changeset in rtems [17889b2]4.115 by Sebastian Huber <sebastian.huber@…>
tests/smptests: Use barriers in smpfatal0{12} Call the test extension explicitly and wait for report output using a barrier. This avoids problems with an early shutdown of the system.
13:39 Changeset in rtems [a4203273]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Report only if not an SMP shutdown response
12:31 Changeset in rtems [866a6fc]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/sparc: Include right header file
08:11 Changeset in rtems [b442032]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Fix LEON3_mp_irq definition Provide it also if RTEMS_MULTIPROCESSING is defined.
08:05 Changeset in rtems [46dde0fc]4.115 by Sebastian Huber <sebastian.huber@…>
bsps: Move extern "C" to not cover includes Some includes may use C++ and this conflicts if surrounded extern "C".
07:42 Changeset in rtems [3e739ae]4.115 by Sebastian Huber <sebastian.huber@…>
testsuites: Move include for C++ compatibility
06:21 Changeset in rtems [cf4f962]4.115 by Sebastian Huber <sebastian.huber@…>
dosfs: Write meta-data only if it changed

10/22/14:

18:47 Changeset in rtems [441dc1c]4.115 by Jennifer Averett <jennifer.averett@…>
smp02: Resolve unused method warnings.
18:45 Changeset in rtems [4375b3b6]4.115 by Jennifer Averett <jennifer.averett@…>
smp03: Remove set but not used warning. Added status validation.
18:44 Changeset in rtems [689cba2]4.115 by Jennifer Averett <jennifer.averett@…>
smpschedsem01: Remove unused variable warning.
13:42 Changeset in rtems [15e371f]4.115 by Jennifer Averett <jennifer.averett@…>
smpschedaffinity02: Remove unused prototype.

10/20/14:

20:25 Changeset in rtems [ea05c438]4.115 by Joel Sherrill <joel.sherrill@…>
or1k/or1ksim: Fix warnings
20:25 Changeset in rtems [ddc8165]4.115 by Joel Sherrill <joel.sherrill@…>
arm/raspberrypi: Fix warnings
19:36 Changeset in rtems [3532ff91]4.115 by Joel Sherrill <joel.sherrill@…>
shared/clockdrv_shell.h: Always include <rtems/clockdrv.h> to avoid warnings
19:36 Changeset in rtems [71bc995]4.115 by Joel Sherrill <joel.sherrill@…>
powerpc/qoriq/include/bsp.h: Add prototypes to fix warnings
19:21 Changeset in rtems [ed18345]4.115 by Joel Sherrill <joel.sherrill@…>
powerpc/qemuppc/startup/cmain.c: Fix warnings
19:13 Changeset in rtems [7294054b]4.115 by Joel Sherrill <joel.sherrill@…>
powerpc/shared/startup/bspstart.c: Fix warning for mvme2100
18:58 Changeset in rtems [ce5c3b3]4.115 by Joel Sherrill <joel.sherrill@…>
nios2/nios2_iss: Fix warnings
18:57 Changeset in rtems [a4fea82]4.115 by Joel Sherrill <joel.sherrill@…>
ss555/startup/bspstart.c: BSP does not use SPRG0
18:57 Changeset in rtems [ad456877]4.115 by Joel Sherrill <joel.sherrill@…>
ep1a/startup/bspstart.c: BSP does not use SPRG0
16:31 Changeset in rtems [82f5ec4]4.115 by Joel Sherrill <joel.sherrill@…>
libcpu/sh/sh7045/sci/sci.c: Eliminate use of obsolete method
16:31 Changeset in rtems [6fc2d389]4.115 by Joel Sherrill <joel.sherrill@…>
libbsp/sh/shared/console.c: Eliminate use of obsolete method
16:31 Changeset in rtems [e48bbaa]4.115 by Joel Sherrill <joel.sherrill@…>
cpukit/libfs/src/imfs/ioman.c: Fix typo
15:59 Changeset in rtems [d6db94a]4.115 by Joel Sherrill <joel.sherrill@…>
m68k/mrm332: Fix warnings
15:58 Changeset in rtems [a8777397]4.115 by Joel Sherrill <joel.sherrill@…>
m68k/mcf5329: Fix warnings
15:58 Changeset in rtems [63fe77e1]4.115 by Joel Sherrill <joel.sherrill@…>
m68k/mcf5235: Fix warnings
15:58 Changeset in rtems [13827524]4.115 by Joel Sherrill <joel.sherrill@…>
m68k/mcf5225x: Fix warnings
15:58 Changeset in rtems [3bba2a9b]4.115 by Joel Sherrill <joel.sherrill@…>
m68k/mcf52235: Fix warnings
15:57 Changeset in rtems [fd36451]4.115 by Joel Sherrill <joel.sherrill@…>
m68k/idp: Fix warnings
15:57 Changeset in rtems [21ee1c8]4.115 by Joel Sherrill <joel.sherrill@…>
m68k/gen68360: Fix warnings
14:25 Changeset in rtems [c2e32ff]4.115 by Joel Sherrill <joel.sherrill@…>
lm32 BSP shared and lm32_evr: Fix BSPs
14:15 Changeset in rtems [770e379]4.115 by Joel Sherrill <joel.sherrill@…>
arm/csb337/console/fbcons.c: Fix warning
14:13 Changeset in rtems [d0c4793]4.115 by Joel Sherrill <joel.sherrill@…>
libcpu/arm/pxa255/ffuart/ffuart.c: Fix warning
14:13 Changeset in rtems [1c4890b]4.115 by Joel Sherrill <joel.sherrill@…>
libcpu/arm/at91rm9200/dbgu/dbgu.c: Fix warning
14:12 Changeset in rtems [5bdda7f]4.115 by Joel Sherrill <joel.sherrill@…>
arm/gba/console/conio.c: Fix warning
14:11 Changeset in rtems [0f8ee10e]4.115 by Joel Sherrill <joel.sherrill@…>
arm/edb7312: Fix warnings
07:33 Changeset in rtems [a7eaaae8]4.115 by Sebastian Huber <sebastian.huber@…>
dosfs: Support ctime and mtime Implement ctime and mtime updates according to POSIX. The ctime is mapped to the FAT create time and date. The mtime is mapped to the FAT last modified time and date. For the atime use the mtime for simplicity.
02:46 Changeset in rtems [0e74a51]4.115 by Joel Sherrill <joel.sherrill@…>
cpukit/score/cpu/lm32/irq.c: Fix warning
02:45 Changeset in rtems [a9c45a04]4.115 by Joel Sherrill <joel.sherrill@…>
score/cpu/lm32/rtems/score/cpu.h: Fix set but not used warning
02:45 Changeset in rtems [6c8e0dc8]4.115 by Joel Sherrill <joel.sherrill@…>
score/cpu/i386/rtems/score/cpu.h: Fix set but not used warning
02:27 Changeset in rtems [4f21badb]4.115 by Joel Sherrill <joel.sherrill@…>
m68k/csb360: Fix warnings
02:21 Changeset in rtems [3d4898f]4.115 by Joel Sherrill <joel.sherrill@…>
m68k/av5282: Fix warning
02:14 Changeset in rtems [8566e1fc]4.115 by Joel Sherrill <joel.sherrill@…>
lm32/milkymist/startup/bspclean.c: Include <bsp.h> to fix warning
02:11 Changeset in rtems [b83fe77c]4.115 by Joel Sherrill <joel.sherrill@…>
jffs2: Add casts and constant designators to address warnings on 16-bit targets

10/19/14:

22:14 Changeset in rtems [51995b69]4.115 by Joel Sherrill <joel.sherrill@…>
m68k/mrm332: Move include of <rtems/m68k/sim.h> This file defines at least the POW() macro which pollutes the public name space and causes warnings in at least the paranoia sample application.
21:59 Changeset in rtems [8200c9e]4.115 by Joel Sherrill <joel.sherrill@…>
libcpu/powerpc configure logic: Do not built e500 components unused by qoriq

10/18/14:

08:55 Changeset in rtems [040ed0b4]4.115 by Chris Nott <chrisn@…>
bsp/stm32f4: Add header files Added register definition headers for STM32F4 ADC, EXTI, PWR, SYSCFG, TIM, OTGFS and updated FLASH and RCC. Fixed PLL_Q for USB 48MHz operation. Added flash prefetch enable.

10/17/14:

15:21 Changeset in rtems [6e8e869]4.115 by Joel Sherrill <joel.sherrill@…>
powerpc/shared/irq/irq_init.c: Fix warnings
15:21 Changeset in rtems [f33e6c0]4.115 by Joel Sherrill <joel.sherrill@…>
powerpc/shared/bootloader: Fix warnings
15:20 Changeset in rtems [04d3761]4.115 by Joel Sherrill <joel.sherrill@…>
powerpc/motorola_powerpc/include/bsp.h: Fix warnings
15:09 Changeset in rtems [ba9c4a7]4.115 by Joel Sherrill <joel.sherrill@…>
powerpc/psim: Fix warnings
15:08 Changeset in rtems [3064411]4.115 by Joel Sherrill <joel.sherrill@…>
powerpc/qemuppc: Fix warnings
14:50 Changeset in rtems [b5548e5]4.115 by Joel Sherrill <joel.sherrill@…>
powerpc/gen83xx: Fix warnings
13:52 Changeset in rtems [d8e2046]4.115 by Joel Sherrill <joel.sherrill@…>
sparc/leon3/include/bsp.h: Fix warnings
13:52 Changeset in rtems [c676ef3]4.115 by Joel Sherrill <joel.sherrill@…>
sparc/leon2/include/bsp.h: Fix warnings
13:52 Changeset in rtems [4c75e72]4.115 by Joel Sherrill <joel.sherrill@…>
sparc/erc32: Fix warnings
13:51 Changeset in rtems [56fb691]4.115 by Joel Sherrill <joel.sherrill@…>
sparc/shared: Fix warnings
13:50 Changeset in rtems [8a04e72e]4.115 by Joel Sherrill <joel.sherrill@…>
sparc/shared/include/b1553brm_rasta.h: Formatting
13:50 Changeset in rtems [fd0dfd47]4.115 by Joel Sherrill <joel.sherrill@…>
m68k/mcf5329/startup/init5329.c: Fix warning
13:49 Changeset in rtems [597caed]4.115 by Joel Sherrill <joel.sherrill@…>
m68k/mcf52235/startup/init52235.c: Fix warning
12:46 Changeset in rtems [66c1ef9]4.115 by Sebastian Huber <sebastian.huber@…>
Revert "fstests/mdosfs_fstime: Remove test" This reverts commit bdcf4102f71d1bc2a50f23d2d425d85c24ec0900.
08:17 Changeset in rtems-graphics-toolkit [8882c04] by Jan Dolezal <dolezj21@…>
do_it: Create build directory and its parents for Nano-X prevents possible mkdir and cd error when parents of build directory are missing
07:56 Ticket #2190 (an external fat16 image does not work properly, getcwd() fails) created by Marco
getcwd() syscall fails when browsing deeper in the mounted filesystem. …
Note: See TracTimeline for information about the timeline view.