Page MenuHomeFreeBSD

loader command interpreter should reset command_errmsg
ClosedPublic

Authored by tsoome on Sep 26 2016, 8:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 2 2024, 7:05 AM
Unknown Object (File)
Sep 17 2024, 12:48 AM
Unknown Object (File)
Sep 9 2024, 4:37 AM
Unknown Object (File)
Sep 8 2024, 8:47 PM
Unknown Object (File)
Sep 8 2024, 5:45 AM
Unknown Object (File)
Aug 12 2024, 6:01 AM
Unknown Object (File)
Jul 9 2024, 7:02 PM
Unknown Object (File)
Jun 7 2024, 4:17 AM
Subscribers
None

Details

Summary

The error message from previous command is repeated in case the forth
word is defined as builtin.

Illumos issue: https://www.illumos.org/issues/7405

Test Plan

I did use the following to reproduce the issue in fbsd:
OK include /boot/pcibios.4th
OK lszfs <-- this will result with error message being printed
OK pci-device-count 1

last command will do it's output *and* will print error message from
lszfs.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5321
Build 5505: arc lint + arc unit

Event Timeline

tsoome retitled this revision from to loader command interpreter should reset command_errmsg.
tsoome updated this object.
tsoome edited the test plan for this revision. (Show Details)
tsoome added reviewers: allanjude, imp.
allanjude edited edge metadata.

Approved for commit

This revision is now accepted and ready to land.Sep 27 2016, 7:00 PM
This revision was automatically updated to reflect the committed changes.