Timeline



09/16/15:

13:16 Changeset in rtems [c20847a5]5 by Isaac Gutekunst <isaac.gutekunst@…>
Add STM32F7 HAL Files These files originated as: + STC32CubeF7 V1.1.0 from http://www.st.com/web/en/catalog/tools/PF261909
13:14 Changeset in rtems [370c09a1]5 by Isaac Gutekunst <isaac.gutekunst@…>
Add STM32F4 HAL Files The origin of this code is: + STM32CubeF4 V1.8.0 from http://www.st.com/web/en/catalog/tools/PF259243
05:13 Changeset in rtems [b618d8c]5 by Sebastian Huber <sebastian.huber@…>
Add RTEMS linker sets Update #2408.
04:13 Changeset in rtems [e333089]5 by Sebastian Huber <sebastian.huber@…>
libstdthreads: Import from FreeBSD

09/14/15:

12:45 Ticket #2420 (RSB %source file fails) created by Jakob Viketoft
It seems that the method for accessing an existing file repository …
05:10 Changeset in rtems [314ff3c4]5 by Sebastian Huber <sebastian.huber@…>
score: Fix resource count for self-contained mutex

09/11/15:

09:49 Changeset in rtems-libbsd [495a768]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
ZONE(9): Fix slab flag handling Disable unused slab flags.
09:49 Changeset in rtems-libbsd [662f7ec]4.11 by Sebastian Huber <sebastian.huber@…>
ZONE(9): Fix slab flag handling Disable unused slab flags.
09:28 Ticket #2417 (rbheap allocates the same memory area multiple times at once) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 10c4636947f13f89dcabfb0c7f0f4f4966d7c7fb/rtems: […]
09:12 Ticket #2419 (rtems_waf: Compiler flags appear multiple times) created by Sebastian Huber
For example: […]
09:06 Ticket #2418 (rtems_waf: SMP support is broken) created by Sebastian Huber
waf configure --prefix=/opt/rtems-4.12 --rtems=/opt/rtems-4.12 …
08:42 Changeset in rtems [10c4636]5 by Sebastian Huber <sebastian.huber@…>
rbheap: Fix rtems_rbheap_free() Remove unused descriptor of merged free chunks from the free chain and add them to the spare descriptors. Close #2417.
08:42 Changeset in rtems [edf7732]4.11 by Sebastian Huber <sebastian.huber@…>
rbheap: Fix rtems_rbheap_free() Remove unused descriptor of merged free chunks from the free chain and add them to the spare descriptors. Update #2417.
08:21 Changeset in rtems [5e4714b]5 by Sebastian Huber <sebastian.huber@…>
libtests/rbheap01: Simplify Update #2417.
08:21 Changeset in rtems [deb3f29]4.11 by Sebastian Huber <sebastian.huber@…>
libtests/rbheap01: Simplify Update #2417.
08:20 Ticket #2417 (rbheap allocates the same memory area multiple times at once) created by Sebastian Huber
The rtems_rbheap_free() function is broken. This is a serious issue …

09/10/15:

18:22 Ticket #2416 (Beaglebone: bsp.h missing clobber in inline assembly.) closed by Marcos Diaz <marcos.diaz@…>
fixed: In bebfc4209b4e6a8fc9eab55e592cdaf18ee7df8d/rtems: […]
18:03 Changeset in rtems [cf2f383]5 by Joel Sherrill <joel.sherrill@…>
lpc23xx_tli800: Add mdosfs_fsscandir01 to tests to avoid. Does not link.
18:02 Ticket #2416 (Beaglebone: bsp.h missing clobber in inline assembly.) created by Marcos Diaz
flush_data_cache uses R0 directly but doesn't list it as a clobbered …
15:20 Changeset in rtems [44eb9893]4.11 by Marcos Diaz <marcos.diaz@…>
Beaglebone: fix missing clobber in inline assembly. flush_data_cache uses R0 directly but doesn't list it as a clobbered register. Compiling with -O3 made this code break, since the function that calls flush_data_cache already uses r0. closes #2416.
15:20 Changeset in rtems [bebfc420]5 by Marcos Diaz <marcos.diaz@…>
Beaglebone: fix missing clobber in inline assembly. flush_data_cache uses R0 directly but doesn't list it as a clobbered register. Compiling with -O3 made this code break, since the function that calls flush_data_cache already uses r0. closes #2416.
15:12 Changeset in rtems [cff773f]5 by Sebastian Huber <sebastian.huber@…>
libstdthreads: Add C11 threads
13:37 Changeset in rtems-libbsd [4c7d385]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
ZONE(9): Disable unused field
13:37 Changeset in rtems-libbsd [b59b1b7]4.11 by Sebastian Huber <sebastian.huber@…>
ZONE(9): Disable unused field
11:31 Ticket #2415 (Duplicate code in Untar_FromMemory(), Untar_FromFile() and ...) created by Sebastian Huber
These functions should use a general purpose TAR iterator function …
08:38 Ticket #2372 ([Patch] bsp/tms570: fix get time resolution after infrastructure ...) closed by Pavel Pisa
fixed
08:35 Ticket #2414 (Repeated call to dlopen without dlclose leaks memory.) created by Pavel Pisa
There are use cases where dlopen() and dlsym() are called each time …
08:01 Changeset in rtems [808230a]5 by Sebastian Huber <sebastian.huber@…>
Upgrade to 4.11.99.0

09/07/15:

16:20 Developer/Simulators/QEMU/CANEmulation edited by Pavel Pisa
Update pointer to IIG group web (diff)
09:01 Ticket #2413 (Untar_FromMemory breaks on create directory if they exists, even on ...) created by Pavel Pisa
When directory specified by TAR file already exists then …
08:41 Projects/GraphicsToolkit edited by Pavel Pisa
Link Raspberry Pi graphics work page by Yang Qiao. (diff)
08:28 Projects/GraphicsToolkit edited by Pavel Pisa
Pointer to VBE Doxygen and thesis text added. (diff)
08:21 Projects/GraphicsToolkit edited by Pavel Pisa
Pointer to Jan Dolezal's thesis. (diff)
06:35 Changeset in rtems-libbsd [14ec0920]4.11 by Sebastian Huber <sebastian.huber@…>
ZONE(9): Define SMP if RTEMS_SMP is defined
06:35 Changeset in rtems-libbsd [2dea47c]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
ZONE(9): Define SMP if RTEMS_SMP is defined
06:34 Changeset in rtems-libbsd [64f6163]4.11 by Sebastian Huber <sebastian.huber@…>
if_dwc: Fix a possible interrupt starvation
06:34 Changeset in rtems-libbsd [7f5afa0]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
if_dwc: Fix a possible interrupt starvation
06:34 Changeset in rtems-libbsd [c07da01]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_dwc: Fix a possible interrupt starvation
06:33 Changeset in rtems-libbsd [2360b08]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_dwc: Invalidate read buffer again This may prevent problems in case a cache line prefetch added some lines to the cache during a DMA transfer.
06:33 Changeset in rtems-libbsd [8c5aecf]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
if_dwc: Invalidate read buffer again This may prevent problems in case a cache line prefetch added some lines to the cache during a DMA transfer.
06:33 Changeset in rtems-libbsd [da08198]4.11 by Sebastian Huber <sebastian.huber@…>
if_dwc: Invalidate read buffer again This may prevent problems in case a cache line prefetch added some lines to the cache during a DMA transfer.

09/05/15:

20:53 Changeset in rtems [7aca0fe]5 by Andre Marques <andre.lousa.marques@…>
RaspberryPi?: Added I2C and SPI bus support. Further documentation can be found in https://devel.rtems.org/wiki/GSoC/2015/RaspberryPi_peripherals_and_SD_card and test data (including sample user applications, device drivers and wiring schemes) can be found in https://github.com/asuol/RTEMS_rpi_testing

09/04/15:

16:22 SOCIS/2015 edited by Saeed Ehteshamifar
(diff)
13:36 Ticket #2412 (Improved priority inheritance implementation) created by Sebastian Huber
= Problem The RTEMS mutexes implement only a very simple …
11:51 Ticket #2385 (Warning from commit "bsps/arm: Do not use __ARM_ARCH_7A__") closed by Sebastian Huber <sebastian.huber@…>
fixed: In fc5e52b93837da575a73d5f1d783732587f8ec4e/rtems: […]
11:50 Changeset in rtems [fc5e52b9]5 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Fix function definition Close #2385.
11:47 Changeset in rtems [252e244]5 by Sebastian Huber <sebastian.huber@…>
smp: Documentation
11:45 Ticket #2274 (Enable libgomp build in GCC) closed by Sebastian Huber <sebastian.huber@…>
fixed: In e1769f27643ea0a174e341ae92a41279728556c0/rtems: […]
11:09 Changeset in rtems [06496fb]5 by Sebastian Huber <sebastian.huber@…>
smp: Documentation

09/03/15:

21:09 Ticket #2411 (dumpbuf.c compiles with warnings) closed by Martin Galvan <martin.galvan@…>
fixed: In 41b5c915e3b494a30bf73f82b03a77bc04388b29/rtems: […]
20:55 Changeset in rtems [41b5c915]5 by Martin Galvan <martin.galvan@…>
cpukit/libmisc/dumpbuf/dumpbuf.c: Fix compilation warnings Compiling dumpbuf.c causes the following warning to be issued: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness [-Wpointer-sign] This happens because line_buffer is declared as unsigned. Closes #2411.
20:55 Changeset in rtems [ccebc571]4.11 by Martin Galvan <martin.galvan@…>
cpukit/libmisc/dumpbuf/dumpbuf.c: Fix compilation warnings Compiling dumpbuf.c causes the following warning to be issued: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness [-Wpointer-sign] This happens because line_buffer is declared as unsigned. Closes #2411.
20:55 Ticket #2411 (dumpbuf.c compiles with warnings) created by Martin Galvan
Compiling dumpbuf.c causes the following warning to be issued multiple …
20:42 Ticket #2410 (rtems_dhcp.c fails to compile ("free" requires an extra argument)) closed by Martin Galvan <martin.galvan@…>
fixed: In 28a870c47f66d946a6d94887120432be37441cdb/rtems: […]
20:25 Changeset in rtems [28a870c4]5 by Martin Galvan <martin.galvan@…>
cpukit/libnetworking/rtems/rtems_dhcp.c: Fix compilation error Apparently 'free' is defined as a macro which takes two arguments and calls rtems_bsdnet_free. When fixing #2405 I added a missing 'free' but didn't notice it was non-standard. Closes #2410.
20:25 Changeset in rtems [efb798e]4.11 by Martin Galvan <martin.galvan@…>
cpukit/libnetworking/rtems/rtems_dhcp.c: Fix compilation error Apparently 'free' is defined as a macro which takes two arguments and calls rtems_bsdnet_free. When fixing #2405 I added a missing 'free' but didn't notice it was non-standard. Closes #2410.
20:24 Ticket #2410 (rtems_dhcp.c fails to compile ("free" requires an extra argument)) created by Martin Galvan
When trying to compile rtems_dhcp.c, compilation will fail with the …
16:27 Ticket #2405 (CppCheck errors being reported throughout the code) closed by Martin Galvan <martin.galvan@…>
fixed: In c62129c5bcaf2b10baf7d3e1b856c81e343c4b5b/rtems: […]
16:14 Ticket #2409 (URL Paths in Getting Started point to rtems.com) created by Joel Sherrill
This impacts 4.10. It may also impact 4.11 and the master.
13:40 Developer/Projects/SequencedInitialization edited by Sebastian Huber
(diff)
12:45 Changeset in rtems [e1769f27]5 by Sebastian Huber <sebastian.huber@…>
smp: Documentation Close #2274.
08:27 Changeset in rtems [dafa5d88]5 by Sebastian Huber <sebastian.huber@…>
score: Implement priority boosting

09/02/15:

21:54 Changeset in rtems [c62129c5]4.11 by Martin Galvan <martin.galvan@…>
cpukit/libnetworking/rtems/rtems_dhcp.c: Fix leak on realloc failure for dhcp_hostname. Closes #2405.
21:54 Changeset in rtems [c83bad2f]5 by Martin Galvan <martin.galvan@…>
cpukit/libnetworking/rtems/rtems_dhcp.c: Fix leak on realloc failure for dhcp_hostname. Closes #2405.
21:54 Changeset in rtems [9e2197d]4.11 by Martin Galvan <martin.galvan@…>
cpukit/libmisc/dumpbuf/dumpbuf.c: Fix undefined behavior for sprintf() I also used the 'n' versions of the string functions, #define'd magic numbers and added a few comments. Updates #2405.
21:54 Changeset in rtems [cc93c83]5 by Martin Galvan <martin.galvan@…>
cpukit/libmisc/dumpbuf/dumpbuf.c: Fix undefined behavior for sprintf() I also used the 'n' versions of the string functions, #define'd magic numbers and added a few comments. Updates #2405.
21:54 Changeset in rtems [631d254]4.11 by Martin Galvan <martin.galvan@…>
tools/cpu/nios2/ptf.c: Fix leak of memory pointed to by new_prefix Updates #2405.
21:54 Changeset in rtems [9147a82]5 by Martin Galvan <martin.galvan@…>
tools/cpu/nios2/ptf.c: Fix leak of memory pointed to by new_prefix Updates #2405.
21:54 Changeset in rtems [1491f694]4.11 by Martin Galvan <martin.galvan@…>
tools/cpu/nios2/memory.c: Fix uninitialized use of variable memory Updates #2405.
21:54 Changeset in rtems [17f71fc]5 by Martin Galvan <martin.galvan@…>
tools/cpu/nios2/memory.c: Fix uninitialized use of variable memory Updates #2405.
21:54 Changeset in rtems [7def219]5 by Martin Galvan <martin.galvan@…>
various .h files: Add missing C++ extern wrappers Updates #2405.
21:54 Changeset in rtems [d781ad5]4.11 by Martin Galvan <martin.galvan@…>
various .h files: Add missing C++ extern wrappers Updates #2405.
14:36 Changeset in rtems [cee82df]5 by Sebastian Huber <sebastian.huber@…>
smp: Documentation
13:02 Changeset in rtems [8c25e04]5 by Sebastian Huber <sebastian.huber@…>
score: Optimize thread queue first operation In case the thread queue heads exist, then the queue is not empty. See _Thread_queue_First_locked().
12:52 Ticket #1593 (RTEMS Sequenced Initialization API) closed by Sebastian Huber
wontfix: Obsoleted by #2408.
12:52 Ticket #2408 (Linker set based initialization) created by Sebastian Huber
Linker sets are used for example in Linux, FreeBSD (they are used in …
12:29 Ticket #2407 (Enable function and data sections) created by Sebastian Huber
In order to reduce the size of executables it is beneficial to put all …
09:58 Changeset in rtems [3995e6d]5 by Sebastian Huber <sebastian.huber@…>
score: Implement SMP-specific priority queue
09:54 Ticket #2406 (ping command crashes under i386/pc486) created by Pavel
Ping shell command crashes with the EXECUTIVE SHUTDOWN... I've traced …
Note: See TracTimeline for information about the timeline view.