Timeline



02/21/12:

18:09 GSoC/Mentors edited by Sh
/* Mentors */ (diff)
16:24 Changeset in rtems [2e0ce55]4.115 by Sebastian Huber <sebastian.huber@…>
IMFS: Use unprotected chain operations Directory entry add or removal operations are protected by the file system instance lock. There is no need for protected chain operations.
16:21 Changeset in rtems [316507ab]4.115 by Sebastian Huber <sebastian.huber@…>
IMFS: Lock the file system during directory reads Other threads may add or remove directory entries during a read of the directory. Use the file system instance lock for protection.
15:24 Changeset in rtems [8d8f363]4.115 by Sebastian Huber <sebastian.huber@…>
LPC32XX: Typo
14:52 Changeset in rtems [e00cca9b]4.115 by Sebastian Huber <sebastian.huber@…>
IMFS: Do not check for unsupported types Allow creation of nodes with an unsupported type. Later the usage of such nodes will return an error status.
11:56 Changeset in rtems [a4097fdb]4.115 by Sebastian Huber <sebastian.huber@…>
PR 2026/filesystem - Fix semaphore attributes Semaphores of type RTEMS_SIMPLE_BINARY_SEMAPHORE are not suitable for a mutex. Use RTEMS_BINARY_SEMAPHORE with RTEMS_INHERIT_PRIORITY instead.
11:56 Changeset in rtems [cb648b75]4.10 by Sebastian Huber <sebastian.huber@…>
PR 2026/filesystem - Fix semaphore attributes Semaphores of type RTEMS_SIMPLE_BINARY_SEMAPHORE are not suitable for a mutex. Use RTEMS_BINARY_SEMAPHORE with RTEMS_INHERIT_PRIORITY instead.
10:55 Ticket #2026 (RFS: Wrong semaphore attributes) created by Sebastian Huber
The RTEMS_RFS_MUTEX_ATTRIBS are defined to create a semaphore of type …

02/20/12:

10:42 Ticket #2025 (Questionable fcntl() implementation for F_DUPFD) created by Sebastian Huber
What is the logic behind: case F_DUPFD: /* dup */ …

02/18/12:

01:30 Release/4.10 edited by JoelSherrill
/* Release 4.10.3 Changes */ 2015/bsps - LEON3: make SHM driver configurable using weak symbols (diff)

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.
Note: See TracTimeline for information about the timeline view.