summaryrefslogtreecommitdiffstats
path: root/StdLib/Include
Commit message (Expand)AuthorAgeFilesLines
* StdLib: Series of patches to fix typos - availabe to availableMudusuru, Giri P2016-07-071-1/+1
* StdLib: Clarify and improve comments.Daryl McDaniel2016-01-061-5/+6
* StdLib: Add support for AArch64Harry Liebel2015-07-3021-0/+1504
* StdLib/LibC: Add software floating point library from NetBSDNetBSD project2015-07-306-0/+627
* StdLib: Remove EfiSocketLib and Ip4Config Protocol dependency.jiaxinwu2015-07-081-2/+2
* AppPkg: Add the Lua interpreter and library.darylm5032014-11-074-0/+1261
* StdLib: Some deployed versions of the Simple Text Input Protocol randomly re...Daryl McDaniel2014-10-281-2/+4
* StdLib: Fix some build problems and obscure bugs.daryl.mcdaniel2014-09-117-34/+49
* StdLib: Changes needed to support XCODE5Andrew Fish2014-09-091-5/+5
* StdLib: Simple code cleanupDaryl McDaniel2014-07-171-1/+2
* Ignore transmit errors for UDPv4, UDPv6 and IPv4.Lee Leahy2013-11-201-0/+2
* StdLib: Fix IPF build issues.Daryl McDaniel2013-09-101-1/+0
* StdLib: Correct two instances of mismatch between function declaration and de...darylm5032013-01-161-1/+3
* StdLib: Add terminal type line editing (Interactive IO) for console devices.darylm5032012-12-113-1/+464
* Fixed close for socket to properly release the socket context structure and t...lpleahy2012-10-081-0/+20
* StdLib/Include: Minor changes in preparation for Interactive I/O (TTY) functi...darylm5032012-09-254-220/+254
* StdLib, StdLibPrivateInternalFiles: Clean up comments, Remove debugging code,...darylm5032012-09-203-24/+37
* StdLib: Add multi-byte character support. The normal "narrow" character set ...darylm5032012-06-157-41/+94
* StdLib: Add STDC macros, for MSFT compilers, to improve compatibility with va...darylm5032012-03-291-0/+5
* StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility.darylm5032012-03-281-1/+10
* EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release.darylm5032012-03-244-220/+173
* StdLib/Include/paths.h: Update paths to reflect new base of \Efi\StdLib.darylm5032012-02-271-83/+29
* Fix issues detected by python web-server.lpleahy2012-02-241-7/+1
* Merged socket development branch:lpleahy2012-02-095-2/+308
* StdLib: Fix compiler compatibility issues:darylm5032012-02-011-71/+82
* StdLib/Include/netdb.h: Re-enable macros needed by socket applications and pe...darylm5032012-01-261-198/+129
* StdLib: Add a file was missed and should have been included in check-in 12061.darylm5032012-01-061-0/+132
* StdLib: Add isDirSep character classification macro and function. Implement ...darylm5032011-11-3011-263/+285
* StdLib: Fix some corrupted comments and inconsistent indentation.darylm5032011-11-032-43/+40
* StdLib: Move the declarations for ffs() and bzero() from extern.h to strings.h.darylm5032011-11-031-0/+56
* StdLib: Fix dirent structure members to be of the correct type.darylm5032011-11-021-4/+11
* StdLib: Add directory access functions to PosixLib.darylm5032011-11-024-13/+143
* StdLib: Improve robustness of stat() and make basename() a public function.darylm5032011-10-032-1/+2
* Update the sockets library codelpleahy2011-09-302-346/+442
* StdLib: Patches and updates for ARM.darylm5032011-09-1614-88/+812
* StdLib|LibC: Implement the sleep() function.darylm5032011-09-111-2/+2
* StdLib: Replace some non-ASCII characters with ASCII equivalents.darylm5032011-09-082-8/+8
* StdLib: Fix build errors caused by differences between the minGW 4.3 and GCC ...darylm5032011-09-013-22/+50
* Fix GCC build errors.darylm5032011-08-312-5/+5
* Fix mismatch between the declaration and definition of fwrite.darylm5032011-08-181-4/+4
* Re-enable the declaration for ftello.darylm5032011-08-181-1/+1
* Update or add comments to files and functions for use by Doxygen.darylm5032011-08-177-569/+2443
* Update or add comments to files and functions for use by Doxygen.darylm5032011-08-1510-713/+1745
* Fix @return Doxygen commands to be singular instead of plural.darylm5032011-08-052-19/+19
* Update or add comments to files and functions for use by Doxygen.darylm5032011-08-056-109/+162
* Update or add comments to files and functions for use by Doxygen.darylm5032011-08-0410-194/+251
* Update or add comments to files and functions for use by Doxygen.darylm5032011-08-045-133/+200
* Fix GCC build breaks.darylm5032011-08-021-2/+2
* Add Socket Libraries.darylm5032011-07-3047-269/+5130
* Add device abstraction code for the UEFI Console and UEFI Shell-based file sy...darylm5032011-06-2827-109/+1343