summaryrefslogtreecommitdiffstats
path: root/common/console_common.c
Commit message (Expand)AuthorAgeFilesLines
* common: console_common: do not store color additions to the log bufferOleksij Rempel2019-02-271-17/+18
* commands: dmesg: add -l option to restrict output levelOleksij Rempel2019-02-271-1/+4
* commands: dmesg: add print raw parameterOleksij Rempel2019-02-271-0/+3
* console: Fix console_get_first_active()Andrey Smirnov2018-06-191-1/+2
* console: added colored print out of log levelsEugen Wiens2018-02-221-0/+25
* console: move global.allow_color handling to C codeSascha Hauer2018-02-221-2/+15
* Revert "globalvar: make globalvar functions more consistent"Sascha Hauer2017-06-131-3/+3
* globalvar: make globalvar functions more consistentSascha Hauer2017-04-111-3/+3
* console: console_get_by_name: do not strcmp NULLAlexander Kurz2017-03-291-1/+1
* stdio: Replace FILE functions with filedescriptor functionsSascha Hauer2016-04-151-9/+9
* console: use int rather than uint in printf() and friendsMasahiro Yamada2015-09-071-3/+3
* login: rework login mechanismSascha Hauer2015-08-281-27/+0
* Merge branch 'for-next/misc'Sascha Hauer2015-06-091-3/+11
|\
| * console: use regular malloc for log messagesSascha Hauer2015-05-151-3/+11
* | console: Add console_get_by_nameSascha Hauer2015-06-091-0/+13
|/
* console: Make locally used function staticSascha Hauer2015-03-041-1/+1
* common: console_console: put functions under correct ifdefLucas Stach2015-01-191-35/+35
* console: Make sure xzalloc is only used when it's availableSascha Hauer2015-01-051-1/+1
* Introduce message logging supportSascha Hauer2014-09-301-3/+126
* Merge branch 'for-next/rs485'Sascha Hauer2013-10-071-0/+13
|\
| * console: introduce console_get_by_devJean-Christophe PLAGNIOL-VILLARD2013-09-241-0/+13
* | Merge branch 'for-next/login'Sascha Hauer2013-10-071-0/+60
|\ \
| * | introduce runtime loglevelSascha Hauer2013-09-291-0/+27
| * | login: disable input console if password wrongJean-Christophe PLAGNIOL-VILLARD2013-09-191-0/+33
| |/
* / console: factorise function to get the first enabled consoleJean-Christophe PLAGNIOL-VILLARD2013-10-061-0/+22
|/
* console: consolidate common console codeSascha Hauer2013-02-131-0/+110