Timeline



03/02/15:

20:48 Ticket #2225 (Trac default owner) closed by Amar Takhar
fixed: Since nobody has objected I will close this.
20:46 Ticket #2277 (RSB download from git.rtems.org fails with SSL cert error.) closed by Amar Takhar
invalid: This is a local error on your machine. Please check your certificate CA install.
20:46 Ticket #2277 (RSB download from git.rtems.org fails with SSL cert error.) reopened by Amar Takhar
Not a duplicate.
20:44 Ticket #2277 (RSB download from git.rtems.org fails with SSL cert error.) closed by Gedare Bloom
duplicate: dupe of #2195
20:36 Ticket #2206 (RTEMS Github is not up to date.) closed by Amar Takhar
fixed: Updating automatically via Buildbot (not public). It may miss an update here or there if the master is not running but soon it will be permanent.
20:35 Ticket #2195 (RTEMS sites need trusted SSL certificate) closed by Amar Takhar
fixed: This was fixed last week. We received a free certificate from Globalsign (thanks!)
20:04 WikiStart edited by Gedare Bloom
Move code of conduct link into list of similar links. (diff)
20:03 GSoC edited by Gedare Bloom
Remove link to User Manuals (diff)
20:01 GSoC edited by Gedare Bloom
chop out student proposals section, it goes into year-specific pages now. (diff)
19:58 CodeOfConduct created by Joel Sherrill
New page
19:56 WikiStart edited by Joel Sherrill
Add Code of Conduct link (diff)
19:31 GSoC/2015 edited by Joel Sherrill
Add link to proposal template (diff)
17:52 Ticket #2278 (GCC FORTRAN Test Output Failures) created by Joel Sherrill
This has been a background issue for a couple of years and I have even …
11:23 Changeset in rtems [4ccb79bc]4.115 by Sebastian Huber <sebastian.huber@…>
score: Enable SMP barriers for all configurations

03/01/15:

12:50 Changeset in rtems [5b393fa5]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add thread acquire Update #2273.

02/28/15:

17:06 Changeset in rtems [43e1573c]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add ISR lock to Objects_Control This enables per-object SMP locks on SMP configurations and is the first step to support fine-grained locking. On uni-processor configuration there will be no overhead. The _Objects_Acquire() is intended to replace _Objects_Get_isr_disable(). Update #2273.
16:24 Changeset in rtems [1512761]4.115 by Sebastian Huber <sebastian.huber@…>
score: Thread dispatch dis/enable without Giant Update #2273.

02/27/15:

15:45 Changeset in rtems [71e8a5c]4.115 by Daniel Hellstrom <daniel@…>
LIBPCI: moved copyright into a single line
15:45 Changeset in rtems [358b8543]4.115 by Daniel Hellstrom <daniel@…>
LIBPCI: removed unused changes file
15:44 Changeset in rtems [a2e0e6e]4.115 by Daniel Hellstrom <daniel@…>
LIBPCI: fixed RES2DEV in pci/cfg.h
15:42 Changeset in rtems [65d1f35]4.115 by Daniel Hellstrom <daniel@…>
DRVMGR: updated copyright into one line only
13:03 Changeset in rtems [5823bae8]4.115 by Daniel Hellstrom <daniel@…>
LEON: move driver headers to bsp/ directory

02/26/15:

20:31 Changeset in rtems [991fdb33]4.115 by Martin Galvan <martin.galvan@…>
ARM: Add BSP_START_NEEDS_REGISTER_INITIALIZATION This patch adds the macro BSP_START_NEEDS_REGISTER_INITIALIZATION and three hooks for BSP-specific register init code to arm/shared/start.S. Said hooks are bsp_start_init_registers_core (intended for initializing the ARM core registers), bsp_start_init_registers_banked_fiq (for the FIQ mode banked registers) and bsp_start_init_registers_vfp (for the FPU registers). BSP_START_NEEDS_REGISTER_INITIALIZATION would be defined in a BSP's configure.ac (so that it appears in its bspopts.h). This patch also adds the register init code required by the TMS570. We've tested it with the tms570ls3137_hdk.cfg config and it works fine.
19:35 waf/Windows created by Amar Takhar
Stub
19:34 waf/Eclipse created by Amar Takhar
Stub
19:33 waf/GUI created by Amar Takhar
Stub
19:32 waf/Docs created by Amar Takhar
Stub
19:31 waf/Config created by Amar Takhar
Stub
19:28 PageTemplates/DefaultPage edited by Amar Takhar
Make the replaceables more clear. (diff)
19:20 waf edited by Amar Takhar
Add stub pages (diff)
17:39 Changeset in rtems [63e91fe6]4.115 by Martin Galvan <martin.galvan@…>
ARM: Fix _ARMV4_Exception_fiq_default In _ARMV4_Exception_fiq_default, set the F bit of the SPSR so that when it gets loaded back to the CPSR in save_more_context it won't re-enable the FIQs. Tested on a TMS570LS3137.
11:55 Changeset in rtems [6357e14a]4.115 by Sebastian Huber <sebastian.huber@…>
psxtests/psx05: Adjust test case Update #2170.
10:35 Changeset in rtems [d2ffb7dc]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add and use _Thread_Enable_dispatch_body() Update #2273.
10:32 Changeset in rtems [b99be6e]4.115 by Sebastian Huber <sebastian.huber@…>
score: Inline _Thread_Disable_dispatch() for SMP
09:33 Changeset in rtems [b8a5abf]4.115 by Sebastian Huber <sebastian.huber@…>
score: Update _Thread_Heir only if necessary Previously, the _Thread_Heir was updated unconditionally in case a new heir was determined. The _Thread_Dispatch_necessary was only updated in case the executing thread was preemptible or an internal thread was unblocked. Change this to update the _Thread_Heir and _Thread_Dispatch_necessary only in case the currently selected heir thread is preemptible or a dispatch is forced. Move the schedule decision into the change priority operation and use the schedule operation only in rtems_task_mode() in case preemption is enabled or an ASR dispatch is necessary. This is a behaviour change. Previously, the RTEMS_NO_PREEMPT also prevented signal delivery in certain cases (not always). Now, signal delivery is no longer influenced by RTEMS_NO_PREEMPT. Since the currently selected heir thread is used to determine if a new heir is chosen, non-preemptible heir threads currently not executing now prevent a new heir. This may have an application impact, see change test tm04. Document this change in sp04. Update #2273.
09:32 Changeset in rtems [222dc775]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add and use _Thread_Do_dispatch() The _Thread_Dispatch() function is quite complex and the time to set up and tear down the stack frame is significant. Split this function into two parts. The complex part is now in _Thread_Do_dispatch(). Call _Thread_Do_dispatch() in _Thread_Enable_dispatch() only if necessary. This increases the average case performance. Simplify _Thread_Handler() for SMP configurations. Update #2273.
09:29 Changeset in rtems [2b7fe356]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add parameter to Giant acquire/release Update #2273.
09:26 Changeset in rtems [0324410]4.115 by Sebastian Huber <sebastian.huber@…>
smptests: Do not use Giant directly This ensures that thread dispatching is disabled. A Giant acquire/release pair must take place in the same processor.
09:19 Changeset in rtems [bd1c9248]4.115 by Sebastian Huber <sebastian.huber@…>
sptests/sp76: Check that the right task executes
08:59 Changeset in rtems-source-builder [9b8c76d]4.104.114.95 by Sebastian Huber <sebastian.huber@…>
Add GCC patches for rtems-4.11/powerpc

02/25/15:

20:01 Ticket #2170 (pthread_mutex_trylock() erroneously returns EDEADLK) closed by Gedare Bloom <gedare@…>
fixed: In c0e01a28dad77063d8edb7f7fe2cee83a5f09b2e/rtems: […]
19:52 Changeset in rtems [76f37656]4.115 by Gedare Bloom <gedare@…>
libcsupport: scale times() call to microseconds
11:10 Ticket #2277 (RSB download from git.rtems.org fails with SSL cert error.) created by Chris Johns
Using the RSB command of: $ cd rtems-source-builder/rtems $ …

02/24/15:

17:53 Ticket #2229 (Network stack semaphore claim/release not protected for direct SCORE ...) closed by Chris Johns <chrisj@…>
fixed: In ee87007748e44aeedad7cbb6a4465714a323961c/rtems: […]
15:27 Changeset in rtems [c0e01a28]4.115 by Gedare Bloom <gedare@…>
posix: fix error return code for pthread_mutex_trylock pthread_mutex_trylock() should return EBUSY if the mutex is already locked. The translations of CORE_MUTEX_STATUS_NESTING_NOT_ALLOWED is EDEADLK which is correct for pthread_mutex_lock(). This fixes the translation for trylock. Closes #2170.
14:28 Ticket #2276 (Embed online javascript OpenRISC emulator (jor1k) to RTEMS wepbage) reopened by Gedare Bloom
I'd rather prefer to continue this discussion and see what we can do with it. Having a js simulator that runs RTEMS is pretty nice.

02/23/15:

20:42 Changeset in rtems [9d090fb7]4.115 by Gedare Bloom <gedare@…>
sparc64: fix copyright notices. The sparc64 port had some incorrect copyright notices affixed to source code files.
19:46 Ticket #1695 (bytes_transfered = rtems_rfs_rtems_error) closed by Gedare Bloom
invalid: This is no bug. The return from rtems_rfs_rtems_error is -1 for an error code, which is fine to return as an ssize_t.
18:57 Ticket #2276 (Embed online javascript OpenRISC emulator (jor1k) to RTEMS wepbage) closed by Hesham Almatary
invalid
17:28 Ticket #2248 (misaligned pointer dereference in clnt_udp.c line 363) closed by Jeffrey Hill <johill@…>
fixed: In ced84fc0ea30d33674f56bbb174b85fc662b3f75/rtems: […]
17:27 Changeset in rtems [0f3388d]4.10 by Jeffrey Hill <johill@…>
rpc: misaligned pointer dereference in clnt_udp.c line 363 see #2248
17:27 Changeset in rtems [ced84fc0]4.115 by Jeffrey Hill <johill@…>
rpc: misaligned pointer dereference in clnt_udp.c line 363 closes #2248
17:09 Ticket #2249 (misaligned address exception in cpukit/librpc/src/rpc/get_myaddress.c) closed by Jeffrey Hill <johill@…>
fixed: In 49ff36b8d76ad73ee7007ecdf86f355b610ce2b0/rtems: […]
17:06 Changeset in rtems [2fc3deae]4.10 by Jeffrey Hill <johill@…>
rpc: misaligned address exception in get_myaddress.c updates #2249 see #1401
17:06 Changeset in rtems [344856b8]4.9 by Jeffrey Hill <johill@…>
rpc: misaligned address exception in get_myaddress.c updates #2249 see #1401
17:06 Changeset in rtems [49ff36b]4.115 by Jeffrey Hill <johill@…>
rpc: misaligned address exception in get_myaddress.c closes #2249 see #1401
15:54 Changeset in rtems [6157743]4.115 by Sebastian Huber <sebastian.huber@…>
score: Simplify and fix signal delivery Deliver the POSIX signals after the thread state was updated to avoid race-conditions on SMP configurations. Update #2273.
15:49 Changeset in rtems [748fbd1]4.115 by Sebastian Huber <sebastian.huber@…>
rtems-bin2c: Fix Windows build Update #2238.
15:48 Ticket #1401 (alignment exception in ioctl(SIOCGIFCONF) on SPARC/gcc-4.3.0) closed by Till Straumann <strauman@…>
fixed: In 237595d86928874024c488d8e101fea4a727e9ab/rtems: […]
15:46 Changeset in rtems [237595d8]4.9 by Till Straumann <strauman@…>
networking: alignment exception in ioctl(SIOCGIFCONF) Access memory using a byte stream when copying to avoid unaligned access. close #1401 update #2249
15:46 Changeset in rtems [25e14e31]4.115 by Till Straumann <strauman@…>
networking: alignment exception in ioctl(SIOCGIFCONF) Access memory using a byte stream when copying to avoid unaligned access. update #1401
15:46 Changeset in rtems [70148ee]4.10 by Till Straumann <strauman@…>
networking: alignment exception in ioctl(SIOCGIFCONF) Access memory using a byte stream when copying to avoid unaligned access. update #1401
15:38 Ticket #2238 (build/rtems-bin2c.c:75: possibly unterminated string ?) closed by Gedare Bloom <gedare@…>
fixed: In 1281c34a235fd031352dd43f437d84cf2c8421a7/rtems: […]
15:38 Changeset in rtems [1281c34]4.115 by Gedare Bloom <gedare@…>
Use counted strnlen in bin2c. Closes #2238.
15:00 Ticket #2241 (testsuites/psxtests/psx07/init.c:46: bad call to printf ?) closed by Gedare Bloom <gedare@…>
fixed: In 83fe4468bc3b0d9008ea3a4768bceee42895b510/rtems: […]
14:59 Changeset in rtems [83fe4468]4.115 by Gedare Bloom <gedare@…>
psxtests: add string param to printf. closes #2241
14:39 Ticket #2276 (Embed online javascript OpenRISC emulator (jor1k) to RTEMS wepbage) created by Hesham Almatary
It would be nice if we can embed the javascript OpenRISC emulator …
12:47 Changeset in rtems [b583cc5f]4.115 by Daniel Hellstrom <daniel@…>
leon,gpiolib: add mask/unmask interrupt support
12:02 Changeset in rtems [3bb4122]4.115 by Daniel Hellstrom <daniel@…>
LEON: added new drivers to the LEON2/LEON3 BSPs Most drivers use the Driver Manager for device probing, they work on AMBA-over-PCI systems if PCI is big-endian. New APIs: * GPIO Library, interfaced to GRGPIO * GENIRQ, Generic interrupt service implementation helper New GRLIB Drivers: * ACTEL 1553 RT, user interface is similar to 1553 BRM driver * GR1553 (1553 BC, RT and BM core) * AHBSTAT (AHB error status core) * GRADCDAC (Core interfacing to ADC/DAC hardware) * GRGPIO (GPIO port accessed from GPIO Library) * MCTRL (Memory controller settings configuration) * GRETH (10/100/1000 Ethernet driver using Driver manager) * GRPWM (Pulse Width Modulation core) * SPICTRL (SPI master interface) * GRSPW_ROUTER (SpaceWire? Router AMBA configuration interface) * GRCTM (SpaceCraft? on-board Time Management core) * SPWCUC (Time distribution over SpaceWire?) * GRTC (SpaceCraft? up-link Tele core) * GRTM (SpaceCraft? down-link Tele Metry core) GR712RC ASIC specific interfaces: * GRASCS * CANMUX (select between OCCAN and SATCAN) * SATCAN * SLINK

02/22/15:

06:07 Changeset in rtems-tools [01a4192]4.104.115 by Adit Sahasrabudhe <asahasra@…>
Modified waf scripts to have a minimum python version requirement of 2.6.6, instead of 2.7.3

02/20/15:

13:08 Changeset in rtems [dc9aaf7]4.115 by Martin Galvan <martin.galvan@…>
ARM: Support VFP-D16 This patch allows the existing FPU code to support both VFP-D16 and VFP-D32. According to ARM, writes to D32DIS are ignored for D16 so there's no need to enclose the bic instruction with an #ifdef. We tested it on a TMS570LS3137 using TI initialization code and it works fine. Signed-off by: Martin Galvan <martin.galvan@…>
08:42 Changeset in rtems [a45dfa14]4.115 by Sebastian Huber <sebastian.huber@…>
IMFS: Fix copy on write for linfiles
04:00 Changeset in rtems [5eb27ce]4.115 by Nick Withers <nick.withers@…>
Don't fail to create passwd and group files if /etc already exists
01:39 TBR/UserManual/Simulators edited by Ben Gras
Added beagleboard xm emulator pointer (diff)

02/19/15:

23:27 Ticket #2275 (RSB python error building arm tools on CentOS 6.6) created by Adit
I am trying to set up an RTEMS development environment on a CentOS 6.6 …
20:50 Ticket #2148 (Blackfin doesn't switch tasks, resets dispatch_necessary before querying it) closed by Gedare Bloom <gedare@…>
fixed: In 7f1bb40aa1b87bc346bd07b893ebdd5c35e10410/rtems: […]
20:48 Changeset in rtems [7f1bb40a]4.115 by Gedare Bloom <gedare@…>
bfin: do not reset dispatch needed Closes #2148 Fix suggested in above ticket. On examination, the assembly appears to be clearing the DISPATCH_NEEDED flag before jumping to _Thread_Dispatch.
15:39 WikiStart edited by Gedare Bloom
Move Using Ada to Tutorials. (diff)
15:37 WikiStart edited by Gedare Bloom
Trim some outdated content. Move Eclipse to Tutorials. (diff)
10:12 Changeset in rtems [a3316f47]4.115 by Sebastian Huber <sebastian.huber@…>
sptests: Add missing test extension
09:13 Changeset in rtems [ead16ae1]4.115 by Daniel Hellstrom <daniel@…>
leon3: always clear interrupt controller
09:06 Changeset in rtems [5da315ff]4.115 by Daniel Hellstrom <daniel@…>
leon3: make timer initialization configurable Its now possible to select which timer core will be used for system clock timer and to control the timer prescaler that affects all timer instances on that timer core. The timer and interrupt controller AMBA devices are exported to make it possible for other code to get detailed information. For example the frequency of the timer and interrupt controller is required by the cpucounter support.
08:25 Changeset in rtems [e51eb80]4.115 by Daniel Hellstrom <daniel@…>
leon3,ngmp: simplify cpucounter initialization Remove support for using the second timer for time stamping. Instead the user can configure the system clock timer to a higher base clock frequency (lower the prescaler). This change does not affect the GR712RC or LEON4-N2X. The GR712RC does not have two GPTIMERs and the N2X uses the Interrupt Controller for time stamping. Bow that the AMBA initialization code exports the AMBA device, the frequency can be obtained without an additional AMBA PnP scanning.
08:22 Ticket #2268 (threadstartmultitasking.c has a FIXME on SMP path) closed by Sebastian Huber
fixed: [8d6e6eebedc1b70d8ae6c1dac13393b9e9c1a3b1/rtems] [7fcb71af147001311681b38836c81dddaa1005cd/rtems]
08:20 Changeset in rtems [60b0fd5]4.115 by Daniel Hellstrom <daniel@…>
leon3: clock driver rely on previous found timer No point in scanning for the same GPTIMER twice. Rely on amba.c AMBA PnP scanning.

02/18/15:

18:31 Developer/Projects/Open/RockOnRTEMS created by Gedare Bloom
New Page with initial open project description.
18:26 Developer/OpenProjects edited by Gedare Bloom
Add new project. (diff)
16:46 Changeset in rtems [4e3d9a4d]4.115 by Sebastian Huber <sebastian.huber@…>
score: Make <rtems/score/atomic.h> available Make <rtems/score/atomic.h> available for all RTEMS configurations. Use inline functions instead of macros. Use ISR disable/enable on uni-processor configurations to ensure atomicity. Update #2273.
16:18 Ticket #2233 (Commit message didn't close referenced ticket) reopened by Sebastian Huber
I have this problem again: https://devel.rtems.org/ticket/2268 [8d6e6eebedc1b70d8ae6c1dac13393b9e9c1a3b1/rtems] [7fcb71af147001311681b38836c81dddaa1005cd/rtems]
16:06 Changeset in rtems [fd14430]4.115 by Sebastian Huber <sebastian.huber@…>
IMFS: Silence warning
15:51 Developer/Projects/Open/TesterImprovements edited by Gedare Bloom
Add links to tester and sim-scripts (diff)
14:47 Ticket #2274 (Enable libgomp build in GCC) created by Sebastian Huber
libgomp is the support library for OpenMP code emitted by GCC. Adding …
14:34 Changeset in rtems [e3c9937]4.115 by Daniel Hellstrom <daniel@…>
GPTIMER: move ISR install from init1 To avoid install ISRs during init level 1 the ISR install is moved to the opening/initialization of the timer.

02/17/15:

23:15 Changeset in rtems-source-builder [d755065]4.104.114.95 by Chris Johns <chrisj@…>
Add options support for --with/--without processing. Add --with-download support. You can now test downloading by using --dry-run and --with-download. Print the redirect if one is taken.
23:12 Changeset in rtems-source-builder [6168929]4.104.114.95 by Chris Johns <chrisj@…>
Fixes to get a better update on MSYS2.
22:56 Changeset in rtems-source-builder [be63b8a]4.104.114.95 by Chris Johns <chrisj@…>
Fix coping and delete on Windows. This change uses a python.org feature to make the paths uicode which changes the WIN32 API used. The default WIN32 is limited to file lengths of 256 characters.
22:19 TBR/BSP/Leon3 edited by kgardas
(diff)
19:53 TBR/UserManual/Simulators edited by kgardas
(diff)
19:49 Changeset in rtems-libbsd [8ed1b18]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
rtems_bsd_mutex: SMP support via ISR locks
18:31 Ticket #2273 (One Step Towards Fine Grained Locking) created by Sebastian Huber
= Benefit = Improved average-case performance. Uni-processor …
17:37 Developer/OpenProjects edited by Gedare Bloom
Change meaning of italics, and italicize relevant SOCIS projects. (diff)
17:31 Developer/OpenProjects edited by Gedare Bloom
Simplify descriptions. (diff)
17:26 Developer/Projects/Open/Toolkits created by Gedare Bloom
New Page with initial open project description.
17:20 Developer/OpenProjects edited by Gedare Bloom
Fix descriptions. (diff)
17:17 Developer/OpenProjects edited by Gedare Bloom
Fix name of RTL project. (diff)
17:13 Developer/Projects/Open/TIPC created by Gedare Bloom
New Page with initial open project description.
17:12 Developer/Projects/Open/PortMonkey created by Gedare Bloom
New Page with initial open project description.
17:11 Developer/OpenProjects edited by Gedare Bloom
Add links for open project pages. (diff)
17:05 Developer/Projects/Open/ARINC653API edited by Gedare Bloom
Fix TOC and links. (diff)
17:04 Developer/OpenProjects edited by Gedare Bloom
Fix broken link (diff)
17:02 Developer/OpenProjects edited by Gedare Bloom
Fix links. (diff)
17:01 Developer/OpenProjects edited by Gedare Bloom
make coverage higher priority (diff)
17:01 Developer/OpenProjects edited by Gedare Bloom
Fix links. (diff)
17:00 Developer/OpenProjects edited by Gedare Bloom
Remove duplicate project. (diff)
16:58 Developer/OpenProjects edited by Gedare Bloom
Fix descriptions. (diff)
16:57 Developer/Projects/Open/ProgammableLogicController created by Gedare Bloom
New Page with initial open project description.
16:57 Developer/Projects/Open/OSEK created by Gedare Bloom
New Page with initial open project description.
16:44 Developer/OpenProjects edited by Gedare Bloom
Add links for open project pages. (diff)
16:39 Developer/Projects/Open/V8 edited by Gedare Bloom
Fix trac markup. (diff)
16:32 Ticket #2272 (Checksum error) created by Jerry
I'm following the tutorial to get RTEMS set up on my Ubuntu 14.04. I …
16:12 Developer/OpenProjects edited by Gedare Bloom
Fix descriptions. (diff)
16:11 Developer/Projects/Open/V8 created by Gedare Bloom
New Page with initial open project description.
16:10 Developer/OpenProjects edited by Gedare Bloom
Add links for open project pages. (diff)
16:06 Developer/OpenProjects edited by Gedare Bloom
Replace IDL/COM with SWIG project. Move it to Languages. (diff)
16:05 Developer/Projects/Open/SWIGforRTEMS edited by Gedare Bloom
Update page. (diff)
16:04 Developer/Projects/Open/SWIGforRTEMS edited by Gedare Bloom
New Page with initial open project description. (diff)
15:51 Developer/OpenProjects edited by Gedare Bloom
Retire AIO (diff)
15:47 Developer/OpenProjects edited by Gedare Bloom
Update instructions on adding a new project. (diff)
15:31 Ticket #2271 (Improved timestamp implementation) created by Sebastian Huber
= Benefit = Improved average-case and worst-case performance. …
15:08 Ticket #2270 (SPARC: Optimized floating-point context handling) created by Sebastian Huber
= Benefit = Improved average-case performance. Uni-processor …
12:46 Developer/OpenProjects edited by Gedare Bloom
Fix descriptions. (diff)
12:45 Developer/Projects/Open/MemoryProtection created by Gedare Bloom
New Page with initial open project description.
12:43 Changeset in rtems [7fcb71a]4.115 by Sebastian Huber <sebastian.huber@…>
score: Fix _Thread_Start_multitasking() on SMP Close #2268.
12:42 Developer/Projects/Open/SimulatorBSPs created by Gedare Bloom
New Page with initial open project description.
12:39 Developer/Projects/Open/ImproveRaspberryPiBSP edited by Gedare Bloom
Add mentor. (diff)
12:38 Developer/Projects/Open/Emulatei386BIOS created by Gedare Bloom
New Page with initial open project description.
12:37 Developer/Projects/Open/ImproveRaspberryPiBSP created by Gedare Bloom
New Page with initial open project description.
12:34 Developer/OpenProjects edited by Gedare Bloom
Make more consistent. (diff)
09:00 Changeset in rtems [8d6e6eeb]4.115 by Sebastian Huber <sebastian.huber@…>
score: Fix FP context restore via _Thread_Handler After a context switch we end up in the second part of _Thread_Dispatch() or in _Thread_Handler() in case of new threads. Use the same function _Thread_Restore_fp() to restore the floating-point context. It makes no sense to do this in _Thread_Start_multitasking(). This fixes also a race condition in SMP configurations. Update #2268.

02/16/15:

21:50 Developer/OpenProjects edited by Gedare Bloom
Fix broken link (diff)
21:50 GSoC/2013/Raspberry_Pi_BSP_Peripherals edited by Gedare Bloom
Fix TOC (diff)
21:47 Developer/Projects/Open/StackAnalysis edited by Joel Sherrill
Add references (diff)
21:46 Developer/Projects/StrictOrderMutex created by Gedare Bloom
New Page with initial open project description.
21:45 Developer/Projects/Open/TinyRTEMS created by Gedare Bloom
New Page with initial open project description.
21:44 Developer/Projects/Open/ImproveSMP created by Gedare Bloom
New Page with initial open project description.
21:43 Developer/OpenProjects edited by Gedare Bloom
Make more consistent. (diff)
21:40 Developer/Projects/Open/UnifiedInterrupts created by Gedare Bloom
New Page with initial open project description.
20:45 Developer/Projects/Open/AddCoverageToGDBSimulators edited by Amar Takhar
Remove <>'s around wiki page in TOC() (diff)
20:05 Developer/SMP edited by Sebastian Huber
Fix link. (diff)
20:02 Developer/SMP edited by Sebastian Huber
Fix some links. (diff)
19:45 Developer/SMP edited by Sebastian Huber
Fix references. (diff)
19:22 Developer/SMP edited by Sebastian Huber
Fix git references. (diff)
19:15 Developer/SMP edited by Sebastian Huber
Fix code blocks. (diff)
18:00 Developer/Projects/Open/AddCoverageToGDBSimulators created by Joel Sherrill
New page
17:53 Developer/Projects/Open/StackAnalysis edited by Joel Sherrill
Enhance. (diff)
17:43 Developer/OpenProjects edited by Joel Sherrill
Add idea to add coverage/tracing support to GDB simulators used by RTEMS project. (diff)
17:40 Developer/OpenProjects edited by Joel Sherrill
Fix indentation on OpenRISC link. It isn't a language run-time. (diff)
16:47 Developer/OpenProjects edited by Joel Sherrill
Asynchronous IO is implemented but not List IO. Move out of retired projects. (diff)
14:59 Developer/SMP edited by Sebastian Huber
Fix layout (diff)
10:55 Changeset in rtems [c34f94f7]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add _CPU_SMP_Prepare_start_multitasking() Update #2268.
00:27 Changeset in rtems-tools [e143a62]4.104.115 by Chris Johns <chrisj@…>
Fix the chmod octal value to use the correct Python syntax.
00:25 Changeset in rtems-tools [a8c4f3f]4.104.115 by Chris Johns <chrisj@…>
Update the Windows header to direct.h for _mkdir per the MSDN.
Note: See TracTimeline for information about the timeline view.