Timeline



12/24/14:

03:53 Ticket #2139 (rtems_rfs_format() can return 0 (indicating success) erroneously) closed by Nick Withers <nick.withers@…>
fixed: In 86364e8c6ae55f7f15f426aefe8c260d96a3efc0/rtems: […]
03:40 Ticket #2128 ([Patch] io.h: Use uint32_t and co. instead of "unsigned int") closed by Nick Withers <nick.withers@…>
fixed: In 2d5c48691453a05ffb3a264f75e71490166f819a/rtems: […]
03:35 Ticket #2095 (Need to add export RTEMS_MAKEFILE_PATH explanation to all the README) closed by Gedare Bloom
wontfix: The switch to waf builds in these repos obviates documenting the old approach. At best, the doc should not use hard-coded paths but just refer users to export the variable.
03:31 Ticket #2067 (Algorithm to determine max. PCI bus number is incorrect) closed by Gedare Bloom
fixed: Patch reformatted to fix whitespace and applied to master and release branches 4.10 and 4.9
03:27 Changeset in rtems [0863e8e3]4.10 by Till Strauman <strauman@…>
pc386: scan all functions of multi-function PCI devices The current algorithm scans all PCI busses (0..ff) and all devices (0..31) on each bus for bridges and determines the maximum of all subordinate busses encountered. However, the algorithm does not scan all functions present in multi-function devices -- I have a PCI express root complex (82801H) where multiple (non-zero index) functions are 'PCI bridges' whose subordinate bus number is missed by the original algorithm. This commit makes sure that the scan is extended to all functions of multi-function devices. See #2067
03:27 Changeset in rtems [2573e69]4.115 by Till Strauman <strauman@…>
pc386: scan all functions of multi-function PCI devices The current algorithm scans all PCI busses (0..ff) and all devices (0..31) on each bus for bridges and determines the maximum of all subordinate busses encountered. However, the algorithm does not scan all functions present in multi-function devices -- I have a PCI express root complex (82801H) where multiple (non-zero index) functions are 'PCI bridges' whose subordinate bus number is missed by the original algorithm. This commit makes sure that the scan is extended to all functions of multi-function devices. See #2067
03:27 Changeset in rtems [e446d32]4.9 by Till Strauman <strauman@…>
pc386: scan all functions of multi-function PCI devices The current algorithm scans all PCI busses (0..ff) and all devices (0..31) on each bus for bridges and determines the maximum of all subordinate busses encountered. However, the algorithm does not scan all functions present in multi-function devices -- I have a PCI express root complex (82801H) where multiple (non-zero index) functions are 'PCI bridges' whose subordinate bus number is missed by the original algorithm. This commit makes sure that the scan is extended to all functions of multi-function devices. See #2067
03:16 Ticket #1905 (Make rtems_dhcp_failsafe() run time configurable) closed by Peter Dufault <dufault@…>
fixed: In da10694a489a51534ba189417defbea4162cfd8f/rtems: […]
03:14 Changeset in rtems [da10694]4.115 by Peter Dufault <dufault@…>
libnetworking: Make rtems_dhcp_failsafe() run time configurable rtems_dhcp_failsafe() can be configured at compile time with various options. This change makes it possible to instead configure it at runtime. This will make it marginally larger. I haven't measured the difference but I'll guess it's in the lower hundreds of bytes. The change could be modified to leave it either compile time or run time configurable, I prefer the simplicity of a single method. closes #1905
03:01 Ticket #1551 (The fileio sample does not mount FAT partitions) closed by Gedare Bloom
fixed: [b5b1f444/rtems]

12/23/14:

20:32 TBR/Website/FAQ edited by Amar Takhar
Update link. (diff)
13:18 Changeset in rtems [3e2647a7]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: AltiVec? and FPU context support Add AltiVec? and FPU support to the Context_Control in case we use the e6500 multilib. Add PPC_MULTILIB_ALTIVEC and PPC_MULTILIB_FPU multilib defines. Add non-volatile AltiVec? and FPU context to Context_Control. Add save/restore of non-volatile AltiVec? and FPU to _CPU_Context_switch(). Add save/restore of volatile AltiVec? and FPU context to the exception code. Adjust data cache optimizations for the new context and cache line size.
11:27 Changeset in rtems [2e19bfd]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: Use PPC_HAS_FPU Provide floating point context support only if PPC_HAS_FPU == 1.
10:46 Changeset in rtems [0d0095f1]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: Add PPC_STACK_ALIGN_POWER Simplify PPC_STACK_ALIGNMENT definition.
10:38 Changeset in rtems [7c16e1a5]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: Set PPC_DEFAULT_CACHE_LINE_SIZE for e6500
10:34 Changeset in rtems [84d3b9b0]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: Use PPC_DEFAULT_CACHE_LINE_SIZE Use it for the default PPC_CACHE_ALIGNMENT. Use it for PPC_STRUCTURE_ALIGNMENT.
10:05 Changeset in rtems [7f28f237]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: Delete _CPU_IRQ_info
09:32 Changeset in rtems [cfe6d05e]4.115 by Sebastian Huber <sebastian.huber@…>
capture: Fix lock initialization
08:53 Changeset in rtems [71b611d]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: ppc_exc_initialize_interrupt_stack()
07:30 Changeset in rtems [7bad672]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Add TMR access macros
07:28 Changeset in rtems [2a4f9d7]4.115 by Sebastian Huber <sebastian.huber@…>
smp: Add and use _SMP_Should_start_processor()

12/22/14:

14:10 Changeset in rtems [ad0743db]4.115 by Sebastian Huber <sebastian.huber@…>
smptests/smpmrsp01: Update run indicator only once On the Freescale T2080 the excessive concurrent write/read lead to a livelock condition.
10:46 Changeset in rtems [bb7bd148]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: Use alternate time base for CPU counter
10:33 Changeset in rtems [c32a128]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Add cache size functions
09:31 Changeset in rtems [7d26f60]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Delete C pre-processor warning Do not warn about not implemented cache functions.
09:14 Changeset in rtems [691cc20]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Fix nanoseconds extension
06:43 Changeset in rtems [a532301c]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Increase MAS0[ESEL] width
06:26 Changeset in rtems [06251bb]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/u-boot: Add optional text and data sections
06:15 Changeset in rtems [b3ed66a]4.115 by Sebastian Huber <sebastian.huber@…>
libtests/crypt01: Increase stack size
00:50 Changeset in rtems [ee870077]4.115 by Chris Johns <chrisj@…>
Panic on RTEMS_FAST_MUTEX network semaphore claim/release. Fix the code to panic rather than perform a bad access if the network semaphore is accessed without the stack being intialised. Closes #2229.

12/21/14:

23:39 Ticket #2229 (Network stack semaphore claim/release not protected for direct SCORE ...) created by Chris Johns
The network semaphore is currently built with RTEMS_FAST_MUTEX and a …
19:12 Changeset in rtems [c625a641]4.115 by Sebastian Huber <sebastian.huber@…>
Filesystem: Delete node type operation Use the fstat handler instead.

12/19/14:

19:29 GSoC/GettingStarted edited by Gedare Bloom
Point out the vagrant support, remove the link to the unsupported VM images. (diff)
19:25 GSoC/GettingStarted edited by Gedare Bloom
Rewrite to use RSB, tweak some wording. (diff)
17:17 Ticket #2059 (doc: Need documentation for Red-Black Trees.) closed by Gedare Bloom <gedare@…>
fixed: In 0a789927c54d63d043ab257378058ce896691dc3/rtems: […]
16:44 Changeset in rtems [0a78992]4.115 by Gedare Bloom <gedare@…>
doc: add some red-black tree documentation closes #2059
13:44 Ticket #1728 (Patch for RTEMS-BSP m68k/mcf5225x) closed by Amar Takhar
invalid: Closing as we cannot get ahold of the original submitter and do not have a patch. If anyone has a copy please attach it to the ticket.
12:06 Changeset in rtems [0e05095a]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Add MAS7 support for MMU This enables usage of the full real address space which is 40-bit on the T2080 for example.
12:05 Changeset in rtems [c279d0a3]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Use e500 exc categories for e6500 This is not correct, but works for now.
11:13 Changeset in rtems [494df99f]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Support for 64 byte cache lines
11:12 Changeset in rtems [5175ac6a]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Support a cache alignment of 64 Give the BSP the ability to define PPC_CACHE_ALIGNMENT.
11:11 Changeset in rtems [f6660bfb]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Support e6500 indentification
11:07 Changeset in rtems [fca58924]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/mpc83xx: Fix warnings
08:00 Changeset in rtems [b79f98f]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/u-boot: Update due to API changes
04:29 Ticket #2178 (Classic API semaphore counts are wrong in confdefs.h) closed by Gedare Bloom
fixed
04:22 Ticket #2126 (building rtems) closed by Gedare Bloom
worksforme
04:21 Ticket #2097 (Add a README for the RTEMS tools git) closed by Gedare Bloom
wontfix
04:07 Ticket #1366 (Telnet client resets connection with telnetd during long commands) closed by Gedare Bloom
wontfix

12/18/14:

14:16 Release/4.11 edited by Amar Takhar
Add counter for source tickets. (diff)
12:31 Ticket #2144 (is a nill pointer dereferenced in console_open if pDeviceFlow is nill?) closed by Sebastian Huber
fixed: [cdc056098d77a003e870174951b69f044344c075/rtems]
11:06 Ticket #1987 (ARM BSPs without RTEMS_CPU_MODEL Set) closed by Sebastian Huber
wontfix
11:00 Ticket #1879 (ctime/atime Issue on IMFS, DOS, and RFS) closed by Sebastian Huber
fixed
09:48 Changeset in rtems [8ce00eaf]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Delete unused _POSIX_Threads_Get() Close #1759.
09:47 Ticket #1758 (RTEMS Makefile templates include paths screwed up) closed by Sebastian Huber
invalid: The examples use now waf instead of make.
09:36 Ticket #1736 (Termios transmit starvation) closed by Sebastian Huber
worksforme: After a review I don't think this problem exists.
09:23 Ticket #1727 (Reading of timestamps is not atomic in general) closed by Sebastian Huber
wontfix: In _TOD_Get_with_nanoseconds() interrupts are disabled for the snapshot. No plans to add a general _Timestamp_Get(). The timestamp implementation should be replaced with FreeBSD timecounters.
09:15 Ticket #1602 (README.configure is outdated) closed by Sebastian Huber
wontfix: This file no longer exists in 4.11. No plans to fix this for 4.10.
04:15 Changeset in rtems-tools [8de6f6b]4.104.115 by Chris Johns <chrisj@…>
rtems-tld: Install the libc heap configuration files.
04:07 Changeset in rtems-tools [7fc1edb]4.104.115 by Chris Johns <chrisj@…>
rtems-tld: Add configuration support for libc head tracing. These files allow you to trace malloc, calloc, realloc and free. With a simple script you can see what is allocated and never freed.

12/17/14:

14:11 Changeset in rtems [864d3475]4.115 by Sebastian Huber <sebastian.huber@…>
smp: Fix timeout for MrsP semaphores The previous timeout handling was flawed. In case a waiting thread helped out the owner could use the scheduler node indefinitely long. Update the resource tree in _MRSP_Timeout() to avoid this issue. Bug reported by Luca Bonato.
12:43 Ticket #2228 (POSIX timers misbehaviour) created by Daniel Krüger
I discovered some differences of the POSIX timer behaviour in RTEMS in …
07:27 Ticket #1558 (spi-sd-card: debug output not updated with new disk device interface) closed by Sebastian Huber
fixed
07:25 Ticket #1423 (inconsitience in _Objects_Initialize_information) closed by Sebastian Huber
fixed: [8f0b33466bac9105c1dc94506b4297c84e344a37/rtems]
07:20 Ticket #1321 (Using STARTUP in linkcmds instead of bsp_specs) closed by Sebastian Huber
wontfix: PSIM and the SPARC BSPs work fine with 4.11. In case there is a problem in other versions, then reopen the ticket.
07:14 Ticket #2220 (moxie/moxiesim fails to build missing cache method) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 481054e087a5f0d2c8f0e860596f8ab3a890e910/rtems: […]
07:13 Changeset in rtems [481054e0]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/moxiesim: Add cache manager implementation Close #2220.

12/16/14:

09:43 Ticket #2226 (Trac default component) closed by Sebastian Huber
fixed
01:55 Ticket #2227 (pipe is not thread safe) created by Chris Johns
The pipe function is not thread safe. It increments a pipe then …
00:27 Ticket #1785 (Task name not correctly displayed by Capture Engine CLI) closed by Joel Sherrill
fixed

12/15/14:

20:56 Release/4.11 edited by Amar Takhar
Add reporter for clarity. (diff)
20:49 Ticket #2201 (trac problems with comment history conversion) closed by Amar Takhar
fixed: Closing this as I have heard no complaints. If there are issues please re-open.
20:41 Ticket #2222 (Trac search should only select the wiki by default) closed by Amar Takhar
fixed
20:40 Ticket #2222 (Trac search should only select the wiki by default) reopened by Amar Takhar
20:40 Ticket #2223 (Default ticket priority and severity) closed by Amar Takhar
fixed
20:40 Ticket #2223 (Default ticket priority and severity) reopened by Amar Takhar
20:40 Ticket #2224 (Trac user names) closed by Amar Takhar
fixed
20:40 Ticket #2224 (Trac user names) reopened by Amar Takhar
20:26 Ticket #2224 (Trac user names) closed by Amar Takhar
fixed: I have installed A plugin to achieve this. Hover over the name to see the full entry. This will be added to trac in the next version: http://trac.edgewall.org/ticket/7339
20:20 Ticket #2223 (Default ticket priority and severity) closed by Amar Takhar
fixed: Done.
20:17 Ticket #2222 (Trac search should only select the wiki by default) closed by Amar Takhar
fixed: I've disabled changesets in the search. We only have a few milestones I don't see a reason to disable that one. As for the tickets.. I really think we should avoid disabling that as most of the content users will want will be in either tickets or the wiki.
18:40 Ticket #2212 (warnings in Beagle BSPs) closed by Ben Gras
fixed: the commit solves this issue - i hope @joel can confirm.
15:50 Developer/Eclipse/Plugin edited by Amar Takhar
Fix filename case to fix images. (diff)
15:42 Changeset in rtems [b2a78a3]4.115 by Joel Sherrill <joel.sherrill@…>
mcf5225x-testsuite.tcfg: Add fileio
14:50 Ticket #2226 (Trac default component) created by Sebastian Huber
Thanks.
14:49 Ticket #2225 (Trac default owner) created by Sebastian Huber
There should be a way to get a ticket a default owner (maybe …
14:48 Ticket #2224 (Trac user names) created by Sebastian Huber
It would be nice if the trac user names could be real names like we …
14:46 Ticket #2223 (Default ticket priority and severity) created by Sebastian Huber
I would set the priority to normal and the severity to normal by default.
14:45 Ticket #2222 (Trac search should only select the wiki by default) created by Sebastian Huber
The default search in Changesets, Milestones, Tickets and Wiki leads …
14:22 Changeset in rtems [48cfe68]4.115 by Sebastian Huber <sebastian.huber@…>
doc: Add multilib section to CPU supplement Add multilib section for ARM and PowerPC
13:19 Changeset in rtems [a0b1b5ed]4.115 by Sebastian Huber <sebastian.huber@…>
Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM This define was superfluous, undocumented and used inconsistently.
12:35 Changeset in rtems [1e587f7d]4.115 by Ben Gras <beng@…>
bsp/beagle: Fix some warnings The extra includes in console_*.c are to solve a 'no previous prototype' warning. Solves #2212 in trac.
10:55 Changeset in rtems [20aba89]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xxevb: Fix warnings
10:49 Changeset in rtems [b7cd6d51]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/t32mppc: Fix warnings
10:26 Changeset in rtems [5063e1a]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Disable SPE for soft-float variants
07:37 Ticket #2221 (powerpc/pghplus and tqm8xx_stk8xx compile error on head) closed by Sebastian Huber
worksforme: Have you done a make preinstall after the update?
07:01 Changeset in rtems [b2ee119f]4.115 by Sebastian Huber <sebastian.huber@…>
sys/endian.h: Fix 16-bit int problems
06:41 Ticket #2218 (arm/lpc32xx_mzx_stage_1 fails to link hello) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 3acc6196a4513a2e1df75092be9c60dbbb82ff8e/rtems: […]
06:40 Changeset in rtems [3acc619]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/lpc32xx: Fix memory map Fixes bug introduced with f0c564c5ae36da20b1543ae9db9e8fe9644a81c8. close #2218
02:26 Changeset in rtems [f42d429]4.115 by Nick Withers <nick.withers@…>
Enable WebSocket? support in the Mongoose HTTP server

12/14/14:

23:30 Changeset in rtems [09220c8]4.115 by Joel Sherrill <joel.sherrill@…>
untar.c: Coverity ID 26151 and reformat The Coverity issue was an ignored return value from a read() in a loop which should have been a seek() since the data read was ignored. The file itself needed reformatting to conform to RTEMS style.
22:45 Changeset in rtems [0a36af04]4.115 by Joel Sherrill <joel.sherrill@…>
pc386: Add BSP_ENABLE_COM1_COM4 BSP option This allows the support for the legacy COM1-COM4 serial ports to be completely disabled. It is needed to prevent hangs on some hardware. In particular, the Intel Edison where it is not present.
22:27 Changeset in rtems [7cdabc49]4.115 by Joel Sherrill <joel.sherrill@…>
pc386: Add Edison base support The current support for the Edison supports a single polled UART for input and output plus a simulated clock tick. The activities forward for supporting the Edison have been posted on the RTEMS mailing lists and at: http://rtemsramblings.blogspot.com/2014/12/intel-edison-and-rtems-road-forward.html
22:02 Changeset in rtems [1ae7baf]4.115 by Joel Sherrill <joel.sherrill@…>
clock_driver_simidle.c: Add BSP_CLOCK_DRIVER_DELAY This allows the BSP to define an optional spin delay which is useful for making time appear to pass at a rate closer to wall time. On the Edison, this was used with a polled console driver to slow polling to a reasonable rate and make time pass reasonably close to correctly even with no clock tick support.
Note: See TracTimeline for information about the timeline view.