summaryrefslogtreecommitdiff
path: root/StdLib
AgeCommit message (Expand)AuthorFilesLines
2017-11-13StdLib/BsdSocketLib: Remove unused variablesThiebaud Weksteen2-4/+8
2017-08-03edk2: Move License.txt file to rootMichael D Kinney1-25/+0
2017-08-03edk2: Move TianoCore Contribution Agreement to rootMichael D Kinney1-218/+0
2017-04-28StdLib: GCC 6 build fixesLeif Lindholm4-10/+13
2016-08-09StdLib/LibC ARM AARCH64: do not redefine compiler intrinsicsArd Biesheuvel2-0/+4
2016-08-09StdLib/LibC: avoid LTO code for compiler intrinsicsArd Biesheuvel2-1/+2
2016-07-07StdLib: Series of patches to fix typos - availabe to availableMudusuru, Giri P2-2/+2
2016-02-17StdLib/BsdSocketLib: Fix minor memory leak by freeing rrecp on error return.Daryl McDaniel1-1/+3
2016-01-10StdLib: Fix compilation errors caused by previous commit of daConsole.cDaryl McDaniel1-93/+95
2016-01-06StdLib: Fix IIO_Write() to return the number of bytes consumed, not character...Daryl McDaniel1-33/+77
2016-01-06StdLib: Clarify and improve comments.Daryl McDaniel3-72/+86
2016-01-06StdLib: Implement da_ConFlush() and flush I/O buffers when closing a console ...Daryl McDaniel1-71/+129
2016-01-05StdLib: Temporarily restrict compiler warnings so that sockets can be built u...Daryl McDaniel1-0/+10
2015-08-12StdLib: remove mention of ARMGCCArd Biesheuvel1-2/+0
2015-07-30StdLib: Add support for AArch64Harry Liebel27-2/+1528
2015-07-30StdLib/LibC: Provide missing ARM symbolsHarry Liebel8-0/+843
2015-07-30StdLib/LibC: Add software floating point library from NetBSDNetBSD project71-0/+17172
2015-07-30StdLib: Added BaseStackLib for ARM architecturesOlivier Martin1-0/+6
2015-07-26StdLib: Do not define memcpy for AARCH64 buildsScott Duplichan1-3/+3
2015-07-08StdLib: Remove EfiSocketLib and Ip4Config Protocol dependency.jiaxinwu5-106/+130
2015-02-03*/Contributions.txt: Update example email addressJordan Justen1-2/+2
2015-01-13StdLib: Move libraries from ShellPkg into MdeModulePkg and MdePkg.Daryl McDaniel4-9/+5
2014-12-02StdLib/BsdSocketLib: Fix function declaration mismatch with definition.Bruce Cran2-231/+232
2014-11-11StdLib/AppPkg: Add the NOOPT build target and fix a type conversion problem w...Daryl McDaniel2-2/+2
2014-11-10StdLib: Fix a "potentially uninitialized variable" error.Daryl McDaniel1-98/+111
2014-11-07AppPkg: Add the Lua interpreter and library.darylm5035-12/+1275
2014-10-31EDK II Contributions.txt: Update patch format informationJordan Justen1-13/+29
2014-10-31StdLib: Fix more GCC warnings/errors caused by variables being set but not used.Olivier Martin2-2/+1
2014-10-31StdLib: Fix more GCC warnings/errors caused by variables being set but not used.Olivier Martin8-550/+285
2014-10-30StdLib: Fix GCC warnings/errors caused by variables being set but not used.Olivier Martin11-446/+469
2014-10-28StdLib: Some deployed versions of the Simple Text Input Protocol randomly re...Daryl McDaniel5-84/+147
2014-09-18StdLib: Produce DevMedia as a library class alternative to DevShell.Daryl McDaniel2-1/+3
2014-09-17StdLib: Fix parameter type errors.Stefan Kaeser2-3/+3
2014-09-11StdLib: Fix some build problems and obscure bugs.daryl.mcdaniel12-822/+835
2014-09-09StdLib: Changes needed to support XCODE5Andrew Fish3-16/+18
2014-08-25EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen1-0/+14
2014-08-21StdLib/LibC/gdtoa: Initialize variables before use, update the Kmax definition.Daryl McDaniel2-123/+23
2014-08-20StdLib: reinstate the use of va_arg() to handle long double arguments in vfsc...Olivier Martin1-2/+2
2014-08-20StdLib/LibC: Fix ARM symbol problemsHarry Liebel2-2/+4
2014-08-20StdLib: reinstate the use of va_arg() to handle long double arguments in vfsc...Olivier Martin1-24/+21
2014-08-20StdLib: Add a runtime helper function for VC++ 64-bit right shift on Ia32 tar...Daryl McDaniel2-1/+61
2014-08-11StdLib/LibC/Stdio: fix "missing braces around initializer"Laszlo Ersek1-1/+1
2014-08-11StdLib/LibC/gdtoa: fix "missing braces around initializer"Laszlo Ersek1-1/+1
2014-08-06StdLib: The formatting for double float values, within the gdtoa library, is ...Daryl McDaniel2-12/+28
2014-07-24StdLib/LibC/StdLib/Malloc.c: Revert cast removal to fix GCC build breakage.Daryl McDaniel1-3/+3
2014-07-17StdLib: Simple code cleanupDaryl McDaniel5-48/+55
2014-07-17StdLib: Move GetPass.c out of Uefi and into PosixLib. Create LibPosix to con...Daryl McDaniel5-18/+79
2014-04-17StdLib: StdLib/Malloc.cPaulo Alcantara1-1/+1
2014-03-20Fix TCP4/TCP6 connections. Connections were transitioning into the connected...leroy.p.leahy1-3/+2
2014-03-07StdLib: Modify the memory allocation routines to not be dependent upon the in...Daryl McDaniel1-34/+87