Timeline



02/17/12:

22:16 Ticket #2024 (A patch to support additional parameter passing via DHCP) created by Ric Claus
This set of modifications was produced a few years ago and I am not …
22:08 Ticket #2023 (A generic BSP for the Xilinx Virtex 5 (PPC 440)) created by Ric Claus
Like the Virtex 4 BSP previously submitted, this BSP makes no …
22:05 Ticket #2022 (A generic BSP for the Xilinx Virtex 4 (PPC 405)) created by Ric Claus
This BSP makes no assumption on what firmware is loaded into the FPGA.
22:02 Ticket #2021 (Compiler warnings for main_mdump.c) created by Ric Claus
The code I submitted under PR #2012 produced a few compiler warnings …
21:56 Ticket #2020 (Provide support for the PPC 440) created by Ric Claus
The attached patches provide support for the PPC 440.
21:29 Changeset in rtems [4648ade]4.115 by Ric Claus <claus@…>
PR 2021 - mdump address problem with volatile
20:28 Changeset in rtems [39e8aa9]4.115 by Joel Sherrill <joel.sherrill@…>
PR 2015 - LEON3: make SHM driver configurable using weak PR 2015/bsps Since the configuration struct is always present one can let DATA initialize it to reduce footprint, at the same time it is made weak to let the user able to configure the SHM driver without editing the driver code. Signed-off-by: Daniel Hellstrom <daniel@…>
20:25 Changeset in rtems [3f85deb]4.10 by Joel Sherrill <joel.sherrill@…>
PR 2015 - LEON3: make SHM driver configurable using weak symbols PR 2015/bsps Since the configuration struct is always present one can let DATA initialize it to reduce footprint, at the same time it is made weak to let the user able to configure the SHM driver without editing the driver code. Signed-off-by: Daniel Hellstrom <daniel@…>
19:30 Ticket #2015 (LEON3: make SHM driver configurable using weak) closed by Joel Sherrill
fixed: Should be on 4.10 branch and head.
16:14 Changeset in rtems [48953df]4.8 by Ralf Corsépius <ralf.corsepius@…>
Remove (Obsolete).
15:54 Changeset in rtems [77998753]4.115 by Sebastian Huber <sebastian.huber@…>
Use alternative API Replaced Allocate_majority_of_workspace() with rtems_workspace_allocate(). Replaced Allocate_majority_of_heap() with rtems_heap_greedy_allocate().
15:03 Changeset in rtems [9604d8b0]4.8 by Ralf Corsépius <ralf.corsepius@…>
Remove (Moved to git.rtems.org/data/git/rtems-crossrpms.git).
14:57 Changeset in rtems [ad6833b]4.9 by Ralf Corsépius <ralf.corsepius@…>
Remove (Moved to git.rtems.org/data/git/rtems-crossrpms.git).
14:56 Changeset in rtems [b0e7185]4.10 by Ralf Corsépius <ralf.corsepius@…>
Remove (Moved to git.rtems.org/data/git/rtems-crossrpms.git).
14:52 Changeset in rtems [d6f6dfaa]4.115 by Ralf Corsépius <ralf.corsepius@…>
Remove (Moved to git.rtems.org/data/git/rtems-crossrpms.git).
12:42 Changeset in rtems [622d670]4.115 by Sebastian Huber <sebastian.huber@…>
Add functions for greedy workspace allocation Various tests must check program paths that result due to failed memory allocations from the workspace. To avoid tinkering with internal workspace structures throughout the test code these functions should be used.

02/15/12:

08:59 Changeset in rtems [f14327a2]4.115 by Sebastian Huber <sebastian.huber@…>
Fixed incorrect error path The inet_aton() function returns non-zero in case of success.

02/14/12:

15:46 Changeset in rtems [0444c031]4.10 by Sebastian Huber <sebastian.huber@…>
Avoid buffer overflow and misaligned memory access
15:46 Changeset in rtems [8553d64]4.9 by Sebastian Huber <sebastian.huber@…>
Avoid buffer overflow and misaligned memory access
15:46 Changeset in rtems [8c85ca3]4.115 by Sebastian Huber <sebastian.huber@…>
Avoid buffer overflow and misaligned memory access
15:28 Ticket #2019 (ARM EABI tool chain breaks XDR library) created by Sebastian Huber
The standard ARM EABI configuration uses short enums by default. This …
15:11 Ticket #1193 (libcpu/arm accesses files from libbsp) closed by Sebastian Huber
fixed: Fixed in 4.10.
15:08 Ticket #1965 (multiple gdbarmsim variants do not build) closed by Sebastian Huber
fixed: Fixed in Git master.
15:06 Ticket #2018 (gethostbyname_r() is broken) created by Sebastian Huber
The gethostbyname() call returns the right host entry, but the …

02/13/12:

21:57 WikiStart edited by Gedare
/* Google Summer of Code */ (diff)
15:40 Changeset in rtems [002affc]4.115 by Sebastian Huber <sebastian.huber@…>
Avoid NULL pointer access
04:59 PageTemplates/ProjectDescriptionTemplate edited by Gedare
(diff)
04:58 Developer/Projects/Open/ARINC653API edited by Gedare
(diff)
04:58 Developer/Projects/Open/ARINC653API edited by Gedare
/* ARINC=653 Partitions */ (diff)
04:57 Developer/Projects/Open/ARINC653API edited by Gedare
(diff)
04:49 Developer/Projects/Open/ARINC653API edited by Gedare
(diff)
04:48 Developer/Projects/Obsolete/Hypervisor edited by Gedare
(diff)
04:42 Developer/Projects/Obsolete/Hypervisor edited by Gedare
/* ARINC653 */ (diff)
04:39 Developer/Projects/Obsolete/Hypervisor edited by Gedare
(diff)
04:38 Developer/Projects/Open/Paravirtualization edited by Gedare
/* Devices and I/O */ (diff)
04:36 Developer/Projects/Open/Paravirtualization edited by Gedare
(diff)
00:47 Developer/CodeSwarm edited by Danielcode
(diff)

02/11/12:

20:15 Changeset in rtems [e1ebfebf]4.115 by Sebastian Huber <sebastian.huber@…>
Patches for Qemu 1.0.50
20:10 Changeset in rtems [14ee5a1e]4.115 by Sebastian Huber <sebastian.huber@…>
Support for NXP LPC1700 family
19:35 Changeset in rtems [3b18c26]4.115 by Wendell Silva <silvawp@…>
PR 2017/bsps - Update due to API changes
15:43 Ticket #2017 (libbsp/shared/umon/tfsDriver.c reference non-existent function) created by Wendell P Silva
ARM/CSB337 compilation fails. Invalid reference to …
13:34 Developer/Projects/Open/Paravirtualization edited by Julien Delange
(diff)
13:34 Developer/Projects/Open/Paravirtualization edited by Julien Delange
(diff)
13:34 Developer/Projects/Open/Paravirtualization edited by Julien Delange
(diff)
03:05 Developer/OpenProjects edited by Gedare
/* Remove small projects section, collapse into one sentence */ (diff)
02:59 Developer/OpenProjects edited by Gedare
/* Projects Whose Page Need Updating */ (diff)
02:58 Developer/OpenProjects edited by Gedare
/* RTEMS Testing */ (diff)
02:58 Developer/OpenProjects edited by Gedare
/* Projects Whose Page Need Updating */ (diff)
02:57 Developer/OpenProjects edited by Gedare
/* Active Projects */ (diff)
02:56 Developer/OpenProjects edited by Gedare
/* RTEMS Testing */ (diff)
02:55 Developer/OpenProjects edited by Gedare
/* RTEMS Testing */ (diff)
02:55 Developer/OpenProjects edited by Gedare
/* Small or Class Appropriate Projects */ (diff)
02:54 Developer/OpenProjects edited by Gedare
/* Active Projects */ (diff)
02:52 Developer/OpenProjects edited by Gedare
/* High Priority Projects */ (diff)
02:49 Developer/Projects/Open/Paravirtualization edited by Gedare
/* Adapt RTEMS for privileged instructions */ (diff)
02:45 Developer/Projects/Open/Paravirtualization edited by Gedare
(diff)
02:42 Developer/OpenProjects edited by Gedare
(diff)
02:08 Developer/Projects/Open/Paravirtualization edited by Julien Delange
(diff)
02:08 Developer/Projects/Open/Paravirtualization edited by Julien Delange
(diff)
02:04 GSoC/Mentors edited by Julien Delange
(diff)
02:04 GSoC/Mentors edited by Julien Delange
(diff)
01:59 Developer/Projects/Open/Paravirtualization edited by Julien Delange
(diff)
01:45 Developer/Projects/Open/Paravirtualization created by Julien Delange
Created page with " [[TOC(...)]] Credit: Boost C++'s Google SoC page for the inspiration for the template entry. Status: Previous project done in GSOC Introduction: Introduce the mai..."
01:44 Developer/OpenProjects edited by Julien Delange
(diff)

02/10/12:

20:24 Developer/OpenProjects edited by Gedare
(diff)
20:02 Developer/OpenProjects edited by Gedare
/* High Priority Projects */ (diff)
12:46 GSoC/Mentors edited by Lekernel
/* Mentors */ (diff)
09:36 Changeset in rtems [28a0887]4.115 by Sebastian Huber <sebastian.huber@…>
Added support functions for greedy heap allocation Various tests must check program paths that result due to failed memory allocations from the heap. To avoid tinkering with internal heap structures throughout the test code these functions should be used.
06:13 Developer/Projects/Obsolete/RPM_Packages edited by Wendell
/* Source Code */ (diff)
05:42 WikiStart edited by Gedare
/* Google Summer of Code */ (diff)
05:38 GSoC/GettingStarted edited by Gedare
/* Interact */ (diff)
05:37 GSoC/GettingStarted edited by Gedare
/* Interact */ (diff)
05:37 GSoC/GettingStarted edited by Gedare
(diff)
02:18 GSoC/Mentors edited by Gedare
(diff)
00:08 GSoC/Mentors edited by Gedare
(diff)

02/09/12:

23:57 GSoC/Mentors created by Gedare
/* New Page */
11:00 Changeset in rtems [6491f67]4.115 by Sebastian Huber <sebastian.huber@…>
Moved empty test in front of busy tests
09:55 Changeset in rtems [23c6f93a]4.115 by Sebastian Huber <sebastian.huber@…>
Increase stack size for symbolic link loop test
09:53 Changeset in rtems [e303adf]4.115 by Sebastian Huber <sebastian.huber@…>
Check that the file offset is valid after a seek
09:07 Ticket #2016 (SMC91111: ERC32 was never supported by driver) created by Daniel Hellstrom
Moved the intelligence whether the driver is supported or not …
09:02 Ticket #2015 (LEON3: make SHM driver configurable using weak) created by Daniel Hellstrom
LEON3: make SHM driver configurable using weak Since the …
08:09 Ticket #2014 (GRETH: added support for non-snooping GRETH 10/100 systems) created by Daniel Hellstrom
GRETH: added support for non-snooping GRETH 10/100 systems When data …

02/08/12:

22:49 Ticket #2013 (RFS and symlinks not working.) created by Chris Johns
Running fileio.exe for the sis BSP ... $ sparc-rtems4.11-run …
14:57 Changeset in rtems [28860ec0]4.115 by Sebastian Huber <sebastian.huber@…>
Fixed warnings and minor bugs o Due to the usual integer propagation rules care must be taken in case off_t is involved. o Use the effective UID and GID consistently.
14:57 Changeset in rtems [80d01b3c]4.115 by Daniel Hellstrom <daniel@…>
SPARC: added libcpu lowlevel access and byteorder routines/definitions The low level routines can be used in different occasions, it will be required when accessing PCI. Note the difference between byteorder.h (inlined functions) and access.S where the functions will be declared in the library archive librtemscpu.a. Function names starting with _ are in library and can be referenced by function pointers. Signed-off-by: Daniel Hellstrom <daniel@…>
14:54 Changeset in rtems [62d8a54]4.115 by Sebastian Huber <sebastian.huber@…>
POSIX conformance For symbolic links, the length in bytes of the pathname contained in the symbolic link should be returned in st_size.
14:52 Changeset in rtems [b9d56ea7]4.115 by Sebastian Huber <sebastian.huber@…>
Fixed typo (setegid.c was missing)
14:32 Changeset in rtems [305567c]4.9 by Ralf Corsépius <ralf.corsepius@…>
Remove (Obsolete).
14:24 Changeset in rtems [105c8a50]4.115 by Ralf Corsépius <ralf.corsepius@…>
Remove (Obsolete).

02/07/12:

21:13 Changeset in rtems [034b041]4.115 by Sebastian Huber <sebastian.huber@…>
Fixed bug intoduced due to API changes.
21:11 Changeset in rtems [1f8771d2]4.115 by Sebastian Huber <sebastian.huber@…>
Use proper ARMv7-M compiler flags.
21:11 Changeset in rtems [6091f1a6]4.115 by Sebastian Huber <sebastian.huber@…>
ARMv7-M NVIC and MPU API changes.
21:09 Changeset in rtems [d6f947e]4.115 by Sebastian Huber <sebastian.huber@…>
ARMv7-M Systick API change
21:07 Changeset in rtems [701f078]4.115 by Sebastian Huber <sebastian.huber@…>
Support Thumb 2.

02/06/12:

23:50 RTEMSMailingLists edited by Mayes
/* RTEMS Lists */ (diff)
23:49 RTEMSMailingLists edited by Mayes
/* RTEMS Lists */ (diff)
23:47 RTEMSMailingLists edited by Mayes
/* RTEMS Lists */ (diff)
23:44 RTEMSMailingLists edited by Mayes
/* RTEMS Lists */ (diff)
23:42 RTEMSMailingLists edited by Mayes
/* RTEMS Lists */ (diff)
23:39 RTEMSMailingLists edited by Mayes
/* RTEMS Lists */ (diff)
22:31 RTEMSMailingLists edited by JoelSherrill
/* RTEMS Lists */ (diff)
22:31 RTEMSMailingLists edited by JoelSherrill
/* RTEMS Lists */ (diff)
22:29 RTEMSMailingLists edited by JoelSherrill
/* RTEMS Lists */ Work to a standard presentation (diff)
22:21 RTEMSMailingLists edited by Mayes
/* RTEMS Lists */ (diff)
14:15 Changeset in rtems [67b1ce4]4.115 by Daniel Hellstrom <daniel@…>
SMC91111: ERC32 was never supported by driver Moved the intelligence whether the driver is supported or not completely to the BSP, now that bsp.h is included (even though it is a driver... hmm). The ERC32 was never supported, so HAS_SMC91111 is not added to erc32/include/bsp.h. Signed-off-by: Daniel Hellstrom <daniel@…>
14:15 Changeset in rtems [f636ba64]4.115 by Daniel Hellstrom <daniel@…>
shared-irq: add support for custom BSP vector verification Signed-off-by: Daniel Hellstrom <daniel@…>
14:15 Changeset in rtems [b4dfce9b]4.115 by Daniel Hellstrom <daniel@…>
LEON3: spurious trap handler print out trap in hex instead Signed-off-by: Daniel Hellstrom <daniel@…>

02/05/12:

03:39 Developer/OpenProjects edited by Gedare
/* Overview */ (diff)
03:29 Developer/OpenProjects edited by Gedare
/* RTEMS Testing */ (diff)
03:28 Developer/OpenProjects edited by Gedare
/* High Priority Projects */ (diff)
03:25 Developer/OpenProjects edited by Gedare
/* High Priority Projects */ (diff)
03:22 Developer/OpenProjects edited by Gedare
/* Overview */ (diff)
03:21 Developer/OpenProjects edited by Gedare
/* Overview */ (diff)
03:18 Developer/OpenProjects edited by Gedare
Cut out SOCIS details. Keep this page SOC-agnostic. (diff)
02:14 GSoC/GettingStarted edited by Gedare
/* Configure a Development Computer */ (diff)

02/04/12:

23:52 GSoC/2011 edited by Gedare
Copy page text from RTEMSSummerOfCode (diff)
23:50 GSoC/2011 created by Gedare
/* New Page */
23:46 GSoC/GettingStarted edited by Gedare
(diff)
23:45 GSoC/GettingStarted edited by Gedare
(diff)
23:28 GSoC/GettingStarted edited by Gedare
/* Configure a Development Computer */ (diff)
23:27 GSoC/GettingStarted edited by Gedare
/* Configure and Build RTEMS for SPARC/SIS */ (diff)
23:25 GSoC/GettingStarted edited by Gedare
/* Configure a Development Computer */ (diff)
22:43 WikiStart edited by Gedare
/* RTEMS Developer Information */ Prune CVS links. (diff)
22:43 WikiStart edited by Gedare
/* Release Series Notes */ (diff)
14:50 Ticket #1636 (Refactor Rate Monotonic Manager into a generic Periodic Manager) closed by Gedare Bloom
later: This change still has value but needs to be re-examined and is not a bug so it can wait.
03:23 Release/4.9 edited by JoelSherrill
/* Release 4.9.7 Changes */ 2001/shell - medit command argument parsing correction (diff)
03:07 Release/4.10 edited by JoelSherrill
/* Release 4.10.3 Changes */ PR 2001/shell - medit command argument parsing correction (diff)

02/03/12:

22:21 Changeset in rtems [750ff768]4.9 by Joel Sherrill <joel.sherrill@…>
2001/shell - medit command argument parsing correction "medit" overran the argument list, choking on the NULL pointer following the last argument. Note that "medit" still only does byte-sized accesses, which limits its usefulness on most systems. Author: Werner Almesberger <werner@…> Signed-off-by: Sebastien Bourdeauducq <sebastien@…>
22:19 Changeset in rtems [771a01e4]4.9 by Joel Sherrill <joel.sherrill@…>
Add .gitignore. Remove .cvsignore.
22:05 Changeset in rtems [fdcf6c11]4.115 by Joel Sherrill <joel.sherrill@…>
PR 2001/shell - medit command argument parsing correction "medit" overran the argument list, choking on the NULL pointer following the last argument. Note that "medit" still only does byte-sized accesses, which limits its usefulness on most systems. Author: Werner Almesberger <werner@…> Signed-off-by: Sebastien Bourdeauducq <sebastien@…>
22:04 Changeset in rtems [7f0ad21]4.10 by Joel Sherrill <joel.sherrill@…>
PR 2001/shell - medit command argument parsing correction "medit" overran the argument list, choking on the NULL pointer following the last argument. Note that "medit" still only does byte-sized accesses, which limits its usefulness on most systems. Author: Werner Almesberger <werner@…> Signed-off-by: Sebastien Bourdeauducq <sebastien@…>
21:49 Changeset in rtems [935ae4a]4.115 by Joel Sherrill <joel.sherrill@…>
Update copyright year on manuals to 2012.
21:09 Ticket #2001 (mdump length argument broken + medit NULL pointer problem) closed by Joel Sherrill
fixed: I should have noted that the byte/word/long issue with the dump commands was addressed by PR 2012.
02:08 Release/4.10 edited by JoelSherrill
/* Release 4.10.3 Changes */ 2012 - mdump/wdump shell cmds handle length arg incorrectly; add ldump cmd (diff)
01:25 Release/4.10 edited by JoelSherrill
/* Release 4.10.3 Changes */ 1962/bsps - MVME162 Console Corrections and Improvements (diff)
00:34 Release/4.10 edited by JoelSherrill
/* Release 4.10.3 Changes */ 1998/networking - Move ftpd root initialization (diff)
00:25 Release/4.10 edited by JoelSherrill
/* Release 4.10.3 Changes */ 2011/bsps - GRETH: potential deadlock, one bugfix, performance improvements (diff)
Note: See TracTimeline for information about the timeline view.