summaryrefslogtreecommitdiff
path: root/StdLib/LibC/Uefi/Devices
AgeCommit message (Expand)AuthorFilesLines
2019-04-29edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFilesMichael D Kinney8-2530/+0
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: 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-28StdLib: Some deployed versions of the Simple Text Input Protocol randomly re...Daryl McDaniel1-76/+131
2014-09-18StdLib: Produce DevMedia as a library class alternative to DevShell.Daryl McDaniel1-0/+1
2012-12-11StdLib: Add terminal type line editing (Interactive IO) for console devices.darylm5033-121/+234
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 ...darylm5031-37/+43
2011-11-30StdLib: Add isDirSep character classification macro and function. Implement ...darylm5032-10/+180
2011-10-03StdLib: Improve robustness of stat() and make basename() a public function.darylm5031-2/+2
2011-09-16StdLib: Change the last argument of the ioctl helper functions to va_list* fr...darylm5033-3/+6
2011-08-04Update or add comments to files and functions for use by Doxygen.darylm5031-0/+2
2011-07-30Add Socket Libraries.darylm5037-154/+252
2011-06-28Add device abstraction code for the UEFI Console and UEFI Shell-based file sy...darylm5038-0/+2023