aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-23Implemented bound check support for string/memory routines for x86_64.ldmitrie/intel_mpxLiubov Dmitrieva
2013-10-23Implemented bounds check support for string/memory routines for x86_32.Liubov Dmitrieva
2013-10-23Support new siginfo in Glibc for Intel MPX.Liubov Dmitrieva
2013-10-23Intel MPX support for x86_64 and x86_32 pthread routines.Liubov Dmitrieva
2013-10-23Buffer overrun detected by Intel MPX in wcschr test. Fixed.Liubov Dmitrieva
2013-10-23Buffer overrun detected by Intel MPX at sysdeps/unix/sysv/linux/ifaddrs.c [BZ...Liubov Dmitrieva
2013-10-23Buffer overrun detected by Intel MPX in stdlib/strtod_l.cLiubov Dmitrieva
2013-10-23Buffer overrun detected by Intel MPX in stdio-common/scanf13.c. Fixed.Liubov Dmitrieva
2013-10-23Do not block SIGSEGV signal because Intel MPX runtime uses it.ienkovic
2013-10-23Inappropriate code style for Intel MPX in string/strcpy.c and wcsmbc/wcscpy.cLiubov Dmitrieva
2013-10-23Inappropriate code style for Intel MPX in debug/wcscpy_chk.c. Fix the code if...Liubov Dmitrieva
2013-10-23Inappropriate code style for Intel MPX in debug/wcpcpy_chk. Fix the code if M...Liubov Dmitrieva
2013-10-23Inappropriate code style for Intel MPX at wcsmbs/wcpcpy.c. Use other implemen...Liubov Dmitrieva
2013-10-23Inappropriate code style for Intel MPX at posix/fnmatch_loop.c. Fixed.Liubov Dmitrieva
2013-10-23Inappropriate code style for Intel MPX at argp/argp-help.c. Fixed.Liubov Dmitrieva
2013-10-23Inappropriate code style for Intel MPX. Expand bounds in crypt/crypt.cLiubov Dmitrieva
2013-10-23Inappropriate code style for Intel MPX in libio/fileops.c.Liubov Dmitrieva
2013-10-23Inappropriate code style for Intel MPX in elf/dl-close.cLiubov Dmitrieva
2013-10-23Inappropriate code style for Intel MPX in crypt/crypt_util.c. Fixed.Liubov Dmitrieva
2013-10-23Inappropriate code style for Intel MPX. Fix missing of bounds in sysdeps/gene...Liubov Dmitrieva
2013-10-23Inappropriate code style for Intel MPX in debug/strcpy_chk.c Use different v...Liubov Dmitrieva
2013-10-23If Intel MPX enabled: always compile with -fno-check-pointers file elf/dl-init.cLiubov Dmitrieva
2013-10-23Add attribute __bnd_variable_size to make using flexible size arrays Intel MP...Liubov Dmitrieva
2013-10-23Use C code instead of inline assembler in macros of tls.h for i386 (for Intel...Liubov Dmitrieva
2013-10-23Use C code instead of inline assembler in macros of tls.h for x86_64 (for Int...Liubov Dmitrieva
2013-10-23Intel MPX support for mmap and mremap wrappers of syscalls for x86_32 and x86...Liubov Dmitrieva
2013-10-23Save/restore bounds in x86_64 and x86_32 version of _dl_runtime_resolve.Liubov Dmitrieva
2013-10-23Add Intel MPX support to malloc allocator.Liubov Dmitrieva
2013-10-23Add --enable-mpx and --enable-mpx-write-only option to configure for Intel MP...Liubov Dmitrieva
2013-09-02Fix spurious jnf underflows (bug 14155).Joseph Myers
2013-09-02Fix typo.Ondřej Bílka
2013-08-30Use sfi_* macros in armv6t2 strlen.Roland McGrath
2013-08-30Make armv6t2 strlen work in ARM mode too.Roland McGrath
2013-08-30Fix then/than typos.Ondřej Bílka
2013-08-30Fix typos.Ondřej Bílka
2013-08-30ARM: Fix clone code when built for Thumb.Will Newton
2013-08-30sysdeps/arm/armv6t2/strlen.S: strlen implementation for armv6t2.Will Newton
2013-08-30Fix rawmemchr regression on bulldozer.Ondřej Bílka
2013-08-29Fix up ChangeLog formatting.Roland McGrath
2013-08-29Remove aix specific files.Ondřej Bílka
2013-08-29Hurd: Add ESUCCESS error_t value.Thomas Schwinge
2013-08-29Hurd: Use __executable_start symbol instead of _start.Samuel Thibault
2013-08-29Support ELFOSABI_GNU on all GNU systems.Thomas Schwinge
2013-08-29Use ELFOSABI_GNU instead of ELFOSABI_LINUX.Thomas Schwinge
2013-08-29[BZ #15522] strtod ("nan(N)") returning a sNaN in some casesThomas Schwinge
2013-08-29math: Additional type conversion testsThomas Schwinge
2013-08-29Fix typos.Ondřej Bílka
2013-08-29ARM: Pass dl_hwcap to IFUNC resolver.Carlos O'Donell
2013-08-28Use __glibc_unlikely instead of __builtin_expect (..., 0)Siddhesh Poyarekar
2013-08-27[BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functionsMike Frysinger