index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
curses
Commit message (
Expand
)
Author
Age
Files
Lines
*
libpayload: PDCurses: Remove trailing whitespace
Stefan Reinauer
2015-11-20
23
-775
/
+775
*
libpayload: Rename PDCurses-3.4 to PDCurses
Stefan Reinauer
2015-11-11
163
-1
/
+1
*
PDCurses: Don't hard code version number
Stefan Reinauer
2015-11-11
1
-43
/
+44
*
libpayload: Make Kconfig bools use IS_ENABLED()
Stefan Reinauer
2015-06-30
8
-43
/
+44
*
Remove empty lines at end of file
Elyes HAOUAS
2015-06-08
7
-7
/
+0
*
libpayload/PDcurses: avoid NULL deref
Patrick Georgi
2015-01-03
1
-3
/
+3
*
libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.
Gabe Black
2014-08-05
9
-170
/
+170
*
libpayload: Use longer delay in tinycurses' wgetch()
Nico Huber
2013-06-26
1
-7
/
+7
*
fix tinycurses
Patrick Georgi
2013-06-04
1
-1
/
+1
*
PDCurses: pdcscrn.c: Use `#ifdef` instead of `#if CONFIG_SPEAKER`
Paul Menzel
2013-04-01
1
-1
/
+1
*
libpayload: Fix prototype warnings in PDCurses
Stefan Reinauer
2013-03-26
3
-2
/
+12
*
libpayload: Fix const warnings in keyname() and termname()
Stefan Reinauer
2013-03-26
3
-5
/
+5
*
libpayload: Fix variable shadowing in PDCurses
Stefan Reinauer
2013-03-26
1
-4
/
+4
*
libpayload: Fix missing prototype warning for Xinitscr()
Stefan Reinauer
2013-03-26
1
-0
/
+3
*
PDcurses: Delete automatically created (and unused) files
Stefan Reinauer
2012-12-20
3
-9854
/
+0
*
libpayload: Don't let USB/PC/serial keyboards overwrite each other
Dave Frodin
2012-12-07
1
-2
/
+2
*
libpayload: Enable colors in PDcurses
Patrick Georgi
2011-11-11
1
-0
/
+3
*
libpayload: remove trailing whitespace and run dos2unix
Stefan Reinauer
2011-11-01
134
-1142
/
+1142
*
libpayload: Add PDCurses and ncurses' libform/libmenu
Patrick Georgi
2011-08-04
268
-1
/
+75457
*
libpayload: Don't declare mouse support in tinycurses
Patrick Georgi
2011-07-07
1
-0
/
+2
*
libpayload: fix wborder()
Patrick Georgi
2011-07-07
1
-0
/
+9
*
Reduce warnings/errors in libpayload when using picky compiler options
Patrick Georgi
2011-06-30
2
-11
/
+11
*
Use coreboot build system for libpayload, too.
Patrick Georgi
2011-06-30
1
-3
/
+5
*
Only try to beep when speaker support is compiled in.
Patrick Georgi
2010-09-09
1
-0
/
+2
*
become more standard with libpayload headers. PATH_MAX belongs in limits.h,
Stefan Reinauer
2010-07-09
1
-0
/
+2
*
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-27
2
-7
/
+7
*
Trivial fix, use correct define.
Mathias Krause
2010-03-08
1
-1
/
+1
*
* drop duplicate prototype for lib_get_sysinfo()
Stefan Reinauer
2009-07-31
1
-4
/
+6
*
Mostly cosmetical changes.
Stefan Reinauer
2009-04-29
1
-5
/
+9
*
libpayload: Fix build when both USB and PS/2 keyboard support is disabled
Mart Raudsepp
2009-02-22
1
-0
/
+2
*
[PATCH] libpayload: rename config.h to libpayload-config.h
Jordan Crouse
2008-11-24
2
-2
/
+2
*
make escape code handling for serial terminal more robust
Patrick Georgi
2008-10-23
1
-11
/
+14
*
- reduced memory requirements a lot (from >100kb/controller to
Patrick Georgi
2008-10-16
1
-0
/
+9
*
move variable declaration to where it is used, to prevent gcc failure.
Patrick Georgi
2008-10-08
1
-3
/
+3
*
accidently backed out r3598. Sorry Ulf, will pay more attention next time.
Stefan Reinauer
2008-09-26
1
-1
/
+1
*
* factor out serial hardware init
Stefan Reinauer
2008-09-26
2
-13
/
+83
*
Adjust width of stdscr to exactly SCREEN_X. This fixes alignment issues due
Ulf Jordan
2008-09-24
1
-1
/
+1
*
- unify keycodes for non-ASCII keys by using curses' codes and labels
Patrick Georgi
2008-09-17
1
-200
/
+20
*
This patch adds damage detection to libpayload's tinycurses. This
Stefan Reinauer
2008-09-17
1
-21
/
+81
*
* Implement scrolling in tinycurses
Stefan Reinauer
2008-09-12
1
-3
/
+19
*
Add editing keypad keys and the missing F11 key to the curses serial
Ulf Jordan
2008-09-05
1
-0
/
+7
*
Add support for curses color output over serial.
Ulf Jordan
2008-09-03
1
-0
/
+10
*
Add a kconfig option to choose between outputing ACS characters or
Ulf Jordan
2008-08-18
1
-0
/
+4
*
Fix tinycurses color output on the VGA console.
Ulf Jordan
2008-08-18
1
-0
/
+4
*
Fix incorrect mapping of ACS_PI for VGA console. A pi should look like pi and
Ulf Jordan
2008-08-12
1
-1
/
+1
*
Add support for line drawing characters and the alternate character set.
Ulf Jordan
2008-08-11
1
-7
/
+103
*
No really, _these_ should be the last occurences of CONFIG_ without
Jordan Crouse
2008-08-11
1
-0
/
+1
*
these should be the last occurences of CONFIG_ without config.h in libpayload.
Stefan Reinauer
2008-08-11
1
-0
/
+1
*
libpayload: Support curses for serial
Jordan Crouse
2008-06-20
2
-6
/
+116
*
libpayload: Fix curses subwindows
Jordan Crouse
2008-05-20
1
-7
/
+7
[next]