summaryrefslogtreecommitdiffstats
path: root/StdLib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Choose a better subnet mask value for the IPv4 address.lpleahy2012-06-293-9/+9
* Try to fix the error detected by the 64-bit GCC compiler.lpleahy2012-06-281-1/+1
* Use the ARM compiler intrinsics library when compiling the Sockets driver.lpleahy2012-06-261-1/+1
* Define the global variables as weak to enable the proper linking with applica...lpleahy2012-06-261-9/+9
* Fix listen exit path when last port returns an error.lpleahy2012-06-222-0/+4
* StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix name of the XY offset union.darylm5032012-06-201-1/+1
* StdLib: Add multi-byte character support. The normal "narrow" character set ...darylm5032012-06-1514-86/+1020
* Add missing IPv6 address definitions.lpleahy2012-06-146-0/+95
* Fix port retry behavior during connect - All port error paths exit through Co...lpleahy2012-06-082-273/+207
* Only use ports with a network connection (media present) when connecting to a...lpleahy2012-06-072-5/+48
* Only use ports with a network connection (media present) when connecting to a...lpleahy2012-06-041-3/+26
* UseEfiSocketLib.c - Only exit for out of resources, otherwise use all network...lpleahy2012-06-012-28/+20
* Update copyright formathhtian2012-04-241-3/+1
* EDK II Packages: Add Contributions.txt and License.txt filesjljusten2012-04-112-0/+215
* StdLib: Add STDC macros, for MSFT compilers, to improve compatibility with va...darylm5032012-03-291-0/+5
* StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility.darylm5032012-03-281-1/+10
* EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release.darylm5032012-03-248-296/+275
* Fix read issue detected by the following Python program. The issue was that ...lpleahy2012-03-052-0/+10
* StdLib, AppPkg: Update ReadMe files.darylm5032012-02-281-119/+167
* StdLib/Include/paths.h: Update paths to reflect new base of \Efi\StdLib.darylm5032012-02-271-83/+29
* Fix issues detected by python web-server.lpleahy2012-02-248-56/+73
* * StdLib.dsc was changed to always build the sockets code.lpleahy2012-02-1713-23/+31
* Bug fix: CreateEvent sometimes returning EFI_INVALID_PARAMETER due to bad TPL...lpleahy2012-02-151-1/+1
* Change to match the tree required on the storage device.lpleahy2012-02-136-0/+0
* Fix some errors detected by the GCC 4.4 compiler.lpleahy2012-02-1010-42/+13
* Merged socket development branch:lpleahy2012-02-0919-25/+6551
* StdLib: Fix compiler compatibility issues:darylm5032012-02-012-105/+130
* StdLib/Include/netdb.h: Re-enable macros needed by socket applications and pe...darylm5032012-01-261-198/+129
* StdLib: Add a file was missed and should have been included in check-in 12061.darylm5032012-01-061-0/+132
* StdLib: Add isDirSep character classification macro and function. Implement ...darylm5032011-11-3040-423/+1019
* StdLib: Correct module type and [LibraryClasses] section.darylm5032011-11-114-8/+8
* StdLib: Eliminate TimerLib dependencies.darylm5032011-11-115-76/+36
* StdLib: Fix some corrupted comments and inconsistent indentation.darylm5032011-11-032-43/+40
* StdLib: Move the declarations for ffs() and bzero() from extern.h to strings.h.darylm5032011-11-032-2/+57