summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/include/libpayload.h
Commit message (Expand)AuthorAgeFilesLines
* Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi2011-06-301-0/+1
* Allow libpayload to use an OXPCIe 952 card on systems without ...Stefan Reinauer2011-04-161-1/+0
* libpayload: Add function to fix CMOS checksum.Stefan Reinauer2010-08-171-0/+1
* become more standard with libpayload headers. PATH_MAX belongs in limits.h,Stefan Reinauer2010-07-091-4/+0
* Attached patch moves functions out of the huge libpayload.h into headersPatrick Georgi2010-06-241-162/+5
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* libpayload updateStefan Reinauer2010-03-251-1/+79
* make keyboard reset driver generic (not pc keyboard driver dependent)Stefan Reinauer2010-03-251-1/+3
* [PATCH] Add sysinfo_have_multiboot functionJordan Crouse2008-11-111-0/+9
* This patch removes most of the #ifdefs in libc/console.c, andPatrick Georgi2008-10-211-2/+18
* [PATCH] libpayload: Add a strtoul() functionJordan Crouse2008-10-201-0/+2
* [PATCH] libpayload: Add multiboot supportJordan Crouse2008-10-201-0/+3
* - reduced memory requirements a lot (from >100kb/controller toPatrick Georgi2008-10-161-0/+2
* * Add strsep (since strtok is considered obsolete)Stefan Reinauer2008-09-261-0/+8
* * add keyboard layout support to libpayloadStefan Reinauer2008-09-261-0/+2
* * factor out serial hardware initStefan Reinauer2008-09-261-0/+4
* Add support for curses color output over serial.Ulf Jordan2008-09-031-0/+1
* Add memalign(align, size).Patrick Georgi2008-09-021-0/+1
* Various Doxygen-related fixes in libpayload (trivial).Uwe Hermann2008-08-311-56/+39
* fix typoPaul Menzel2008-08-291-1/+1
* [PATCH]: libpayload: Document the architecture specific routinesJordan Crouse2008-08-281-2/+9
* [PATCH]: libpayload: Document readlineJordan Crouse2008-08-281-0/+3
* [PATCH]: libpayload: Document include/libpayload.hJordan Crouse2008-08-281-44/+66
* libpayload: Expand doxygen definitionsJordan Crouse2008-08-281-25/+122
* fix string function prototypes in libpayload according to sysv/4.3bsd.Stefan Reinauer2008-08-261-3/+3
* A missing semicolon prevents libpayload to compile, this patch fixes that.Jakob Bornecrantz2008-08-231-1/+1
* make all drivers relocatable. Per default, an 1:1 mapping is assumed.Stefan Reinauer2008-08-191-0/+1
* * add readline()Stefan Reinauer2008-08-191-0/+5
* add functions to query cursor position to video layerStefan Reinauer2008-08-191-0/+5
* trivial fix: ipchksum takes an unspecified input blob, not explicitly a numbe...Stefan Reinauer2008-08-161-1/+1
* Add support for line drawing characters and the alternate character set.Ulf Jordan2008-08-111-0/+2
* No really, _these_ should be the last occurences of CONFIG_ withoutJordan Crouse2008-08-111-5/+0
* Fix signedness problem in memcmp.Ulf Jordan2008-08-091-1/+1
* Update the kconfig copy in libpayload to a much more recent one. AmongUwe Hermann2008-08-081-1/+0
* Add missing #include.Uwe Hermann2008-08-041-0/+1
* libpayload: Support curses for serialJordan Crouse2008-06-201-0/+5
* libpayload: Add PAYLOAD_INFO macroJordan Crouse2008-05-271-0/+12
* libpayload: Add a function to verify the checksum on a LAR fileJordan Crouse2008-05-271-0/+1
* libpayload: Add an exec() and i386_do_exec() functionJordan Crouse2008-05-201-0/+3
* libpayload: Add larfptr functionJordan Crouse2008-05-201-0/+1
* libpayload: Add LAR walking supportJordan Crouse2008-05-071-0/+50
* libpayload: Add gettimeofday() and friendsJordan Crouse2008-04-251-0/+25
* libpayload: Enable keyboard translation so that we can use scancode set 1Jordan Crouse2008-04-251-0/+1
* Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).Uwe Hermann2008-04-111-0/+3
* Rewrite and filling of libc/ctype.c (thus adjusting copyright line).Uwe Hermann2008-04-111-1/+13
* Convert BIN2HEX/HEX2BIN to functions and add the abs() familyUwe Hermann2008-04-111-4/+5
* Various small consistency fixes (trivial):Uwe Hermann2008-04-111-2/+7
* libpayload: Support functions for GeodeJordan Crouse2008-04-101-0/+1
* libpayload: Add video console frameworkJordan Crouse2008-04-101-9/+6
* Add missing prototypes for libc/rand.c functions (trivial).Uwe Hermann2008-04-081-0/+5
OpenPOWER on IntegriCloud