Age | Commit message (Expand) | Author |
2016-08-09 | StdLib/LibC ARM AARCH64: do not redefine compiler intrinsics | Ard Biesheuvel |
2016-08-09 | StdLib/LibC: avoid LTO code for compiler intrinsics | Ard Biesheuvel |
2016-07-07 | StdLib: Series of patches to fix typos - availabe to available | Mudusuru, Giri P |
2016-02-17 | StdLib/BsdSocketLib: Fix minor memory leak by freeing rrecp on error return. | Daryl McDaniel |
2016-01-10 | StdLib: Fix compilation errors caused by previous commit of daConsole.c | Daryl McDaniel |
2016-01-06 | StdLib: Fix IIO_Write() to return the number of bytes consumed, not character... | Daryl McDaniel |
2016-01-06 | StdLib: Clarify and improve comments. | Daryl McDaniel |
2016-01-06 | StdLib: Implement da_ConFlush() and flush I/O buffers when closing a console ... | Daryl McDaniel |
2016-01-05 | StdLib: Temporarily restrict compiler warnings so that sockets can be built u... | Daryl McDaniel |
2015-08-12 | StdLib: remove mention of ARMGCC | Ard Biesheuvel |
2015-07-30 | StdLib: Add support for AArch64 | Harry Liebel |
2015-07-30 | StdLib/LibC: Provide missing ARM symbols | Harry Liebel |
2015-07-30 | StdLib/LibC: Add software floating point library from NetBSD | NetBSD project |
2015-07-30 | StdLib: Added BaseStackLib for ARM architectures | Olivier Martin |
2015-07-26 | StdLib: Do not define memcpy for AARCH64 builds | Scott Duplichan |
2015-07-08 | StdLib: Remove EfiSocketLib and Ip4Config Protocol dependency. | jiaxinwu |
2015-02-03 | */Contributions.txt: Update example email address | Jordan Justen |
2015-01-13 | StdLib: Move libraries from ShellPkg into MdeModulePkg and MdePkg. | Daryl McDaniel |
2014-12-02 | StdLib/BsdSocketLib: Fix function declaration mismatch with definition. | Bruce Cran |
2014-11-11 | StdLib/AppPkg: Add the NOOPT build target and fix a type conversion problem w... | Daryl McDaniel |
2014-11-10 | StdLib: Fix a "potentially uninitialized variable" error. | Daryl McDaniel |
2014-11-07 | AppPkg: Add the Lua interpreter and library. | darylm503 |
2014-10-31 | EDK II Contributions.txt: Update patch format information | Jordan Justen |
2014-10-31 | StdLib: Fix more GCC warnings/errors caused by variables being set but not used. | Olivier Martin |
2014-10-31 | StdLib: Fix more GCC warnings/errors caused by variables being set but not used. | Olivier Martin |
2014-10-30 | StdLib: Fix GCC warnings/errors caused by variables being set but not used. | Olivier Martin |
2014-10-28 | StdLib: Some deployed versions of the Simple Text Input Protocol randomly re... | Daryl McDaniel |
2014-09-18 | StdLib: Produce DevMedia as a library class alternative to DevShell. | Daryl McDaniel |
2014-09-17 | StdLib: Fix parameter type errors. | Stefan Kaeser |
2014-09-11 | StdLib: Fix some build problems and obscure bugs. | daryl.mcdaniel |
2014-09-09 | StdLib: Changes needed to support XCODE5 | Andrew Fish |
2014-08-25 | EDK II Contributions.txt: Note acceptable contribution licenses | Jordan Justen |
2014-08-21 | StdLib/LibC/gdtoa: Initialize variables before use, update the Kmax definition. | Daryl McDaniel |
2014-08-20 | StdLib: reinstate the use of va_arg() to handle long double arguments in vfsc... | Olivier Martin |
2014-08-20 | StdLib/LibC: Fix ARM symbol problems | Harry Liebel |
2014-08-20 | StdLib: reinstate the use of va_arg() to handle long double arguments in vfsc... | Olivier Martin |
2014-08-20 | StdLib: Add a runtime helper function for VC++ 64-bit right shift on Ia32 tar... | Daryl McDaniel |
2014-08-11 | StdLib/LibC/Stdio: fix "missing braces around initializer" | Laszlo Ersek |
2014-08-11 | StdLib/LibC/gdtoa: fix "missing braces around initializer" | Laszlo Ersek |
2014-08-06 | StdLib: The formatting for double float values, within the gdtoa library, is ... | Daryl McDaniel |
2014-07-24 | StdLib/LibC/StdLib/Malloc.c: Revert cast removal to fix GCC build breakage. | Daryl McDaniel |
2014-07-17 | StdLib: Simple code cleanup | Daryl McDaniel |
2014-07-17 | StdLib: Move GetPass.c out of Uefi and into PosixLib. Create LibPosix to con... | Daryl McDaniel |
2014-04-17 | StdLib: StdLib/Malloc.c | Paulo Alcantara |
2014-03-20 | Fix TCP4/TCP6 connections. Connections were transitioning into the connected... | leroy.p.leahy |
2014-03-07 | StdLib: Modify the memory allocation routines to not be dependent upon the in... | Daryl McDaniel |
2013-12-13 | Fix the non-blocking behavior for connect. The behavior was correct if the c... | lpleahy leroy.p.leahy |
2013-12-10 | StdLib: Update Copyright Notices. | Daryl McDaniel |
2013-12-10 | StdLib: Remove an unnecessary dependency from LibWchar. | Daryl McDaniel |
2013-11-20 | Fix GCC build errors | Lee Leahy |