Timeline



10/05/18:

21:45 Ticket #3541 (Classic API Barrier Wait Section Title Has Wrong Name) closed by Joel Sherrill <joel@…>
fixed: In 2abceef/rtems-docs: […]
21:44 Changeset in rtems-docs [2abceef]4.11 by Joel Sherrill <joel@…>
barrier_manager.rst: Fix Barrier Wait Section Title closes #3541.
21:30 Ticket #3541 (Classic API Barrier Wait Section Title Has Wrong Name) created by Joel Sherrill
The section title says obtain not wait.
21:27 Ticket #3538 (Classic API Barrier Wait Section Title Has Wrong Name) closed by Joel Sherrill <joel@…>
fixed: In 304bc2c/rtems-docs: […]
21:26 Changeset in rtems-docs [304bc2c]5 by Joel Sherrill <joel@…>
barrier_manager.rst: Fix Barrier Wait Section Title closes #3538.
18:12 Changeset in rtems [637546a]5 by Sebastian Huber <sebastian.huber@…>
build: Merge score/cpu/*/Makefile.am
16:32 Ticket #3540 (How To Use SPARC memscrub) created by Joel Sherrill
The SPARC memory scrubber code on the RTEMS master is undocumented …
13:16 Changeset in rtems [be8de0ff]5 by Sebastian Huber <sebastian.huber@…>
ftpd: Fix insecure chroot() handling Ensure that the rtems_libio_set_private_env() was successful before the chroot(). Update #3530.
12:56 Changeset in rtems [df97c4d2]5 by Sebastian Huber <sebastian.huber@…>
ftpd: Avoid resource leak Update #3530.
12:54 Changeset in rtems [479a28e0]5 by Sebastian Huber <sebastian.huber@…>
ftpd: Avoid use of uninitialized memory Update #3530.
12:47 Changeset in rtems [51da629]5 by Sebastian Huber <sebastian.huber@…>
ftpd: Avoid malloc() and sscanf() Move the user name to the session information. Update #3530.
12:39 Changeset in rtems [dcf42bb2]5 by Sebastian Huber <sebastian.huber@…>
ftpd: Remove FTPD_SessionInfo_t::pass member There is no need to keep the password throughout the session. Update #3530.
12:05 Changeset in rtems [e761fb4]5 by Sebastian Huber <sebastian.huber@…>
ftpd: Avoid NULL pointer checks before free() They are superfluous and just bloat the code. Update #3530.
11:56 Changeset in rtems [05b5f9c0]5 by Sebastian Huber <sebastian.huber@…>
jffs2: Avoid use of constant register variable Avoid the use of a constant register variable which is used in some conditions. This gets rid of a clang -Wsometimes-uninitialized warning.
11:39 Changeset in rtems [b38887a]5 by Sebastian Huber <sebastian.huber@…>
dev/sc16is752: Deal with a baud of zero Avoid division by zero and instead disable rx/tx in case of a zero baud value. Problem identified by Coverity Scan.
07:37 Changeset in rtems [4a7c6867]5 by Sebastian Huber <sebastian.huber@…>
Fix rbtree_postorder_for_each_entry_safe() Use the non-standard typeof operator to avoid code generation errors with clang and use of uninitialized variable warnings with GCC and Coverity Scan. Update #3465.
06:11 Changeset in rtems [1d39e96]5 by Sebastian Huber <sebastian.huber@…>
score: Fix legacy RTEMS_STATIC_ASSERT() In standard C pointer operands are not allowed in integer constant expressions. Avoid a static assertion based on an array typedef since this could lead to warnings ("variably modified 'x' at file scope" and "typedef 'x' locally defined but not used"); This implementation requires unique messages.
05:30 Changeset in rtems [8352d41]5 by Sebastian Huber <sebastian.huber@…>
spthreadlife01: A task exit must not return Update #3533.

10/04/18:

18:32 Changeset in rtems [96ad2b2]5 by Sebastian Huber <sebastian.huber@…>
build: Merge libmisc/Makefile.am
18:16 Changeset in rtems [6cdaa85]5 by Sebastian Huber <sebastian.huber@…>
shell: Use #include "..." for local header files Update #3375.
18:07 Changeset in rtems [19b7db50]5 by Sebastian Huber <sebastian.huber@…>
build: Merge libnetworking/Makefile.am
15:58 Changeset in rtems [a40bb03]5 by Sebastian Huber <sebastian.huber@…>
build: Merge zlib/Makefile.am
15:48 Changeset in rtems [7f0eac30]5 by Sebastian Huber <sebastian.huber@…>
build: Merge telnetd/Makefile.am
13:23 Changeset in rtems [51b3cbca]5 by Sebastian Huber <sebastian.huber@…>
tests: Use rtems_task_exit() Update #3533.
12:35 Changeset in rtems [b131cb2]5 by Sebastian Huber <sebastian.huber@…>
bsp/atsam: Use internal SRAM for stack area
12:10 Changeset in rtems-libbsd [f9d4e1d]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
rtwn: Align mbuf to avoid realignment in rx path See ieee80211_realign().
10:06 Changeset in rtems-libbsd [1e77a45]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
saf1761_otg: Use real interrupt handler The USB_BUS_SPIN_LOCK() is only used internally to the bus driver. Replace the mutex with an interrupt disable/enable section. Execute the interrupt filter in a real interrupt context and forward the interrupt handler to the interrupt server if necessary.
09:29 Changeset in rtems [8777d4c]5 by Sebastian Huber <sebastian.huber@…>
Add rtems_interrupt_server_request_set_vector() By default, the interrupt vector of an interrupt server request is set to a special value which is outside the range of vectors supported by the interrupt controller hardware. Add rtems_interrupt_server_request_set_vector() to set the interrupt vector in an interrupt server request. Calls to rtems_interrupt_server_request_submit() will disable the interrupt vector of the request. After processing of the request by the interrupt server the interrupt vector will be enabled again.
09:05 Ticket #3533 (Add rtems_task_exit()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 6a20bd2/rtems-docs: […]
08:49 Ticket #3535 (Remove stdin, stdout, stderr convenience routines for CEXP) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 57a7ecde/rtems: […]
06:04 Ticket #3539 (Remove CPU_PROVIDES_IDLE_THREAD_BODY) created by Sebastian Huber
Remove the CPU_PROVIDES_IDLE_THREAD_BODY option to avoid unnecessary …

10/03/18:

16:18 Ticket #3538 (Classic API Barrier Wait Section Title Has Wrong Name) created by Joel Sherrill
The section title says obtain not wait. Likely also applies to 4.11.
01:51 Ticket #3536 (Move RTEMS configuration data to a common `config` directory) closed by Chris Johns <chrisj@…>
fixed: In 5416cfa/rtems-tools: […]
01:38 Changeset in rtems-tools [3bd8def]5 by Chris Johns <chrisj@…>
config: Consolidate the version information into a single configuration file

10/02/18:

21:38 Ticket #3537 (RSB and RTEMS Tools Support for python2 and python3) created by Chris Johns
Upstream python does not create a python command any more and …
19:52 GCI/TaskPlan edited by Vijay Kumar Banerjee
(diff)
19:49 GCI/Documentation/CoverageAnalysis created by Vijay Kumar Banerjee
GCI task : Coverage wiki
08:30 Changeset in rtems-libbsd [2eae88b]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Fix typo (RTEMS_BSD_MODULE_NET80211)
08:22 Changeset in rtems [f004b2b8]5 by Sebastian Huber <sebastian.huber@…>
Use rtems_task_exit() Update #3530. Update #3533.
06:49 Changeset in rtems-tools [5416cfa]5 by Chris Johns <chrisj@…>
config: Create a config directory and move the RTEMS arch/bsp data to it. Closes #3536
06:49 Ticket #3536 (Move RTEMS configuration data to a common `config` directory) created by Chris Johns
Move the rtems-bsp-builder configuration files to a common area in …
05:10 Changeset in rtems-libbsd [38c1a41]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
telnetd: Update due to API changes Update #3526.
05:07 Changeset in rtems-libbsd [446f887]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
mDNSResponder: Do not use SO_RECV_ANYIF socket opt This socket option is not supported by FreeBSD.

10/01/18:

21:07 GCI/Outreach/WikiTBR edited by Gedare Bloom
(diff)
18:14 GCI/Coding/ApplicationExamples created by Gedare Bloom
New page.
17:26 GCI/SampleTasks edited by Gedare Bloom
(diff)
10:35 Tickets #3526,​3528 batch updated by Sebastian Huber <sebastian.huber@…>
fixed: In a346ebba/rtems: […]
07:25 Changeset in rtems [e50e3f70]5 by Sebastian Huber <sebastian.huber@…>
rtems: Add rtems_task_exit() Update #3533.
07:24 Changeset in rtems [0614743]5 by Sebastian Huber <sebastian.huber@…>
spthreadlife01: Remove superfluous restart case Update #3243.
06:59 Changeset in rtems [5cb23f4b]5 by Sebastian Huber <sebastian.huber@…>
bsp/atsam: Use binary semaphore for I2C Remove superfluous sleep before each I2C transfer. Reset I2C module after transfer timeouts. Update #3534.
06:20 Changeset in rtems [57a7ecde]5 by Sebastian Huber <sebastian.huber@…>
telnetd: Remove CEXP convenience routines Close #3535.
06:18 Ticket #3535 (Remove stdin, stdout, stderr convenience routines for CEXP) created by Sebastian Huber
These functions should be moved to a general CEXP support.
06:16 Ticket #3534 (Reduce uses of rtems_event_transient_send()) created by Sebastian Huber
The transient event predates the self-contained binary semaphores …
05:57 Changeset in rtems-docs [3e8af71]5 by Sebastian Huber <sebastian.huber@…>
user: Document QorIQ BSP variants

09/28/18:

16:08 Changeset in rtems-libbsd [b54bd95]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
fsl_sdhci.c: Fix missing include error Update #3525.
12:45 Changeset in rtems [fca9132]5 by Sebastian Huber <sebastian.huber@…>
bsp/atsam: Use binary semaphore for SPI Update #3534.
08:29 Changeset in rtems-docs [6a20bd2]5 by Sebastian Huber <sebastian.huber@…>
c-user: Document rtems_task_exit() Close #3533.
08:04 Ticket #3533 (Add rtems_task_exit()) created by Sebastian Huber
The rtems_task_delete(RTEMS_SELF) function does not return. In order …

09/27/18:

22:59 Ticket #3532 (RSB source only download is host specific) created by Chris Johns
The RSB source only download is host specific. Configurations for …
22:16 Changeset in rtems-source-builder [d2d4678]5 by Chris Johns <chrisj@…>
sb: Include optional args in the valid option processing. Optional arguments were not being included in the valid list of options being checked so --mail resulted in being unknown.
22:15 Changeset in rtems-source-builder [079f95a]5 by Chris Johns <chrisj@…>
sb: Add build sizes to the email report. - Include build sizes in the email report. Updates #3516
21:37 Ticket #3516 (sb-set-builder should report disk usage of build) closed by Chris Johns <chrisj@…>
fixed: In 38fd56c/rtems-source-builder: […]
21:27 Changeset in rtems-source-builder [38fd56c]5 by Chris Johns <chrisj@…>
sb: Monitor the build disk usage. Report the usage, total and various sizes - Track the size of a build of a package in a build set to determine the maximum amout of disk space used. This can be used as a guide to documenting how much space a user needs to set aside to build a specific set of tools. - The %clean stage of a build is now split into a separate script. I do not think this is an issue because I could not find any %clean sections in any build configs we have. In time support for the %clean section will be removed, the package builder cleans up. Closes #3516
05:27 Changeset in rtems-libbsd [8645b550]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
fsl_sdhci.c: Fix missing include error Update #3525.
05:21 Changeset in rtems [c56721c]5 by Sebastian Huber <sebastian.huber@…>
printer: Fix Doxygen comments

09/26/18:

14:43 Ticket #3531 (Add POSIX Attribute Reports for More Than Scheduler (examples-v2)) created by Joel Sherrill
Add programs to report default attributes for various POSIX objects …
08:37 Ticket #3530 (Fix issues raised by Coverity Scan for FTP server) created by Sebastian Huber
08:36 Ticket #3529 (Fix issues raised by Coverity Scan for Telnet server) created by Sebastian Huber
07:18 Changeset in rtems [2da93bcb]5 by Sebastian Huber <sebastian.huber@…>
telnetd: Regroup includes
07:17 Changeset in rtems [8e075540]5 by Sebastian Huber <sebastian.huber@…>
telnetd: Remove dead code
07:06 Changeset in rtems [0413b14]5 by Sebastian Huber <sebastian.huber@…>
telnetd: Remove superfluous global variable Update #3528.
07:04 Changeset in rtems [a346ebba]5 by Sebastian Huber <sebastian.huber@…>
telnetd: Remove CONFIGURE_MAXIMUM_PTYS Add a rtems_telnetd_config_table::client_maximum member to the Telnet configuration. Close #3526. Close #3528.
05:53 Ticket #3528 (Remove undocumented and untested CONFIGURE_MAXIMUM_PTYS) created by Sebastian Huber
Remove the undocumented and untested CONFIGURE_MAXIMUM_PTYS …
04:34 Changeset in rtems [8776bb9]5 by Sebastian Huber <sebastian.huber@…>
score: Remove CPU_PROVIDES_IDLE_THREAD_BODY Remove the CPU_PROVIDES_IDLE_THREAD_BODY option to avoid unnecessary conditional compilation. Close #3539.

09/25/18:

19:23 Ticket #3517 (RSB Ubuntu Host Requirements Missing Some) closed by Joel Sherrill <joel@…>
fixed: In 86baa5d/rtems-docs: […]
19:13 Changeset in rtems-docs [86baa5d]5 by Joel Sherrill <joel@…>
rsb/hosts.rst: Add more packages needed on Ubuntu Closes #3517.
18:45 Ticket #3518 (RSB MacOS Nits) closed by Joel Sherrill <joel@…>
fixed: In 11b5e9b/rtems-docs: […]
13:24 Ticket #3527 (RTL Unresolved Symbols from common section on i386/pc686) created by Joseph Hickey
By default GCC puts uninitialized global variables into a common …
13:19 Changeset in rtems [ac9f8087]5 by Sebastian Huber <sebastian.huber@…>
pppd: Remove unused get_pty() function Update #3526.
13:07 Changeset in rtems [b980f363]5 by Sebastian Huber <sebastian.huber@…>
telnetd: Convert pty driver to new Termios API Update #3526.
08:38 Ticket #3526 (Convert PTY driver to new Termios API) created by Sebastian Huber
08:14 Ticket #3525 (Add MMC/SDCard support for i.MX 7Dual BSP) closed by Sebastian Huber <sebastian.huber@…>
fixed: In bd25da8/rtems-docs: […]
08:13 Changeset in rtems-docs [bd25da8]5 by Sebastian Huber <sebastian.huber@…>
user: Add i.MX 7D MMC/SDCard driver Close #3525.
07:57 Changeset in rtems-libbsd [6c51e62]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
media01: Improve output messages Use a single printf() call to avoid interference from other output. Do not print the listener argument.
07:39 Ticket #3525 (Add MMC/SDCard support for i.MX 7Dual BSP) created by Sebastian Huber
Port device drivers from FreeBSD for i.MX 7Dual uSDHC module.
07:27 Changeset in rtems-libbsd [b42dea9]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
CONFIG_INTRHOOK(9): Port to RTEMS Some device drivers (e.g. MMC) need a complex intialization with working callouts. Remove the dummy CONFIG_INTRHOOK() implementation and replace it with the real one from FreeBSD. Make sure TIMEOUT(9) services work at this point. Update #3525.
00:25 Changeset in rtems_waf [112ce92] by Chris Johns <chrisj@…>
Add a README with details on updating a project as well as using rtems_waf

09/24/18:

14:32 Changeset in rtems [b4043ea]5 by Joel Sherrill <joel@…>
check-networking.m4: Disable legacy stack for x86_64 and epiphany x86_64 is 64-bits and too new for the legacy stack to support. epiphany is a small target and cannot compile the legacy (or new) stack.
11:45 Changeset in rtems-libbsd [06dd40e]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
imx/imx_gpio.c: Port to RTEMS Update #3525.
11:40 Changeset in rtems-libbsd [13840c1]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Update gpio interface Update #3525.
11:29 Changeset in rtems-libbsd [7e8e177]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
imx/imx_gpio.c: Import from FreeBSD Update #3525.
07:15 Changeset in rtems [7d1acc03]5 by Sebastian Huber <sebastian.huber@…>
stackchk: Fix interrupt stack preparation We have to prepare the interrupt stack of each processor. Update #3459.
06:01 Changeset in rtems-libbsd [7aba2a4]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
ck: Install header files Update #3472.

09/21/18:

08:39 Ticket #3523 (Add FEC network interface driver for TQM8XX) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 6103496/rtems-libbsd: […]
08:27 Changeset in rtems-libbsd [9ff995c]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
libbsd.txt: Remove linker set paragraph These linker sections are now mandatory for the RTEMS initialization.
08:25 Changeset in rtems-libbsd [a25e6a9]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
libbsd.txt: Use rtems_bsd_ifconfig_lo0()
08:23 Changeset in rtems-libbsd [2707771]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
libbsd.txt: Avoid explicit versions Update #3472.
08:21 Changeset in rtems-libbsd [ab4fe11]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
CONTRIBUTING.md: Avoid explicit commit numbers Update #3472.
05:38 Changeset in rtems [69a24c3]5 by Sebastian Huber <sebastian.huber@…>
bsp/imx: Add imx_ccm_sdhci_hz() Update #3525.
05:30 Changeset in rtems [a75a7d3]5 by Sebastian Huber <sebastian.huber@…>
stackchk: Remove heap hack It is now guranteed that threads do not use a freed stack during termination.
Note: See TracTimeline for information about the timeline view.