summaryrefslogtreecommitdiffstats
path: root/StdLib
Commit message (Expand)AuthorAgeFilesLines
* 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
* StdLib: Modify the memory allocation routines to not be dependent upon the in...Daryl McDaniel2014-03-071-34/+87
* Fix the non-blocking behavior for connect. The behavior was correct if the c...lpleahy leroy.p.leahy2013-12-133-12/+16
* StdLib: Update Copyright Notices.Daryl McDaniel2013-12-102-4/+2
* StdLib: Remove an unnecessary dependency from LibWchar.Daryl McDaniel2013-12-102-5/+1
* Fix GCC build errorsLee Leahy2013-11-205-5/+5
* Ignore transmit errors for UDPv4, UDPv6 and IPv4.Lee Leahy2013-11-209-175/+1238
* Enable the build command override the .DSC file contents to enable debug outp...Lee Leahy2013-11-191-3/+15
* EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Update ReadMe.txt in all p...Daryl McDaniel2013-10-243-135/+191
* StdLib: Fix pointer arithmetic issues in the strncasecmp function.Daryl McDaniel2013-09-131-19/+22
* StdLib: Fix IA32 and X64 build issues.Daryl McDaniel2013-09-101-1/+0
* StdLib: Fix IPF build issues.Daryl McDaniel2013-09-101-1/+0
* StdLib: Add Aarch64 support.Harry Liebel2013-07-231-0/+3
* StdLib/LibC/Locale/multibyte_Utf8.c: Fix obscure corner cases in wide to mult...darylm5032013-05-151-24/+22
* StdLib: Fix printf issues with floating point and wide character strings. Al...darylm5032013-03-114-63/+70
* Otherwise gcc can default to the "sysv_abi" (as opposed to the "ms_abi") call...lpleahy2013-02-271-3/+3
* Increase sockets performance by increasing the maximum buffer sizes.lpleahy2013-02-081-2/+2
* Allow fragmentation of large UDP packetslpleahy2013-02-081-1/+1
* Fix sockets use of file descriptors which was broken by the additional valida...lpleahy2013-02-081-1/+1
* StdLib & AppPkg: Update the list of known ISSUES.darylm5032013-01-161-6/+20
* StdLib: Correct two instances of mismatch between function declaration and de...darylm5032013-01-162-9/+11
* List of known issues with StdLib.darylm5032013-01-161-0/+40
* StdLib: Fix issue with Canonical output expansion of NL to CR NL and similar ...darylm5032012-12-212-3/+4
* StdLib: Add terminal type line editing (Interactive IO) for console devices.darylm5032012-12-1123-220/+3406
* StdLib: Reverse a previous change resulting in string pointers that were not ...darylm5032012-10-121-1/+1
* Poll the network adapter during connectlpleahy2012-10-081-0/+5
* Fixed close for socket to properly release the socket context structure and t...lpleahy2012-10-087-111/+295
* StdLib: Fix several problems where characters were not being correctly conver...darylm5032012-10-052-136/+312
* StdLib/Include: Minor changes in preparation for Interactive I/O (TTY) functi...darylm5032012-09-254-220/+254
* StdLib/LibC/StdLib/Malloc.c: Make the free() function conform to the ISO/IEC...darylm5032012-09-241-1/+3
* StdLib, StdLibPrivateInternalFiles: Clean up comments, Remove debugging code,...darylm5032012-09-204-39/+38
* Modify UDP and IP to transmit on all network adapters instead of just the fir...lpleahy2012-09-104-49/+70
* StdLib: Fix possible compiler warnings when doing enumerate type comparison.rsun32012-09-031-19/+25
* Return the proper status after one of the ports is configured for UDP or IP c...lpleahy2012-08-103-114/+102
* StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix bug where unconvertable wi...darylm5032012-07-181-1/+2