summaryrefslogtreecommitdiff
path: root/kern/shell.c
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-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.
2017-07-13Switch to initialization operationsRichard Braun
2017-07-01kern/shell: improve help output formatRichard Braun
2017-06-24Make shell command descriptions consistentRichard Braun
2017-06-10Use log functions where appropriateRichard Braun
2017-06-02kern/shell: add commentsRichard 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