Timeline



11/18/16:

20:41 Changeset in rtems-release [9c2b60e]5 by Chris Johns <chrisj@…>
Lets the tagging also push the tags.
19:54 Ticket #2820 (All SPARC64 BSPs do not Build on master) created by Joel Sherrill
Recent changes broke all builds: sparc64-rtems4.12-gcc --pipe …
19:53 Ticket #2819 (powerpc-ss555 does not compile on master) created by Joel Sherrill
Recent changes broke this configuration: gmake[6]: Entering directory …
19:52 Ticket #2818 (NIOS2 Does Not Compile on Master) created by Joel Sherrill
../../../../../../../../rtems/c/src/../../cpukit/score/cpu/nios2/nios2- …
19:51 Ticket #2817 (All Blackfin BSPs do not Compile on Master) created by Joel Sherrill
Recent changes to master resulted in this: bfin-rtems4.12-gcc --pipe …
17:39 Ticket #2816 (Many ARM BSPs have Static Assert) created by Joel Sherrill
Hi With the recent commits, many BSPs on the master do not build. …
13:59 Changeset in rtems-libbsd [bce3e5e]55-freebsd-126-freebsd-12 by Christian Mauderer <Christian.Mauderer@…>
lib80211/regdomain: Import from FreeBSD.
10:13 Changeset in rtems-libbsd [edf32f2]55-freebsd-126-freebsd-12 by Christian Mauderer <Christian.Mauderer@…>
rtwn: Port to RTEMS
10:11 Changeset in rtems-libbsd [20fa599]55-freebsd-126-freebsd-12 by Christian Mauderer <Christian.Mauderer@…>
firmware-gen.py: Add script to generate firmware c files.
00:22 Ticket #2815 (Add Preferred waf to top of various repositories) created by Joel Sherrill
The proper version of waf needs to be placed at the top of each repo. …

11/17/16:

22:10 Changeset in rtems [3a30c6f]5 by Chris Johns <chrisj@…>
Fix untar mkdir when the directory exists.
21:17 Ticket #2813 (4.11.0 has incorrect version information) closed by Chris Johns
fixed
13:56 Changeset in rtems [bb5d97f3]5 by Christian Mauderer <Christian.Mauderer@…>
bsp/atsamv: Make size of nocache-memory configurable.
08:15 Changeset in rtems-libbsd [e9a8b5a]55-freebsd-126-freebsd-12 by Christian Mauderer <Christian.Mauderer@…>
wlan ratectl and sta: Call init.
07:32 Developer/Release edited by Chris Johns
Update the procedure. (diff)
07:26 Changeset in rtems-release [387d91d]54.11.1 by Chris Johns <chrisj@…>
Generate the correct version for the RTEMS kernel. Remove autom4te.cache from the tar file.
06:40 Changeset in rtems [142628e]5 by Sebastian Huber <sebastian.huber@…>
score: Optimize self-contained objects Avoid use of the stack for the hot paths.
06:20 Changeset in rtems [1b87f27]5 by Sebastian Huber <sebastian.huber@…>
score: Constify _MRSP_Get_owner()

11/16/16:

23:49 Ticket #2814 (Remove Makefile.maint) created by Joel Sherrill
This file is obsolete and should be removed after 4.11.1 and on the master.
23:20 Ticket #2813 (4.11.0 has incorrect version information) created by Joel Sherrill
The version info in the tarball is wrong. We need to review …
15:39 Changeset in rtems [125f248]5 by Sebastian Huber <sebastian.huber@…>
score: Add thread queue enqueue callout Replace the expected thread dispatch disable level with a thread queue enqueue callout. This enables the use of _Thread_Dispatch_direct() in the thread queue enqueue procedure. This avoids impossible exection paths, e.g. Per_CPU_Control::dispatch_necessary is always true.
15:29 Changeset in rtems-libbsd [5c3223f]55-freebsd-126-freebsd-12 by Christian Mauderer <Christian.Mauderer@…>
ifconfig/wlan, expat, lib80211: Port to RTEMS.
14:57 Release/4.11 edited by Pavel Pisa
RTEMS 4.11, clarify complete TMS570LS3137 support (diff)
14:02 Changeset in rtems-libbsd [2389539]55-freebsd-126-freebsd-12 by Christian Mauderer <Christian.Mauderer@…>
ifconfig/wlan, expat, lib80211: Import from FreeBSD.
13:50 Changeset in rtems [c42be504]5 by Sebastian Huber <sebastian.huber@…>
posix: Add self-contained pthread spinlock Turn pthread_spinlock_t into a self-contained object. On uni-processor configurations, interrupts are disabled in the lock/trylock operations and the previous interrupt status is restored in the corresponding unlock operations. On SMP configurations, a ticket lock is a acquired and released in addition. The self-contained pthread_spinlock_t object is defined by Newlib in <sys/_pthreadtypes.h>. typedef struct { struct _Ticket_lock_Control _lock; uint32_t _interrupt_state; } pthread_spinlock_t; This implementation is simple and efficient. However, this test case of the Linux Test Project would fail due to call of printf() and sleep() during spin lock ownership: https://github.com/linux-test-project/ltp/blob/master/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/1-2.c There is only limited support for profiling on SMP configurations. Delete CORE spinlock implementation. Update #2674.
12:20 Changeset in rtems-libbsd [2e8dd24]55-freebsd-126-freebsd-12 by Christian Mauderer <Christian.Mauderer@…>
firmware: Import from FreeBSD.
00:35 Changeset in rtems-release [0ded790]5 by Chris Johns <chrisj@…>
Update to the tag puch command.
00:20 Developer/Release edited by Chris Johns
(diff)

11/15/16:

23:54 Changeset in rtems-docs [d8beaab]5 by Joel Sherrill <joel@…>
Remove references to SPARC/SIS BSP. Also clean up old ERC32 references. updates #2810.
22:46 Changeset in rtems-release [117d199]54.11.0 by Chris Johns <chrisj@…>
Add a rtems-release-tag script to support tagging repositories.
22:18 Developer/Release edited by Chris Johns
Add rtems-release.git tagging and branch details. (diff)
21:50 Developer/Release edited by Chris Johns
(diff)
21:48 Developer/Release edited by Chris Johns
(diff)
21:29 Developer/Release edited by Chris Johns
(diff)
21:27 Developer/Release edited by Chris Johns
Add tagging. (diff)
18:19 Changeset in rtems [de7b174e]5 by Joel Sherrill <joel@…>
Remove sparc/sis BSP. closes #2810.
16:38 Ticket #2812 (Remove Texinfo Documentation) created by Joel Sherrill
With the converted documentation now suitable for public distribution …
16:37 Changeset in rtems [48a7fa3]5 by Joel Sherrill <joel@…>
Remove texinfo format documentation. Replaced by Sphinx formatted documentation. closes #2812.
16:17 Release/4.11 edited by Gedare Bloom
actually fix the links. (diff)
16:16 Release/4.11 edited by Gedare Bloom
fix some links (diff)
16:14 Release/4.11 edited by Gedare Bloom
Remove some TBDs (diff)
16:13 Release/4.11 edited by Gedare Bloom
fix link to arm-eabi (diff)
16:12 Release/4.11 edited by Gedare Bloom
bump binutils and gcc (diff)
06:45 Ticket #2811 (More robust thread dispatching on SMP and ARM Cortex-M) created by Sebastian Huber
On SMP configurations, it is a fatal error to call blocking operating …
00:02 Changeset in rtems-source-builder [1c68dbb]5 by Joel Sherrill <joel@…>
gdb-7.12-1: Fetch patch from rtems-tools
00:02 Changeset in rtems-source-builder [1d61c3a]5 by Joel Sherrill <joel@…>
gdb-7.11-1: Fetch patch from rtems-tools
00:00 Changeset in rtems-tools [e2af743]5 by Joel Sherrill <joel@…>
Add 4.12/.../gdb-7.11-sis-leon2-leon3.diff from gaisler.org

11/14/16:

23:57 Changeset in rtems-source-builder [9c50131]5 by Joel Sherrill <joel@…>
binutils-2.27-1: Fetch patch from rtems-tools
23:57 Changeset in rtems-source-builder [a51bfa1]5 by Joel Sherrill <joel@…>
binutils-2.26-1: Fetch patch from rtems-tools
22:04 Changeset in rtems-tools [b5caf21]5 by Joel Sherrill <joel@…>
Add 4.12/.../binutils-2.26-gas-reloc.patch from gaisler.org
21:12 Changeset in rtems-docs [58c815c]4.114.11.04.11.1 by Chris Johns <chrisj@…>
waf: Add networking to the manual built.
21:12 Changeset in rtems-docs [6345b2d]5 by Chris Johns <chrisj@…>
waf: Add networking to the manual built.
16:47 Ticket #2810 (Remove sparc/sis BSP variant) created by Joel Sherrill
As discussed in the following thread, the sparc/sis BSP variant is no …
16:34 Ticket #2287 (RTEMS printf warnings - newlib's inttypes.h and gcc's newlib-stdint.h) closed by Joel Sherrill
fixed: This has been resolved a long time.
16:34 Ticket #2644 (sis does not run on gdb 7.11 but does on gdb 7.9) closed by Joel Sherrill
fixed
14:23 Changeset in rtems [7ce60b3]5 by Sebastian Huber <sebastian.huber@…>
powerpc: Use Per_CPU_Control::isr_dispatch_disable Update #2751.
14:21 Changeset in rtems [316da93]5 by Jiri Gaisler <jiri@…>
rtl-mdreloc-sparc.c: Do not print unaligned pointer and cause unaligned access. updates #2802.
14:15 Changeset in rtems-source-builder [c10a803]5 by Joel Sherrill <joel@…>
gdb-7.12-1: Add support for leon2/leon3 to sis
14:15 Changeset in rtems-source-builder [16fd45d]5 by Joel Sherrill <joel@…>
gdb-7.11-1: Add support for leon2/leon3 to sis
13:42 Changeset in rtems [c11ac2d5]5 by Sebastian Huber <sebastian.huber@…>
sparc: Use Per_CPU_Control::isr_dispatch_disable Update #2751.
12:46 Changeset in rtems-libbsd [a241ea8]55-freebsd-126-freebsd-12 by Christian Mauderer <Christian.Mauderer@…>
Import IEEE 802.11 from FreeBSD.
12:30 Changeset in rtems-libbsd [d145449]55-freebsd-126-freebsd-12 by Christian Mauderer <Christian.Mauderer@…>
Import USB and USB WLAN from FreeBSD.
11:16 Ticket #2809 (Reduce interrupt latency on SMP configurations during thread dispatch) created by Sebastian Huber
Currently we have this situation: …
11:06 Changeset in rtems [2599c8e]5 by Sebastian Huber <sebastian.huber@…>
powerpc: Add up to date CPU_Interrupt_frame Rename ppc_exc_min_frame to CPU_Interrupt_frame. Move it and the corresponding defines to <rtems/score/cpuimpl.h>. Update #2809.
10:34 Changeset in rtems [c539a865]5 by Sebastian Huber <sebastian.huber@…>
sparc: Move CPU_Interrupt_frame related defines Move CPU_Interrupt_frame related defines to <rtems/score/cpuimpl.h>. Update #2809.
09:17 Changeset in rtems-libbsd [7614758]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Revert "rtems-kernel-page: Panic on recursive reclaim" This attempt to fix a memory allocation problem turned out to be broken. This reverts commit 651710509430eee6731807801bd5ad85d28f4db4.
09:17 Changeset in rtems-libbsd [5ede682]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
ZONE(9): Use recursive lock for the UMA drain
08:53 Changeset in rtems [d59585d]5 by Sebastian Huber <sebastian.huber@…>
arm: Use Per_CPU_Control::isr_dispatch_disable Update #2751.
08:11 Changeset in rtems [d78d529]5 by Sebastian Huber <sebastian.huber@…>
score: Add and use _Thread_Dispatch_direct() This function is useful for operations which synchronously block, e.g. self restart, self deletion, yield, sleep. It helps to detect if these operations are called in the wrong context. Since the thread dispatch necessary indicator is not used, this is more robust in some SMP situations. Update #2751.
01:34 Changeset in rtems-source-builder [00fe8f7]5 by Jiri Gaisler <jiri@…>
binutils-2.27-1: Add patch for unaligned reloc on SPARC updates #2802.
01:32 Changeset in rtems-source-builder [623c8e7]5 by Jiri Gaisler <jiri@…>
binutils-2.26-1: Add patch for unaligned reloc on SPARC closes #2802.

11/13/16:

20:00 Changeset in rtems-source-builder [2a39795]5 by Joel Sherrill <joel@…>
rtems-default.bset: Update to gdb 7.12 Clean up comments in mipstx39 file. It doesn't build in gdb 7.12. It is fixed on the gdb master and 7.12 branch. When 7.12.1 comes out, we will need to bump to that.
14:20 Changeset in rtems [2668e4f6]5 by Sebastian Huber <sebastian.huber@…>
arm: Simplify _ARMV4_Exception_interrupt Move profiling code closer to bsp_interrupt_disable() to allow re-use of r9 later.
14:18 Changeset in rtems [04bd261]5 by Sebastian Huber <sebastian.huber@…>
arm: Use TPIDRPRW for current per-CPU control Use the previously unused TPIDRPRW register to get the per-CPU control of the current processor. This avoids instructions in GET_SELF_CPU_CONTROL which are not available in Thumb mode.

11/12/16:

15:52 Changeset in rtems [4924756]5 by Sebastian Huber <sebastian.huber@…>
arm: Use local labels

11/11/16:

14:45 Changeset in rtems [2072dd2]5 by Sebastian Huber <sebastian.huber@…>
score: Add Per_CPU_Control::isr_dispatch_disable Update #2751.
13:37 Changeset in rtems [d5e073c]5 by Sebastian Huber <sebastian.huber@…>
score: Allow interrupts during thread dispatch Use a processor-specific interrupt frame during context switches in case the executing thread is longer executes on the processor and the heir thread is about to start execution. During this period we must not use a thread stack for interrupt processing. Update #2809.
13:12 Changeset in rtems [f9aa34d]5 by Sebastian Huber <sebastian.huber@…>
score: Add Per_CPU_Control::Interrupt_frame Update #2809.
11:37 Changeset in rtems [dbeccf0e]5 by Sebastian Huber <sebastian.huber@…>
arm: Provide CPU_Interrupt_frame for ARMv4 Update #2809.
10:31 Changeset in rtems [bf4fdb1]5 by Sebastian Huber <sebastian.huber@…>
powerpc: Move legacy CPU_Interrupt_frame The only remaining user of CPU_Interrupt_frame on PowerPC is the mpc5xx support. Move it to here. Update #2809.
10:25 Changeset in rtems [40d592eb]5 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Avoid use of CPU_Interrupt_frame This type is not relevant for the code since only a pointer is passed around. Update #2809.
10:17 Changeset in rtems [427dcee]5 by Sebastian Huber <sebastian.huber@…>
sparc: Rename CPU_Minimum_stack_frame Rename SPARC-specific CPU_Minimum_stack_frame to SPARC_Minimum_stack_frame. Rename SPARC-specific CPU_MINIMUM_STACK_FRAME_SIZE to SPARC_MINIMUM_STACK_FRAME_SIZE. Update #2809.
10:16 Changeset in rtems [d18560a]5 by Sebastian Huber <sebastian.huber@…>
sparc64: Rename CPU_Minimum_stack_frame Rename SPARC64-specific CPU_Minimum_stack_frame to SPARC64_Minimum_stack_frame. Rename SPARC64-specific CPU_MINIMUM_STACK_FRAME_SIZE to SPARC64_MINIMUM_STACK_FRAME_SIZE. Update #2809.
09:51 Changeset in rtems [141e16d]5 by Sebastian Huber <sebastian.huber@…>
rtems: Conditionally define rtems_interrupt_frame Update #2808.
09:48 Changeset in rtems [8ef8a32]5 by Sebastian Huber <sebastian.huber@…>
bsps/mips: Use <libcpu/isr_entries.h> Avoid duplicate mips_vector_isr_handlers() declarations.
09:40 Ticket #2808 (Conditionally provide rtems_interrupt_frame) created by Sebastian Huber
Provide rtems_interrupt_frame only if CPU_ISR_PASSES_FRAME_POINTER is …
09:16 Changeset in rtems [82d30a3]5 by Sebastian Huber <sebastian.huber@…>
score: Move CPU_PER_CPU_CONTROL_SIZE Move CPU_PER_CPU_CONTROL_SIZE and the optional CPU_Per_CPU_control to <rtems/score/cpuimpl.h> to hide it from <rtems.h>.
02:31 Changeset in rtems-release [e86b33f]5 by Chris Johns <chrisj@…>
Add examples-v2 and libbsd. These repos have submodules which need special handling to archive. Add release notes.

11/10/16:

18:01 Changeset in rtems-source-builder [453fefe]5 by Joel Sherrill <joel@…>
rtems-default.bset: Update to gcc-6-20161110 and newlib 2.4.0.20161025
15:56 Changeset in rtems [1897fa6]5 by Sebastian Huber <sebastian.huber@…>
sptests/sp37: Better cope with internal padding
15:25 Changeset in rtems [537f00eb]5 by Sebastian Huber <sebastian.huber@…>
score: Restrict task interrupt level to 0 on SMP Update #2811.
14:17 Changeset in rtems [408609f6]5 by Sebastian Huber <sebastian.huber@…>
score: Add _ISR_Is_enabled() In contrast to _ISR_Get_level() the _ISR_Is_enabled() function evaluates a level parameter and returns a boolean value. Update #2811.
13:58 Changeset in rtems-libbsd [c418b7a]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Fix mbuf_jumbo_alloc()
13:58 Changeset in rtems-libbsd [7533adc]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
rtems-kernel-page: Add used pages counter
12:52 Changeset in rtems-libbsd [c4e89a9]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
VMSTAT(8): Port to RTEMS
12:25 Changeset in rtems-libbsd [b01ce52]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Fix errno redefined warning
12:25 Changeset in rtems-libbsd [dba2dfc]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
VMSTAT(8): Import from FreeBSD
11:02 Changeset in rtems [84e6f15]5 by Sebastian Huber <sebastian.huber@…>
score: Robust thread dispatch On SMP configurations, it is a fatal error to call blocking operating system with interrupts disabled, since this prevents delivery of inter-processor interrupts. This could lead to executing threads which are not allowed to execute resulting in undefined behaviour. The ARM Cortex-M port has a similar problem, since the interrupt state is not a part of the thread context. Update #2811.
10:35 Ticket #2797 (Add ability to add/remove processors to/from a scheduler instance) closed by Sebastian Huber
fixed: [bcdca5db9d35138c9c97055b6e71621c451d9542/rtems-docs]
10:34 Changeset in rtems-docs [bcdca5d]5 by Sebastian Huber <sebastian.huber@…>
c-user: Document scheduler add/remove processor
09:49 Changeset in rtems-libbsd [e49f301]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Fix default network memory configuration
09:38 Changeset in rtems-libbsd [6517105]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
rtems-kernel-page: Panic on recursive reclaim
09:19 Ticket #2805 (Use SPRG0 on PowerPC for current per-CPU control (SMP only)) closed by Sebastian Huber
fixed: [6297ad31d09bb5c0bddda418881296b7cbd20152/rtems-docs]
09:19 Ticket #2807 (rtems-docs repository is not known to trac) created by Sebastian Huber
09:16 Changeset in rtems-docs [6297ad3]5 by Sebastian Huber <sebastian.huber@…>
cpu-supplement: Document PowerPC SPRG0-2 usage
06:12 Changeset in rtems [acc6d9bf]5 by Sebastian Huber <sebastian.huber@…>
score: Remove obsolete defines The thread dispatch inline option is no longer used.
01:22 Developer/Release edited by Chris Johns
(diff)
01:21 Developer/Release edited by Chris Johns
(diff)
01:03 WikiStart edited by Chris Johns
(diff)
00:54 Docs/New_Manual edited by Chris Johns
(diff)
00:53 Docs/New_Manual created by Chris Johns
00:42 Docs edited by Chris Johns
(diff)
00:41 Docs/New_Chapter edited by Chris Johns
(diff)
00:41 Docs/Build edited by Chris Johns
(diff)
00:40 Docs edited by Chris Johns
(diff)
00:39 Docs/New_Chapter edited by Chris Johns
Adding a new chapter. (diff)

11/09/16:

23:56 Docs/Build edited by Chris Johns
Updated after we have an active rtems-docs.git repo. (diff)
23:18 Ticket #2806 (Undocumented confdefs.h Configure Options) created by Joel Sherrill
The following constants in confdefs.h that are available for users to …
22:57 Changeset in rtems-release [f370800]5 by Chris Johns <chrisj@…>
Fix the doco and packaging of docs. Sort out the README.txt templates.
15:29 Changeset in rtems [0e658d45]5 by Sebastian Huber <sebastian.huber@…>
posix: Simplify cleanup push/pop The POSIX cleanup list must be proteced from asynchronous thread deletion. Here local interrupt disable is sufficient.
14:18 Ticket #2805 (Use SPRG0 on PowerPC for current per-CPU control (SMP only)) created by Sebastian Huber
Add _CPU_Get_current_per_CPU_control() on SMP configurations as an …
14:16 Changeset in rtems [58bced6]5 by Sebastian Huber <sebastian.huber@…>
score: Move _CPU_Get_current_per_CPU_control() Move _CPU_Get_current_per_CPU_control() from <rtems/score/cpu.h> to <rtems/score/cpuimpl.h>.
13:59 Changeset in rtems [38a1449]5 by Sebastian Huber <sebastian.huber@…>
powerpc: Add _CPU_Get_current_per_CPU_control() Add _CPU_Get_current_per_CPU_control() on SMP configurations. Use SPRG0 for the current per-CPU control. This reduces the code size by three instructions and is slightly faster. Update #2805.
12:14 Changeset in rtems [eb98dd49]5 by Sebastian Huber <sebastian.huber@…>
score: Inline some SMP lock operations by default The SMP ticket lock release turned out to be suitable for inlining, e.g. a hand full of instructions, no branches. The changes in the screen files do not reflect the changes due to this commit. However, they are now up to date. Obtained on a T4240 running at 1.5GHz using GCC 7.0.0 20161108..
09:26 Changeset in rtems-libbsd [6254bf4]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
SDHCI(4): Delete Delete heavily modified SDHCI(4) support. It must be re-imported from a later FreeBSD version on demand.
08:56 Changeset in rtems-libbsd [cc8f00d]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Fix warnings for linker sets
07:53 Changeset in rtems-libbsd [8b0bcb8]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
rtems-bsd-mutex: Optimize Inline SMP lock acquire/release. Avoid stack frame for hot path.
07:15 Changeset in rtems-libbsd [617dc0f]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Really robust linker sets The previous attempt to fix this issue failed. See also: https://gcc.gnu.org/ml/gcc/2016-09/msg00114.htm
06:08 Changeset in rtems-docs [9330bfb]4.115 by Chris Johns <chrisj@…>
waf: Users without the extra fonts need to use '--disable-extra-fonts' to build PDF.
05:54 Changeset in rtems-docs [5431beb]4.115 by Chris Johns <chrisj@…>
filesystem: Fix header levels.
05:53 Changeset in rtems-docs [f7dbf17]4.115 by Chris Johns <chrisj@…>
cpu-supplement: Fix the project label.
02:57 Changeset in rtems-docs [5fe847f]4.115 by Chris Johns <chrisj@…>
develenv: Fix header levels.
02:56 Changeset in rtems-docs [499658f]4.115 by Chris Johns <chrisj@…>
eclipse: Fix heading levels.
02:55 Changeset in rtems-docs [23995ef]4.115 by Chris Johns <chrisj@…>
bsp-howto: Increase the number depth of sections.
01:39 Changeset in rtems-docs [6916004]4.115 by Chris Johns <chrisj@…>
cpu-supplement: Fix header levels.
01:33 Changeset in rtems-docs [cc1d3fa]4.115 by Chris Johns <chrisj@…>
bsp-howto: Fix header levels.
01:24 Changeset in rtems-docs [b5a0351]4.115 by Chris Johns <chrisj@…>
README: Add coding of spaces and no trailing white space.
01:21 Changeset in rtems-docs [356b0ec]4.115 by Chris Johns <chrisj@…>
README: Fix the header levels.
01:20 Changeset in rtems-docs [aa1c010]4.115 by Chris Johns <chrisj@…>
user: Fix header levels.
00:50 Changeset in rtems-docs [f15d607]4.115 by Chris Johns <chrisj@…>
shell: Fix header levels.
00:42 Changeset in rtems-docs [4da4a15]4.115 by Chris Johns <chrisj@…>
c-user: Fix header levels. Minor fixes.
00:41 Changeset in rtems-docs [a91dd5c]4.115 by Chris Johns <chrisj@…>
latex: Increase the depth of subsections.
00:19 Changeset in rtems-docs [4cb5e55]4.115 by Joel Sherrill <joel@…>
README.txt: Add notes on Centos 6 and 7

11/08/16:

22:58 Changeset in rtems-docs [969b4cd]4.115 by Joel Sherrill <joel@…>
c-user: Correct copyright attribution to match original texinfo files
10:33 Changeset in rtems-docs [bf61a8b]4.115 by Chris Johns <chrisj@…>
shell: Update commands to use descriptions.
05:39 Changeset in rtems [68ef65b]5 by Sebastian Huber <sebastian.huber@…>
score: Clarify _Scheduler_SMP_Start_idle()
05:08 Changeset in rtems-docs [227aaea]4.115 by Chris Johns <chrisj@…>
waf: Get a copy of the optional packages.
04:58 Changeset in rtems-docs [2fdbc98]4.115 by Chris Johns <chrisj@…>
waf: Use the good fonts if installed.
04:26 Changeset in rtems-docs [53bb72e]4.115 by Chris Johns <chrisj@…>
c-user: Format the directives as descriptions. This change combined with the element list change in latex generates a much better looking PDF. Add a page break before each directive to like th previous versions of the manuals.
04:26 Changeset in rtems-docs [daea85e]4.115 by Chris Johns <chrisj@…>
pdf: Format lists for directives to sit on the next line.

11/07/16:

15:54 Changeset in rtems [1f5bee3]5 by Sebastian Huber <sebastian.huber@…>
score: Add and use Thread_Control::is_idle Update #2797.
09:35 Ticket #2804 (Add http(s) paths to git.rtems.org repos) created by Cláudio Silva
The git:// protocol used in RTEMS git repositories is blocked by most …
08:32 Ticket #2800 (qoriq variants failing to build) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 6cb234f079527dfd52da7d5a12340408777e48ee/rtems: […]
08:30 Changeset in rtems [6cb234f]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Remove duplicate qoriq_gpio definition Close #2800.
07:06 Changeset in rtems [e610785]5 by Sebastian Huber <sebastian.huber@…>
score: Rename _Scheduler_Assignments Rename _Scheduler_Assignments into _Scheduler_Initial_assignments to make it clear that they may not reflect the run-time scheduler assignment. Update #2797.
06:33 Ticket #2803 (Get rid of CPU_BIG_ENDIAN and CPU_LITTLE_ENDIAN) created by Sebastian Huber
The remaining uses of the CPU port defines CPU_BIG_ENDIAN and …
06:27 Changeset in rtems-docs [cffdb60]4.115 by Sebastian Huber <sebastian.huber@…>
Add openSUSE installation hints
05:25 Changeset in rtems [1c46b80]5 by Sebastian Huber <sebastian.huber@…>
score: Add scheduler to per-CPU information This makes it possible to adjust the scheduler of a processor at run-time. Update #2797.
00:18 Changeset in rtems-docs [5a7280a]4.115 by Chris Johns <chrisj@…>
PDF: Do not use lato and inconsolata fonts. Not widely supported.

11/06/16:

23:33 Changeset in rtems-docs [ea91103]4.115 by Chris Johns <chrisj@…>
waf: Add a program test for pygmentize.
22:26 Changeset in rtems-docs [fca7878]4.115 by Christian Mauderer <oss@…>
README: Add packages for building on Arch.
22:25 Changeset in rtems-docs [b6272bb]4.115 by Christian Mauderer <oss@…>
waf: Fix NoneType?' object is not iterable'
01:53 Changeset in rtems-docs [ee08651]4.115 by Chris Johns <chrisj@…>
README: Update with more host specific details.
01:40 Changeset in rtems-docs [25c0a23]4.115 by Chris Johns <chrisj@…>
waf: Fix the host version check.
01:02 Changeset in rtems-docs [8330198]4.115 by Chris Johns <chrisj@…>
waf: Add support to handle missing Latex packages on hosts they are not available on. It appears the support for texlive packages on some hosts is variable. This patch lets us add missing packages to our source tree so a PDF can be built on those hosts. The quality of the PDFs created may vary as some short cuts may have been take. For example lato is a font and only the sty file as been added and not the actual font which means it's use will default to another font.

11/04/16:

14:47 Changeset in rtems [f20dfa8]5 by Sebastian Huber <sebastian.huber@…>
score: Avoid _Scheduler_Get_by_CPU_index( 0 ) Avoid use of processor index 0 which may have no scheduler assigned.
14:37 Changeset in rtems [16b14cfd]5 by Sebastian Huber <sebastian.huber@…>
score: Fix _MRSP_Initialize() The ceiling priorities must be initialized by scheduler index. Do not confuse it with a processor index.
14:31 Changeset in rtems [947814ca]5 by Sebastian Huber <sebastian.huber@…>
mpci: Use the first scheduler for MPCI Avoid use of processor index 0 which may have no scheduler assigned.
14:26 Changeset in rtems [2f5ac5b]5 by Sebastian Huber <sebastian.huber@…>
rtems: Fix rtems_task_create() scheduler selection Use the home scheduler of the executing thread for the created thread. This is in line with pthread_create(). Using the current processor may pick up an unexpected scheduler in case of a temporary migration, e.g. due to locking protocols.
13:55 Ticket #2802 (Test "libdl (RTL) 5" fails on SPARC targets) created by Sebastian Huber
On GR740 I get: […] On GR712RC I get: […] Target resets now.
12:45 Changeset in rtems [df63fbd1]5 by Sebastian Huber <sebastian.huber@…>
score: Add <rtems/score/cpuimpl.h> The aim of this file is to encapsulate CPU port implementation details. This helps to hide implementation details from <rtems.h> which indirectly includes <rtems/score/cpu.h>.
12:29 Changeset in rtems [7790d95f]5 by Sebastian Huber <sebastian.huber@…>
sparc: Provide _CPU_Get_thread_executing()
12:28 Changeset in rtems [df48ed2]5 by Sebastian Huber <sebastian.huber@…>
score: Add optional _CPU_Get_thread_executing()
12:19 Changeset in rtems [edbd43c6]5 by Sebastian Huber <sebastian.huber@…>
score: Prevent assignment to _Thread_Executing
09:53 Changeset in rtems [8b18b8eb]5 by Sebastian Huber <sebastian.huber@…>
posix: Fix _POSIX_RWLock_Manager_initialization() Use right object class.
09:04 Changeset in rtems [e7ab43d4]5 by Sebastian Huber <sebastian.huber@…>
score: Use non-inline thread queue lock ops This reduces the code size and helps to reduce the amount of testing. Hot paths can use the _Thread_queue_Queue_acquire_critical() and _Thread_queue_Queue_release_critical() functions which are still inline.
08:52 Changeset in rtems [9597c4ed]5 by Sebastian Huber <sebastian.huber@…>
Size optimization for resource snapshots Do not reference the objects information directly.
07:29 Changeset in rtems [76ad5e0c]5 by Sebastian Huber <sebastian.huber@…>
score: Fix _Scheduler_Try_to_schedule_node() In case the thread is scheduled and the sticky level is greater than one, then we must use an idle thread for correctness of MrsP.
05:54 Changeset in rtems-docs [a903eb3]4.115 by Chris Johns <chrisj@…>
waf: note about tex noise when running configure.
05:30 Changeset in rtems-docs [bf24d1b]4.115 by Chris Johns <chrisj@…>
README: Add host set up for CentOS for singlehtml.
05:22 Changeset in rtems-docs [74194f7]4.115 by Chris Johns <chrisj@…>
waf: Check for texlive packages and report an error is not found.
Note: See TracTimeline for information about the timeline view.