summaryrefslogtreecommitdiffstats
path: root/StdLib/LibC/Uefi/Devices
Commit message (Expand)AuthorAgeFilesLines
* edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFilesMichael D Kinney2019-04-298-2530/+0
* StdLib: Removing ipf which is no longer supported from edk2.chenc22018-06-293-6/+6
* StdLib: Fix compilation errors caused by previous commit of daConsole.cDaryl McDaniel2016-01-101-93/+95
* StdLib: Implement da_ConFlush() and flush I/O buffers when closing a console ...Daryl McDaniel2016-01-061-71/+129
* StdLib/AppPkg: Add the NOOPT build target and fix a type conversion problem w...Daryl McDaniel2014-11-111-1/+1
* StdLib: Fix more GCC warnings/errors caused by variables being set but not used.Olivier Martin2014-10-311-2/+0
* StdLib: Some deployed versions of the Simple Text Input Protocol randomly re...Daryl McDaniel2014-10-281-76/+131
* StdLib: Produce DevMedia as a library class alternative to DevShell.Daryl McDaniel2014-09-181-0/+1
* StdLib: Add terminal type line editing (Interactive IO) for console devices.darylm5032012-12-113-121/+234
* StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix bug where unconvertable wi...darylm5032012-07-181-1/+2
* StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix name of the XY offset union.darylm5032012-06-201-1/+1
* StdLib: Add multi-byte character support. The normal "narrow" character set ...darylm5032012-06-151-37/+43
* StdLib: Add isDirSep character classification macro and function. Implement ...darylm5032011-11-302-10/+180
* StdLib: Improve robustness of stat() and make basename() a public function.darylm5032011-10-031-2/+2
* StdLib: Change the last argument of the ioctl helper functions to va_list* fr...darylm5032011-09-163-3/+6
* Update or add comments to files and functions for use by Doxygen.darylm5032011-08-041-0/+2
* Add Socket Libraries.darylm5032011-07-307-154/+252
* Add device abstraction code for the UEFI Console and UEFI Shell-based file sy...darylm5032011-06-288-0/+2023