summaryrefslogtreecommitdiff
path: root/kern/shell.h
AgeCommit message (Collapse)Author
2019-05-19kern/{log,shell}: use a bulletin for initial log dump notificationRichard Braun
2018-07-25kern/{fmt,shell}: update from upstreamRichard Braun
The shell module has been "objectified" and now supports multiple instances with shareable command sets.
2018-04-14Rename variables in function-like macrosRichard Braun
2018-02-24Update license note about modules from librbraunRichard Braun
2018-02-24kern/{cbuf,fmt,hash,hlist,list,plist,rdxtree,shell,slist}: update from upstreamRichard Braun
Note that this commit changes the order of some list operations without triggering warnings.
2018-02-24New errno.h standard headerRichard Braun
Use standard errno codes. This change also adds strerror to string.h.
2018-02-24Don't use reserved identifiersRichard Braun
2017-12-03kern/shell: don't make the public interface conditionalRichard Braun
2017-09-21New build systemRichard Braun
The new build system, called xbuild, is a minimalistic kbuild-like make-based build system, also using kconfig for scalable configurations.
2017-09-02Rework the build systemRichard Braun
2017-07-13Switch to initialization operationsRichard Braun
2017-06-11Make the diagnostics shell optionalRichard Braun
2017-06-10kern/shell: new SHELL_REGISTER_CMDS macroRichard Braun
2017-05-31kern/shell: separate initialization into two stepsRichard Braun
The shell must be able to register commands early. As a result, it's now initialized in two steps, one of which starts the shell thread.
2017-05-28kern/shell: new moduleRichard Braun