Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-19 | kern/{log,shell}: use a bulletin for initial log dump notification | Richard Braun | |
2018-07-25 | kern/{fmt,shell}: update from upstream | Richard Braun | |
The shell module has been "objectified" and now supports multiple instances with shareable command sets. | |||
2018-04-14 | Rename variables in function-like macros | Richard Braun | |
2018-02-24 | Update license note about modules from librbraun | Richard Braun | |
2018-02-24 | kern/{cbuf,fmt,hash,hlist,list,plist,rdxtree,shell,slist}: update from upstream | Richard Braun | |
Note that this commit changes the order of some list operations without triggering warnings. | |||
2018-02-24 | New errno.h standard header | Richard Braun | |
Use standard errno codes. This change also adds strerror to string.h. | |||
2018-02-24 | Don't use reserved identifiers | Richard Braun | |
2017-12-03 | kern/shell: don't make the public interface conditional | Richard Braun | |
2017-09-21 | New build system | Richard Braun | |
The new build system, called xbuild, is a minimalistic kbuild-like make-based build system, also using kconfig for scalable configurations. | |||
2017-09-02 | Rework the build system | Richard Braun | |
2017-07-13 | Switch to initialization operations | Richard Braun | |
2017-06-11 | Make the diagnostics shell optional | Richard Braun | |
2017-06-10 | kern/shell: new SHELL_REGISTER_CMDS macro | Richard Braun | |
2017-05-31 | kern/shell: separate initialization into two steps | Richard 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-28 | kern/shell: new module | Richard Braun | |