summaryrefslogtreecommitdiffstats
path: root/StdLib/LibC/Uefi
Commit message (Expand)AuthorAgeFilesLines
* StdLib: Simple code cleanupDaryl McDaniel2014-07-171-2/+2
* StdLib: Move GetPass.c out of Uefi and into PosixLib. Create LibPosix to con...Daryl McDaniel2014-07-172-68/+8
* StdLib: Correct two instances of mismatch between function declaration and de...darylm5032013-01-161-8/+8
* StdLib: Fix issue with Canonical output expansion of NL to CR NL and similar ...darylm5032012-12-211-1/+1
* StdLib: Add terminal type line editing (Interactive IO) for console devices.darylm5032012-12-1114-217/+2211
* 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-152-38/+85
* StdLib: Fix compiler compatibility issues:darylm5032012-02-011-34/+48
* StdLib: Add isDirSep character classification macro and function. Implement ...darylm5032011-11-306-61/+331
* StdLib: Move the declarations for ffs() and bzero() from extern.h to strings.h.darylm5032011-11-031-2/+1
* StdLib: Revise the meaning of several feature macros.darylm5032011-11-031-4/+3
* StdLib: Improve robustness of stat() and make basename() a public function.darylm5032011-10-033-7/+4
* StdLib: Change the last argument of the ioctl helper functions to va_list* fr...darylm5032011-09-163-3/+6
* StdLib/LibC: Fix transcription error from submitted patch.darylm5032011-09-111-1/+1
* StdLib|LibC: Implement the sleep() function.darylm5032011-09-111-13/+14
* Fix @return Doxygen commands to be singular instead of plural.darylm5032011-08-051-10/+10
* Update or add comments to files and functions for use by Doxygen.darylm5032011-08-041-0/+2
* Fix GCC build breaks.darylm5032011-08-021-2/+0
* fix typojcarsey2011-08-011-1/+1
* Add Socket Libraries.darylm5032011-07-3014-173/+1719
* Add device abstraction code for the UEFI Console and UEFI Shell-based file sy...darylm5032011-06-2813-928/+2458
* Standard Libraries for EDK II.darylm5032011-04-275-0/+1850