Timeline



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 [2f5ac5b5]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.

11/03/16:

21:44 Changeset in rtems-docs [9024cfb]4.115 by Chris Johns <chrisj@…>
waf: Fix the bnode issue when building in a manual directory.
17:51 Milestone 4.11 completed
17:51 Milestone 4.11.1 completed
17:51 Ticket #2801 (Invalid configuration option used in virtex bsp headers) closed by Tim Cussins <timcussins@…>
fixed: In 11ae6f94f88cbc393962fe37a3942cbdee243e54/rtems: […]
17:49 Changeset in rtems [11ae6f9]5 by Tim Cussins <timcussins@…>
virtex4, virtex5 bsp.h: Use BSP_INTERRUPT_STACK_SIZE not user space CONFIGURE_INTERRUPT_STACK_SIZE closes #2801.
17:49 Changeset in rtems [a0b116dc]4.114.11.04.11.1 by Tim Cussins <timcussins@…>
virtex4, virtex5 bsp.h: Use BSP_INTERRUPT_STACK_SIZE not user space CONFIGURE_INTERRUPT_STACK_SIZE closes #2801.
17:14 Ticket #2801 (Invalid configuration option used in virtex bsp headers) created by Tim Cussins
virtex4 and virtex5 bsp headers (bsp.h) define …
16:19 Changeset in rtems [347ef928]5 by Sebastian Huber <sebastian.huber@…>
score: Provide inline variants for ISR lock ops
16:00 Changeset in rtems [9cd5349]5 by Sebastian Huber <sebastian.huber@…>
score: Default to non-inline SMP lock ops Use non-inline SMP lock acquire and release operations by default. Provide inline variants for the hot spots, e.g. mutex acquire/release.
15:47 Changeset in rtems [8cd96f47]5 by Benjamin Fair <b-fair@…>
libfdt: add missing errors to fdt_strerror() Some error values were missing from the table which meant that they could not be translated by fdt_strerror(). Signed-off-by: Benjamin Fair <b-fair@…> Signed-off-by: David Gibson <david@…>
13:44 Changeset in rtems [ee42943]5 by Sebastian Huber <sebastian.huber@…>
score: Optimize self-contained mutexes
13:43 Changeset in rtems [afa92ab7]5 by Sebastian Huber <sebastian.huber@…>
score: Add _Watchdog_Ticks_from_sbintime Necessary to support a network stack update to FreeBSD 12.
12:16 Changeset in rtems-release [33b7bab]5 by Gerald Needell <jerry.needell@…>
Add /path/to/ to the example instructions for untaring rtems-source-builder into the build path. This is just a reminder that the source file may not be in the current directory
10:18 Changeset in rtems-libbsd [0b08247]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
rtems-bsd-mutex: Update due to API changes
09:52 Changeset in rtems [6e31b56f]5 by Sebastian Huber <sebastian.huber@…>
rtems: Fix binary semaphore resource count Binary semaphores (not simple binary semaphores) maintain the resource count since 8797c76addf22a2f0ffc3717ff977695e35b9b0b. Do this also for initially locked binary semaphores.
07:55 Changeset in rtems [0154dea3]5 by Sebastian Huber <sebastian.huber@…>
tmtests/tmfine01: Update screen file Add plot script.
07:22 Changeset in rtems [d505fbb]5 by Sebastian Huber <sebastian.huber@…>
smptests/smplock01: Update screen file
06:33 Changeset in rtems [86d3a2e8]5 by Sebastian Huber <sebastian.huber@…>
testsupport: Determine worker index via processor Determine worker index via the current processor index to get consistent job runs with respect to the cache topology.
05:58 Changeset in rtems-docs [72a62ad]4.115 by Chris Johns <chrisj@…>
Rename all manuals with an _ to have a -. It helps released naming of files.
05:40 Changeset in rtems-release [5284997]5 by Chris Johns <chrisj@…>
docs: Build and package HTML, PDF and SingleHTML. Add support to checksum the build files. Fix the internal path name in the HTML tar file. Make a single tar file of all the built documentation.
05:40 Changeset in rtems-release [0cf9c0e]5 by Chris Johns <chrisj@…>
Add the checkdum to the package start.
05:40 Changeset in rtems-release [328dfc8]5 by Chris Johns <chrisj@…>
Format to show directory levels.
05:39 Changeset in rtems-release [b65befb]5 by Chris Johns <chrisj@…>
Format to show directory levels.
04:22 Changeset in rtems-docs [6207c37]4.115 by Chris Johns <chrisj@…>
waf: Use separate doctrees so avoid sphinx clashes.
03:42 Changeset in rtems-docs [d3226d3]4.115 by Chris Johns <chrisj@…>
pdf: Make the copyright the same as the html.
03:41 Changeset in rtems-docs [64a3db7]4.115 by Chris Johns <chrisj@…>
conf: Make the build date use a nicer day format.
03:34 Changeset in rtems-docs [040b703]4.115 by Chris Johns <chrisj@…>
README: Add host set up and update the build commands.
03:30 Changeset in rtems-docs [0bc9c6d]4.115 by Chris Johns <chrisj@…>
waf: Have configure set building pdf and/or singlehtml. Move selecting pdf and singlehtml to the configure stage so it is sticky for all builds. This means a top level build will always build all formats that have been configured. Do not complete the configure stage if tools are missing for the configured output. Add singlehtml support using the inliner tool. It is nice. Remove the groups as waf can track the dependences. This lets the manuals build in parallel.

11/02/16:

16:19 Ticket #2800 (qoriq variants failing to build) created by Joel Sherrill
The following qoriq variants fail to build: powerpc-qoriq_core_0 …
09:01 Changeset in rtems [fac8a3a]5 by Sebastian Huber <sebastian.huber@…>
bsps/sparc: Fix copy of initialized data The text and data sections may have different alignment requirements. Support a data section alignment greater than 16.
07:13 Changeset in rtems-docs [3a58bff]4.115 by Sebastian Huber <sebastian.huber@…>
Update due to clock manager and driver changes
06:57 Changeset in rtems [59ee4abf]4.11 by Sebastian Huber <sebastian.huber@…>
sptests/spclock_err02: Update screen file
06:38 Changeset in rtems-docs [3d055ec]4.115 by Chris Johns <chrisj@…>
RSB: Fix the history.
05:36 Changeset in rtems [2612a0b]5 by Sebastian Huber <sebastian.huber@…>
score: Simplify _Scheduler_Get_by_id() Avoid dead code in non-SMP configurations. Return scheduler identifier independent of the current processor count of the scheduler via rtems_scheduler_ident(), since this value may change during run-time. Check the processor count in _Scheduler_Set() under scheduler lock protection. Update #2797.
05:34 Changeset in rtems-docs [ce4daf9]4.115 by Chris Johns <chrisj@…>
Add a copyright to the PDF front page.
05:27 Changeset in rtems [9599b468]5 by Sebastian Huber <sebastian.huber@…>
score: Delete unused _Scheduler_Is_id_valid()
04:20 Changeset in rtems-docs [9742e45]4.115 by Chris Johns <chrisj@…>
RSB: Fix the heading level for the PDF.
04:20 Changeset in rtems-docs [998ef92]4.115 by Chris Johns <chrisj@…>
Update the top level README.txt.
04:19 Changeset in rtems-docs [005f0e8]4.115 by Chris Johns <chrisj@…>
Fix spelling.
01:09 Changeset in rtems-docs [8b64335]4.115 by Chris Johns <chrisj@…>
RSB: Finish reformatting after moving from asciidocs.
01:08 Changeset in rtems-docs [75e787d]4.115 by Chris Johns <chrisj@…>
html: Update the CSS and add topics.
01:07 Changeset in rtems-docs [8f2a4f3]4.115 by Chris Johns <chrisj@…>
waf: Fix the sphinx verbose option.

11/01/16:

23:18 Changeset in rtems-release [419afab]5 by Joel Sherrill <joel@…>
README-doc.txt.in: Add SPARC and fix some formatting.
21:05 Changeset in rtems-docs [c29f5bc]4.115 by Joel Sherrill <joel@…>
c_user: Re-add task notepads for 4.11. Remove this patch after branching.
06:37 Changeset in rtems-docs [4ace089]4.115 by Chris Johns <chrisj@…>
Add some notes on writing documentation.

10/31/16:

18:22 Changeset in rtems-release [eb98cd7]5 by Chris Johns <chrisj@…>
Prefix all doc archives with rtems-.
18:11 Changeset in rtems-release [06aba3c]5 by Chris Johns <chrisj@…>
Add bsp_howto to the name remapping.
18:07 Changeset in rtems-release [e375d9d]5 by Chris Johns <chrisj@…>
Remove clean up, this is done at a higher level.
18:04 Changeset in rtems-release [59c9105]5 by Chris Johns <chrisj@…>
Build and packages docs.
18:03 Changeset in rtems-release [b68af74]5 by Chris Johns <chrisj@…>
Fix bare source packaging.
18:02 Changeset in rtems-release [84b9db4]5 by Chris Johns <chrisj@…>
Remove devel/or1ksim from bare packates. It references master and not a commit.
15:23 Changeset in rtems [47d2464]5 by Sebastian Huber <sebastian.huber@…>
score: Conditionally enable thread resource count Maintain the thread resource count only in debug configurations. This is a performance optimization for non-debug configurations.
15:23 Changeset in rtems [9e7fa07]5 by Sebastian Huber <sebastian.huber@…>
score: Relax _Scheduler_Set() restrictions No longer unconditionally prevent scheduler changes if the thread owns resources. Prevent a scheduler change only in case other threads wait for the resource.
15:10 Changeset in rtems [0dd49d0]5 by Sebastian Huber <sebastian.huber@…>
score: Introduce thread resource count methods This makes it easier to conditionally enable/disable the thread resource count usage.
15:04 Changeset in rtems [b7694c8c]5 by Sebastian Huber <sebastian.huber@…>
sptests/sp35: Remove dead code
13:45 Changeset in rtems [4cf58905]5 by Sebastian Huber <sebastian.huber@…>
cpuuse: Use rtems_task_iterate() Update #2423.
13:20 Ticket #2799 (Capture engine iterates over all thread under ISR lock protection) created by Sebastian Huber
The capture engine iterates over all thread under ISR lock protection …
12:37 Changeset in rtems [d271c3bb]5 by Sebastian Huber <sebastian.huber@…>
rtems: Add rtems_task_iterate() Update #2423.
12:37 Ticket #2798 (Fix POSIX timer interval) closed by Sebastian Huber <sebastian.huber@…>
fixed: In bb9f09f34c9bdcf4d2631a1fd317bcefd8426efb/rtems: […]
12:08 Changeset in rtems [05ca53d]5 by Sebastian Huber <sebastian.huber@…>
rtems: Add scheduler processor add/remove Update #2797.
12:07 Changeset in rtems [bb9f09f]5 by Sebastian Huber <sebastian.huber@…>
posix: Fix timer interval Do not overwrite timer interval with initial interval in _POSIX_Timer_Insert(). Close #2798.
12:05 Changeset in rtems [3e9f4c92]5 by Sebastian Huber <sebastian.huber@…>
posix: Fix timeout handling in sigtimedwait() Update #2798.
12:05 Ticket #2798 (Fix POSIX timer interval) created by Sebastian Huber
See also: …
11:32 Ticket #2797 (Add ability to add/remove processors to/from a scheduler instance) created by Sebastian Huber
The scheduler configuration is done at link-time. In order to support …
10:01 Changeset in rtems [bc470d3c]5 by Jacob Hansen <jacob.hansen@…>
sparc: only define start if it is different from SYM(start) The SYM define concatenates the input with the compiler set USER_LABEL_PREFIX define. This define appears to be '_' in GCC but empty in Clang. Therefore when compiling with Clang/LLVM 'SYM(start)' and 'start' defines the same symbol, and the compiler complains that the symbol is defined twice.
09:50 Changeset in rtems [7eec247]5 by Sebastian Huber <sebastian.huber@…>
smptests/smplock01: Use test support Convert output to XML.
08:13 Changeset in rtems [63e2ca1b]5 by Sebastian Huber <sebastian.huber@…>
score: Simplify yield and unblock scheduler ops Update #2556.
07:33 Changeset in rtems [2dd098a]5 by Sebastian Huber <sebastian.huber@…>
score: Introduce Thread_Scheduler_control::home Replace Thread_Scheduler_control::control and Thread_Scheduler_control::own_control with new Thread_Scheduler_control::home. Update #2556.
07:22 Changeset in rtems [7f742432]5 by Sebastian Huber <sebastian.huber@…>
score: Delete Thread_Scheduler_control::own_node Update #2556.
07:08 Changeset in rtems [c0f1f52]5 by Sebastian Huber <sebastian.huber@…>
score: Delete Thread_Scheduler_control::node Update #2556.
07:04 Changeset in rtems [b5f1b24]5 by Sebastian Huber <sebastian.huber@…>
score: Delete Scheduler_Node::accepts_help Update #2556.
05:19 Changeset in rtems [1cafc46]5 by Sebastian Huber <sebastian.huber@…>
score: Delete Resource Handler Update #2556.

10/30/16:

21:55 Changeset in rtems-docs [bb923d0]4.115 by Chris Johns <chrisj@…>
rsb: Fix the tex name.
21:50 Changeset in rtems-docs [68db56b]4.115 by Chris Johns <chrisj@…>
Ignore waf files.
21:49 Changeset in rtems-docs [5df0d1e]4.115 by Joel Sherrill <joel@…>
RSB: Clean up formatting and fix code-block mistakes.
21:48 Changeset in rtems-docs [dd43d0b]4.115 by Chris Johns <chrisj@…>
waf: Add an install command.
21:18 Changeset in rtems-docs [47aad7a]4.115 by Joel Sherrill <joel@…>
RSB: Make the bullet style more consistent.
11:16 SOCIS/2016 edited by Saeed Ehteshamifar
(diff)
10:49 SOCIS/2016 edited by Saeed Ehteshamifar
(diff)
01:36 Changeset in rtems-docs [f529417]4.115 by Chris Johns <chrisj@…>
waf: Add top build support.
01:35 Changeset in rtems-docs [761b082]4.115 by Chris Johns <chrisj@…>
waf: Add a build date to the copyright.
01:33 Changeset in rtems-docs [9dd79f2]4.115 by Chris Johns <chrisj@…>
waf: Formatting.

10/28/16:

21:40 Changeset in rtems-docs [cddb06c]4.115 by Joel Sherrill <joel@…>
RSB: Initial addition The content was manually converted from Asciidoc to Sphinx and there are some areas which remain to be done. Specifically there are some tables and embedded links which are known to remain but there are almost certainly other things to clean up.
20:57 Changeset in rtems-docs [7497f5e]4.115 by Joel Sherrill <joel@…>
porting: Review and tidy up multiple formatting issues.
20:56 Changeset in rtems-docs [790fcab]4.115 by Joel Sherrill <joel@…>
filesystem: Fix numbered lists.
20:56 Changeset in rtems-docs [01a36ee]4.115 by Joel Sherrill <joel@…>
c_user: Fix numbered lists.
19:50 Changeset in rtems-docs [4cc9094]4.115 by Joel Sherrill <joel@…>
cpu_supplement: Fixed numbered list
19:30 Changeset in rtems-docs [706a1e2]4.115 by Chris Johns <chrisj@…>
user: Add comments about warnings we cannot remove.
18:32 Changeset in rtems-docs [9fd14dd]4.115 by Chris Johns <chrisj@…>
user: Add comment to move to packages.
18:30 Changeset in rtems-docs [6941506]4.115 by Chris Johns <chrisj@…>
user: Add hardware layers figure.
18:13 Changeset in rtems-docs [30c32cb]4.115 by Joel Sherrill <joel@…>
in-memory.rst, mounting_and_unmounting.rst: Remove unnecessary backslash
18:09 Changeset in rtems-docs [23a5ce4]4.115 by Chris Johns <chrisj@…>
Remove the old files.
18:07 Changeset in rtems-docs [0c97890]4.115 by Joel Sherrill <joel@…>
powerpc, sparc, sparc64: Correct tables
17:56 Changeset in rtems-docs [2592441]4.115 by Chris Johns <chrisj@…>
shell: Fix code-block warnings.
17:21 Changeset in rtems-docs [53d00e6]4.115 by Joel Sherrill <joel@…>
dec_21140.rst, network_task_structure.rst: Change image to figure
17:16 Changeset in rtems-docs [f3a7c96]4.115 by Chris Johns <chrisj@…>
waf: Update to support a recent waf.
17:11 Changeset in rtems-docs [b093291]4.115 by Joel Sherrill <joel@…>
dec_21140.rst: Correct path to image
17:04 Changeset in rtems-docs [ff5d080]4.115 by Joel Sherrill <joel@…>
makefiles.rst, target_dependant_files.rst: Fix link
16:54 Changeset in rtems-docs [7364f8c]4.115 by Joel Sherrill <joel@…>
target_dependant_files.rst: Fix spacing and warning.
16:51 Changeset in rtems-docs [a0c6979]4.115 by Joel Sherrill <joel@…>
initilization_code.rst, linker_script.rst: Fix cross reference
16:42 Changeset in rtems-docs [154f3dc6]4.115 by Joel Sherrill <joel@…>
object_services.rst: Add _rtems_object_id_api_minimum_class and _rtems_object_id_api_maximum_class
16:14 Changeset in rtems-docs [4e71fe2]4.115 by Chris Johns <chrisj@…>
bsp_howto: Fix ASCII figure.
14:05 Changeset in rtems [8639685]5 by Jacob Hansen <jacob.hansen@…>
sparc: Adjust assembly to improve compability with LLVM - All references of %0 changed to %g0 - 'call label,0' changed to 'call label'. According to the sparc specification call does not take any registers - '.seg "text"' changed to '.section ".text"' - the synonym stub is replaced with stb - the synonym stuh is replaced with sth
12:56 Changeset in rtems-docs [9aafb39]4.115 by Chris Johns <chrisj@…>
c_user: Remove errors and warnings.
01:05 Changeset in rtems-docs [4120668]4.115 by Chris Johns <chrisj@…>
Update the file list to the 4.11 directory structure.
01:01 Changeset in rtems-docs [4cacea0]4.115 by Chris Johns <chrisj@…>
Fix filesystem formatting.
01:01 Changeset in rtems-docs [b0f2977]4.115 by Joel Sherrill <joel@…>
porting: Fix code-block markup
01:01 Changeset in rtems-docs [f29b7c1c]4.115 by Joel Sherrill <joel@…>
bsp_howto: Fix code-block markup
00:47 Changeset in rtems-docs [36def91]4.115 by Joel Sherrill <joel@…>
rtems-docs: Fix many unnecessary back slashes
00:27 Changeset in rtems-docs [2b175c3]4.115 by Joel Sherrill <joel@…>
initilization_code.rst: Fix figure formatting
00:19 Changeset in rtems-docs [690643a]4.115 by Joel Sherrill <joel@…>
Merge branch 'master' of ssh://dispatch.rtems.org/data/git/rtems-docs
00:19 Changeset in rtems-docs [a1c7180]4.115 by Joel Sherrill <joel@…>
Misc: Capitalize RTEMS.
00:13 Changeset in rtems-docs [b8a7654]4.115 by Joel Sherrill <joel@…>
shell/file_and_directory.rst: Correct mkdos command.
Note: See TracTimeline for information about the timeline view.