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)
Mar 5 2024, 12:20 PM
Unknown Object (File)
Jan 26 2024, 10:40 AM
Unknown Object (File)
Jan 26 2024, 6:14 AM
Unknown Object (File)
Jan 13 2024, 11:46 PM
Unknown Object (File)
Dec 20 2023, 2:52 AM
Unknown Object (File)
Dec 5 2023, 6:18 AM
Unknown Object (File)
Sep 30 2023, 3:38 AM
Unknown Object (File)
Aug 24 2023, 12:11 PM
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 Not Applicable
Unit
Tests Not Applicable

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.