Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Timeline



12/01/14:

07:25 Ticket #1741 (Math tests don't work with optimization enabled) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"80d99aa20cd0e8fa519c3fe1e4e7402931dfa4cb/rtems"]: […]
03:57 Ticket #2204 (mcf5235 has invalid code in start up) closed by Chris Johns <chrisj@…>
fixed: In [changeset:"dd309b10544bfceda968ac847ad34c3d90ca8281/rtems"]: […]
02:51 Ticket #2204 (mcf5235 has invalid code in start up) created by Chris Johns
The mcf5235 crashes on boot with: dBUG> TRAP #7 PC: 000442F2 SR: 2704 …

11/30/14:

07:31 GSoC/2010 edited by Chris Johns
(diff)
07:17 GSoC/2009/Wrapup edited by Chris Johns
(diff)
07:14 GSoC/2009 edited by Chris Johns
(diff)
07:11 GSoC/2008/TinyRTEMS edited by Chris Johns
(diff)
07:09 GSoC/2008/RunTimeTracing edited by Chris Johns
(diff)
07:08 GSoC/2008/LWP_NIPOA edited by Chris Johns
(diff)
07:08 GSoC/2008/DebianPackagesAndScripts edited by Chris Johns
(diff)
07:05 GSoC/2008 edited by Chris Johns
(diff)
04:18 Ticket #2203 (edit command results in crash in shell after save and exit.) created by Chris Johns
To repeat run the fileio example in the SPARC simulator, select shell …

11/28/14:

12:58 Ticket #1367 (Malloc statistics wrong in R4.10) closed by Sebastian Huber
fixed: It is fixed for 4.11: [01557b0c6e723627427195bb33bdfe0b125c70b1/rtems] [2c3c657625f5129e3062058a2c83f0020fd6bab5/rtems] [d006b46df31f6e5f28237fe40eafb135e684b739/rtems] No plans to fix this for 4.10.
10:13 Ticket #1485 (Locks while accessing sync_active field in bdbuf library) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"3b4ca3ab0f99d15794a3eee60b5735f834fd898c/rtems"]: […]

11/27/14:

13:19 Ticket #1486 (Reset of all hold timers when sync_active in ...) closed by Sebastian Huber
fixed: Fixed with [8aa608df3241d07de26d8700ce762476a09a7706/rtems].
13:04 Ticket #2062 (c/src/lib/libbsp/powerpc/qoriq/include/hwreg_vals.h is empty) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"3a8566b7966c6da0849792c3959900d9de9cb824/rtems"]: […]
12:54 Ticket #1817 (Variable _Thread_Heir is not protected against interrupts) closed by Sebastian Huber
wontfix
12:54 Ticket #1817 (Variable _Thread_Heir is not protected against interrupts) reopened by Sebastian Huber
12:53 Ticket #1817 (Variable _Thread_Heir is not protected against interrupts) closed by Sebastian Huber
fixed: I reviewed rtems_task_mode(). There is no problem since a call to a global function (_ISR_Set_level()) is between the executing->is_preemptible update and the call to _Thread_Is_heir().
12:39 Ticket #2030 (Export more shell functions) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"43b09a9865760ec7ae7fcd0ef75842f3a201d5a7/rtems"]: […]
10:01 Ticket #1558 (spi-sd-card: debug output not updated with new disk device interface) closed by Pavel Pisa <ppisa4lists@…>
fixed: In [changeset:"7d015db0c67dbaf64abdeaad317f5344ad2afa4c/rtems"]: […]

11/25/14:

06:58 GSoC edited by Chris Johns
(diff)
06:10 FAQ/AlgorithmicComplexity edited by Chris Johns
(diff)
06:07 Event/FOSS_IN/Report edited by Chris Johns
(diff)

11/24/14:

22:14 GSoC edited by Amar Takhar
Fix some markup (diff)
15:01 Ticket #2118 (The unstable arm build set breaks on Ubuntu 13.04 beta.) closed by Joel Sherrill
wontfix: The code has very likely moved enough on both sides where this should be closed.
14:57 Ticket #532 (automake-1.8 will not build rtems-4.6.0) closed by Joel Sherrill
wontfix: Who cares anymore?
14:18 Ticket #2165 (Sort the BSP lists in acinclude.m4 files.) closed by Joel Sherrill
fixed: Chris applied the patch.
14:16 Ticket #1990 (sys/resource.h lacking getrusage) closed by Joel Sherrill
fixed: Patch committed to newlib.
08:18 Ticket #2018 (gethostbyname_r() is broken) closed by Sebastian Huber
fixed: HEAD: http://git.rtems.org/rtems/commit/?h=4.10&id=8c85ca3f302cb69ba290dd64c9291faa0a23bbec 4.10: http://git.rtems.org/rtems/commit/?h=4.10&id=0444c0318093d4f6d6f1165b7c8b6d81132d2538 4.9: http://git.rtems.org/rtems/commit/?h=4.9&id=8553d6495fe767722933a9da33d65bffc5ee13a0
07:51 Ticket #1626 (Can't seek in i2c eeprom devices) closed by Sebastian Huber
wontfix: Something went wrong with the Bugzilla to trac conversion. The patch is completely unrelated to this ticket. I will not work on a fixes for libi2c stuff. I suggest to use the new I2C framework. The new I2C EEPROM device supports lseek(). http://git.rtems.org/rtems/tree/cpukit/dev/i2c/eeprom.c
07:28 Ticket #2173 (Potential integer overflow problem in EDF scheduler) reopened by Sebastian Huber
Actually the Bugzilla to trac conversion seems to have a lot of errors. This was not a hardware problem. This is still an open issue. Without much consideration I would fix it like this: 1. Make the tick since boot uint64_t. 2. Make the Thread_Control::current_priority and Thread_Control::real_priority int64_t (to support easy comparison operations for RB tree insert and search). 3. Remove the Scheduler_Operations::priority_compare operation. With a system tick of 1ns the system can run 146years before something overflows.

11/23/14:

22:16 Ticket #1959 (LEON_Is_interrupt_masked for Leon2 in leon.h) closed by Jiri Gaisler
fixed
22:13 Ticket #1958 (LEON_Is_interrupt_masked for Leon3 in leon.h) closed by Jiri Gaisler
fixed: I believe the attached patch solves the problem. Note that the condition needs to be inverted.
20:01 Ticket #2194 (Ticket and Milestone cleanup) closed by Gedare Bloom
fixed
19:55 Ticket #2174 (Memory corruption with EDF scheduler and thread priority queues) closed by Gedare Bloom
fixed: --- Comment #2 from Gedare <gedare@…> 2014-03-25 08:40:38 CDT --- (In reply to comment #1) > I added a workaround for this problem: > > http://git.rtems.org/rtems/commit/?id=1fac361fb9d4ec7f5b4ad2801ee6ff5858c82942 Thanks. I see this basically implements #1 described above about not allowing to block w/ priority. If anyone wants to actually use this EDF scheduler in a system with priority/deadline-based blocking, they should implement a proper solution with #2 or #3.
17:33 Ticket #1342 (prog-gnat.m4 will find native gnat if no cross) closed by Joel Sherrill
wontfix
17:25 Ticket #1962 (Problems with MVME162 BSP) closed by Joel Sherrill
fixed: I committed this on 2 Feb 2012. It appears to be on 4.10 and 4.11.
17:04 Ticket #1771 (All stats output form smc91111 on a single line) closed by Joel Sherrill
fixed: Patch applied.
16:47 Ticket #2098 (CLOCK_PROCESS_CPUTIME_ID) closed by Joel Sherrill
fixed: Constant is in current code.
16:44 Ticket #1866 (posix timing tests: psxtmbarrier04) closed by Joel Sherrill
fixed
16:44 Ticket #1981 (RFE: Remove pthread_attr_setcputime/pthread_attr_getcputime) closed by Joel Sherrill
fixed
16:41 Ticket #1821 (libtests/termios05: Unused files) closed by Joel Sherrill <joel.sherrill@…>
fixed: In [changeset:"6570876d0ed5bda394ba8f207bd6d06045c4c777/rtems"]: […]
16:37 Ticket #2110 (AVR POINTER_REGS error) closed by Joel Sherrill
wontfix: The AVR tools break and then work, then break again. This is tracking an old GCC PR.
16:31 Ticket #2141 (tar01/tar02 dependent on pax being installed) closed by Joel Sherrill
worksforme
16:26 Ticket #2173 (Potential integer overflow problem in EDF scheduler) closed by Joel Sherrill
wontfix: Sebastian noted this was a hardware problem. Seems to indicate problem is NA now.
16:20 Ticket #2085 (rtems_configuration_table documentation in Section 23.3 of C User's Guide) closed by Joel Sherrill
fixed
16:03 Ticket #2113 (sparc/leon2 - incorrect include for <ringbuf.h>) closed by Joel Sherrill
fixed
15:43 Ticket #2080 (Fatal error user extension exposes internal score ...) closed by Joel Sherrill
fixed: Sebastian did significant rework on the normal and fatal termination path. If there are still issues, raise another ticket.
15:42 Ticket #2168 (Add a build-only option to rtems-graphics-toolkit) closed by Joel Sherrill
fixed
15:40 Ticket #2201 (trac problems with comment history conversion) closed by Gedare Bloom
wontfix
15:13 Ticket #2175 (C++ Exception Catch Handler Crash on Sparc ERC32 Simulator(SIS)) closed by Joel Sherrill
fixed
15:11 Ticket #2103 (m4 Minimum Version) closed by Joel Sherrill
fixed
15:11 Ticket #2102 (Minimum Python Version) closed by Joel Sherrill
wontfix
15:10 Ticket #1214 (inttypes.h's PRI*PTR uses %*ll where it should use %*l) closed by Joel Sherrill
fixed: Reported years ago against an old newlib but not worked on until recently. The fix will not be backported. But it is fixed now.
14:45 Ticket #2202 (moxie tools fail to build - DTC has moved) created by Joel Sherrill
On 11/21/2014 10:17 AM, Joel Sherrill wrote: > > …
14:43 Ticket #1423 (inconsitience in _Objects_Initialize_information) closed by Joel Sherrill
fixed
11:40 Developer/Git/Committers edited by Chris Johns
(diff)
11:40 Developer/Git/Committers edited by Chris Johns
(diff)
11:38 Developer/Git/Committers edited by Chris Johns
Updated. The personal repo picture is missing. (diff)
07:31 Event/FOSS_IN/Report edited by Chris Johns
(diff)
07:30 Event/FOSS_IN/Report edited by Chris Johns
(diff)
07:29 TBR/UserApp/Space/Solar_Dynamic_Observatory edited by Chris Johns
(diff)
07:23 Release/4.9 edited by Chris Johns
(diff)
07:06 Release/4.9 edited by Chris Johns
(diff)
06:53 Developer/Testing/TestSuites edited by Chris Johns
(diff)
06:52 GSoC/2011/gprof edited by Chris Johns
(diff)
06:49 Developer/SmallProjects edited by Chris Johns
(diff)
06:46 Developer/Projects/Open/TestingImprovements edited by Chris Johns
(diff)
06:42 FAQ/AlgorithmicComplexity edited by Chris Johns
(diff)
06:38 Developer/Simulators/VMWare edited by Chris Johns
(diff)
06:37 FAQ/AlgorithmicComplexity edited by Chris Johns
(diff)
06:31 Developer/Simulators/SkyEye edited by Chris Johns
(diff)
05:26 Developer/Simulators/Bochs edited by Chris Johns
(diff)
05:25 Developer/Simulators/Bochs edited by Chris Johns
(diff)
05:12 Ticket #2193 (Fix images in the Wiki) closed by Amar Takhar
fixed: These are fixed. Board images have not been brought in.
05:07 Jsherril.gif attached to TBR/User/JoelSherrill by Amar Takhar
Imported from old wiki.
05:07 Shttpd_osmonweb_classic_tasks.jpg attached to TBR/UserManual/Simple_HTTPD by Amar Takhar
Imported from old wiki.
05:07 Rtems_shttpd_stackusage.jpg attached to TBR/UserManual/Simple_HTTPD by Amar Takhar
Imported from old wiki.
05:07 Rtems_shttpd_cpuusage.jpg attached to TBR/UserManual/Simple_HTTPD by Amar Takhar
Imported from old wiki.
05:07 Rtems_shttpd_main.jpg attached to TBR/UserManual/Simple_HTTPD by Amar Takhar
Imported from old wiki.
05:07 RTEMSArchitecture.png attached to TBR/UserManual/RTEMS_Software_Architecture by Amar Takhar
Imported from old wiki.
05:07 CoverageFlow.png attached to TBR/UserManual/RTEMS_Coverage_Analysis by Amar Takhar
Imported from old wiki.
05:07 Flight_bau.jpg attached to TBR/UserApp/Space/THEMIS by Amar Takhar
Imported from old wiki.
05:07 203861main_Pederson_aurora.jpg attached to TBR/UserApp/Space/THEMIS by Amar Takhar
Imported from old wiki.
05:07 Solar-dynamics-observatory-image.jpg attached to TBR/UserApp/Space/Solar_Dynamic_Observatory by Amar Takhar
Imported from old wiki.
05:07 Solar-dynamics-observatory.jpg attached to TBR/UserApp/Space/Solar_Dynamic_Observatory by Amar Takhar
Imported from old wiki.
05:07 Proba2_title.jpg attached to TBR/UserApp/Space/PROBA-2 by Amar Takhar
Imported from old wiki.
05:07 Herschel-Small.jpg attached to TBR/UserApp/Space/Herschel by Amar Takhar
Imported from old wiki.
05:07 Gaia_Predictions.jpg attached to TBR/UserApp/Space/GAIA by Amar Takhar
Imported from old wiki.
05:07 GAIA_title.jpg attached to TBR/UserApp/Space/GAIA by Amar Takhar
Imported from old wiki.
05:07 ELC_COMPONENT_4.png attached to TBR/UserApp/Space/Express_Logistics_Carrier by Amar Takhar
Imported from old wiki.
05:07 ELC_COMPONENT_3.png attached to TBR/UserApp/Space/Express_Logistics_Carrier by Amar Takhar
Imported from old wiki.
05:07 ELC_COMPONENT_2.jpg attached to TBR/UserApp/Space/Express_Logistics_Carrier by Amar Takhar
Imported from old wiki.
05:07 ELC_COMPONENT_1.png attached to TBR/UserApp/Space/Express_Logistics_Carrier by Amar Takhar
Imported from old wiki.
05:07 ELC_Workers.jpg attached to TBR/UserApp/Space/Express_Logistics_Carrier by Amar Takhar
Imported from old wiki.
05:07 ELC1.jpg attached to TBR/UserApp/Space/Express_Logistics_Carrier by Amar Takhar
Imported from old wiki.
05:07 ExoMars_Trace_Gas_Orbiter.jpg attached to TBR/UserApp/Space/ExoMars by Amar Takhar
Imported from old wiki.
05:07 Exomars_edm.jpg attached to TBR/UserApp/Space/ExoMars by Amar Takhar
Imported from old wiki.
05:07 ExoMars_prototype_rover.jpg attached to TBR/UserApp/Space/ExoMars by Amar Takhar
Imported from old wiki.
05:07 ExoMars_Title.jpg attached to TBR/UserApp/Space/ExoMars by Amar Takhar
Imported from old wiki.
05:07 Electra-EDL.png attached to TBR/UserApp/Space/Electra by Amar Takhar
Imported from old wiki.
05:07 MRO-front-view_br.jpg attached to TBR/UserApp/Space/Electra by Amar Takhar
Imported from old wiki.
05:07 Dawn-Mission-Milestones.jpg attached to TBR/UserApp/Space/Dawn by Amar Takhar
Imported from old wiki.
05:07 Dawn-Against-Hartmann.jpg attached to TBR/UserApp/Space/Dawn by Amar Takhar
Imported from old wiki.
05:07 Payload-deck-400.jpg attached to TBR/UserApp/Magnetospheric_MultiScale by Amar Takhar
Imported from old wiki.
05:07 Hybrid_z.jpg attached to TBR/UserApp/HybridZ by Amar Takhar
Imported from old wiki.
05:07 FDR.jpg attached to TBR/UserApp/FDR by Amar Takhar
Imported from old wiki.
05:07 Technic02.gif attached to TBR/UserApp/AMV_Technic_I by Amar Takhar
Imported from old wiki.
05:06 PROBA3-02-LR_large,0.jpg attached to TBR/Delete/FUGUYS by Amar Takhar
Imported from old wiki.
05:06 Mvme2100diagram.png attached to TBR/BSP/Mvme2100 by Amar Takhar
Imported from old wiki.
05:06 MPC8313ERDB_BD.jpg attached to TBR/BSP/Gen83xx by Amar Takhar
Imported from old wiki.
05:06 Sequence_diagram.png attached to Projects/MMU_Support by Amar Takhar
Imported from old wiki.
05:06 SPARC-SIS-HelloWorld-Modded.png attached to GSoC/GettingStarted by Amar Takhar
Imported from old wiki.
05:06 SPARC-SIS-HelloWorld.png attached to GSoC/GettingStarted by Amar Takhar
Imported from old wiki.
05:06 Soc-logo-google-blue.jpg attached to GSoC/2013 by Amar Takhar
Imported from old wiki.
05:06 GSOC12logo.png attached to GSoC/2012 by Amar Takhar
Imported from old wiki.
05:06 GSoC2011_300x200.png attached to GSoC/2011 by Amar Takhar
Imported from old wiki.
05:06 Gsoc_2010_950x846px.png attached to GSoC/2010 by Amar Takhar
Imported from old wiki.
05:06 RTEMS_Trace.png attached to GSoC/2009/Wrapup by Amar Takhar
Imported from old wiki.
05:06 RTEMS_Skyeye.jpg attached to GSoC/2009/Wrapup by Amar Takhar
Imported from old wiki.
05:06 Microwindows_Minesweeper.jpg attached to GSoC/2009/Wrapup by Amar Takhar
Imported from old wiki.
05:06 Coverage_refined.png attached to GSoC/2009/Wrapup by Amar Takhar
Imported from old wiki.
05:06 Soc-logo-google-blue.jpg attached to GSoC by Amar Takhar
Imported from old wiki.
05:06 MiniVM_Test.jpg attached to Developer/VirtualMachines/VMWareSetup by Amar Takhar
Imported from old wiki.
05:06 MiniVM_Boot.jpg attached to Developer/VirtualMachines/VMWareSetup by Amar Takhar
Imported from old wiki.
05:06 MiniVM_Ready.jpg attached to Developer/VirtualMachines/VMWareSetup by Amar Takhar
Imported from old wiki.
05:06 MiniVM_No_USB.jpg attached to Developer/VirtualMachines/VMWareSetup by Amar Takhar
Imported from old wiki.
05:06 MiniVM_NoFloppy.jpg attached to Developer/VirtualMachines/VMWareSetup by Amar Takhar
Imported from old wiki.
05:06 MiniVM_isoImg.jpg attached to Developer/VirtualMachines/VMWareSetup by Amar Takhar
Imported from old wiki.
05:06 MiniVM_isoCD.jpg attached to Developer/VirtualMachines/VMWareSetup by Amar Takhar
Imported from old wiki.
05:06 MiniVM_NoNIC.jpg attached to Developer/VirtualMachines/VMWareSetup by Amar Takhar
Imported from old wiki.
05:06 MiniVM_NoHD.jpg attached to Developer/VirtualMachines/VMWareSetup by Amar Takhar
Imported from old wiki.
05:06 MiniVM_MemCPU.jpg attached to Developer/VirtualMachines/VMWareSetup by Amar Takhar
Imported from old wiki.
05:06 MiniVM_GuestOS.jpg attached to Developer/VirtualMachines/VMWareSetup by Amar Takhar
Imported from old wiki.
05:06 MiniVM_Name.jpg attached to Developer/VirtualMachines/VMWareSetup by Amar Takhar
Imported from old wiki.
05:06 Serial_test.jpg attached to Developer/Simulators/VMWare by Amar Takhar
Imported from old wiki.
05:06 Serial_HyperTerminal.jpg attached to Developer/Simulators/VMWare by Amar Takhar
Imported from old wiki.
05:06 Serial_Grub.jpg attached to Developer/Simulators/VMWare by Amar Takhar
Imported from old wiki.
05:06 Serial_bios_cfg.jpg attached to Developer/Simulators/VMWare by Amar Takhar
Imported from old wiki.
05:06 Serial_bios.jpg attached to Developer/Simulators/VMWare by Amar Takhar
Imported from old wiki.
05:06 Serial_properties.jpg attached to Developer/Simulators/VMWare by Amar Takhar
Imported from old wiki.
05:06 Serial_physical.jpg attached to Developer/Simulators/VMWare by Amar Takhar
Imported from old wiki.
05:06 Serial_Address.jpg attached to Developer/Simulators/VMWare by Amar Takhar
Imported from old wiki.
05:06 Serial_2ports.jpg attached to Developer/Simulators/VMWare by Amar Takhar
Imported from old wiki.
05:06 Git-personalrepo.png attached to Developer/Git/Committers by Amar Takhar
Imported from old wiki.
05:06 Org-rtems-cdt-problem-1.jpg attached to Developer/Eclipse/Plugin by Amar Takhar
Imported from old wiki.
05:06 Org-rtems-cdt-problem-0.jpg attached to Developer/Eclipse/Plugin by Amar Takhar
Imported from old wiki.
05:06 Org-rtems-cdt-props.jpg attached to Developer/Eclipse/Plugin by Amar Takhar
Imported from old wiki.
05:06 Repi-project.jpg attached to Developer/Eclipse/Plugin by Amar Takhar
Imported from old wiki.
05:06 Repi-setup.jpg attached to Developer/Eclipse/Plugin by Amar Takhar
Imported from old wiki.
05:06 Repi-install.jpg attached to Developer/Eclipse/Plugin by Amar Takhar
Imported from old wiki.
05:06 CodeCoverageSPARC-LEON3.png attached to Developer/Coverage/Status by Amar Takhar
Imported from old wiki.
05:06 CodeCoverageSPARC-LEON2.png attached to Developer/Coverage/Status by Amar Takhar
Imported from old wiki.
05:06 CodeCoverageSPARC-ERC32.png attached to Developer/Coverage/Status by Amar Takhar
Imported from old wiki.
05:06 CodeCoveragem68k-uC5282.png attached to Developer/Coverage/Status by Amar Takhar
Imported from old wiki.
05:06 CodeCoveragei386-pc386.png attached to Developer/Coverage/Status by Amar Takhar
Imported from old wiki.
05:06 CodeCoverageARM-SMDK2410.png attached to Developer/Coverage/Status by Amar Takhar
Imported from old wiki.
05:06 CodeCoverageARM-EDB7312.png attached to Developer/Coverage/Status by Amar Takhar
Imported from old wiki.
05:06 CoverageCategories.png attached to Developer/Coverage/Theory by Amar Takhar
Imported from old wiki.
04:55 Developer/SMP edited by Chris Johns
(diff)
04:35 Developer/OpenProjects edited by Chris Johns
(diff)
02:06 Ticket #2107 (Cygwin build fails with binutils installed under $PREFIX) closed by Chris Johns
fixed: MinGW tools building on Unix hosts has been fixed.
00:25 Ticket #2069 ([CBS Scheduler] Memory leak and enqueue problem) closed by Gedare Bloom
fixed: Closing, there were two issues and one was fixed. If Andreas still has the other (mmeory leak?) then another PR should get filed.
00:21 Ticket #1404 (The Haleakala BSP lacks a network driver) closed by Joel Sherrill
fixed
00:19 Ticket #1992 (HTML output error) closed by Joel Sherrill
wontfix: This is a bug in makeinfo/texinfo and fixed in some versions. texinfo 5.0 should be OK.

11/22/14:

16:12 Ticket #2111 (AVR needs avr-libc to compile RTEMS.) closed by Joel Sherrill
invalid
16:05 Ticket #1446 (BSP_SHARED_HANDLER_SUPPORT breaks multilibs) closed by Joel Sherrill
wontfix: include/rtems/irq.h defines an interface that BSPs should support. The implementation is mostly on the BSP side. This is an odd sitting on the fence case where we define an API set in common part expecting an implementation at the BSP level.
15:31 Ticket #1700 (Add missing pthread routines) closed by Joel Sherrill
fixed: Patch merged to newlib 2010-12-08
15:29 Ticket #2057 (Merge binutils PR3991 to allow PowerPC Bootloader to work) closed by Joel Sherrill
fixed: Binutils PR 13991 closed 2012-05-11 for binutils 2.22 or 2.23. Recent enough to be a 4.11 milestone.
15:25 Ticket #1652 (powerpc-gcc -msdata breakdown on incomplete initializers) closed by Joel Sherrill
fixed: GCC PR closed on 2010-06-29 with commit to 4.5 and 4.6 branches. Changing milestone to 4.11 and closing.
14:51 Ticket #1373 (newlib >= 1.16.0's sched.h collides with RTEMS sched.h) closed by Gedare Bloom
fixed
14:50 Ticket #1353 (Incorrect documentation for building RTEMS 4.9.x toolchain.) closed by Gedare Bloom
fixed
14:47 Ticket #514 (Add timeslice exhaust to Classic API) closed by Gedare Bloom
fixed
14:34 Ticket #1943 (NULL pointer access in if_ppp.c) closed by Gedare Bloom
fixed: I applied to 4.10 and 4.9.
14:29 Ticket #1712 (Add LWIP Support to RTEMS) reopened by Gedare Bloom
14:28 Ticket #1712 (Add LWIP Support to RTEMS) closed by Gedare Bloom
wontfix
14:13 Ticket #1361 (capture: empty names in ctload and ctlist commands.) closed by Gedare Bloom
fixed
13:50 Ticket #1706 (pc386: spurious interrupt 7) closed by Gedare Bloom
wontfix
13:45 Ticket #1445 (sparc+pc386 pci_[read|write]_config_* messed up) closed by Gedare Bloom
fixed
13:16 Ticket #2064 (Switch arm-rtems default target name to EABI) closed by Gedare Bloom
fixed
12:44 Ticket #1669 ([4.5/4.6 Regression] libgcc does not include t-ppccomm on rtems) closed by Gedare Bloom
fixed
12:40 Ticket #1475 (SIZE_MAX) closed by Gedare Bloom
fixed
05:50 Developer/Multilib edited by Chris Johns
(diff)
05:48 Developer/Laboratory edited by Chris Johns
(diff)
05:43 Developer/Git/Committers edited by Chris Johns
(diff)
05:37 Developer/GSoC/ProjectManagement edited by Chris Johns
(diff)
05:33 Developer/FileSystems edited by Chris Johns
(diff)
05:25 Developer/Eclipse/Plugin edited by Chris Johns
(diff)
05:25 Developer/Eclipse/Plugin edited by Chris Johns
(diff)
05:22 Developer/Eclipse/Information edited by Chris Johns
(diff)
05:22 Developer/Eclipse/Information edited by Chris Johns
(diff)
05:17 Developer/Coverage/Status edited by Chris Johns
(diff)
05:12 Developer/Contributors edited by Chris Johns
(diff)
05:05 Developer/Coverage/Theory edited by Chris Johns
(diff)
05:04 Developer/Coverage/Theory edited by Chris Johns
(diff)
04:57 Developer/CodeSwarm edited by Chris Johns
(diff)
04:53 Developer/Coding/NamingRules edited by Chris Johns
(diff)
04:47 Developer/Coding/NamingRules edited by Chris Johns
(diff)
04:39 Developer/Coding/GenerateAPatch edited by Chris Johns
(diff)
04:38 Developer/Coding/Doxygen_for_BSPs edited by Chris Johns
(diff)
04:32 Ticket #2201 (trac problems with comment history conversion) created by Gedare Bloom
Some comments from the bugzilla appear to be misplaced, for example: …
04:31 Developer/AtomicSupport edited by Chris Johns
Fix table formatting. (diff)
04:30 Ticket #2074 (i386 soft-float libraries are incomplete) closed by Gedare Bloom
wontfix
04:26 Ticket #2127 (this is my l-sparc.txt can you help me please) closed by Gedare Bloom
worksforme
04:17 Developer/Coding/Doxygen edited by Chris Johns
(diff)
04:00 Debugging/GDBScripts edited by Chris Johns
(diff)
03:59 Debugging/GDBScripts edited by Chris Johns
(diff)
03:20 WikiStart edited by Chris Johns
(diff)
03:19 WikiStart edited by Chris Johns
(diff)
03:14 WikiStart edited by Chris Johns
(diff)
03:13 WikiStart edited by Chris Johns
(diff)
03:12 WikiStart edited by Chris Johns
(diff)
03:11 WikiStart edited by Chris Johns
(diff)
03:07 Projects/ARINC653VM edited by Chris Johns
(diff)
03:07 Projects/ARINC653VM edited by Chris Johns
(diff)
03:06 Projects/ARINC653VM edited by Chris Johns
(diff)
03:06 Projects/ARINC653VM edited by Chris Johns
(diff)

11/21/14:

19:21 Ticket #2200 (Missing IRC logs) created by Gedare Bloom
The IRC logs are not available via the www.rtems.org anymore.
19:20 Ticket #2199 (Automate doc build) created by Gedare Bloom
The manuals in doc/ are no longer being generated nightly. RSB …
19:20 Ticket #2198 (Automate doxygen build) created by Gedare Bloom
The doxygen builds are no longer being generated nightly.
19:17 Ticket #2197 (Fix broken wiki tables) created by Gedare Bloom
The conversion left some wiki markup incomplete, including tables. See …
17:00 Ticket #1936 (RFE: Abandon ualarm) closed by Joel Sherrill
wontfix: Nah.. if Fedora 20 still supports it, I don't see why we should drop it.
16:59 Ticket #1575 (Some error in the RTEMS C USER‘s GUIDE?) closed by Joel Sherrill
worksforme: This section of the documentation has been overhauled. I can't tell if the problem even applies.
16:54 Ticket #1387 (Interrupt Manager Services Callable from ISR) closed by Joel Sherrill
fixed: It appears that this request in the above comment is made in the current documentation.
15:45 Ticket #1699 (Add libdbm to cpukit) closed by Joel Sherrill
wontfix: No. Should be packaged as an RSB library. If someone cares, revisit and do that way.
15:44 Ticket #1473 (mips 64bit issues?) closed by Joel Sherrill
fixed: There are no warnings building this code now.
15:43 Ticket #711 (newlib/libc/ctype/wctype.c contains invalid code) closed by Joel Sherrill
fixed: Wow! Newlib 1.11.0 .. closing.
15:42 Ticket #588 (gcc: Remove m505/roe multilib variant) closed by Joel Sherrill
fixed: Current tools do not have the m505/roe multilib. No idea how long it has been gone.
15:41 Ticket #350 (Honor user setting LD_PATHS as addition to LDFLAGS) closed by Joel Sherrill
wontfix: Patch is no longer applicable.
15:02 Ticket #1656 (GSoC AIO patch) closed by Joel Sherrill
fixed: This code is all merged. That was the purpose of this ticket. Closing.
14:14 Ticket #1993 (Mips conversion to PIC IRQ model) closed by Joel Sherrill
fixed: This work has long been merged and is on the 4.11 master.
14:13 Ticket #1661 (Coverage improvements: termios) closed by Joel Sherrill
fixed: termios coverage is now near complete. This ticket was to submit a patch which is merged. Closing.
14:12 Ticket #747 (m68k-rtems-gcc-3.4.3 -m528x links against wrong multilib variant) closed by Joel Sherrill
wontfix
14:11 Ticket #579 (rtmes-4.7-sparc-rtems-gdb does not build) closed by Joel Sherrill
wontfix
14:10 Ticket #517 (sparc-rtems-gcc: Configuration is broken) closed by Joel Sherrill
wontfix
14:10 Ticket #520 (gcc-3.3.2/cross-gnatmake is non-functional) closed by Joel Sherrill
wontfix
13:41 Ticket #2033 (A shell network ping utility) closed by Sebastian Huber
fixed: Chris added a PING command: http://git.rtems.org/rtems/commit/?id=a8fa078f1efcc682f7155ab7423543d7d582f80a
12:43 Ticket #1439 (no prototype for posix_memalign) closed by Sebastian Huber
fixed: Fixed in Newlib since 2009-09-22.
12:35 Ticket #2003 (Instruction cache problem in gen5200 bsps) closed by Sebastian Huber
wontfix
12:33 Ticket #1800 (PowerPC: IEEE 754 conformance of e200/e500 embedded floating point unit) closed by Sebastian Huber
wontfix: No demand to fix this from the users in the last four years.
03:13 Ticket #2196 (Too many ticket components) created by Gedare Bloom
There are 32 Component choices in the ticket system. We need to reduce …
03:10 Ticket #2195 (RTEMS sites need trusted SSL certificate) created by Gedare Bloom
The current certificate presented over https for rtems.org sites …
03:07 Ticket #2194 (Ticket and Milestone cleanup) created by Gedare Bloom
4.10 still has tickets. These need to be closed or pushed forward to …
03:00 Ticket #2193 (Fix images in the Wiki) created by Gedare Bloom
Images are not showing correctly, first reported by Joel on the devel …

11/20/14:

20:51 WikiStart edited by Joel Sherrill
Generalize link to GSoC quick start (diff)
20:48 TBR/UserManual/SupportedCPUs edited by Joel Sherrill
Rewrite to avoid reference to any source code control system. (diff)
20:47 GSoC edited by Amar Takhar
fix markup (diff)
19:58 WikiStart edited by Joel Sherrill
Fixed another broken link to Git page. (diff)
16:53 TBR/UserManual/SupportedCPUs edited by Joel Sherrill
Fx formatting glitch (diff)
15:50 TBR/Website/RTEMSReleases edited by Joel Sherrill
(diff)
15:42 Ticket #1323 (powerpc/mvme5500/Makefile.am overrides CFLAGS) closed by Joel Sherrill
wontfix
15:35 WikiStart edited by Joel Sherrill
Fix link to Git information. (diff)
08:17 Ticket #1676 (rtems-testing refactor to use autoconf) closed by Chris Johns
invalid: This is not relevant anymore.
07:20 Ticket #2191 (RTL allocator does not check NULL pointer (Coverity 1255328)) closed by Chris Johns
fixed: Fixed on HEAD.
04:39 Ticket #1848 (Add driver and file system sync support.) closed by Chris Johns
fixed: Fixed in 4.11.
03:54 Ticket #427 (bcopy, bzero, bcmp are deprecated) closed by Chris Johns
wontfix: Not fixed in the 4.9 release branch.
03:53 Ticket #1274 (ATA driver fails to detect disk on slave interfaces) closed by Chris Johns
wontfix: Not fixed in the 4.9 branch.
03:52 Ticket #565 (i386 - __REGISTER_PREFIX__) closed by Chris Johns
wontfix: Not fixed in the 4.9 release branch.
03:51 Ticket #355 (SH4 patches) closed by Chris Johns
wontfix: Not for the 4.9 release branch.
03:48 Ticket #1253 (Core Constuctors) closed by Chris Johns
wontfix: Not for a release branch.
03:47 Ticket #1300 (libchip/serial/serial.h: volatile boolean bActive) closed by Chris Johns
wontfix: Buttered fish (bF for short)
03:43 Ticket #1309 (c/src/lib/libbsp/powerpc/gen5200/i2c/i2c.c: questionable volatile use-case) closed by Chris Johns
wontfix: Buttered fish.
03:37 Ticket #1343 (c/src/lib/libbsp/arm/gba has private score) closed by Chris Johns
wontfix
03:36 Ticket #343 (--program-prefix) closed by Chris Johns
wontfix
03:28 Ticket #2192 (Possible signed extension on 16-bit targets in ELF loading (Coverity ...) closed by Chris Johns
fixed
03:26 Ticket #1549 (It must be easier to write tests) closed by Chris Johns
wontfix
03:16 Tickets #1185,​1186,​1200 batch updated by Chris Johns
wontfix
03:15 Ticket #1251 (fat_file_truncate) closed by Chris Johns
wontfix
03:14 Ticket #1210 (Building RTEMS without c++ installed failes on testsuites/samples) closed by Chris Johns
wontfix

11/19/14:

23:17 Ticket #2192 (Possible signed extension on 16-bit targets in ELF loading (Coverity ...) created by Chris Johns
Coverity (defect 1255339) has indicated a possible 16-bit overflow.
21:27 Ticket #2191 (RTL allocator does not check NULL pointer (Coverity 1255328)) created by Chris Johns
Coverity (defect 1255328) has detected a possible NULL pointer access …
21:11 NewTicket created by Amar Takhar
Stub NewTicket page (landing page for users wanting to create a ticket).
20:57 TBR/Website created by Amar Takhar
List.
20:56 TBR/UserApp created by Amar Takhar
List.
20:56 TBR edited by Amar Takhar
There was only one user page converted, remove it from the list. (diff)
20:54 TBR/Review created by Amar Takhar
List.
20:54 TBR/Delete created by Amar Takhar
List
20:53 TBR/BSP created by Amar Takhar
List.
20:46 TBR created by Amar Takhar
Create TBR main index.
20:42 WikiStart edited by Amar Takhar
Markup fixes, add TBR link. (diff)

11/18/14:

20:52 WikiStart edited by Amar Takhar
Clean some markup (diff)
Note: See TracTimeline for information about the timeline view.