- 11ad084 StdLib: remove mention of ARMGCC by Ard Biesheuvel · 9 years ago
- 1bbb83b StdLib: Add support for AArch64 by Harry Liebel · 9 years ago
- d799c02 StdLib/LibC: Provide missing ARM symbols by Harry Liebel · 9 years ago
- 3352b62 StdLib/LibC: Add software floating point library from NetBSD by NetBSD project · 9 years ago
- b393333 StdLib: Added BaseStackLib for ARM architectures by Olivier Martin · 9 years ago
- 88656ab StdLib: Do not define memcpy for AARCH64 builds by Scott Duplichan · 9 years ago
- c581e50 StdLib: Remove EfiSocketLib and Ip4Config Protocol dependency. by jiaxinwu · 9 years ago
- 3f3c489 */Contributions.txt: Update example email address by Jordan Justen · 10 years ago
- 6a013e5 StdLib: Move libraries from ShellPkg into MdeModulePkg and MdePkg. by Daryl McDaniel · 10 years ago
- 2aa580b StdLib/BsdSocketLib: Fix function declaration mismatch with definition. by Bruce Cran · 10 years ago
- 4b2cf92 StdLib/AppPkg: Add the NOOPT build target and fix a type conversion problem with VS2005. by Daryl McDaniel · 10 years ago
- 2a7e98a StdLib: Fix a "potentially uninitialized variable" error. by Daryl McDaniel · 10 years ago
- 16a5fed AppPkg: Add the Lua interpreter and library. by darylm503 · 10 years ago
- 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
- b81cc7d StdLib: Fix more GCC warnings/errors caused by variables being set but not used. by Olivier Martin · 10 years ago
- beaaa3b StdLib: Fix more GCC warnings/errors caused by variables being set but not used. by Olivier Martin · 10 years ago
- 0e56588 StdLib: Fix GCC warnings/errors caused by variables being set but not used. by Olivier Martin · 10 years ago
- 24903bc StdLib: Some deployed versions of the Simple Text Input Protocol randomly return either NUL characters or Scan Codes when just typing normal text. These changes filter out NUL characters and make Scan Code and error handling more robust. by Daryl McDaniel · 10 years ago
- efb419e StdLib: Produce DevMedia as a library class alternative to DevShell. by Daryl McDaniel · 10 years ago
- 9d66ee4 StdLib: Fix parameter type errors. by Stefan Kaeser · 10 years ago
- 0164fc8 StdLib: Fix some build problems and obscure bugs. by daryl.mcdaniel · 10 years ago
- c21e7a7 StdLib: Changes needed to support XCODE5 by Andrew Fish · 10 years ago
- fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago
- a0d3672 StdLib/LibC/gdtoa: Initialize variables before use, update the Kmax definition. by Daryl McDaniel · 10 years ago
- 0e398dc StdLib: reinstate the use of va_arg() to handle long double arguments in vfscanf. by Olivier Martin · 10 years ago
- 1bc81f4 StdLib/LibC: Fix ARM symbol problems by Harry Liebel · 10 years ago
- 9792ff7 StdLib: reinstate the use of va_arg() to handle long double arguments in vfscanf. by Olivier Martin · 10 years ago
- dfa8858 StdLib: Add a runtime helper function for VC++ 64-bit right shift on Ia32 target architectures. by Daryl McDaniel · 10 years ago
- 6f347d0 StdLib/LibC/Stdio: fix "missing braces around initializer" by Laszlo Ersek · 10 years ago
- 599aa11 StdLib/LibC/gdtoa: fix "missing braces around initializer" by Laszlo Ersek · 10 years ago
- b04aba1 StdLib: The formatting for double float values, within the gdtoa library, is improper. by Daryl McDaniel · 10 years ago
- 69c87ef StdLib/LibC/StdLib/Malloc.c: Revert cast removal to fix GCC build breakage. by Daryl McDaniel · 10 years ago
- dfa51bb StdLib: Simple code cleanup by Daryl McDaniel · 10 years ago
- caf89d6 StdLib: Move GetPass.c out of Uefi and into PosixLib. Create LibPosix to contain all functions from PosixLib instead of individual libraries. Retains the ability to use the individual libraries, except GetPass, for backwards compatibility. by Daryl McDaniel · 10 years ago
- 1471136 StdLib: StdLib/Malloc.c by Paulo Alcantara · 11 years ago
- eb5b601 Fix TCP4/TCP6 connections. Connections were transitioning into the connected state and the polling was returning an error. Fix the polling routine to return success in this case. by leroy.p.leahy · 11 years ago
- 7292c69 StdLib: Modify the memory allocation routines to not be dependent upon the internal structure of the EDK II memory pool. by Daryl McDaniel · 11 years ago
- ceecdc6 Fix the non-blocking behavior for connect. The behavior was correct if the code polled the connect routine but was not correct when using select to complete the asynchronous request. This change fixes the select case by moving where some of the operations performed upon the connection completion. by lpleahy leroy.p.leahy · 11 years ago
- 7476ad7 StdLib: Update Copyright Notices. by Daryl McDaniel · 11 years ago
- 6d16cca StdLib: Remove an unnecessary dependency from LibWchar. by Daryl McDaniel · 11 years ago
- a93b0f4 Fix GCC build errors by Lee Leahy · 11 years ago
- 2dc09dd Ignore transmit errors for UDPv4, UDPv6 and IPv4. by Lee Leahy · 11 years ago
- 86e9f87 Enable the build command override the .DSC file contents to enable debug output and specify which debug messages are displayed. An example: by Lee Leahy · 11 years ago
- 9551b02 EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Update ReadMe.txt in all packages. by Daryl McDaniel · 11 years ago
- 3a2f8f4 StdLib: Fix pointer arithmetic issues in the strncasecmp function. by Daryl McDaniel · 11 years ago
- 979ce27 StdLib: Fix IA32 and X64 build issues. by Daryl McDaniel · 11 years ago
- d02bc71 StdLib: Fix IPF build issues. by Daryl McDaniel · 11 years ago
- 6ba46a9 StdLib: Add Aarch64 support. by Harry Liebel · 11 years ago
- 5a52211 StdLib/LibC/Locale/multibyte_Utf8.c: Fix obscure corner cases in wide to multibyte and multibyte to wide character conversions. The majority of problems center around the interpretation of the Length or Limit parameter when the Destination parameter is NULL. by darylm503 · 12 years ago
- 05c7d5f StdLib: Fix printf issues with floating point and wide character strings. Also resolves a compilation issue with VS2010. See ISSUES.txt items 1, 11. by darylm503 · 12 years ago
- 985fef8 Otherwise gcc can default to the "sysv_abi" (as opposed to the "ms_abi") calling convention on X64, causing problems like <http://sourceforge.net/mailarchive/message.php?msg_id=30356166>. by lpleahy · 12 years ago
- 7d5c23a Increase sockets performance by increasing the maximum buffer sizes. by lpleahy · 12 years ago
- 1c740a7 Allow fragmentation of large UDP packets by lpleahy · 12 years ago
- 3cdb02f Fix sockets use of file descriptors which was broken by the additional validation in StdLib/LibC/Uefi/SysCall.c/write added by revision 13989. by lpleahy · 12 years ago
- d49fa79 StdLib & AppPkg: Update the list of known ISSUES. by darylm503 · 12 years ago
- 920ff98 StdLib: Correct two instances of mismatch between function declaration and definition causing GCC compile errors. by darylm503 · 12 years ago
- 6d42638 List of known issues with StdLib. by darylm503 · 12 years ago
- 9f4b48a StdLib: Fix issue with Canonical output expansion of NL to CR NL and similar expansions. by darylm503 · 12 years ago
- 6c6c850 StdLib: Add terminal type line editing (Interactive IO) for console devices. by darylm503 · 12 years ago
- af23045 StdLib: Reverse a previous change resulting in string pointers that were not being incremented sufficiently to accommodate the terminating NUL. by darylm503 · 12 years ago
- 10e726c Poll the network adapter during connect by lpleahy · 12 years ago
- 4652be0 Fixed close for socket to properly release the socket context structure and the handle. by lpleahy · 12 years ago
- c42c9ca StdLib: Fix several problems where characters were not being correctly converted between wide and MBCS. by darylm503 · 12 years ago
- c352b29 StdLib/Include: Minor changes in preparation for Interactive I/O (TTY) functionality. by darylm503 · 12 years ago
- 565b3c8 StdLib/LibC/StdLib/Malloc.c: Make the free() function conform to the ISO/IEC 9899 (C95) specification. by darylm503 · 12 years ago
- a9c1242 StdLib, StdLibPrivateInternalFiles: Clean up comments, Remove debugging code, Define MAX_OUTPUT, the Maximum number of bytes in a single terminal output operation. by darylm503 · 12 years ago
- 884ed92 Modify UDP and IP to transmit on all network adapters instead of just the first network adapter. by lpleahy · 12 years ago
- 1ba7644 StdLib: Fix possible compiler warnings when doing enumerate type comparison. by rsun3 · 12 years ago
- bb3aa95 Return the proper status after one of the ports is configured for UDP or IP communications. by lpleahy · 12 years ago
- ad07c10 StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix bug where unconvertable wide characters would cause the code to hang or generate an exception. by darylm503 · 12 years ago
- 6e1450f Choose a better subnet mask value for the IPv4 address. by lpleahy · 13 years ago
- 79a4560 Try to fix the error detected by the 64-bit GCC compiler. by lpleahy · 13 years ago
- 86a7f72 Use the ARM compiler intrinsics library when compiling the Sockets driver. by lpleahy · 13 years ago
- 18757e7 Define the global variables as weak to enable the proper linking with applications and the Sockets driver. by lpleahy · 13 years ago
- b497a8a Fix listen exit path when last port returns an error. by lpleahy · 13 years ago
- 31a272e StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix name of the XY offset union. by darylm503 · 13 years ago
- a7a8363 StdLib: Add multi-byte character support. The normal "narrow" character set is now UTF-8 instead of ASCII. by darylm503 · 13 years ago
- 3e37da2 Add missing IPv6 address definitions. by lpleahy · 13 years ago
- 44538ba Fix port retry behavior during connect - All port error paths exit through ConnectComplete to try the next port. When the last port fails to connect, the port error status to errno translation gets done by ConnectPoll. by lpleahy · 13 years ago
- 3a2fc87 Only use ports with a network connection (media present) when connecting to a remote host. by lpleahy · 13 years ago
- d6f1905 Only use ports with a network connection (media present) when connecting to a remote host. by lpleahy · 13 years ago
- 441f48f UseEfiSocketLib.c - Only exit for out of resources, otherwise use all network adapters. by lpleahy · 13 years ago
- bff8c6f Update copyright format by hhtian · 13 years ago
- ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
- b26913e StdLib: Add STDC macros, for MSFT compilers, to improve compatibility with various Open-Source software packages. by darylm503 · 13 years ago
- 521527e StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility. by darylm503 · 13 years ago
- d78fab6 EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release. by darylm503 · 13 years ago
- fcb6f89 Fix read issue detected by the following Python program. The issue was that the caller's buffer pointer was not being advanced between segments of the read data. by lpleahy · 13 years ago
- eb15a11 StdLib, AppPkg: Update ReadMe files. by darylm503 · 13 years ago
- 1902252 StdLib/Include/paths.h: Update paths to reflect new base of \Efi\StdLib. by darylm503 · 13 years ago
- f74dc4b Fix issues detected by python web-server. by lpleahy · 13 years ago
- 7700f0f * StdLib.dsc was changed to always build the sockets code. by lpleahy · 13 years ago
- 28de825 Bug fix: CreateEvent sometimes returning EFI_INVALID_PARAMETER due to bad TPL value. Use known good TPL value since TPL is a don't care. by lpleahy · 13 years ago
- 4b58a93 Change to match the tree required on the storage device. by lpleahy · 13 years ago
- 826f900 Fix some errors detected by the GCC 4.4 compiler. by lpleahy · 13 years ago
- 3bdf9aa Merged socket development branch: by lpleahy · 13 years ago
- 4883124 StdLib: Fix compiler compatibility issues: by darylm503 · 13 years ago
- 87bd924 StdLib/Include/netdb.h: Re-enable macros needed by socket applications and perform general cleanup. by darylm503 · 13 years ago
- 8db9424 StdLib: Add a file was missed and should have been included in check-in 12061. by darylm503 · 13 years ago
- 0c1992f StdLib: Add isDirSep character classification macro and function. Implement several Posix functions and clean up EfiSysCall.h. Align file mode handling with UEFI file protocol flags. by darylm503 · 13 years ago