[RTEMS Project] #4439: Open of /dev/console should only be in SysInit List if Console Enabled
RTEMS trac
trac at rtems.org
Tue May 25 13:33:57 UTC 2021
#4439: Open of /dev/console should only be in SysInit List if Console Enabled
---------------------------+-------------------------------------
Reporter: Joel Sherrill | Owner: Joel Sherrill <joel@…>
Type: defect | Status: closed
Priority: normal | Milestone: 6.1
Component: rtems | Version: 6
Severity: normal | Resolution: fixed
Keywords: | Blocked By:
Blocking: |
---------------------------+-------------------------------------
Changes (by Joel Sherrill <joel@…>):
* owner: (none) => Joel Sherrill <joel@…>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"76d5722b4a1adba2aa52043a83c7fa0fcff2a0d4/rtems"
76d5722b/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="76d5722b4a1adba2aa52043a83c7fa0fcff2a0d4"
sysinit: Do not open console when just referencing reentrancy structure.
This change eliminates a system initialization dependentcy which resulted
in an application without a file system or console referencing errno being
forced to include the code to open(/dev/console), close(), atexit(),
and the unmount infrastructure.
Closes #4439.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/4439#comment:1>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list