summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
...
* move variable declaration to where it is used, to prevent gcc failure.Patrick Georgi2008-10-081-3/+3
* Do not try to display non-printable characters on the bootlog andUlf Jordan2008-09-302-2/+3
* accidently backed out r3598. Sorry Ulf, will pay more attention next time.Stefan Reinauer2008-09-261-1/+1
* * Add strsep (since strtok is considered obsolete)Stefan Reinauer2008-09-262-0/+85
* Use a block cursor on VGA console :-)Stefan Reinauer2008-09-261-0/+14
* fix option handling in libpayloadStefan Reinauer2008-09-261-4/+4
* * add keyboard layout support to libpayloadStefan Reinauer2008-09-263-9/+146
* * factor out serial hardware initStefan Reinauer2008-09-265-26/+133
* Add default config file to libpayload so that one can do make defconfigStefan Reinauer2008-09-261-0/+35
* Fix overflow in modwin erase. Do not refresh modwin yet, since it isUlf Jordan2008-09-241-7/+1
* Adjust width of stdscr to exactly SCREEN_X. This fixes alignment issues dueUlf Jordan2008-09-241-1/+1
* 1.Patrick Georgi2008-09-233-1/+6
* fix regression in libpayload introduced by merge of the keyboard drivers.Stefan Reinauer2008-09-181-8/+8
* - unify keycodes for non-ASCII keys by using curses' codes and labelsPatrick Georgi2008-09-172-209/+76
* This patch adds damage detection to libpayload's tinycurses. ThisStefan Reinauer2008-09-171-21/+81
* * Implement scrolling in tinycursesStefan Reinauer2008-09-121-3/+19
* makes cursorx and cursory signed, as therePatrick Georgi2008-09-111-3/+7
* Fix the USB code to find the headers after they were moved.Jordan Crouse2008-09-118-11/+11
* Move the USB header files to a common location for installJordan Crouse2008-09-113-0/+0
* Add editing keypad keys and the missing F11 key to the curses serialUlf Jordan2008-09-051-0/+7
* define array size in a single place (trivial)Stefan Reinauer2008-09-051-2/+3
* Make the serial output driver 8 bit clean. Remove translate_special_chars(), Ulf Jordan2008-09-041-22/+0
* Add support for curses color output over serial.Ulf Jordan2008-09-033-0/+26
* This patch adds USB capabilities to libpayload. It requires somePatrick Georgi2008-09-0216-0/+2427
* Add memalign(align, size).Patrick Georgi2008-09-022-8/+28
* The keyboard driver mixed up the key press/release events for theStefan Reinauer2008-09-021-5/+5
* Various Doxygen-related fixes in libpayload (trivial).Uwe Hermann2008-08-314-103/+90
* fix typoPaul Menzel2008-08-291-1/+1
* [PATCH]: libpayload: Document time functions Jordan Crouse2008-08-281-0/+10
* [PATCH]: libpayload: Document the architecture specific routinesJordan Crouse2008-08-282-2/+35
* [PATCH]: libpayload: change the type of the cpu_khz variable Jordan Crouse2008-08-281-1/+1
* [PATCH]: libpayload: Document readlineJordan Crouse2008-08-282-4/+29
* [PATCH]: libpayload: Document include/libpayload.hJordan Crouse2008-08-281-44/+66
* [PATCH]: Libpayload: Remove static variables from the doxygen outputJordan Crouse2008-08-281-1/+1
* libpayload: Expand doxygen definitionsJordan Crouse2008-08-283-31/+131
* fix libpayload build dependencies (trivial)Stefan Reinauer2008-08-281-1/+1
* Add a Doxygen config file and a Makefile target 'doxy' or 'doxygen' whichUwe Hermann2008-08-272-1/+1426
* fix string function prototypes in libpayload according to sysv/4.3bsd.Stefan Reinauer2008-08-262-6/+6
* Fix some Doxygen warnings and/or typos (trivial).Uwe Hermann2008-08-263-6/+13
* How could -ffreestanding slip through here. Required because libpayload is notStefan Reinauer2008-08-261-1/+1
* A missing semicolon prevents libpayload to compile, this patch fixes that.Jakob Bornecrantz2008-08-231-1/+1
* trivial fix for memcpy return code in case someone uses it.Stefan Reinauer2008-08-191-1/+2
* misc fixes:Stefan Reinauer2008-08-192-2/+2
* make all drivers relocatable. Per default, an 1:1 mapping is assumed.Stefan Reinauer2008-08-197-36/+114
* * add readline()Stefan Reinauer2008-08-191-0/+150
* * add readline()Stefan Reinauer2008-08-193-0/+18
* replace static functions by macros, because otherwise every unused functionPatrick Georgi2008-08-191-11/+6
* add functions to query cursor position to video layerStefan Reinauer2008-08-192-0/+25
* libpayload: Fix the memcpy functions Jordan Crouse2008-08-191-35/+17
* fix typo in ctype.cStefan Reinauer2008-08-191-1/+1
OpenPOWER on IntegriCloud