]> git.proxmox.com Git - mirror_edk2.git/commit
Standard Libraries for EDK II.
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 27 Apr 2011 21:42:16 +0000 (21:42 +0000)
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 27 Apr 2011 21:42:16 +0000 (21:42 +0000)
commit2aa62f2bc9a9654687b377d9ca8a8c2c860a3852
tree62a0991a44327154fb88bf95bd6f7522053db7bb
parent98790d814871cc30bbd536673d3a0948047cd2f0
Standard Libraries for EDK II.
This set of three packages: AppPkg, StdLib, StdLibPrivateInternalFiles; contains the implementation of libraries based upon non-UEFI standards such as ISO/IEC-9899, the library portion of the C Language Standard, POSIX, etc.

AppPkg contains applications that make use of the standard libraries defined in the StdLib Package.

StdLib contains header (include) files and the implementations of the standard libraries.

StdLibPrivateInternalFiles contains files for the exclusive use of the library implementations in StdLib.  These files should never be directly referenced from applications or other code.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11600 6f19259b-4bc3-4df7-8a09-765794883524
503 files changed:
AppPkg/AppPkg.dsc [new file with mode: 0644]
AppPkg/Applications/Enquire/Enquire.c [new file with mode: 0644]
AppPkg/Applications/Enquire/Enquire.inf [new file with mode: 0644]
AppPkg/Applications/Hello/Hello.c [new file with mode: 0644]
AppPkg/Applications/Hello/Hello.inf [new file with mode: 0644]
AppPkg/Applications/Main/Main.c [new file with mode: 0644]
AppPkg/Applications/Main/Main.inf [new file with mode: 0644]
AppPkg/ReadMe.pdf [new file with mode: 0644]
StdLib/Include/Arm/machine/_math.h [new file with mode: 0644]
StdLib/Include/Arm/machine/ansi.h [new file with mode: 0644]
StdLib/Include/Arm/machine/asm.h [new file with mode: 0644]
StdLib/Include/Arm/machine/atomic.h [new file with mode: 0644]
StdLib/Include/Arm/machine/cpufunc.h [new file with mode: 0644]
StdLib/Include/Arm/machine/float.h [new file with mode: 0644]
StdLib/Include/Arm/machine/frame.h [new file with mode: 0644]
StdLib/Include/Arm/machine/ieee.h [new file with mode: 0644]
StdLib/Include/Arm/machine/lock.h [new file with mode: 0644]
StdLib/Include/Arm/machine/math.h [new file with mode: 0644]
StdLib/Include/Arm/machine/mcontext.h [new file with mode: 0644]
StdLib/Include/Arm/machine/proc.h [new file with mode: 0644]
StdLib/Include/Arm/machine/signal.h [new file with mode: 0644]
StdLib/Include/Ia32/machine/_math.h [new file with mode: 0644]
StdLib/Include/Ia32/machine/ansi.h [new file with mode: 0644]
StdLib/Include/Ia32/machine/asm.h [new file with mode: 0644]
StdLib/Include/Ia32/machine/bswap.h [new file with mode: 0644]
StdLib/Include/Ia32/machine/byte_swap.h [new file with mode: 0644]
StdLib/Include/Ia32/machine/endian.h [new file with mode: 0644]
StdLib/Include/Ia32/machine/endian_machdep.h [new file with mode: 0644]
StdLib/Include/Ia32/machine/float.h [new file with mode: 0644]
StdLib/Include/Ia32/machine/ieee.h [new file with mode: 0644]
StdLib/Include/Ia32/machine/int_const.h [new file with mode: 0644]
StdLib/Include/Ia32/machine/int_limits.h [new file with mode: 0644]
StdLib/Include/Ia32/machine/int_mwgwtypes.h [new file with mode: 0644]
StdLib/Include/Ia32/machine/int_types.h [new file with mode: 0644]
StdLib/Include/Ia32/machine/limits.h [new file with mode: 0644]
StdLib/Include/Ia32/machine/math.h [new file with mode: 0644]
StdLib/Include/Ia32/machine/param.h [new file with mode: 0644]
StdLib/Include/Ia32/machine/signal.h [new file with mode: 0644]
StdLib/Include/Ia32/machine/types.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/_regset.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/acpi_func.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/acpi_machdep.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/acpica_machdep.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/ansi.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/aout_machdep.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/asm.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/bootinfo.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/bswap.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/cdefs.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/cpu.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/cpu_counter.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/db_machdep.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/dig64.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/disklabel.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/efi.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/elf_machdep.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/endian.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/endian_machdep.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/float.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/ia64_cpu.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/ieee.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/ieeefp.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/int_const.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/int_fmtio.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/int_limits.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/int_mwgwtypes.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/int_types.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/intr.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/intrcnt.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/limits.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/loadfile_machdep.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/math.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/mca_machdep.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/md_var.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/pal.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/param.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/pcb.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/pmap.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/pte.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/ptrace.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/reg.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/sal.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/setjmp.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/signal.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/smp.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/ssc.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/stdarg.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/types.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/varargs.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/vmparam.h [new file with mode: 0644]
StdLib/Include/Ipf/machine/wchar_limits.h [new file with mode: 0644]
StdLib/Include/X64/machine/ansi.h [new file with mode: 0644]
StdLib/Include/X64/machine/asm.h [new file with mode: 0644]
StdLib/Include/X64/machine/atomic.h [new file with mode: 0644]
StdLib/Include/X64/machine/bswap.h [new file with mode: 0644]
StdLib/Include/X64/machine/byte_swap.h [new file with mode: 0644]
StdLib/Include/X64/machine/endian.h [new file with mode: 0644]
StdLib/Include/X64/machine/endian_machdep.h [new file with mode: 0644]
StdLib/Include/X64/machine/float.h [new file with mode: 0644]
StdLib/Include/X64/machine/fpu.h [new file with mode: 0644]
StdLib/Include/X64/machine/ieee.h [new file with mode: 0644]
StdLib/Include/X64/machine/int_const.h [new file with mode: 0644]
StdLib/Include/X64/machine/int_fmtio.h [new file with mode: 0644]
StdLib/Include/X64/machine/int_limits.h [new file with mode: 0644]
StdLib/Include/X64/machine/int_mwgwtypes.h [new file with mode: 0644]
StdLib/Include/X64/machine/int_types.h [new file with mode: 0644]
StdLib/Include/X64/machine/limits.h [new file with mode: 0644]
StdLib/Include/X64/machine/math.h [new file with mode: 0644]
StdLib/Include/X64/machine/param.h [new file with mode: 0644]
StdLib/Include/X64/machine/signal.h [new file with mode: 0644]
StdLib/Include/X64/machine/types.h [new file with mode: 0644]
StdLib/Include/arpa/inet.h [new file with mode: 0644]
StdLib/Include/arpa/nameser.h [new file with mode: 0644]
StdLib/Include/arpa/nameser_compat.h [new file with mode: 0644]
StdLib/Include/assert.h [new file with mode: 0644]
StdLib/Include/ctype.h [new file with mode: 0644]
StdLib/Include/dirent.h [new file with mode: 0644]
StdLib/Include/errno.h [new file with mode: 0644]
StdLib/Include/fcntl.h [new file with mode: 0644]
StdLib/Include/float.h [new file with mode: 0644]
StdLib/Include/inttypes.h [new file with mode: 0644]
StdLib/Include/iso646.h [new file with mode: 0644]
StdLib/Include/langinfo.h [new file with mode: 0644]
StdLib/Include/limits.h [new file with mode: 0644]
StdLib/Include/locale.h [new file with mode: 0644]
StdLib/Include/math.h [new file with mode: 0644]
StdLib/Include/netinet/in.h [new file with mode: 0644]
StdLib/Include/netinet6/in6.h [new file with mode: 0644]
StdLib/Include/nl_types.h [new file with mode: 0644]
StdLib/Include/paths.h [new file with mode: 0644]
StdLib/Include/setjmp.h [new file with mode: 0644]
StdLib/Include/signal.h [new file with mode: 0644]
StdLib/Include/stdarg.h [new file with mode: 0644]
StdLib/Include/stdbool.h [new file with mode: 0644]
StdLib/Include/stddef.h [new file with mode: 0644]
StdLib/Include/stdint.h [new file with mode: 0644]
StdLib/Include/stdio.h [new file with mode: 0644]
StdLib/Include/stdlib.h [new file with mode: 0644]
StdLib/Include/string.h [new file with mode: 0644]
StdLib/Include/sys/EfiCdefs.h [new file with mode: 0644]
StdLib/Include/sys/EfiSysCall.h [new file with mode: 0644]
StdLib/Include/sys/_ctype.h [new file with mode: 0644]
StdLib/Include/sys/ansi.h [new file with mode: 0644]
StdLib/Include/sys/bswap.h [new file with mode: 0644]
StdLib/Include/sys/callout.h [new file with mode: 0644]
StdLib/Include/sys/cdefs_aout.h [new file with mode: 0644]
StdLib/Include/sys/dirent.h [new file with mode: 0644]
StdLib/Include/sys/endian.h [new file with mode: 0644]
StdLib/Include/sys/errno.h [new file with mode: 0644]
StdLib/Include/sys/fcntl.h [new file with mode: 0644]
StdLib/Include/sys/fd_set.h [new file with mode: 0644]
StdLib/Include/sys/featuretest.h [new file with mode: 0644]
StdLib/Include/sys/filio.h [new file with mode: 0644]
StdLib/Include/sys/float_ieee754.h [new file with mode: 0644]
StdLib/Include/sys/ieee754.h [new file with mode: 0644]
StdLib/Include/sys/inttypes.h [new file with mode: 0644]
StdLib/Include/sys/ioccom.h [new file with mode: 0644]
StdLib/Include/sys/localedef.h [new file with mode: 0644]
StdLib/Include/sys/param.h [new file with mode: 0644]
StdLib/Include/sys/pool.h [new file with mode: 0644]
StdLib/Include/sys/resource.h [new file with mode: 0644]
StdLib/Include/sys/select.h [new file with mode: 0644]
StdLib/Include/sys/signal.h [new file with mode: 0644]
StdLib/Include/sys/sigtypes.h [new file with mode: 0644]
StdLib/Include/sys/socket.h [new file with mode: 0644]
StdLib/Include/sys/stat.h [new file with mode: 0644]
StdLib/Include/sys/stdint.h [new file with mode: 0644]
StdLib/Include/sys/syslimits.h [new file with mode: 0644]
StdLib/Include/sys/termios.h [new file with mode: 0644]
StdLib/Include/sys/time.h [new file with mode: 0644]
StdLib/Include/sys/types.h [new file with mode: 0644]
StdLib/Include/sys/uio.h [new file with mode: 0644]
StdLib/Include/time.h [new file with mode: 0644]
StdLib/Include/wchar.h [new file with mode: 0644]
StdLib/Include/wctype.h [new file with mode: 0644]
StdLib/Include/x86/float.h [new file with mode: 0644]
StdLib/Include/x86/ieee.h [new file with mode: 0644]
StdLib/Include/x86/limits.h [new file with mode: 0644]
StdLib/Include/x86/math.h [new file with mode: 0644]
StdLib/LibC/CRT/Gcc.c [new file with mode: 0644]
StdLib/LibC/CRT/Ia32/ashrdi3.S [new file with mode: 0644]
StdLib/LibC/CRT/Ia32/lldiv.c [new file with mode: 0644]
StdLib/LibC/CRT/Ia32/lldvrm.c [new file with mode: 0644]
StdLib/LibC/CRT/Ia32/llmul.c [new file with mode: 0644]
StdLib/LibC/CRT/Ia32/llrem.c [new file with mode: 0644]
StdLib/LibC/CRT/Ia32/llshl.c [new file with mode: 0644]
StdLib/LibC/CRT/Ia32/mulll.S [new file with mode: 0644]
StdLib/LibC/CRT/Ia32/shldi3.S [new file with mode: 0644]
StdLib/LibC/CRT/Ia32/udivdi3.S [new file with mode: 0644]
StdLib/LibC/CRT/Ia32/ulldiv.c [new file with mode: 0644]
StdLib/LibC/CRT/Ia32/ulldvrm.c [new file with mode: 0644]
StdLib/LibC/CRT/Ia32/ullrem.c [new file with mode: 0644]
StdLib/LibC/CRT/Ia32/ullshr.c [new file with mode: 0644]
StdLib/LibC/CRT/Ia32/umoddi3.S [new file with mode: 0644]
StdLib/LibC/Ctype/CClass.c [new file with mode: 0644]
StdLib/LibC/Ctype/CConv.c [new file with mode: 0644]
StdLib/LibC/Ctype/Ctype.inf [new file with mode: 0644]
StdLib/LibC/Ctype/iCtype.c [new file with mode: 0644]
StdLib/LibC/LibC.inf [new file with mode: 0644]
StdLib/LibC/Locale/Locale.inf [new file with mode: 0644]
StdLib/LibC/Locale/__mb_cur_max.c [new file with mode: 0644]
StdLib/LibC/Locale/__wctoint.h [new file with mode: 0644]
StdLib/LibC/Locale/_def_messages.c [new file with mode: 0644]
StdLib/LibC/Locale/_def_monetary.c [new file with mode: 0644]
StdLib/LibC/Locale/_def_numeric.c [new file with mode: 0644]
StdLib/LibC/Locale/_def_time.c [new file with mode: 0644]
StdLib/LibC/Locale/_wcstod.h [new file with mode: 0644]
StdLib/LibC/Locale/_wcstol.h [new file with mode: 0644]
StdLib/LibC/Locale/_wcstoul.h [new file with mode: 0644]
StdLib/LibC/Locale/aliasname.c [new file with mode: 0644]
StdLib/LibC/Locale/aliasname_local.h [new file with mode: 0644]
StdLib/LibC/Locale/ctypeio.c [new file with mode: 0644]
StdLib/LibC/Locale/ctypeio.h [new file with mode: 0644]
StdLib/LibC/Locale/iswctype_sb.c [new file with mode: 0644]
StdLib/LibC/Locale/localeconv.c [new file with mode: 0644]
StdLib/LibC/Locale/multibyte_sb.c [new file with mode: 0644]
StdLib/LibC/Locale/nl_langinfo.c [new file with mode: 0644]
StdLib/LibC/Locale/rune.h [new file with mode: 0644]
StdLib/LibC/Locale/runetype.h [new file with mode: 0644]
StdLib/LibC/Locale/setlocale.c [new file with mode: 0644]
StdLib/LibC/Locale/setlocale1.c [new file with mode: 0644]
StdLib/LibC/Locale/setlocale32.c [new file with mode: 0644]
StdLib/LibC/Locale/wcscoll.c [new file with mode: 0644]
StdLib/LibC/Locale/wcsftime.c [new file with mode: 0644]
StdLib/LibC/Locale/wcstod.c [new file with mode: 0644]
StdLib/LibC/Locale/wcstof.c [new file with mode: 0644]
StdLib/LibC/Locale/wcstoimax.c [new file with mode: 0644]
StdLib/LibC/Locale/wcstol.c [new file with mode: 0644]
StdLib/LibC/Locale/wcstold.c [new file with mode: 0644]
StdLib/LibC/Locale/wcstoll.c [new file with mode: 0644]
StdLib/LibC/Locale/wcstoul.c [new file with mode: 0644]
StdLib/LibC/Locale/wcstoull.c [new file with mode: 0644]
StdLib/LibC/Locale/wcstoumax.c [new file with mode: 0644]
StdLib/LibC/Locale/wcsxfrm.c [new file with mode: 0644]
StdLib/LibC/Main/Arm/flt_rounds.c [new file with mode: 0644]
StdLib/LibC/Main/ByteSwap.c [new file with mode: 0644]
StdLib/LibC/Main/HtoNtoH.c [new file with mode: 0644]
StdLib/LibC/Main/Ia32/fpu_rmode.S [new file with mode: 0644]
StdLib/LibC/Main/Ia32/fpu_rmode.asm [new file with mode: 0644]
StdLib/LibC/Main/Ia32/ftol2.obj [new file with mode: 0644]
StdLib/LibC/Main/Ia32/isinfl.c [new file with mode: 0644]
StdLib/LibC/Main/Ia32/isnanl.c [new file with mode: 0644]
StdLib/LibC/Main/Ipf/FpuRmode.s [new file with mode: 0644]
StdLib/LibC/Main/Ipf/flt_rounds.c [new file with mode: 0644]
StdLib/LibC/Main/Main.c [new file with mode: 0644]
StdLib/LibC/Main/X64/fpu_rmode.S [new file with mode: 0644]
StdLib/LibC/Main/X64/fpu_rmode.asm [new file with mode: 0644]
StdLib/LibC/Main/X64/isinfl.c [new file with mode: 0644]
StdLib/LibC/Main/X64/isnanl.c [new file with mode: 0644]
StdLib/LibC/Main/assert.c [new file with mode: 0644]
StdLib/LibC/Main/bswap16.c [new file with mode: 0644]
StdLib/LibC/Main/bswap32.c [new file with mode: 0644]
StdLib/LibC/Main/bswap64.c [new file with mode: 0644]
StdLib/LibC/Main/errno.c [new file with mode: 0644]
StdLib/LibC/Main/infinityf_ieee754.c [new file with mode: 0644]
StdLib/LibC/Main/isinfd_ieee754.c [new file with mode: 0644]
StdLib/LibC/Main/isinff_ieee754.c [new file with mode: 0644]
StdLib/LibC/Main/isnand_ieee754.c [new file with mode: 0644]
StdLib/LibC/Main/isnanf_ieee754.c [new file with mode: 0644]
StdLib/LibC/Main/longjmp.c [new file with mode: 0644]
StdLib/LibC/Main/x86flt_rounds.c [new file with mode: 0644]
StdLib/LibC/Math/Math.inf [new file with mode: 0644]
StdLib/LibC/Math/e_acos.c [new file with mode: 0644]
StdLib/LibC/Math/e_asin.c [new file with mode: 0644]
StdLib/LibC/Math/e_atan2.c [new file with mode: 0644]
StdLib/LibC/Math/e_cosh.c [new file with mode: 0644]
StdLib/LibC/Math/e_exp.c [new file with mode: 0644]
StdLib/LibC/Math/e_fmod.c [new file with mode: 0644]
StdLib/LibC/Math/e_log.c [new file with mode: 0644]
StdLib/LibC/Math/e_log10.c [new file with mode: 0644]
StdLib/LibC/Math/e_log2.c [new file with mode: 0644]
StdLib/LibC/Math/e_pow.c [new file with mode: 0644]
StdLib/LibC/Math/e_rem_pio2.c [new file with mode: 0644]
StdLib/LibC/Math/e_sinh.c [new file with mode: 0644]
StdLib/LibC/Math/e_sqrt.c [new file with mode: 0644]
StdLib/LibC/Math/k_cos.c [new file with mode: 0644]
StdLib/LibC/Math/k_rem_pio2.c [new file with mode: 0644]
StdLib/LibC/Math/k_sin.c [new file with mode: 0644]
StdLib/LibC/Math/k_tan.c [new file with mode: 0644]
StdLib/LibC/Math/math_private.h [new file with mode: 0644]
StdLib/LibC/Math/s_atan.c [new file with mode: 0644]
StdLib/LibC/Math/s_ceil.c [new file with mode: 0644]
StdLib/LibC/Math/s_copysign.c [new file with mode: 0644]
StdLib/LibC/Math/s_cos.c [new file with mode: 0644]
StdLib/LibC/Math/s_expm1.c [new file with mode: 0644]
StdLib/LibC/Math/s_fabs.c [new file with mode: 0644]
StdLib/LibC/Math/s_finite.c [new file with mode: 0644]
StdLib/LibC/Math/s_floor.c [new file with mode: 0644]
StdLib/LibC/Math/s_frexp.c [new file with mode: 0644]
StdLib/LibC/Math/s_infinity.c [new file with mode: 0644]
StdLib/LibC/Math/s_ldexp.c [new file with mode: 0644]
StdLib/LibC/Math/s_modf.c [new file with mode: 0644]
StdLib/LibC/Math/s_scalbn.c [new file with mode: 0644]
StdLib/LibC/Math/s_sin.c [new file with mode: 0644]
StdLib/LibC/Math/s_tan.c [new file with mode: 0644]
StdLib/LibC/Math/s_tanh.c [new file with mode: 0644]
StdLib/LibC/Math/w_acos.c [new file with mode: 0644]
StdLib/LibC/Math/w_asin.c [new file with mode: 0644]
StdLib/LibC/Math/w_atan2.c [new file with mode: 0644]
StdLib/LibC/Math/w_cosh.c [new file with mode: 0644]
StdLib/LibC/Math/w_exp.c [new file with mode: 0644]
StdLib/LibC/Math/w_fmod.c [new file with mode: 0644]
StdLib/LibC/Math/w_log.c [new file with mode: 0644]
StdLib/LibC/Math/w_log10.c [new file with mode: 0644]
StdLib/LibC/Math/w_log2.c [new file with mode: 0644]
StdLib/LibC/Math/w_pow.c [new file with mode: 0644]
StdLib/LibC/Math/w_sinh.c [new file with mode: 0644]
StdLib/LibC/Math/w_sqrt.c [new file with mode: 0644]
StdLib/LibC/NetUtil/NetUtil.inf [new file with mode: 0644]
StdLib/LibC/NetUtil/inet_addr.c [new file with mode: 0644]
StdLib/LibC/NetUtil/inet_lnaof.c [new file with mode: 0644]
StdLib/LibC/NetUtil/inet_makeaddr.c [new file with mode: 0644]
StdLib/LibC/NetUtil/inet_netof.c [new file with mode: 0644]
StdLib/LibC/NetUtil/inet_network.c [new file with mode: 0644]
StdLib/LibC/NetUtil/inet_ntoa.c [new file with mode: 0644]
StdLib/LibC/NetUtil/inet_ntop.c [new file with mode: 0644]
StdLib/LibC/Signal/Signal.c [new file with mode: 0644]
StdLib/LibC/Signal/Signal.inf [new file with mode: 0644]
StdLib/LibC/StdLib/Bsearch.c [new file with mode: 0644]
StdLib/LibC/StdLib/Environs.c [new file with mode: 0644]
StdLib/LibC/StdLib/Malloc.c [new file with mode: 0644]
StdLib/LibC/StdLib/NumericInt.c [new file with mode: 0644]
StdLib/LibC/StdLib/Qsort.c [new file with mode: 0644]
StdLib/LibC/StdLib/Rand.c [new file with mode: 0644]
StdLib/LibC/StdLib/StdLib.inf [new file with mode: 0644]
StdLib/LibC/StdLib/Xabs.c [new file with mode: 0644]
StdLib/LibC/StdLib/Xdiv.c [new file with mode: 0644]
StdLib/LibC/StdLib/strtoimax.c [new file with mode: 0644]
StdLib/LibC/StdLib/strtoumax.c [new file with mode: 0644]
StdLib/LibC/Stdio/Stdio.inf [new file with mode: 0644]
StdLib/LibC/Stdio/clrerr.c [new file with mode: 0644]
StdLib/LibC/Stdio/fclose.c [new file with mode: 0644]
StdLib/LibC/Stdio/fdopen.c [new file with mode: 0644]
StdLib/LibC/Stdio/feof.c [new file with mode: 0644]
StdLib/LibC/Stdio/ferror.c [new file with mode: 0644]
StdLib/LibC/Stdio/fflush.c [new file with mode: 0644]
StdLib/LibC/Stdio/fgetc.c [new file with mode: 0644]
StdLib/LibC/Stdio/fgetln.c [new file with mode: 0644]
StdLib/LibC/Stdio/fgetpos.c [new file with mode: 0644]
StdLib/LibC/Stdio/fgets.c [new file with mode: 0644]
StdLib/LibC/Stdio/fgetstr.c [new file with mode: 0644]
StdLib/LibC/Stdio/fgetwc.c [new file with mode: 0644]
StdLib/LibC/Stdio/fgetws.c [new file with mode: 0644]
StdLib/LibC/Stdio/fileext.h [new file with mode: 0644]
StdLib/LibC/Stdio/fileno.c [new file with mode: 0644]
StdLib/LibC/Stdio/findfp.c [new file with mode: 0644]
StdLib/LibC/Stdio/flags.c [new file with mode: 0644]
StdLib/LibC/Stdio/floatio.h [new file with mode: 0644]
StdLib/LibC/Stdio/flockfile.c [new file with mode: 0644]
StdLib/LibC/Stdio/fopen.c [new file with mode: 0644]
StdLib/LibC/Stdio/fparseln.c [new file with mode: 0644]
StdLib/LibC/Stdio/fprintf.c [new file with mode: 0644]
StdLib/LibC/Stdio/fpurge.c [new file with mode: 0644]
StdLib/LibC/Stdio/fputc.c [new file with mode: 0644]
StdLib/LibC/Stdio/fputs.c [new file with mode: 0644]
StdLib/LibC/Stdio/fputwc.c [new file with mode: 0644]
StdLib/LibC/Stdio/fputws.c [new file with mode: 0644]
StdLib/LibC/Stdio/fread.c [new file with mode: 0644]
StdLib/LibC/Stdio/freopen.c [new file with mode: 0644]
StdLib/LibC/Stdio/fscanf.c [new file with mode: 0644]
StdLib/LibC/Stdio/fseek.c [new file with mode: 0644]
StdLib/LibC/Stdio/fseeko.c [new file with mode: 0644]
StdLib/LibC/Stdio/fsetpos.c [new file with mode: 0644]
StdLib/LibC/Stdio/ftell.c [new file with mode: 0644]
StdLib/LibC/Stdio/ftello.c [new file with mode: 0644]
StdLib/LibC/Stdio/funopen.c [new file with mode: 0644]
StdLib/LibC/Stdio/fvwrite.c [new file with mode: 0644]
StdLib/LibC/Stdio/fvwrite.h [new file with mode: 0644]
StdLib/LibC/Stdio/fwalk.c [new file with mode: 0644]
StdLib/LibC/Stdio/fwide.c [new file with mode: 0644]
StdLib/LibC/Stdio/fwprintf.c [new file with mode: 0644]
StdLib/LibC/Stdio/fwrite.c [new file with mode: 0644]
StdLib/LibC/Stdio/fwscanf.c [new file with mode: 0644]
StdLib/LibC/Stdio/getc.c [new file with mode: 0644]
StdLib/LibC/Stdio/getchar.c [new file with mode: 0644]
StdLib/LibC/Stdio/gets.c [new file with mode: 0644]
StdLib/LibC/Stdio/gettemp.c [new file with mode: 0644]
StdLib/LibC/Stdio/getwc.c [new file with mode: 0644]
StdLib/LibC/Stdio/getwchar.c [new file with mode: 0644]
StdLib/LibC/Stdio/glue.h [new file with mode: 0644]
StdLib/LibC/Stdio/local.h [new file with mode: 0644]
StdLib/LibC/Stdio/makebuf.c [new file with mode: 0644]
StdLib/LibC/Stdio/mkdtemp.c [new file with mode: 0644]
StdLib/LibC/Stdio/mkstemp.c [new file with mode: 0644]
StdLib/LibC/Stdio/mktemp.c [new file with mode: 0644]
StdLib/LibC/Stdio/perror.c [new file with mode: 0644]
StdLib/LibC/Stdio/printf.c [new file with mode: 0644]
StdLib/LibC/Stdio/putc.c [new file with mode: 0644]
StdLib/LibC/Stdio/putchar.c [new file with mode: 0644]
StdLib/LibC/Stdio/puts.c [new file with mode: 0644]
StdLib/LibC/Stdio/putwc.c [new file with mode: 0644]
StdLib/LibC/Stdio/putwchar.c [new file with mode: 0644]
StdLib/LibC/Stdio/refill.c [new file with mode: 0644]
StdLib/LibC/Stdio/remove.c [new file with mode: 0644]
StdLib/LibC/Stdio/rewind.c [new file with mode: 0644]
StdLib/LibC/Stdio/rget.c [new file with mode: 0644]
StdLib/LibC/Stdio/scanf.c [new file with mode: 0644]
StdLib/LibC/Stdio/setbuf.c [new file with mode: 0644]
StdLib/LibC/Stdio/setbuffer.c [new file with mode: 0644]
StdLib/LibC/Stdio/setvbuf.c [new file with mode: 0644]
StdLib/LibC/Stdio/snprintf.c [new file with mode: 0644]
StdLib/LibC/Stdio/snprintf_ss.c [new file with mode: 0644]
StdLib/LibC/Stdio/sprintf.c [new file with mode: 0644]
StdLib/LibC/Stdio/sscanf.c [new file with mode: 0644]
StdLib/LibC/Stdio/stdio.c [new file with mode: 0644]
StdLib/LibC/Stdio/swprintf.c [new file with mode: 0644]
StdLib/LibC/Stdio/swscanf.c [new file with mode: 0644]
StdLib/LibC/Stdio/tempnam.c [new file with mode: 0644]
StdLib/LibC/Stdio/tmpfile.c [new file with mode: 0644]
StdLib/LibC/Stdio/tmpnam.c [new file with mode: 0644]
StdLib/LibC/Stdio/ungetc.c [new file with mode: 0644]
StdLib/LibC/Stdio/ungetwc.c [new file with mode: 0644]
StdLib/LibC/Stdio/vasprintf.c [new file with mode: 0644]
StdLib/LibC/Stdio/vfprintf.c [new file with mode: 0644]
StdLib/LibC/Stdio/vfscanf.c [new file with mode: 0644]
StdLib/LibC/Stdio/vfwprintf.c [new file with mode: 0644]
StdLib/LibC/Stdio/vfwscanf.c [new file with mode: 0644]
StdLib/LibC/Stdio/vprintf.c [new file with mode: 0644]
StdLib/LibC/Stdio/vscanf.c [new file with mode: 0644]
StdLib/LibC/Stdio/vsnprintf.c [new file with mode: 0644]
StdLib/LibC/Stdio/vsnprintf_ss.c [new file with mode: 0644]
StdLib/LibC/Stdio/vsprintf.c [new file with mode: 0644]
StdLib/LibC/Stdio/vsscanf.c [new file with mode: 0644]
StdLib/LibC/Stdio/vswprintf.c [new file with mode: 0644]
StdLib/LibC/Stdio/vswscanf.c [new file with mode: 0644]
StdLib/LibC/Stdio/vwprintf.c [new file with mode: 0644]
StdLib/LibC/Stdio/vwscanf.c [new file with mode: 0644]
StdLib/LibC/Stdio/wbuf.c [new file with mode: 0644]
StdLib/LibC/Stdio/wcio.h [new file with mode: 0644]
StdLib/LibC/Stdio/wprintf.c [new file with mode: 0644]
StdLib/LibC/Stdio/wscanf.c [new file with mode: 0644]
StdLib/LibC/Stdio/wsetup.c [new file with mode: 0644]
StdLib/LibC/String/Comparison.c [new file with mode: 0644]
StdLib/LibC/String/Concatenation.c [new file with mode: 0644]
StdLib/LibC/String/Copying.c [new file with mode: 0644]
StdLib/LibC/String/ErrorList.c [new file with mode: 0644]
StdLib/LibC/String/Misc.c [new file with mode: 0644]
StdLib/LibC/String/Searching.c [new file with mode: 0644]
StdLib/LibC/String/String.inf [new file with mode: 0644]
StdLib/LibC/Time/Theory.txt [new file with mode: 0644]
StdLib/LibC/Time/Time.c [new file with mode: 0644]
StdLib/LibC/Time/Time.inf [new file with mode: 0644]
StdLib/LibC/Time/TimeEfi.c [new file with mode: 0644]
StdLib/LibC/Time/TimeVals.h [new file with mode: 0644]
StdLib/LibC/Time/ZoneProc.c [new file with mode: 0644]
StdLib/LibC/Time/strftime.c [new file with mode: 0644]
StdLib/LibC/Time/tzfile.h [new file with mode: 0644]
StdLib/LibC/Uefi/Console.c [new file with mode: 0644]
StdLib/LibC/Uefi/SysCalls.c [new file with mode: 0644]
StdLib/LibC/Uefi/SysEfi.h [new file with mode: 0644]
StdLib/LibC/Uefi/Uefi.inf [new file with mode: 0644]
StdLib/LibC/Uefi/Xform.c [new file with mode: 0644]
StdLib/LibC/Wchar/Comparison.c [new file with mode: 0644]
StdLib/LibC/Wchar/Concatenation.c [new file with mode: 0644]
StdLib/LibC/Wchar/ConsDecons.c [new file with mode: 0644]
StdLib/LibC/Wchar/Copying.c [new file with mode: 0644]
StdLib/LibC/Wchar/Searching.c [new file with mode: 0644]
StdLib/LibC/Wchar/String.c [new file with mode: 0644]
StdLib/LibC/Wchar/Wchar.inf [new file with mode: 0644]
StdLib/LibC/gdtoa/Ipf/strtold.c [new file with mode: 0644]
StdLib/LibC/gdtoa/_strtof.c [new file with mode: 0644]
StdLib/LibC/gdtoa/_strtold.c [new file with mode: 0644]
StdLib/LibC/gdtoa/atof.c [new file with mode: 0644]
StdLib/LibC/gdtoa/dmisc.c [new file with mode: 0644]
StdLib/LibC/gdtoa/dtoa.c [new file with mode: 0644]
StdLib/LibC/gdtoa/gdtoa.c [new file with mode: 0644]
StdLib/LibC/gdtoa/gdtoa.h [new file with mode: 0644]
StdLib/LibC/gdtoa/gdtoa.inf [new file with mode: 0644]
StdLib/LibC/gdtoa/gdtoaimp.h [new file with mode: 0644]
StdLib/LibC/gdtoa/gethex.c [new file with mode: 0644]
StdLib/LibC/gdtoa/gmisc.c [new file with mode: 0644]
StdLib/LibC/gdtoa/hd_init.c [new file with mode: 0644]
StdLib/LibC/gdtoa/hexnan.c [new file with mode: 0644]
StdLib/LibC/gdtoa/ldtoa.c [new file with mode: 0644]
StdLib/LibC/gdtoa/misc.c [new file with mode: 0644]
StdLib/LibC/gdtoa/smisc.c [new file with mode: 0644]
StdLib/LibC/gdtoa/strtod.c [new file with mode: 0644]
StdLib/LibC/gdtoa/strtodg.c [new file with mode: 0644]
StdLib/LibC/gdtoa/strtof.c [new file with mode: 0644]
StdLib/LibC/gdtoa/strtold_px.c [new file with mode: 0644]
StdLib/LibC/gdtoa/strtold_subr.c [new file with mode: 0644]
StdLib/LibC/gdtoa/strtopx.c [new file with mode: 0644]
StdLib/LibC/gdtoa/sum.c [new file with mode: 0644]
StdLib/LibC/gdtoa/ulp.c [new file with mode: 0644]
StdLib/ReadMe.pdf [new file with mode: 0644]
StdLib/StdLib.dec [new file with mode: 0644]
StdLib/StdLib.dsc [new file with mode: 0644]
StdLibPrivateInternalFiles/DoNotUse.dec [new file with mode: 0644]
StdLibPrivateInternalFiles/Include/Arm/arith.h [new file with mode: 0644]
StdLibPrivateInternalFiles/Include/Arm/gd_qnan.h [new file with mode: 0644]
StdLibPrivateInternalFiles/Include/Efi/Console.h [new file with mode: 0644]
StdLibPrivateInternalFiles/Include/Ia32/arith.h [new file with mode: 0644]
StdLibPrivateInternalFiles/Include/Ia32/gd_qnan.h [new file with mode: 0644]
StdLibPrivateInternalFiles/Include/Ipf/arith.h [new file with mode: 0644]
StdLibPrivateInternalFiles/Include/Ipf/gd_qnan.h [new file with mode: 0644]
StdLibPrivateInternalFiles/Include/LibConfig.h [new file with mode: 0644]
StdLibPrivateInternalFiles/Include/MainData.h [new file with mode: 0644]
StdLibPrivateInternalFiles/Include/X64/arith.h [new file with mode: 0644]
StdLibPrivateInternalFiles/Include/X64/gd_qnan.h [new file with mode: 0644]
StdLibPrivateInternalFiles/Include/extern.h [new file with mode: 0644]
StdLibPrivateInternalFiles/Include/namespace.h [new file with mode: 0644]
StdLibPrivateInternalFiles/Include/reentrant.h [new file with mode: 0644]
StdLibPrivateInternalFiles/ReadMe.pdf [new file with mode: 0644]