Timeline



10/19/18:

20:50 GCI/Documentation/CoverageAnalysis edited by Gedare Bloom
(diff)
20:41 GCI/QA/ImproveEnglish edited by Gedare Bloom
(diff)
20:39 GCI/QA/ImproveEnglish edited by Gedare Bloom
(diff)
20:39 GCI/QA/ImproveEnglish edited by Gedare Bloom
(diff)
20:38 GCI/QA/ImproveEnglish edited by Gedare Bloom
(diff)
20:38 GCI/QA/ImproveEnglish edited by Gedare Bloom
(diff)
20:38 GCI/QA/ImproveEnglish edited by Gedare Bloom
(diff)
20:35 GCI/QA/ImproveEnglish edited by Gedare Bloom
(diff)
16:31 Ticket #3098 (Add new RTEMS repos to github.) closed by Amar Takhar
fixed: * https://github.com/RTEMS/rtems-docs * https://github.com/RTEMS/rtems-release
15:30 Ticket #3556 (Not all repositories are on located on git.rtems.org) created by Amar Takhar
I have no idea why yet Joel just reported will look into it shortly.
03:42 Changeset in rtems-docs [969e60e]5 by Chris Johns <chrisj@…>
Update the copyright year.
02:02 Ticket #3555 (IRC bots need to be registered to join #rtems) closed by Amar Takhar
fixed: This is fixed, stupid spammers!
00:30 Ticket #3382 (Testsuite Makefile merge to one per group of tests) closed by Chris Johns
fixed: This task is finished.
00:28 Ticket #3506 (waf for building RTEMS applications needs updating) closed by Chris Johns
fixed: The rtems_waf git module has been fixed .. https://git.rtems.org/rtems_waf/commit/?id=c0d52d5fcd9cad9b63479b92a0abf4fa5f5c99f3
00:23 Ticket #3417 (Add libdwarf to elftoolchain and provide a C++ wrapper) closed by Chris Johns
fixed: The wrapper has been added to rtems-tools.
00:06 WikiStart edited by Amar Takhar
Add a link to MyTickets. (diff)
00:05 MyTickets edited by Amar Takhar
Remove the TOC it's not useful for this page. (diff)
00:04 MyTickets edited by Amar Takhar
re-order into 'Open' and 'Closed' sections it makes more sense. (diff)
00:00 MyTickets edited by Amar Takhar
Sort open tickets by milestone. (diff)

10/18/18:

23:58 Ticket #3555 (IRC bots need to be registered to join #rtems) created by Amar Takhar
Due to the spam on Freenode only registered users can join #rtems. …
21:54 Ticket #3554 (rtems-libbsd README.waf Needs an Update Sweep) created by Joel Sherrill
It is out of date at least by mentioning 4.12 instead of 5. If there …
21:53 Ticket #3553 (rtems-libbsd Missing waf in Top Directory) created by Joel Sherrill
At least examples-v2 and rtems-libbsd use waf to build. examples-v2 …
12:58 Changeset in rtems [6da1bb0]5 by Sebastian Huber <sebastian.huber@…>
Remove superfluous configure checks The results of these checks are unused, covered by other checks or check obvious things. Update #3409.
12:45 Changeset in rtems [167654e]5 by Sebastian Huber <sebastian.huber@…>
Remove checks for flockfile(), etc. declarations Declarations provided by Newlib since 2002. Update #3409.
12:39 Changeset in rtems [f59edebf]5 by Sebastian Huber <sebastian.huber@…>
Remove getcwd() This function is provided by Newlib since 2000. Update #3409.
12:36 Changeset in rtems [79d145a7]5 by Sebastian Huber <sebastian.huber@…>
Remove optional getrusage() declaration Declaration provided by Newlib since 2014. Update #3409.
12:33 Changeset in rtems [e161767e]5 by Sebastian Huber <sebastian.huber@…>
Remove ttyname() This function is provided by Newlib since 2000. Update #3409.
12:28 Changeset in rtems [658ec75]5 by Sebastian Huber <sebastian.huber@…>
Remove assert() This function is provided by Newlib since 2000. Update #3409.
12:22 Changeset in rtems [87a9900f]5 by Sebastian Huber <sebastian.huber@…>
Remove isatty() These functions are provided by Newlib since 2000. Update #3409.
12:11 Changeset in rtems [3cf12c9]5 by Sebastian Huber <sebastian.huber@…>
Remove strlcat(), strlcpy(), strsep(), readdir_r() These functions are provided by Newlib since 2002. Update #3409.
10:51 Ticket #3529 (Fix issues raised by Coverity Scan for Telnet server) closed by Sebastian Huber
fixed
10:38 Changeset in rtems [1ad26cd]5 by Sebastian Huber <sebastian.huber@…>
Support O_NOFOLLOW open() flag Close #3546.
09:51 Changeset in rtems [3825926]5 by Sebastian Huber <sebastian.huber@…>
Support O_CLOEXEC open() flag Make sure this flag is ignored and does not prevent a successful open. Close #3547.
09:13 Ticket #3545 (Support O_DIRECTORY open() flag) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 4af18b3/rtems: […]
07:36 Changeset in rtems_waf [1b89636] by Sebastian Huber <sebastian.huber@…>
Avoid default RTEMS application configuration Use a test body with a proper RTEMS application configuration to avoid a dependency on the default configuration. Do not include <rtems/score/cpuopts.h> directly since this header file is an implementation detail. Update #3551.
05:22 Changeset in rtems [68799dac]5 by Sebastian Huber <sebastian.huber@…>
bsp/atsam: Add const qualifier to AES_SetInput()

10/17/18:

09:31 Changeset in rtems-libbsd [b151e8a]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
ppp01: Use novj option on host side The VJ compression seems to be not supported by libbsd. Without this option the following errors show up on the host side: rcvd [LCP ProtRej? id=0x75 00 2f 45 00 00 34 6b 9a 40 00 40 01 85 87 c0 a8 64 0b c0 a8 64 46 89 3c 00 15 2c 27 95 c2 0a 88 ...] Protocol-Reject for unsupported protocol 'VJ uncompressed TCP/IP' (0x2f)
07:43 Changeset in rtems [143c8d0]5 by Sebastian Huber <sebastian.huber@…>
serial/ns16550: Fix precision clock synthesizer The precision clock synthesizer support broke the driver on the QorIQ P1020. On this device the Alternate Function Register is accessed with DLAB == 1 instead of the FIFO Control Register (FCR). Restructure the code to account for this.
05:38 Ticket #3552 (cpu usage error in SMP mode) created by zhengxiaojun
* CPU load dispaly error in SMP mode Load Average: 100.510% Load: …

10/16/18:

12:35 Changeset in rtems [c980eaf]5 by Sebastian Huber <sebastian.huber@…>
console: Be fair in simple console read Wait for one tick in case no character is available after a call to getchark(). Otherwise the system is constantly busy within an input loop (for example in the RTEMS shell). The polled Termios driver uses the same approach.
12:34 Changeset in rtems [d7c13c8]5 by Sebastian Huber <sebastian.huber@…>
bsp/imx7: Add getchark() support
10:54 Changeset in rtems-libbsd [c464b9e4]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
mDNSResponder: Fix for update to v765.1.2 In the update to v765.1.2 the mDNS_Init() changed the initialization of m->AutoTargetServices? from 1 to 0. The motivation for this change is unclear. This change prevents at least the mDNS hostname lookups. Revert this change and initialize m->AutoTargetServices? to 1 like it was before the update.
09:24 Changeset in rtems-libbsd [91b858d]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
mDNSResponder: Fix use of uninitialized variables
08:43 GCI/Coding/HelloWorld edited by shashvat jain
just a spelling error corrected : from "operatiing" to "operating" (diff)

10/15/18:

13:05 Changeset in rtems [14fcf388]5 by Arvid Bjorkengren <arvid@…>
leon,gr1553b: set codec version This is enables the updated codec for GR740 and is backwards compatible with all other versions of the IP. Updates #4275.
13:05 Changeset in rtems [70f87f9e] by Arvid Bjorkengren <arvid@…>
leon,gr1553b: set codec version This is enables the updated codec for GR740 and is backwards compatible with all other versions of the IP.
08:38 Changeset in rtems [186a0b1]5 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Recognize .tm_clone_table input section
06:46 Changeset in rtems [50db7f2] by Arvid Bjorkengren <arvid@…>
leon,gr1553b: Only align allocated memory. Verify alignment of memory.
06:46 Changeset in rtems [8004ffb]5 by Arvid Bjorkengren <arvid@…>
leon,gr1553b: Only align allocated memory. Verify alignment of memory. Update #4303.
06:45 Ticket #3347 (tms570: Register Macro Redefinition) closed by Pavel Pisa <pisa@…>
fixed: In 1822649/rtems: […]
06:44 Changeset in rtems [1822649]5 by Pavel Pisa <pisa@…>
bsp/tms570: Simple fix to resolve macro redefinitions. closes #3347
06:33 Changeset in rtems [55b69ed]5 by Sebastian Huber <sebastian.huber@…>
Move default config to librtemsdefaultconfig.a An RTEMS application default configuration is contained in cpukit/libmisc/dummy/default-configuration.c. This default configuration was contained in librtemscpu.a. This had at least two problems: 1. Application configuration errors may have pulled in the default configuration which in turn lead to multiply define symbols error. This was quite confusing. You had to consult the linker map file to figure out what cased the pull in of the default configuration. You needed to know what a linker map file is and how you generate it with your build system. This was not very user friendly. 2. It prevented the use of default configuration items for each subsystem in librtemscpu.a. This may be used to reduce the size of the configuration itself. Move the default configuration to the separate library librtemsdefaultconfig.a. Close #3551.
06:21 Ticket #3551 (Move default configuration to separate library) created by Sebastian Huber
An RTEMS application default configuration is contained in …
05:46 Changeset in rtems [c1864a0a]5 by Sebastian Huber <sebastian.huber@…>
Add LICENSE.BSD-2-Clause Copied from: https://spdx.org/licenses/BSD-2-Clause.html The formatting is suitable for C/C++ source comments. Update #3053.
05:29 Ticket #3375 (Remove command line pre-processor defines) closed by Sebastian Huber <sebastian.huber@…>
fixed: In fb12215/rtems: […]
05:22 Changeset in rtems [fb12215]5 by Sebastian Huber <sebastian.huber@…>
build: Remove specialized CPPFLAGS Close #3375.
05:15 Ticket #3549 (Obsolete powerpc/virtex BSP) closed by Sebastian Huber
fixed
05:14 Ticket #3505 (powerpc/virtex redefined warning) closed by Sebastian Huber
wontfix
05:12 Ticket #3550 (Remove powerpc/virtex BSP) created by Sebastian Huber
This BSP is quite old (was added 1995), unmaintained and likely …
05:11 Ticket #3549 (Obsolete powerpc/virtex BSP) created by Sebastian Huber
This BSP is quite old (was added 1995), unmaintained and likely …

10/14/18:

22:04 Changeset in rtems-source-builder [8992d20]5 by Joel Sherrill <joel@…>
rtems-tools-5-1.cfg: Bump to latest closes #3401, #3402, #3424.
21:58 Changeset in rtems-tools [36fde51]5 by Joel Sherrill <joel@…>
rtemstoolkit/rld-cc.cpp: Accept -EL, -EB, and -Gn machine flags closes #3401, #3402, $3424.
21:57 Tickets #3401,​3402 batch updated by Joel Sherrill <joel@…>
fixed: In 632bb17/rtems: […]
21:55 Changeset in rtems [632bb17]5 by Joel Sherrill <joel@…>
libtests/Makefile.am: Add CPU_CFLAGS to rtems-ld invocation closes #3401, #3402.
21:30 MyTickets edited by Amar Takhar
Add version and milestone. (diff)
21:29 MyTickets edited by Amar Takhar
Resolution field is not needed for closed tickets. (diff)
21:18 MyTickets edited by Amar Takhar
Change TOC depth. (diff)
21:17 MyTickets edited by Amar Takhar
Add tickets for Reporters / Submitters (diff)
21:16 Ticket #3424 (examples-v2: no MIPS BSPs pass configuration step) closed by Joel Sherrill <joel@…>
fixed: In 2fec1c5/rtems_waf: […]
21:15 Changeset in rtems_waf [2fec1c5] by Joel Sherrill <joel@…>
rtems.py: Pass -EL, -EB, and -Gn to link phase closes #3424.
21:13 MyTickets created by Amar Takhar
Add a page to show tickets relating to you. I'll add more interesting details later anyone who has a feature request add it under 'Feature Requests'.
20:45 Ticket #2992 (Long path crashes the RSB when listing a directory.) closed by Chris Johns
fixed: The patch in this ticket is applied to master.
20:35 WikiStart edited by Chris Johns
Add reporting a bug to the top of the page. (diff)
17:20 Changeset in rtems [e97806a]5 by Sebastian Huber <sebastian.huber@…>
posix: Split posix_api_configuration_table Use separate configuration variables to avoid false dependencies. Update #2514.
15:10 Changeset in rtems [8d81622]5 by Sebastian Huber <sebastian.huber@…>
posix: Provide non-thread functions by default Update #2514.
10:43 Changeset in rtems [9318cfb0]5 by Sebastian Huber <sebastian.huber@…>
posix: Provide named semaphores by default Update #2514.
10:41 Changeset in rtems [0b2808ce]5 by Sebastian Huber <sebastian.huber@…>
posix: Provide scheduler support by default Update #2514.
10:36 Changeset in rtems [dd804bb]5 by Sebastian Huber <sebastian.huber@…>
posix: Provide cancel state/type by default Sort POSIX sources lexicographically in Makefile.am Update #2514.
01:11 Ticket #3309 (rtems_task_create's initial_mode SMP update) closed by Chris Johns
fixed
01:07 Ticket #3374 (rtems-test does not honor --mail-from argument) closed by Joel Sherrill
fixed
01:07 Ticket #3463 (Convert covoar to use DWARF function data) closed by Chris Johns
fixed
01:02 Ticket #3512 (sb-check:No python command with Python 2 and Python 3 installed) closed by Chris Johns
duplicate: See #3537
01:00 Ticket #3457 (rtems-tools has errors with waf-2.0.7 and later.) closed by Chris Johns
fixed: Fixed.
00:50 Ticket #3389 (Warning flags have disappeared with recent autoconf changes) closed by Chris Johns
fixed
00:48 Ticket #3049 (Warnings in libdebugger) closed by Joel Sherrill
fixed
00:47 Ticket #2925 (Warnings in rtl-obj-cache.c on some targets) closed by Joel Sherrill
fixed
00:46 Ticket #3238 (Git push to Trac with more than one commit does not update tickets.) closed by Chris Johns
fixed: Work around the problem with this script: https://devel.rtems.org/wiki/Developer/Git/Committers#PushingMultipleCommits
00:45 Developer/Git/Committers edited by Chris Johns
Add a git-push script to work around the Trac multiple commit push in ticket #3238 (diff)
00:42 Ticket #3152 (Beaglebone Black crashes on u-boot master build.) closed by Joel Sherrill
wontfix: There is a work around. If broken again, someone can reopen or file a new ticket.
00:38 Ticket #3127 (MIPS tool build on Darwin (MacOS) fails.) closed by Chris Johns
fixed: Fixed: https://lists.rtems.org/pipermail/build/2018-October/001117.html
00:37 Ticket #3171 (RSB GCC does not build on High Sierra and APFS) closed by Chris Johns
fixed: Tested on Mojave.
00:36 Ticket #3229 (Add index to all documents.) closed by Joel Sherrill
fixed: Fixed on review doc master.
00:29 Ticket #3000 (Setting interrupt level in the mode arg on SMP returns RTEMS_UNSATISFIED) closed by Joel Sherrill
fixed
00:25 Ticket #2990 (RTEMS Source Builder Fails on Windows Builds) closed by Chris Johns
fixed: Replying to Chris Johns: > DTC uses fnmatch and this function is not available on Windows in the MinGW environment. The use of this function makes it difficult to get this tool to work on native Windows. > > A couple of solutions come to mind: > 1. Fix the DTC tool. > 2. Commit a DTB to the moxie project for the DTS and remove the dependency. I will not fixing DTC on Windows. A new ticket can be opened if this is needed.

10/13/18:

22:46 Ticket #3175 (Merge FreeBSD timecounter changes from 2015-01-20 to now) closed by Joel Sherrill
fixed: Closing since no feedback since Dec 2017
22:29 Ticket #3421 (New Trac components for Coverage and Trace) closed by Joel Sherrill
wontfix: These should be filed as tool with an appropriate keyword.
22:27 Ticket #3415 (Add examples and tests as components) closed by Joel Sherrill
fixed: Test and examples have been added.

10/12/18:

19:26 Changeset in rtems-docs [5577cc0]5 by Joel Sherrill <joel@…>
Move duplicate host configuration information from RSB to Users Guide
18:44 Changeset in rtems-docs [c1809d6]5 by Joel Sherrill <joel@…>
Merge duplicative RSB Quick Start into Users Guide
17:56 Changeset in rtems-source-builder [d4dd593]5 by Chris Johns <chrisj@…>
sb: Fix the short options message.
17:44 Changeset in rtems-source-builder [1e5a261]5 by Chris Johns <chrisj@…>
rtems-5: Move GDB to as early in the build as possible. This should show the python build errors as soon as possible.
16:49 Ticket #3548 (RSB and RTEMS Tools Support for python2 and python3 (cloned)) created by Chris Johns
Cloned from #3537: ---- Upstream python does not create a python
15:20 Changeset in rtems [8ba76b9]5 by Sebastian Huber <sebastian.huber@…>
tmonetoone: Add yield test case
12:48 Changeset in rtems [cca7c40]5 by Sebastian Huber <sebastian.huber@…>
tmtests: Fix unused variable warnings
12:45 Changeset in rtems [47b32a0]5 by Sebastian Huber <sebastian.huber@…>
fsclose01: Fix uninitialized variable warning
12:40 Changeset in rtems [c6023b7]5 by Sebastian Huber <sebastian.huber@…>
posix: Fix unused result warning
08:51 Changeset in rtems [1223f5e]5 by Arvid Bjorkengren <arvid@…>
leon,gr1553rt: Fixed spinlock unlock Update #4274.
08:51 Changeset in rtems [3344d029] by Arvid Bjorkengren <arvid@…>
leon,gr1553rt: Fixed spinlock unlock

10/11/18:

17:34 Changeset in rtems [9d1f17a9]5 by Sebastian Huber <sebastian.huber@…>
build: Fix build on Windows Avoid a long argument list while creating the librtemscpu.a library archive.
17:02 Changeset in rtems-docs [d40e66b]5 by Joel Sherrill <joel@…>
c-user/index.rst: Reorder linker sets and directive status codes
13:35 Changeset in rtems-source-builder [35c533f]5 by Sebastian Huber <sebastian.huber@…>
5: Update Newlib Pick up POSIX header file changes and improved opendir() implementation. This addesses time of check and time of use error conditions (TOCTOU). Update #3530. Update #3545. Update #3546. Update #3547.
11:46 Changeset in rtems [a97a473]5 by Arvid Bjorkengren <arvid@…>
leon,gr1553rt: Fixed memory leak Update #4274.
11:46 Changeset in rtems [f798a75c] by Arvid Bjorkengren <arvid@…>
leon,gr1553rt: Fixed memory leak
08:51 Changeset in rtems [4af18b3]5 by Sebastian Huber <sebastian.huber@…>
Support O_DIRECTORY open() flag Close #3545.
08:50 Ticket #3547 (Support O_CLOEXEC open() flag) created by Sebastian Huber
This is a POSIX flag. Make sure its use causes no open failure.
08:50 Ticket #3546 (Support O_NOFOLLOW open() flag) created by Sebastian Huber
08:49 Ticket #3545 (Support O_DIRECTORY open() flag) created by Sebastian Huber
Use this flag in opendir().
07:12 Ticket #3543 (Change Telnet server to allocate most resources during initialization) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 26b58b7e/rtems: […]
05:25 Changeset in rtems-libbsd [4a5f546]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Fix dhcpcd.conf content Do not write '\0' characters to the file. This confuses the options parser.
04:12 Changeset in rtems [ca056e3]5 by Sebastian Huber <sebastian.huber@…>
tmtests/tmonetoone: New test program

10/10/18:

12:40 Changeset in rtems-libbsd [8ee0aa1]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
PING(8): Honour file descriptor maximum
12:12 Changeset in rtems-libbsd [175c1f8]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Increase file descriptors in default network cfg Make sure we can start the Telnet server in the default configuration.
12:06 Ticket #3542 (Remove keep_stdio feature from Telnet service) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 629faf9/rtems: […]
11:12 Changeset in rtems [26b58b7e]5 by Sebastian Huber <sebastian.huber@…>
telnetd: Add server port to configuration Close #3543.
10:12 Changeset in rtems-libbsd [91327bd]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Use global stdout for kernel output and syslog()
09:37 Changeset in rtems-libbsd [f949b43]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Fix syslog() priority handling Ths syslog priority is a mask not a level.
08:40 Changeset in rtems [0dc303f]5 by Sebastian Huber <sebastian.huber@…>
telnetd: Create sessions at start Update #3543.
07:11 Changeset in rtems [0f0e130]5 by Sebastian Huber <sebastian.huber@…>
telnetd: Allocate the server context Update #3543.
07:04 Changeset in rtems [bf4c7ff6]5 by Sebastian Huber <sebastian.huber@…>
telnetd: Create server socket at start Update #3543.

10/09/18:

13:42 Changeset in rtems [1c567c5]5 by Sebastian Huber <sebastian.huber@…>
telnetd: Rename shell_args to telnetd_session Update #3543.
13:41 Ticket #3544 (Coverity flags use of uninitialized variable in e500-mmu.c) created by Joel Sherrill
Coverity ids: 1440032 1440034 1440037 1440042 I am unsure why …
13:31 Changeset in rtems [6d3ec58a]5 by Sebastian Huber <sebastian.huber@…>
telnetd: Simplify task spawn function Use the minimum task size for the telnet server task since it has to deal only with simple socket operations. Update #3543.
12:56 Ticket #3543 (Change Telnet server to allocate most resources during initialization) created by Sebastian Huber
The Telnet server currently creates the resources needed for a client …
12:47 Changeset in rtems [629faf9]5 by Sebastian Huber <sebastian.huber@…>
telnetd: Remove keep stdio feature The Telnet service started via rtems_telnetd_start() had a keep stdio feature. This just created a task and executed the command function in a loop. For this kind of service we do not library support. This can be done by an application task on its own. Remove this feature and provide only the real Telnet server functionality. Use syslog() for error and status messages. Add test program for the Telnet server. Close #3542.
12:14 Ticket #3542 (Remove keep_stdio feature from Telnet service) created by Sebastian Huber
The Telnet service started via rtems_telnetd_start() has a keep_stdio …
09:59 Changeset in rtems [511ef83c]5 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Fix ctor/dtor invocation order Remove obsolete .ctor and .dtor output sections.
06:43 Changeset in rtems [acb53d5]5 by Sebastian Huber <sebastian.huber@…>
posix: Remove static assertion Standard C does not allow pointer operands in an integer constant expressions. GCC issues only a -Wpedantic warning in the removed static assertion. However, clang is pedantic by default and issues an error. Rely on the test case instead.
06:38 Changeset in rtems [2806e10]5 by Sebastian Huber <sebastian.huber@…>
telnetd: Ignore setsockopt() return status Update #3529.
06:12 Changeset in rtems [84a5921d]5 by Sebastian Huber <sebastian.huber@…>
ftpd: Restructure chroot() handling. Remove superfluous setting of errno = 0. Update #3530.

10/08/18:

15:56 Ticket #3531 (Add POSIX Attribute Reports for More Than Scheduler (examples-v2)) closed by Joel Sherrill <joel@…>
fixed: In f4ce641/examples-v2: […]
08:02 Changeset in rtems [5bd75823]5 by Sebastian Huber <sebastian.huber@…>
ftpd: Remove superfluous temporary buffer Update #3530.
06:14 Changeset in rtems [2f784d7]5 by Sebastian Huber <sebastian.huber@…>
ftpd: Check return status of getsockname() Update #3530.
05:15 Ticket #3539 (Remove CPU_PROVIDES_IDLE_THREAD_BODY) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 8776bb9/rtems: […]

10/07/18:

09:59 Changeset in rtems-source-builder [13f4c37]5 by Chris Johns <chrisj@…>
sb: Add support to search for a suitable version of python. The command python has been removed from upstream python and python2 and python3 is now used. This patch wraps the commands in a shell script that locates a suitable python to run. Updates #3537
03:29 Changeset in rtems-source-builder [7bb268b]5 by Chris Johns <chrisj@…>
darwin: Work around symlink issues on Darwin with APFS building libstd++. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81797 Updates #3171

10/06/18:

08:59 Changeset in rtems [477bca2]5 by Sebastian Huber <sebastian.huber@…>
build: Remove local.am
08:12 Changeset in rtems [9da5d5fd]5 by Sebastian Huber <sebastian.huber@…>
build: Directly reference libraries in tests Remove use of TMPINSTALL_FILES.

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.
Note: See TracTimeline for information about the timeline view.