summaryrefslogtreecommitdiffstats
path: root/StdLib
Commit message (Expand)AuthorAgeFilesLines
* StdLib: Removing ipf which is no longer supported from edk2.chenc22018-06-2979-4923/+48
* StdLib/BsdSocketLib: Remove unused variablesThiebaud Weksteen2017-11-132-4/+8
* edk2: Move License.txt file to rootMichael D Kinney2017-08-031-25/+0
* edk2: Move TianoCore Contribution Agreement to rootMichael D Kinney2017-08-031-218/+0
* StdLib: GCC 6 build fixesLeif Lindholm2017-04-284-10/+13
* StdLib/LibC ARM AARCH64: do not redefine compiler intrinsicsArd Biesheuvel2016-08-092-0/+4
* StdLib/LibC: avoid LTO code for compiler intrinsicsArd Biesheuvel2016-08-092-1/+2
* StdLib: Series of patches to fix typos - availabe to availableMudusuru, Giri P2016-07-072-2/+2
* StdLib/BsdSocketLib: Fix minor memory leak by freeing rrecp on error return.Daryl McDaniel2016-02-171-1/+3
* StdLib: Fix compilation errors caused by previous commit of daConsole.cDaryl McDaniel2016-01-101-93/+95
* StdLib: Fix IIO_Write() to return the number of bytes consumed, not character...Daryl McDaniel2016-01-061-33/+77
* StdLib: Clarify and improve comments.Daryl McDaniel2016-01-063-72/+86
* StdLib: Implement da_ConFlush() and flush I/O buffers when closing a console ...Daryl McDaniel2016-01-061-71/+129
* StdLib: Temporarily restrict compiler warnings so that sockets can be built u...Daryl McDaniel2016-01-051-0/+10
* StdLib: remove mention of ARMGCCArd Biesheuvel2015-08-121-2/+0
* StdLib: Add support for AArch64Harry Liebel2015-07-3027-2/+1528
* StdLib/LibC: Provide missing ARM symbolsHarry Liebel2015-07-308-0/+843
* StdLib/LibC: Add software floating point library from NetBSDNetBSD project2015-07-3071-0/+17172
* StdLib: Added BaseStackLib for ARM architecturesOlivier Martin2015-07-301-0/+6
* StdLib: Do not define memcpy for AARCH64 buildsScott Duplichan2015-07-261-3/+3
* StdLib: Remove EfiSocketLib and Ip4Config Protocol dependency.jiaxinwu2015-07-085-106/+130
* */Contributions.txt: Update example email addressJordan Justen2015-02-031-2/+2
* StdLib: Move libraries from ShellPkg into MdeModulePkg and MdePkg.Daryl McDaniel2015-01-134-9/+5
* StdLib/BsdSocketLib: Fix function declaration mismatch with definition.Bruce Cran2014-12-022-231/+232
* StdLib/AppPkg: Add the NOOPT build target and fix a type conversion problem w...Daryl McDaniel2014-11-112-2/+2
* StdLib: Fix a "potentially uninitialized variable" error.Daryl McDaniel2014-11-101-98/+111
* AppPkg: Add the Lua interpreter and library.darylm5032014-11-075-12/+1275
* EDK II Contributions.txt: Update patch format informationJordan Justen2014-10-311-13/+29
* StdLib: Fix more GCC warnings/errors caused by variables being set but not used.Olivier Martin2014-10-312-2/+1
* StdLib: Fix more GCC warnings/errors caused by variables being set but not used.Olivier Martin2014-10-318-550/+285
* StdLib: Fix GCC warnings/errors caused by variables being set but not used.Olivier Martin2014-10-3011-446/+469
* StdLib: Some deployed versions of the Simple Text Input Protocol randomly re...Daryl McDaniel2014-10-285-84/+147
* StdLib: Produce DevMedia as a library class alternative to DevShell.Daryl McDaniel2014-09-182-1/+3
* StdLib: Fix parameter type errors.Stefan Kaeser2014-09-172-3/+3
* StdLib: Fix some build problems and obscure bugs.daryl.mcdaniel2014-09-1112-822/+835
* StdLib: Changes needed to support XCODE5Andrew Fish2014-09-093-16/+18
* EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen2014-08-251-0/+14
* StdLib/LibC/gdtoa: Initialize variables before use, update the Kmax definition.Daryl McDaniel2014-08-212-123/+23
* StdLib: reinstate the use of va_arg() to handle long double arguments in vfsc...Olivier Martin2014-08-201-2/+2
* StdLib/LibC: Fix ARM symbol problemsHarry Liebel2014-08-202-2/+4
* StdLib: reinstate the use of va_arg() to handle long double arguments in vfsc...Olivier Martin2014-08-201-24/+21
* StdLib: Add a runtime helper function for VC++ 64-bit right shift on Ia32 tar...Daryl McDaniel2014-08-202-1/+61
* StdLib/LibC/Stdio: fix "missing braces around initializer"Laszlo Ersek2014-08-111-1/+1
* StdLib/LibC/gdtoa: fix "missing braces around initializer"Laszlo Ersek2014-08-111-1/+1
* StdLib: The formatting for double float values, within the gdtoa library, is ...Daryl McDaniel2014-08-062-12/+28
* StdLib/LibC/StdLib/Malloc.c: Revert cast removal to fix GCC build breakage.Daryl McDaniel2014-07-241-3/+3
* StdLib: Simple code cleanupDaryl McDaniel2014-07-175-48/+55
* StdLib: Move GetPass.c out of Uefi and into PosixLib. Create LibPosix to con...Daryl McDaniel2014-07-175-18/+79
* StdLib: StdLib/Malloc.cPaulo Alcantara2014-04-171-1/+1
* Fix TCP4/TCP6 connections. Connections were transitioning into the connected...leroy.p.leahy2014-03-201-3/+2