Timeline



10/09/19:

19:34 Ticket #3800 (termios - Add Capability to Generate SIGINTR and SIGQUIT) closed by Joel Sherrill <joel@…>
fixed: In 667501a/rtems: […]

10/07/19:

15:48 Changeset in rtems [5e7b3c65]5 by Joel Sherrill <joel@…>
posix_devctl - Add support for SOCKCLOSE The FACE Technical Standard, Edition 3.0 and later require the definition of the subcommand SOCKCLOSE in <devctl.h>. Reference: ​https://www.opengroup.org/face closes #3856.
05:16 Changeset in rtems [698732a6]5 by Sebastian Huber <sebastian.huber@…>
Add CC-BY-SA-4.0 license text Retrieved from: https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt This license is inteded for code which is shared with the documentation, e.g code examples. Such code should be dual licensed BSD-2-Clause or CC-BY-SA-4.0 with the following license identifier: SPDX-License-Identifier: BSD-2-Clause OR CC-BY-SA-4.0

10/04/19:

21:11 Changeset in rtems [5db68a5] by Kinsey Moore <kinsey.moore@…>
cpukit/jffs2: Add support for NAND under JFFS2 This adds write buffer and bad block support required for JFFS2 operation on NAND devices. This also adds the minor modifications necessary for RTEMS support in the Linux header stubs and in wbuf.c. Memory and NOR backed applications should experience no difference in operation since they do not expose the callbacks required for write buffer support.
08:05 Changeset in rtems [f88025a]5 by Sebastian Huber <sebastian.huber@…>
ttest01: Adjust SPDX-License-Identifier Update #3199.
07:22 Changeset in rtems [7ec0839]5 by Sebastian Huber <sebastian.huber@…>
linkersets: Avoid use of zero-length array Use RTEMS_DEFINE_GLOBAL_SYMBOL_IN_SECTION() instead.
07:18 Changeset in rtems [a7c86cc]5 by Sebastian Huber <sebastian.huber@…>
config: Avoid zero-length array Use RTEMS_DEFINE_GLOBAL_SYMBOL_IN_SECTION() instead. Close #3799.
06:51 Changeset in rtems [795b167]5 by Sebastian Huber <sebastian.huber@…>
score: Add RTEMS_DEFINE_GLOBAL_SYMBOL_IN_SECTION() Update #3799.

10/03/19:

21:24 Changeset in rtems [7685b48]5 by Joel Sherrill <joel@…>
cpukit/headers.am: Regenerate

10/02/19:

21:49 Changeset in rtems [667501a]5 by Joel Sherrill <joel@…>
termios: Add Capability to Generate SIGINTR and SIGQUIT This patch adds the ability for termios to send SIGINTR on receipt of VINTR and SIGQUIT for VKILL and return -1/EINTR from read() on a termios channel. Importantly, this patch does not alter the default behavior or force POSIX signal code in just because termios is used. The application must explicitly enable the POSIX behavior of generating a signal upon receipt of these characters. This is discussed in the POSIX standard: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap11.html Closes #3800.
21:48 Ticket #3800 (termios - Add Capability to Generate SIGINTR and SIGQUIT) created by Joel Sherrill
Currently the RTEMS termios implementation does not examine the ISIG …
21:22 Changeset in rtems-docs [a62dfde]5 by Martin Erik Werner <martinerikwerner@…>
barrier: Reword "forever" -> "until .. released"
21:19 Changeset in rtems-docs [b8715ad]5 by Martin Erik Werner <martinerikwerner@…>
barrier: Fix cticket->ticket typo
14:59 Ticket #3799 (confdefs.h declares an array with zero elements, that's invalid C) created by Jens Schweikhardt
I'm looking at rtems/cpukit/include/rtems/confdefs.h […] Note …
07:34 Changeset in rtems-source-builder [4a6f476]5 by Sebastian Huber <sebastian.huber@…>
6: Update unstable RTEMS 6 tool chain
06:06 Changeset in rtems [e71f0a53]5 by Sebastian Huber <sebastian.huber@…>
ttest01: Check init/final run output Update #3199.
06:04 Changeset in rtems [b5e61f95]5 by Sebastian Huber <sebastian.huber@…>
libtest: Add more action events This allows more control over the initialization and finalization run. Update #3199.
04:40 Changeset in rtems [6ae2522]5 by Sebastian Huber <sebastian.huber@…>
Revert "record: Add wrappers for malloc() functions" It was accidentally committed. This reverts commit a314544a278f1533ae001f742d7fe24fcee253e6.
04:37 Changeset in rtems [1b84d2b3]5 by Sebastian Huber <sebastian.huber@…>
libtests/ttest01: Fix typos

10/01/19:

12:16 Changeset in rtems [b406d071]5 by Sebastian Huber <sebastian.huber@…>
libtest: Do all output in test runner This ensures that lines are output atomically if they are produced by different other contexts, e.g. interrupts, other processors, other threads. Update #3199.
11:48 Changeset in rtems [8d989c5]5 by Sebastian Huber <sebastian.huber@…>
score: Install timecounter according to quality This makes it possible to install higher quality timecounter in plug-and-play systems and helps to override the clock driver provided timecounter in some test scenarios.
11:04 Changeset in rtems [47e5c1d]5 by Sebastian Huber <sebastian.huber@…>
score: Remove strange timecounter init step The double call of the timecounter get method was added to FreeBSD in 2002 without a comment. It is not clear why this is needed.
10:41 Changeset in rtems [2763f53]5 by Sebastian Huber <sebastian.huber@…>
score: Remove superfluous timecounter members
07:53 Changeset in rtems [c1eb577]5 by Sebastian Huber <sebastian.huber@…>
libtests/record01: Fix test failure Update #3665.
07:15 Changeset in rtems [aeb981e]5 by Sebastian Huber <sebastian.huber@…>
psxtests/psxualarm: Fix test failure Update #3794.
06:54 Changeset in rtems [be3d6974]5 by Sebastian Huber <sebastian.huber@…>
bsp/erc32: Improve pseudo-SMP support Add support for _SMP_Send_message() to the own processor. This is required by the smpmulticast01 test program.
06:05 Changeset in rtems [de6348a]5 by Sebastian Huber <sebastian.huber@…>
_kernel_time.h: Compatibility to future Newlib

09/30/19:

12:42 Changeset in rtems [1ea7e3a7]5 by Sebastian Huber <sebastian.huber@…>
MAINTAINERS: Remove Martin Galvan Remove Martin Galvan due to inactivity from the Write After Approval list.
10:18 Changeset in rtems-docs [13ed966]5 by Sebastian Huber <sebastian.huber@…>
user: Document patch review process
08:58 Changeset in rtems-docs [6ca5dfc]5 by Sebastian Huber <sebastian.huber@…>
user: Update contributing section
08:20 Changeset in rtems-docs [1d3114d]5 by Sebastian Huber <sebastian.huber@…>
Move contributing content from eng to user
08:14 Changeset in rtems-docs [c91db32]5 by Sebastian Huber <sebastian.huber@…>
eng: Update issue tracking section
06:01 Changeset in rtems [d4880509]5 by Sebastian Huber <sebastian.huber@…>
dosfs: Fix format with media block sizes > 512

09/25/19:

20:48 Changeset in rtems [ff4a4a8]5 by Joel Sherrill <joel@…>
termios04/init.c: Remove dead copy of change_iflag()
19:52 Ticket #3794 (Initial POSIX Signals Mask Incorrect) closed by Joel Sherrill <joel@…>
fixed: In 8798372/rtems: […]
17:06 Ticket #2972 (Add ndbm.h support) closed by Joel Sherrill
fixed: This has been completed.
17:05 Ticket #3798 (Add sockatmark to libbsd) created by Joel Sherrill
Now that pselect() is in libbsd, sockatmark() is the only method …
08:58 Changeset in rtems-libbsd [5f2d636]5 by Sebastian Huber <sebastian.huber@…>
Add support for EARLY_COUNTER
08:58 Changeset in rtems-libbsd [b5f802ef]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Add support for EARLY_COUNTER
07:24 Changeset in rtems-libbsd [8618727]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Add compatiblity for older Newlib variants
07:15 Changeset in rtems-source-builder [abbcc5d]5 by Sebastian Huber <sebastian.huber@…>
6: Update unstable RTEMS 6 tool chain
Note: See TracTimeline for information about the timeline view.