Timeline



06/07/16:

22:49 Changeset in rtems-source-builder [04bff17]4.104.95 by Hesham Almatary <heshamelmatary@…>
4.12/rtems-or1k.bset: Use Newlib 2.4.0.20160527
21:37 GSoC/2016 edited by punitvara
(diff)
20:09 Changeset in rtems [987ea1a]5 by Sebastian Huber <sebastian.huber@…>
powerpc: Define bitmap defines to FALSE
20:09 Changeset in rtems [ec5d7f92]5 by Sebastian Huber <sebastian.huber@…>
score: Delete dead copy and paste code
19:36 Changeset in rtems [b04b76c6]5 by Sebastian Huber <sebastian.huber@…>
score: Simplify priority bit map implementation The priority bit map can deal with a maximum of 256 priority values ranging from 0 to 255. Consistently use an unsigned int for computation, due to the usual integer promotion rules. Make Priority_bit_map_Word definition architecture-independent and define it to uint16_t. This was already the case for all architectures except PowerPC. Adjust the PowerPC bitmap support accordingly.
13:26 Changeset in rtems [cc8bb9e3]5 by Sebastian Huber <sebastian.huber@…>
smptests/smpatomic01: Add seqlock test case
08:39 GSoC/2016 edited by Sambeet Panigrahi
(diff)

06/06/16:

18:09 Ticket #2731 (rtems/c/src/lib/libbsp/arm/raspberrypi/console/console_select.c:98]: ...) created by David Binderman
Source code is if ( strncmp( opt, "fbcons", sizeof( "fbcons" - 1 …
12:06 Ticket #2730 (Move tools/build/* to RTEMS tools repository) created by Sebastian Huber
Problems: * Some source files have no copyright/license header * …
11:49 Changeset in rtems [2f3d804]5 by Sebastian Huber <sebastian.huber@…>
tools: Delete unused binpatch This was a no-install binary apparently unused. Update #2730.
11:17 Ticket #2685 (c/src/lib/libbsp/arm/atsam/network/if_atsam.c:409: possible bad if ...) closed by Alexander Krutwig <alexander.krutwig@…>
fixed: In 15f0f9b448150f1ac828a9d3e498a7249dbdc362/rtems: […]
11:16 Ticket #2729 (TFTP client uses wrong semaphore for mutual exclusion) closed by Sebastian Huber <sebastian.huber@…>
fixed: In a2f91f6cb87a5c53d1bb6f3dcb4ad9153078918f/rtems: […]
11:16 Ticket #2728 (Pipes use wrong semaphore for mutual exclusion) closed by Sebastian Huber <sebastian.huber@…>
fixed: In c75aa864cf614ec2cc82598eadef6067a7dbe3db/rtems: […]
11:16 Ticket #2727 (FAT file systems use wrong semaphore for mutual exclusion) closed by Sebastian Huber <sebastian.huber@…>
fixed: In a7f0096b730ebebb0b22b5eacb2ea20cd130344d/rtems: […]
10:53 Changeset in rtems [a2f91f6]5 by Sebastian Huber <sebastian.huber@…>
tftp: Use proper semaphore attr for mutex Close #2729.
10:51 Changeset in rtems [c75aa86]5 by Sebastian Huber <sebastian.huber@…>
pipe: Use proper semaphore attr for mutex Close #2728.
10:50 Changeset in rtems [a7f0096]5 by Sebastian Huber <sebastian.huber@…>
dosfs: Use proper semaphore attr for mutex Close #2727.
10:48 Changeset in rtems [89f8d9fc]5 by Sebastian Huber <sebastian.huber@…>
libblock: Use proper semaphore attr for mutex Close #1452.
09:55 Ticket #2729 (TFTP client uses wrong semaphore for mutual exclusion) created by Sebastian Huber
[…] Should use a binary semaphore with inherit priority.
09:07 Ticket #2728 (Pipes use wrong semaphore for mutual exclusion) created by Sebastian Huber
[…] Should use a binary semaphore with inherit priority instead.
09:06 Ticket #2727 (FAT file systems use wrong semaphore for mutual exclusion) created by Sebastian Huber
[…] Should use a binary semaphore with inherit priority.
09:02 Ticket #2726 (grascs.c: Questionable use of binary semaphore) created by Sebastian Huber
Use a simple binary semaphore or binary semaphore with inherit …
08:58 Changeset in rtems [6fc34e4]5 by Sebastian Huber <sebastian.huber@…>
rtems: Simplify rtems_semaphore_create() Remove superfluous includes. Use one attribute compare for each semaphore variant. Text size drops by 10% on PowerPC due to this.

06/04/16:

09:56 SOCIS/2015 edited by Saeed Ehteshamifar
(diff)
09:55 SOCIS/2015 edited by Saeed Ehteshamifar
(diff)
00:11 Ticket #2207 (RTEMS tar does not overwrite.) closed by Chris Johns <chrisj@…>
fixed: In d84e346b26017f021c1a7d5c8ad078c7264240ab/rtems: […]

06/03/16:

12:54 Changeset in rtems [214156d]5 by Sebastian Huber <sebastian.huber@…>
mghttpd: Add RTEMS printer support
06:16 Ticket #2725 (Classic binary semaphores without a locking protocol can be released ...) created by Sebastian Huber
The Classic binary semaphores without a locking protocol can be …
06:15 Changeset in rtems [3ad5f86]5 by Sebastian Huber <sebastian.huber@…>
rtems: Fix no protocol mutex release The Classic binary semaphores without a locking protocol (RTEMS_BINARY_SEMAPHORE) could be released by everyone, e.g. in contrast to the POSIX mutexes (all variants) or the Classic binary semphores with priority inheritance or ceiling, there was no owner check in the release path. This behaviour was a bit unexpected and not documented. Add an owner check to the release path. Update sptests/sp42 accordingly. This change has nothing to do with the simple binary semaphores (RTEMS_SIMPLE_BINARY_SEMAPHORE) which have no owner at all. Update #2725

06/02/16:

11:29 Changeset in rtems [a2597f3]5 by Alexander Krutwig <alexander.krutwig@…>
shell: Add rtems_shell_wait_for_explicit_input()
11:25 Changeset in rtems [033443c]5 by Alexander Krutwig <alexander.krutwig@…>
bsp/atsam: Support QSPI flash

06/01/16:

13:07 SOCIS edited by Saeed Ehteshamifar
(diff)
12:38 Changeset in rtems [c6556e2e]5 by Sebastian Huber <sebastian.huber@…>
score: Maybe fix _Thread_Lock_acquire() The approach with the generation number was broken. The load/store of the current lock, the thread queue and the thread queue operations were not properly synchronized. Under certain conditions on a PowerPC T4240 old thread queue operations operated on a new thread queue (NULL pointer).
09:04 Changeset in rtems [f807b84]5 by Sebastian Huber <sebastian.huber@…>
score: Fix _Thread_Lock_acquire() A read-modify-write operation is necessary to read the last value written. See for example C11 standard or Power ISA 2.07, Book II: Power ISA Virtual Environment Architecture, Section 1.6.3 Memory Coherence Required [Category: Memory Coherence] and Section 1.7.3 Atomic Update.
07:50 Changeset in rtems [a9cc6a84]5 by Sebastian Huber <sebastian.huber@…>
smptests/smpatomic01: New test cases Demonstrate that a read-modify-write atomic operation may be necessary on some archtitectures to observe the latest value written.

05/31/16:

14:17 Ticket #2724 (Compiling GCC 4.4.7 for rtems 4.10 branch fails when compiled with ...) created by Worth Burruss
Newer versions of GCC have problems compiling older GCC. Specifically …
08:25 Changeset in rtems [dd2c57d4]5 by Sebastian Huber <sebastian.huber@…>
libchip: Remove dwmac network interface driver The network interface driver for this module is located in the new network stack (libbsd), see file "if_dwc.c".
08:09 Ticket #2723 (CPUINFO command to report per-processor information) created by Sebastian Huber
Add a CPUINFO command to report per-processor information, e.g. …
07:52 Changeset in rtems [5e072f6d]5 by Sebastian Huber <sebastian.huber@…>
cpuuse: Hide implementation details
07:44 Changeset in rtems [3242614]5 by Sebastian Huber <sebastian.huber@…>
Fix rtems_print_printer_fprintf() We must use vfprintf().
07:37 Changeset in rtems [560db810]5 by Chris Johns <chrisj@…>
libmisc/stackchk: Fix printk warnings.
07:36 Changeset in rtems [23213135]5 by Chris Johns <chrisj@…>
arm: Fix printk warnings.
07:16 Changeset in rtems-libbsd [ab5cd63]55-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
tests: Fix compile errors after tools upgrade.
07:12 Changeset in rtems [0546e65e]5 by Sebastian Huber <sebastian.huber@…>
bsps: Add defines for some linker subsections The GNU ld sort by name or alignment needs distinct input sections.
07:10 Changeset in rtems [ccda9459]5 by Sebastian Huber <sebastian.huber@…>
bsps: Sort some sections first by alignment This helps to avoid alignment padding and thus may reduce some memory waste.

05/30/16:

23:49 Changeset in rtems-libbsd [f9798ad]55-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Add a stats report command. The report shows the level of changes we have made to the FreeBSD code.
14:05 Changeset in rtems-libbsd [70d52b8]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
rtems-bsd-mutex: Update due to API changes
14:00 Changeset in rtems-libbsd [f575822]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
rtems-bsd-rc-conf.h: Add missing include
14:00 Changeset in rtems-libbsd [f70f9f5]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
testsuite/rcconf01: Add missing include
13:07 Changeset in rtems-source-builder [3da4d0e]4.104.95 by Sebastian Huber <sebastian.huber@…>
4.12/rtems-default.bset: Use GCC 6-20160526 In addition use Newlib snapshot 2.4.0.20160527.
13:00 Changeset in rtems [024bffc6]5 by Sebastian Huber <sebastian.huber@…>
score: Use owner of thread queue for CORE mutex
10:21 Changeset in rtems [a65b02d]5 by Sebastian Huber <sebastian.huber@…>
rtems: Remove superfluous includes
08:51 Changeset in rtems [bac50cfc]5 by Sebastian Huber <sebastian.huber@…>
rtems: Remove superfluous includes
08:43 Changeset in rtems [73f2ddb]5 by Sebastian Huber <sebastian.huber@…>
rtems: Fix semaphore field name
08:41 Changeset in rtems [3692095]5 by Sebastian Huber <sebastian.huber@…>
rtems: Move MrsP semaphore operations Move MrsP semaphore operations to a less prominent location. Fix field name.
04:59 Changeset in rtems [0b713f89]5 by Sebastian Huber <sebastian.huber@…>
score: Rework CORE inherit priority mutex Provide dedicated seize and surrender methods for inherit priority mutexes. This eliminates CORE_mutex_Attributes.

05/29/16:

17:26 Changeset in rtems [4ebb5f89] by Colin Percival <cperciva@…>
Retune SHA2 code for improved performance on CPUs with more ILP and a preference for memory load instructions over large code footprints with embedded immediate variables. On amd64 CPUs from 2007-2008 there is not a significant change, but amd64 CPUs from 2009-2010 get roughly 10% more throughput with this code; amd64 CPUs from 2011-2012 get roughly 15% more throughput; and AMD64 CPUs from 2013-2015 get 20-25% more throughput. The Raspberry Pi 2 increases its throughput by 6-8%. Sponsored by: Tarsnap Backup Inc. Performance tested by: allanjude MFC after: 3 weeks

05/28/16:

16:06 Changeset in rtems [7b4296e] by Allan Jude <allanjude@…>
Implement SHA-512 truncated (224 and 256 bits) This implements SHA-512/256, which generates a 256 bit hash by calculating the SHA-512 then truncating the result. A different initial value is used, making the result different from the first 256 bits of the SHA-512 of the same input. SHA-512 is ~50% faster than SHA-256 on 64bit platforms, so the result is a faster 256 bit hash. The main goal of this implementation is to enable support for this faster hashing algorithm in ZFS. The feature was introduced into ZFS in r289422, but is disconnected because SHA-512/256 support was missing. A further commit will enable it in ZFS. This is the follow on to r292782 Reviewed by: cem Sponsored by: ScaleEngine? Inc. Differential Revision: https://reviews.freebsd.org/D6061

05/27/16:

19:23 GSoC/2016 edited by Vivek Kukreja
(diff)
13:41 Changeset in rtems [33e250c9]5 by Sebastian Huber <sebastian.huber@…>
score: Rework CORE priority ceiling mutex Rework seize and surrender methods to use CORE_ceiling_mutex_Control. This eliminates CORE_mutex_Disciplines.
12:43 Changeset in rtems [93306058]5 by Sebastian Huber <sebastian.huber@…>
score: _CORE_mutex_Check_dispatch_for_seize() Move the safety check performed by _CORE_mutex_Check_dispatch_for_seize() out of the performance critical path and generalize it. Blocking on a thread queue with an unexpected thread dispatch disabled level is illegal in all system states. Add the expected thread dispatch disable level (which may be 1 or 2 depending on the operation) to Thread_queue_Context and use it in _Thread_queue_Enqueue_critical().
11:26 Changeset in rtems [0e1d11f3]5 by Sebastian Huber <sebastian.huber@…>
score: Add _Thread_queue_Context_set_MP_callout() Add _Thread_queue_Context_set_MP_callout() to simplify _Thread_queue_Context_initialize(). This makes it possible to more easily add additional fields to Thread_queue_Context.
10:01 GSoC/2016 edited by Sambeet Panigrahi
(diff)
09:48 Changeset in rtems [bbb3c5f]5 by Sebastian Huber <sebastian.huber@…>
posix: Delete POSIX_Mutex_Protocol::process_shared
09:10 Changeset in rtems [dbd6550]5 by Sebastian Huber <sebastian.huber@…>
posix: Avoid use of internal mutex methods Avoid use of internal mutex methods for pthread_mutex_setprioceiling().
08:26 SOCIS/2016 created by Saeed Ehteshamifar
08:17 Changeset in rtems [e0bb60b]5 by Sebastian Huber <sebastian.huber@…>
posix: Avoid use of internal mutex methods Avoid use of internal mutex methods for condition variables.
07:41 Changeset in rtems [3c1ad257]5 by Sebastian Huber <sebastian.huber@…>
rtems: Simplify rtems_semaphore_delete() Due to the unified status codes, we can now use a common flush and destroy method for semaphore and mutex variants.
07:34 Changeset in rtems [8a77ef63]5 by Sebastian Huber <sebastian.huber@…>
rtems: Simplify rtems_semaphore_flush() Due to the unified status codes, we can now use a common flush method for semaphore and mutex variants.
06:14 Ticket #2721 (sem_init() does not honour SEM_VALUE_MAX) closed by Sebastian Huber <sebastian.huber@…>
fixed: In d887c1b5b30733fd2d6cf07a4a264f57ab9f4b4b/rtems: […]
06:14 Ticket #2720 (sem_post() with overflow returns an unusual error status) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 39bcf7417ea39806e4817a9ce72cfc20c060c4bf/rtems: […]
06:02 Changeset in rtems [5a598ac]5 by Sebastian Huber <sebastian.huber@…>
score: Add CORE mutex variants Add CORE_recursive_mutex_Control and CORE_ceiling_mutex_Control to avoid the run-time evaluation of attributes to figure out how a particular mutex methods should behave. Start with the no protocol variants. This eliminates the CORE_MUTEX_DISCIPLINES_FIFO and CORE_MUTEX_DISCIPLINES_PRIORITY disciplines.

05/26/16:

21:38 GSoC/2016 edited by Darshit
Student updates (diff)
20:29 Changeset in rtems [09c5ca4]5 by Sebastian Huber <sebastian.huber@…>
score: Simplify CORE mutex Remove superfluous support for simple binary semaphores. With this we can get rid of the CORE_MUTEX_NESTING_BLOCKS variant.
19:40 Changeset in rtems [dbedcf9]5 by Sebastian Huber <sebastian.huber@…>
testsuites: Fix locked_printf() test printer
19:29 Changeset in rtems [3a22e5d3] by Conrad Meyer <cem@…>
crypto routines: Hint minimum buffer sizes to the compiler Use the C99 'static' keyword to hint to the compiler IVs and output digest sizes. The keyword informs the compiler of the minimum valid size for a given array. Obviously not every pointer can be validated (i.e., the compiler can produce false negative but not false positive reports). No functional change. No ABI change. Sponsored by: EMC / Isilon Storage Division
14:23 GSoC/2016 edited by Mudit Jain
(diff)
05:51 Changeset in rtems [3039e18]5 by Chris Johns <chrisj@…>
testsuite: Fix networking samples to use the RTEMS printer.
01:58 GSoC/2016 edited by Wonjun Hwang
(diff)
01:57 GSoC/2016 edited by Wonjun Hwang
(diff)

05/25/16:

14:49 Changeset in rtems [3ca6e618]5 by Sebastian Huber <sebastian.huber@…>
rtems: Simplify rtems_semaphore_delete()
14:30 Changeset in rtems [af746b0]5 by Sebastian Huber <sebastian.huber@…>
score: Use thread queue lock for MrsP Replace the ISR lock in MRSP_Control with a thread queue. This simplifies the Classic semaphore implementation. Only the lock part of the thread queue is used.
13:54 GSoC/2016 edited by Deval Shah
(diff)
13:36 GSoC/2016 edited by Deval Shah
(diff)
12:28 Changeset in rtems [d887c1b]5 by Sebastian Huber <sebastian.huber@…>
posix: Fix sem_init() with too large initial value Close #2721.
12:23 Changeset in rtems [39bcf741]5 by Sebastian Huber <sebastian.huber@…>
Fix semaphore post overflow status Close #2720.
12:13 Ticket #2722 (SEM_VALUE_MAX is unusually small on RTEMS) created by Sebastian Huber
RTEMS defines SEM_VALUE_MAX to 32767 in Newlib …
12:11 Ticket #2721 (sem_init() does not honour SEM_VALUE_MAX) created by Sebastian Huber
sem_init() succeeds even if the initial value exceeds SEM_VALUE_MAX.
11:59 Ticket #2720 (sem_post() with overflow returns an unusual error status) created by Sebastian Huber
FreeBSD and glibc 2.18 set errno to EOVERFLOW in case of a sem_post() …
11:11 Changeset in rtems-libbsd [43a14eb]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Update due to API changes
11:10 Changeset in rtems-libbsd [92e9493]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
testsuite: Update due to API changes
11:09 Changeset in rtems-libbsd [9546d90]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
rtems-bsd-mutex: Update due to API changes
10:45 Ticket #2719 (pthread_spin_unlock() returns wrong error status in case the lock is ...) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 9ec7d492b951efec32520bff7106e21e16e9c74d/rtems: […]
06:37 Changeset in rtems [3f72dda6]4.11 by Sebastian Huber <sebastian.huber@…>
posix: Fix pthread_spin_unlock() error status Update #2719.
06:37 Changeset in rtems [9ec7d492]5 by Sebastian Huber <sebastian.huber@…>
posix: Fix pthread_spin_unlock() error status Close #2719.
06:32 Ticket #2719 (pthread_spin_unlock() returns wrong error status in case the lock is ...) created by Sebastian Huber
POSIX recommends the following: "If an implementation detects that …

05/24/16:

13:39 Changeset in rtems [b1860df5]5 by Sebastian Huber <sebastian.huber@…>
psxtests/psxmsgq01: Fix typo
13:37 Ticket #2718 (Blocking _CORE_message_queue_Submit() may lead to unpredictable results) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 4b623d655bb4f4853a6ce385ae17e505dddbe7ce/rtems: […]
13:30 Ticket #2718 (Blocking _CORE_message_queue_Submit() may lead to unpredictable results) created by Sebastian Huber
The thread wait return code is not properly initialized before the …
12:18 Changeset in rtems [7088340]5 by Sebastian Huber <sebastian.huber@…>
psxtests/psxmsgq01: Enable test case
11:15 Changeset in rtems [0e9d5b6]5 by Sebastian Huber <sebastian.huber@…>
mpci: Fix thread queue flush method We must call the MP callout for proxies if we unblock them after a thread queue extraction. This was missing in _Thread_queue_Flush_critical(). Move thread remove timer and unblock code to new function _Thread_Remove_timer_and_unblock().
10:00 Changeset in rtems [7af4d67]5 by Sebastian Huber <sebastian.huber@…>
mpci: Add missing return statements
07:43 Changeset in rtems [25e28d8]5 by Sebastian Huber <sebastian.huber@…>
confdefs.h: Fix heap alloc size estimate Account for the heap minimum block size.
05:40 Changeset in rtems [4b623d65]5 by Sebastian Huber <sebastian.huber@…>
score: Fix blocking _CORE_message_queue_Submit() Close #2718.
Note: See TracTimeline for information about the timeline view.