Timeline



04/18/16:

15:21 Changeset in rtems [b8bdced1]5 by Sebastian Huber <sebastian.huber@…>
posix: Simplify _POSIX_Mutex_Get_interrupt_disable Remove superfluous location parameter.
15:10 Changeset in rtems [beba41b]5 by Sebastian Huber <sebastian.huber@…>
posix: _POSIX_Condition_variables_Wait_support() Simplify _POSIX_Condition_variables_Wait_support(), since there is no need to validate the mutex twice.
12:50 Changeset in rtems-libbsd [5529f7d]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
swi01: Move include to avoid type conflict
12:50 Changeset in rtems-libbsd [22257c7]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Avoid use of cap_rights_t
12:47 Changeset in rtems-libbsd [c5fde49]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
intrmask_t: Provide dummy type definition
12:47 Changeset in rtems-libbsd [ce8c7bb]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
kvm: Include missing header file
12:46 Changeset in rtems-libbsd [a438f52]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
fnv_hash.h: Disable unused 64-bit functions
12:46 Changeset in rtems-libbsd [b367591]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Adjust <sys/stdint.h> for latest Newlib
12:45 Changeset in rtems-libbsd [982f72f]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
syslog: Include missing header file
12:20 Changeset in rtems-libbsd [87bff39]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
dhclient: Avoid SIZE_T_MAX Use SIZE_MAX instead of SIZE_T_MAX to avoid a dependency on BSD specifics.
10:47 Changeset in rtems-source-builder [8bcc58b]4.104.95 by Sebastian Huber <sebastian.huber@…>
4.12/rtems-default.bset: Use GCC 6.0.1-RC-20160415
05:00 Changeset in rtems [8765c57]5 by Sebastian Huber <sebastian.huber@…>
score: Remove id parameter _CORE_mutex_Seize() Parameter was unused.
04:53 Changeset in rtems [ca18cb59]5 by Sebastian Huber <sebastian.huber@…>
score: Close semaphore object before flush This prevents use of the object after the flush on uni-processor configurations.
04:23 Changeset in rtems [90f1265e]5 by Sebastian Huber <sebastian.huber@…>
score: Fix _CORE_semaphore_Flush() Use proper CORE_semaphore_Status for _CORE_semaphore_Flush() and _CORE_semaphore_Destroy() operations. Close #2696.
01:07 Changeset in rtems-libbsd [68bf405]55-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Update the rtems_waf submodule.
01:05 Changeset in rtems_waf [9343280] by Chris Johns <chrisj@…>
Remove the 4.11 reference and use the version argument.
01:02 Changeset in rtems-libbsd [00a7956]55-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Remove the makefile generator.
00:53 Changeset in rtems-libbsd [97c5024a]55-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Add RTEMS version support, update all python to 2 and 3. Add support to force the RTEMS version. This remove the need for using the --rtems-version command line option if the automatic detection fails. Update all python code to support python 2 and 3. Update rtems_waf to the latest version to support the RTEMS version, check environment variables and to display the CC version. Sort all tests. I think the unsorted list is dependent on the version of python and so would result in repo noise as if it regenerted.
00:24 Changeset in rtems_waf [8220ad1] by Chris Johns <chrisj@…>
Add default RTEMS version support, environment var checking and CC version message. Allow an application the ability to set a version number for RTEMS. This avoids issues with the automatic detection code. It means an application becomes keyed to a specific version of RTEMS. Check the environment for variables being set that could effect a build. We allow the environment to do this but it can have a side effect such as CC being set for one architecture and the rtems_waf being asked to use another. Print the version of CC being used. This is a diagnostic.

04/17/16:

13:57 Changeset in rtems [928d455]5 by Sebastian Huber <sebastian.huber@…>
score: Close barrier object before flush This prevents use of the object after the flush on uni-processor configurations.
13:57 Changeset in rtems [e781ddb]5 by Sebastian Huber <sebastian.huber@…>
score: Simplify _CORE_barrier_Flush()
13:47 Changeset in rtems [5cc6bf4]5 by Sebastian Huber <sebastian.huber@…>
score: Simplify _CORE_message_queue_Close() Drop status parameter since each caller used CORE_MESSAGE_QUEUE_STATUS_WAS_DELETED. Remove superfluous _CORE_message_queue_Flush().

04/16/16:

22:25 Ticket #2634 (New warning in pc386 VESA driver) closed by Pavel Pisa <ppisa@…>
fixed: In b752f9454fd412b0c4e3b15ee853afd4870ccc54/rtems: […]
13:37 Changeset in rtems-source-builder [a353d55]4.104.95 by Pavel Pisa <ppisa@…>
graphics: clone Microwindows from official Greg Haerr's repository. graphics/nxlib is removed from build set because for actual Microwindows the NXlib is included in Microwindows sources (src/nxlib). The original NXlib libX11.a is replaced by two varinats libPX11 links X11 server replacement directly to the application. libNX11 is more X11 concept compatible, application and server runs in the separate processes.
13:29 Changeset in rtems-source-builder [3c8c00c7]4.104.95 by Pavel Pisa <ppisa@…>
graphics: update libtiff to 4.0.6 version. There has been collision between local extern excessive function declaration and C library (newlib) provided header and type.
13:01 Changeset in rtems [b752f945]5 by Pavel Pisa <ppisa@…>
i386/pc386: reimplemented check for unused EDID entry in fb_vesa.c to suppress GCC 6 warning. closes #2634

04/15/16:

19:18 Changeset in rtems [adbedd1]5 by Sebastian Huber <sebastian.huber@…>
score: Introduce _Thread_queue_Flush_critical() Replace _Thread_queue_Flush() with _Thread_queue_Flush_critical() and add a filter function for customization of the thread queue flush operation. Update #2555.
15:17 Ticket #2694 (linking issue for htonl, etc when using -std=c99) created by Joel Sherrill
When -std=c99 is on the compile line, there is a linking error for …
14:27 Changeset in rtems [bbd6d27a]5 by Sebastian Huber <sebastian.huber@…>
score: Delete unused CORE_RWLock_Attributes
05:28 Ticket #2482 (RSB to download source from RTEMS ftp for releases.) closed by Chris Johns
fixed: This is fixed.
05:26 Ticket #2681 (GDB on Windows (x86_64-w64-mingw32) does not work in cmd.exe) closed by Chris Johns <chrisj@…>
fixed: In 1675a733536d1aec2020011e5e522497a442561a/rtems-source-builder: […]
01:56 Changeset in rtems-source-builder [f5e724f]4.104.95 by Chris Johns <chrisj@…>
graphics: Add 3rd party graphics support back to the master branch. The support is added at the top level and so not lost when we move to a new version of RTEMS. The change also moves all 3rd party packages to use a common rtems-package.bset build set file. All packages except Microwindows itself build cleanly.
01:51 Changeset in rtems-source-builder [70fc466]4.104.95 by Chris Johns <chrisj@…>
rtems: Refactor to move to a single version on master. Move the 4.12 version and base defines to just RTEMS base defines which includes the version. This removes the version from a number of files and makes it simpler to move to a new version. It however means we cannot support more than version on master. This change further breaks 4.10 and 4.9 however it means we can branch these versions and better support them on their branches.
01:49 Changeset in rtems-source-builder [c139715]4.104.95 by Chris Johns <chrisj@…>
4.12: Add the newlib patch to get the updated ctr0.o.
01:44 Changeset in rtems-source-builder [383f7e6]4.104.95 by Chris Johns <chrisj@…>
sb: Add --rsb-file options to %source and %patch to set a file name. Override the automatic file name of a downloaded file and use the file name provided by the option. This is useful if the URL has no meanful file that can be automatically extracted from the URL.
01:43 Changeset in rtems-source-builder [c98555c]4.104.95 by Chris Johns <chrisj@…>
sb: Do not filter -f options from a BSP.

04/14/16:

21:53 Ticket #2676 (Obsolete clock_get() directive) closed by Joel Sherrill <joel@…>
fixed: In e65c45c4b6cf6dfb485bef48385e39969de8b361/rtems: […]
21:52 Ticket #2693 (Update doc to reflect obsoleting rtems_clock_get()) created by Joel Sherrill
Ticket to reflect documentation change needed on the master but not on …
07:01 Ticket #2689 (POSIX key destructors must be called during thread restart) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 6efa3498504bffde166b4663319bd7d94ea42a08/rtems: […]
07:00 Ticket #2692 (User extensions execution order must be clarified) created by Sebastian Huber
The implemented and documented execution order of some user extensions …
06:56 Changeset in rtems [6efa349]5 by Sebastian Huber <sebastian.huber@…>
posix: Run key destructors during thread restart POSIX key destructors must be called during thread restart. Just like the POSIX cleanup handlers. This ensures that the TLS object destructors are called during thread restart for example. It is important for the global construction, which uses a thread restart to run the Init task in a clean environment. Close #2689.
06:55 Ticket #2691 (POSIX sporadic server needs a review) created by Sebastian Huber
The POSIX sporadic server should be review if it is affected by this …
06:49 Ticket #2690 (Unpredictable _POSIX_signals_Send() aka killinfo() behaviour) created by Sebastian Huber
The _POSIX_signals_Send() iterates over all threads in the system …
06:06 Ticket #2689 (POSIX key destructors must be called during thread restart) created by Sebastian Huber
POSIX key destructors must be called during thread restart. Just like …
05:57 Changeset in rtems [a12724f9]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Fix MMU initialization for e6500 In case a hypervisor mode is present, then we must set MAS8 for some TLB operations, otherwise the run-time behaviour is unpredictable.

04/13/16:

07:30 Changeset in rtems [f1a5630]5 by Sebastian Huber <sebastian.huber@…>
powerpc: Add FSL_EIS_MAS8
04:48 Changeset in rtems [709f38a]5 by Sebastian Huber <sebastian.huber@…>
score: Use chain iterator for user extensions Add a lock and use a chain iterator for safe iteration during concurrent user extension addition and removal. Ensure that dynamically added thread delete and fatal extensions are called in reverse order. Update #2555. Update #2692.

04/12/16:

23:13 Changeset in rtems-source-builder [1675a73]4.114.11.04.11.1 by Chris Johns <chrisj@…>
gdb: Build with system readline and use MinGW compilers. Select MinGW compilers for Windows builds on Windows. Use the system readline rather than GDB's which does not handle cmd.exe correctly. Closes #2681.
23:13 Changeset in rtems-source-builder [6843e47]4.104.95 by Chris Johns <chrisj@…>
gdb: Build with system readline and use MinGW compilers. Select MinGW compilers for Windows builds on Windows. Use the system readline rather than GDB's which does not handle cmd.exe correctly.
15:02 Changeset in rtems [0a97ba5b]5 by Sebastian Huber <sebastian.huber@…>
score: _User_extensions_Handler_initialization() Simplify _User_extensions_Handler_initialization().
11:53 Changeset in rtems [ef94150f]5 by Daniel Hellstrom <daniel@…>
leon, grspw_pkt: Added checks for special list cases - Fixed grspw_dma_tx_send() so that it does not fail when an empty user packet is provided. - Added empty checks on some of the list handling inline functions for GRSPW_PKT. Their use by the driver may be correct already, but the user might not have been aware of the assumptions that certain lists had to be non-empty.
05:58 Changeset in rtems [3c293cc]5 by Sebastian Huber <sebastian.huber@…>
posix: Rename killinfo() Apparently killinfo() is not defined by POSIX, glibc or FreeBSD. Rename killinfo() to _POSIX_signals_Send() to cleary mark it as an internal function.
05:31 Changeset in rtems [01cb554]5 by Sebastian Huber <sebastian.huber@…>
shell: Add CPUINFO command Update #2723.
05:30 Changeset in rtems [a9cff51b]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Fix nocache region placement Avoid memory waste due to alignment padding. Provide enough space for the DPAA driver infrastructure.

04/11/16:

22:15 Ticket #2688 (POSIX User Manual has incomplete sections.) created by Chris Johns
There are incomplete sections in: system_database.rst …
22:13 Ticket #2687 (PDF output of the ReST documentation does not handle page breaks cleanly) created by Chris Johns
Review of PDF output shows the page breaks on directives does not …
15:03 Changeset in rtems [8f6c295b]5 by Sebastian Huber <sebastian.huber@…>
score: Add Chain_Iterator Add a chain iterator for safe iteration of chains with concurrent node extraction.
11:27 Changeset in rtems [15f0f9b]5 by Alexander Krutwig <alexander.krutwig@…>
atsam: Fix network interface PHY handling Close #2685.
06:32 Changeset in rtems-docs [bc37517]4.115 by Chris Johns <chrisj@…>
Fix indenting.
03:59 Ticket #2588 (Update Shell User's Guide) closed by Chris Johns
fixed: Formatting has been cleaned up.
03:59 Ticket #2587 (Update TCP/IP Networking Supplement) closed by Chris Johns
fixed: Formatting has been cleaned up.
03:58 Ticket #2585 (Update Application C Users Guide.) closed by Chris Johns
fixed: I have updated the document and cleaned up the formatting.
03:57 Ticket #2586 (Update POSIX API User's Guide) closed by Chris Johns
fixed: I have updated the document and cleaned up the formatting. The content needs work. It is missing large parts and I am not sure what is documented matches what we support in 4.11 or 4.12.
03:53 Changeset in rtems-docs [b412038]4.115 by Chris Johns <chrisj@…>
Clean up and review of Networking User Guide.

04/10/16:

18:57 Changeset in rtems-source-builder [3343562]4.104.95 by Joel Sherrill <joel@…>
4.12/rtems-m32c.bset: Update to newlib 2.4.0
18:46 Changeset in rtems-source-builder [74bb278]4.104.95 by Joel Sherrill <joel@…>
4.12/rtems-epiphany.bset: Update to newlib 2.4.0

04/09/16:

21:04 Developer/Coding/ThirdPartyCode edited by Gedare Bloom
fix title (diff)
21:03 Developer/Coding/ThirdPartyCode created by Gedare Bloom
New page.
15:55 Changeset in rtems-source-builder [30783e3]4.104.95 by Joel Sherrill <joel@…>
4.12/rtems-or1k.bset: Update newlib to 2.4.0
15:53 Ticket #2686 (ICE with epiphany) created by Joel Sherrill
$ epiphany-rtems4.12-gcc --version epiphany-rtems4.12-gcc (GCC) 4.9.0 …

04/08/16:

14:23 Changeset in rtems [36272279]5 by Sebastian Huber <sebastian.huber@…>
sapi: Avoid Giant lock for extensions Extension create and delete is protected by the object allocator lock. Update #2555.
12:03 Changeset in rtems [a7cc0da9]5 by Daniel Hellstrom <daniel@…>
leon, grspw_pkt: fix stscfg cfg TimeCode? Int clr Without this patch time code interrupts was never cleared in the STATUS register.
08:39 Changeset in rtems [014292a1]5 by Chris Johns <chrisj@…>
i386/pc386: Add support for the gdb stub to use available console drivers. Move the gdb stub from the i386 UART code to use the libchip drivers. Use any ports discovered during the probes. Add gdb control to the boot command line. Change the device naming to the full device path, not a partial path. For example /dev/com1.
06:42 Changeset in rtems [f2ffd646]5 by Sebastian Huber <sebastian.huber@…>
shell: Fix warning visible with latest Newlib Works also with previous Newlib versions.
06:22 Changeset in rtems [01226ec]5 by Sebastian Huber <sebastian.huber@…>
score: Compatibility with latest Newlib
06:14 Changeset in rtems [c39da818]5 by Sebastian Huber <sebastian.huber@…>
rtems: Delete Region_Control::page_size
06:13 Changeset in rtems [60a23875]5 by Sebastian Huber <sebastian.huber@…>
rtems: Delete Region_Control::length
06:12 Changeset in rtems [acf7cf3b]5 by Sebastian Huber <sebastian.huber@…>
rtems: Delete Region_Control::starting_address
05:50 Changeset in rtems [b4b062f]5 by Sebastian Huber <sebastian.huber@…>
rtems: Delete Region_Control::number_of_used_blocks Use Heap_Statistics::used_blocks instead.
04:56 Changeset in rtems [1142f55]5 by Sebastian Huber <sebastian.huber@…>
rtems: Add and use _Region_Get_and_lock() Get region and lock allocator in _Region_Get_and_lock() in case the region exists and unlock it in _Region_Unlock().
04:28 Changeset in rtems [0158a60]5 by Sebastian Huber <sebastian.huber@…>
rtems: Ensure lock ownership for _Region_Get()

04/07/16:

21:07 Ticket #2685 (c/src/lib/libbsp/arm/atsam/network/if_atsam.c:409: possible bad if ...) created by David Binderman
rtems/c/src/lib/libbsp/arm/atsam/network/if_atsam.c:409]: (style) …
21:05 Ticket #2684 (rtems/c/src/lib/libbsp/sparc/leon3/clock/ckinit.c:122: duplicate if) created by David Binderman
rtems/c/src/lib/libbsp/sparc/leon3/clock/ckinit.c:122]: (style) …
14:49 Changeset in rtems [d26b053]5 by Sebastian Huber <sebastian.huber@…>
rtems: Remove dead code The heap protection enabled by RTEMS_DEBUG offers the same functionality and more.
14:48 Changeset in rtems [572cb624]5 by Sebastian Huber <sebastian.huber@…>
score: Simplify _Objects_Get_no_protection() This functions supports only local objects. Thus, drop the location parameter which was unused by all callers. Remove superfluous includes from Classic Region implementation.
12:00 Changeset in rtems-libbsd [891a756]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
libkern.h: Deal with latest <stdlib.h> of Newlib
08:29 Changeset in rtems [d8ec270b]5 by Sebastian Huber <sebastian.huber@…>
libblock: Drop superfluous <stdlib.h> include Drop superfluous <stdlib.h> include from <rtems/diskdevs.h> since this leads to conflicts with the latest Newlib in case this header file is used in the FreeBSD kernel space, e.g. for USB mass storage support.
08:02 Changeset in rtems [0d31dcc]5 by Daniel Hellstrom <daniel@…>
leon, grspw_pkt: split DMA sem into RX and TX sem By introducing a spearate RX and TX DMA channel semaphore RX operations and TX operations does not block each other. Stopping a DMA channel needs now to take both RX and TX semaphores to block out both RX and TX tasks.
07:48 Changeset in rtems-libbsd [2017a6d]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Directly use <sys/time.h> provided by Newlib
07:36 Changeset in rtems [7701c37]5 by Daniel Hellstrom <daniel@…>
leon, grspw_pkt: coding style fix
07:09 Changeset in rtems [af13b01]5 by Sebastian Huber <sebastian.huber@…>
network: Quirk for Newlib compatibility Newlib provides now a declration for random() in <stdlib.h>. This confilicts with the define in <rtems/rtems_bsdnet_internal.h>.
02:41 Ticket #2346 (Create jail for releases.) closed by Amar Takhar
fixed

04/06/16:

14:26 Changeset in rtems [9555341]5 by Sebastian Huber <sebastian.huber@…>
posix: Use a dedicated lock for scheduler changes Update #2555.
13:16 Changeset in rtems-libbsd [42f085d]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
sys/time.h: Delete superfluous declaration Provided by RTEMS d2f9fa510f7e35cb86c056c57f51b416adf803bf.
13:15 Changeset in rtems [d2f9fa51]5 by Sebastian Huber <sebastian.huber@…>
score: Add missing declaration
12:55 Changeset in rtems-libbsd [58c1bf6]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
rtems-bsd-mutex: Update due to API changes
12:54 Changeset in rtems-libbsd [c5abeb5]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
rtems-bsd-mutex: Fix mtx_destroy()
11:52 Changeset in rtems [648a5df]5 by Sebastian Huber <sebastian.huber@…>
malloc: Avoid memory leaks during task delete Call _Malloc_Process_deferred_frees() owning the allocator lock to prevent deletion of the executing thread while doing the deferred frees.
11:50 Changeset in rtems [d7e68c96]5 by Sebastian Huber <sebastian.huber@…>
malloc: Fix early realloc() allocation

04/05/16:

14:23 Changeset in rtems [44ed384]5 by Sebastian Huber <sebastian.huber@…>
posix: Use proper lock for sigaction() Update #2555.
12:45 Changeset in rtems [33a1a4db]5 by Peng Fan <van.freenix@…>
cpukit: pppd: fix compile warning rcsid is defined, but not used. So discard it. Signed-off-by: Peng Fan <van.freenix@…>
12:36 Changeset in rtems [97312fcc]5 by Sebastian Huber <sebastian.huber@…>
score: Delete Thread_Wait_information::id This field was only by the monitor in non-multiprocessing configurations. Add new field Thread_Wait_information::remote_id in multiprocessing configurations and use it for the remote procedure call thread queue. Add _Thread_Wait_get_id() to obtain the object identifier for debug and system information tools. Ensure the object layout via static asserts. Add test cases to sptests/spthreadq01.
04:58 Changeset in rtems [8b922aa]5 by Sebastian Huber <sebastian.huber@…>
posix: Fix _POSIX_signals_Check_signal() Do not save and restore the thread wait information. This is superfluous and may overwrite thread wait information updates due to interrupts leading to system corruption.
04:44 Changeset in rtems [3c895256]5 by Sebastian Huber <sebastian.huber@…>
posix: Make _POSIX_signals_Check_signal() static

04/04/16:

08:13 Changeset in rtems [3570ec6]5 by Sebastian Huber <sebastian.huber@…>
rtems: Avoid Giant lock for partitions Use an ISR lock to protect the partition state changes. Update #2555.
07:42 Changeset in rtems [84f5c0a]5 by Sebastian Huber <sebastian.huber@…>
score: Use red-black tree for active global objects Use a red-black tree to lookup active global objects by identifier or name. Update #2555.
07:37 Changeset in rtems [d995a263]5 by Sebastian Huber <sebastian.huber@…>
score: Delete _Chain_Append() This function is not used in the score. Update #2555.
07:36 Changeset in rtems [3bf2bcc8]5 by Sebastian Huber <sebastian.huber@…>
score: Delete _Chain_Get() This function is not used in the score. Update #2555.
07:29 Changeset in rtems [cd900523]5 by Sebastian Huber <sebastian.huber@…>
score: Delete _Chain_Get_with_empty_check() This function is not used in the score. Update #2555.
07:24 Changeset in rtems [c130387]5 by Sebastian Huber <sebastian.huber@…>
score: Delete _Chain_Prepend_with_empty_check() This function is not used in the score. Update #2555.
06:46 Changeset in rtems [88f4157c]5 by Sebastian Huber <sebastian.huber@…>
score: Delete _Chain_Append_with_empty_check() This function is not used in the score. Update #2555.
06:18 Changeset in rtems [9ea69dee]5 by Sebastian Huber <sebastian.huber@…>
score: Add node map to _RBTree_Find_inline()
04:57 Changeset in rtems [223fff46]5 by Sebastian Huber <sebastian.huber@…>
score: Delete _Chain_Extract() This function is not used in the score. Update #2555.
04:52 Changeset in rtems [6406b69]5 by Sebastian Huber <sebastian.huber@…>
score: Delete _Chain_Prepend() This function is not used in the score. Update #2555.
04:47 Changeset in rtems [7d21700]5 by Sebastian Huber <sebastian.huber@…>
posix: Use proper lock for signals
04:17 Changeset in rtems [b0354b0e]5 by Sebastian Huber <sebastian.huber@…>
score: Delete _Chain_Insert() This function is not used in the score. Update #2555.
04:17 Changeset in rtems [84dc9df]5 by Sebastian Huber <sebastian.huber@…>
score: Use red-black tree for active MP proxies Update #2555.
01:48 Ticket #2683 (Configuration table's smp_enabled conditional on RTEMS_SMP) created by Chris Johns
The rtems_configuration_table has: […] I would like the …
Note: See TracTimeline for information about the timeline view.