]> git.proxmox.com Git - mirror_edk2.git/history - StdLib/LibC
MdeModulePkg: Fix use-after-free error in InstallConfigurationTable()
[mirror_edk2.git] / StdLib / LibC /
2017-04-28 Leif LindholmStdLib: GCC 6 build fixes
2016-08-09 Ard BiesheuvelStdLib/LibC ARM AARCH64: do not redefine compiler intri...
2016-08-09 Ard BiesheuvelStdLib/LibC: avoid LTO code for compiler intrinsics
2016-01-10 Daryl McDanielStdLib: Fix compilation errors caused by previous commi...
2016-01-06 Daryl McDanielStdLib: Fix IIO_Write() to return the number of bytes...
2016-01-06 Daryl McDanielStdLib: Clarify and improve comments.
2016-01-06 Daryl McDanielStdLib: Implement da_ConFlush() and flush I/O buffers...
2015-07-30 Harry LiebelStdLib: Add support for AArch64
2015-07-30 Harry LiebelStdLib/LibC: Provide missing ARM symbols
2015-07-30 NetBSD projectStdLib/LibC: Add software floating point library from...
2015-07-26 Scott DuplichanStdLib: Do not define memcpy for AARCH64 builds
2015-01-13 Daryl McDanielStdLib: Move libraries from ShellPkg into MdeModulePkg...
2014-11-11 Daryl McDanielStdLib/AppPkg: Add the NOOPT build target and fix a...
2014-11-10 Daryl McDanielStdLib: Fix a "potentially uninitialized variable"...
2014-10-31 Olivier MartinStdLib: Fix more GCC warnings/errors caused by variable...
2014-10-30 Olivier MartinStdLib: Fix GCC warnings/errors caused by variables...
2014-10-28 Daryl McDanielStdLib: Some deployed versions of the Simple Text...
2014-09-18 Daryl McDanielStdLib: Produce DevMedia as a library class alternative...
2014-09-11 daryl.mcdanielStdLib: Fix some build problems and obscure bugs.
2014-09-09 Andrew FishStdLib: Changes needed to support XCODE5
2014-08-21 Daryl McDanielStdLib/LibC/gdtoa: Initialize variables before use...
2014-08-20 Olivier MartinStdLib: reinstate the use of va_arg() to handle long...
2014-08-20 Harry LiebelStdLib/LibC: Fix ARM symbol problems
2014-08-20 Olivier MartinStdLib: reinstate the use of va_arg() to handle long...
2014-08-20 Daryl McDanielStdLib: Add a runtime helper function for VC++ 64-bit...
2014-08-11 Laszlo ErsekStdLib/LibC/Stdio: fix "missing braces around initializer"
2014-08-11 Laszlo ErsekStdLib/LibC/gdtoa: fix "missing braces around initializer"
2014-08-06 Daryl McDanielStdLib: The formatting for double float values, within...
2014-07-24 Daryl McDanielStdLib/LibC/StdLib/Malloc.c: Revert cast removal to...
2014-07-17 Daryl McDanielStdLib: Simple code cleanup
2014-07-17 Daryl McDanielStdLib: Move GetPass.c out of Uefi and into PosixLib...
2014-04-17 Paulo AlcantaraStdLib: StdLib/Malloc.c
2014-03-07 Daryl McDanielStdLib: Modify the memory allocation routines to not...
2013-12-10 Daryl McDanielStdLib: Update Copyright Notices.
2013-12-10 Daryl McDanielStdLib: Remove an unnecessary dependency from LibWchar.
2013-09-13 Daryl McDanielStdLib: Fix pointer arithmetic issues in the strncasecm...
2013-09-10 Daryl McDanielStdLib: Fix IA32 and X64 build issues.
2013-05-15 darylm503StdLib/LibC/Locale/multibyte_Utf8.c: Fix obscure corner...
2013-03-11 darylm503StdLib: Fix printf issues with floating point and wide...
2013-01-16 darylm503StdLib: Correct two instances of mismatch between funct...
2012-12-21 darylm503StdLib: Fix issue with Canonical output expansion of...
2012-12-11 darylm503StdLib: Add terminal type line editing (Interactive...
2012-10-12 darylm503StdLib: Reverse a previous change resulting in string...
2012-10-05 darylm503StdLib: Fix several problems where characters were...
2012-09-24 darylm503StdLib/LibC/StdLib/Malloc.c: Make the free() function...
2012-09-20 darylm503StdLib, StdLibPrivateInternalFiles: Clean up comments...
2012-07-18 darylm503StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix...
2012-06-20 darylm503StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix...
2012-06-15 darylm503StdLib: Add multi-byte character support. The normal...
2012-03-24 darylm503EADK (StdLib, AppPkg, StdLibPrivateInternalFiles):...
2012-02-01 darylm503StdLib: Fix compiler compatibility issues:
2011-11-30 darylm503StdLib: Add isDirSep character classification macro...
2011-11-11 darylm503StdLib: Eliminate TimerLib dependencies.
2011-11-03 darylm503StdLib: Move the declarations for ffs() and bzero(...
2011-11-03 darylm503StdLib: Make the vfscanf function public.
2011-11-03 darylm503StdLib: Revise the meaning of several feature macros.
2011-11-02 darylm503StdLib: Add directory access functions to PosixLib.
2011-11-01 darylm503StdLib: Fix strcmp so that comparisons are case sensiti...
2011-10-03 darylm503StdLib: Improve robustness of stat() and make basename...
2011-09-16 darylm503StdLib: Change the last argument of the ioctl helper...
2011-09-16 darylm503StdLib: Patches and updates for ARM.
2011-09-11 darylm503StdLib/LibC: Fix transcription error from submitted...
2011-09-11 darylm503StdLib|LibC: Implement the sleep() function.
2011-09-08 darylm503StdLib: Replace some non-ASCII characters with ASCII...
2011-09-01 darylm503StdLib: Fix build errors caused by differences between...
2011-08-31 darylm503Fix GCC build errors.
2011-08-15 darylm503Update or add comments to files and functions for use...
2011-08-05 darylm503Fix @return Doxygen commands to be singular instead...
2011-08-05 darylm503Update or add comments to files and functions for use...
2011-08-04 darylm503Update or add comments to files and functions for use...
2011-08-04 darylm503Update or add comments to files and functions for use...
2011-08-02 darylm503Fix GCC build breaks.
2011-08-01 jcarseyfix typo
2011-07-30 darylm503Add Socket Libraries.
2011-06-28 darylm503Add device abstraction code for the UEFI Console and...
2011-04-27 darylm503Standard Libraries for EDK II.