summaryrefslogtreecommitdiff
path: root/StdLib/LibC/Uefi
AgeCommit message (Expand)AuthorFilesLines
2018-06-29StdLib: Removing ipf which is no longer supported from edk2.chenc23-6/+6
2016-01-10StdLib: Fix compilation errors caused by previous commit of daConsole.cDaryl McDaniel1-93/+95
2016-01-06StdLib: Fix IIO_Write() to return the number of bytes consumed, not character...Daryl McDaniel1-33/+77
2016-01-06StdLib: Clarify and improve comments.Daryl McDaniel1-58/+69
2016-01-06StdLib: Implement da_ConFlush() and flush I/O buffers when closing a console ...Daryl McDaniel1-71/+129
2014-11-11StdLib/AppPkg: Add the NOOPT build target and fix a type conversion problem w...Daryl McDaniel1-1/+1
2014-10-31StdLib: Fix more GCC warnings/errors caused by variables being set but not used.Olivier Martin1-2/+0
2014-10-30StdLib: Fix GCC warnings/errors caused by variables being set but not used.Olivier Martin4-17/+16
2014-10-28StdLib: Some deployed versions of the Simple Text Input Protocol randomly re...Daryl McDaniel4-82/+143
2014-09-18StdLib: Produce DevMedia as a library class alternative to DevShell.Daryl McDaniel1-0/+1
2014-07-17StdLib: Simple code cleanupDaryl McDaniel1-2/+2
2014-07-17StdLib: Move GetPass.c out of Uefi and into PosixLib. Create LibPosix to con...Daryl McDaniel2-68/+8
2013-01-16StdLib: Correct two instances of mismatch between function declaration and de...darylm5031-8/+8
2012-12-21StdLib: Fix issue with Canonical output expansion of NL to CR NL and similar ...darylm5031-1/+1
2012-12-11StdLib: Add terminal type line editing (Interactive IO) for console devices.darylm50314-217/+2211
2012-07-18StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix bug where unconvertable wi...darylm5031-1/+2
2012-06-20StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix name of the XY offset union.darylm5031-1/+1
2012-06-15StdLib: Add multi-byte character support. The normal "narrow" character set ...darylm5032-38/+85
2012-02-01StdLib: Fix compiler compatibility issues:darylm5031-34/+48
2011-11-30StdLib: Add isDirSep character classification macro and function. Implement ...darylm5036-61/+331
2011-11-03StdLib: Move the declarations for ffs() and bzero() from extern.h to strings.h.darylm5031-2/+1
2011-11-03StdLib: Revise the meaning of several feature macros.darylm5031-4/+3
2011-10-03StdLib: Improve robustness of stat() and make basename() a public function.darylm5033-7/+4
2011-09-16StdLib: Change the last argument of the ioctl helper functions to va_list* fr...darylm5033-3/+6
2011-09-11StdLib/LibC: Fix transcription error from submitted patch.darylm5031-1/+1
2011-09-11StdLib|LibC: Implement the sleep() function.darylm5031-13/+14
2011-08-05Fix @return Doxygen commands to be singular instead of plural.darylm5031-10/+10
2011-08-04Update or add comments to files and functions for use by Doxygen.darylm5031-0/+2
2011-08-02Fix GCC build breaks.darylm5031-2/+0
2011-08-01fix typojcarsey1-1/+1
2011-07-30Add Socket Libraries.darylm50314-173/+1719
2011-06-28Add device abstraction code for the UEFI Console and UEFI Shell-based file sy...darylm50313-928/+2458
2011-04-27Standard Libraries for EDK II.darylm5035-0/+1850