summaryrefslogtreecommitdiff
path: root/kern/log.c
AgeCommit message (Expand)Author
2018-02-24New errno.h standard headerRichard Braun
2017-12-03Revert "Make assert have no side effects"Richard Braun
2017-12-03kern/shell: don't make the public interface conditionalRichard Braun
2017-09-21New build systemRichard Braun
2017-09-02Rework the build systemRichard Braun
2017-09-02Make assert have no side effectsRichard Braun
2017-07-24kern/cbuf: update from upstreamRichard Braun
2017-07-13kern/log: fix call to shell_startRichard Braun
2017-07-13Switch to initialization operationsRichard Braun
2017-06-24kern/log: force log messages to fit in a single lineRichard Braun
2017-06-23kern/log: use cbuf_range_valid where appropriateRichard Braun
2017-06-17kern/log: use the new buffered cbuf interfaceRichard Braun
2017-06-17kern/cbuf: implement buffered reads and writesRichard Braun
2017-06-11kern/log: serialize the start of the log and shell threadsRichard Braun
2017-06-11Make the diagnostics shell optionalRichard Braun
2017-06-11kern/log: improve shell command online helpRichard Braun
2017-06-10kern/log: remove extra semi-columnRichard Braun
2017-06-10kern/log: fix buffer consumption from log threadRichard Braun
2017-06-10kern/log: new log_dump shell commandRichard Braun
2017-06-10kern/log: filter output based on log levelRichard Braun
2017-06-10kern/log: new moduleRichard Braun