about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Implemented bound check support for string/memory routines for x86_64. ldmitrie/intel_mpxLiubov Dmitrieva2013-10-2353-108/+2308
* Implemented bounds check support for string/memory routines for x86_32.Liubov Dmitrieva2013-10-2353-67/+3793
* Support new siginfo in Glibc for Intel MPX.Liubov Dmitrieva2013-10-231-0/+8
* Intel MPX support for x86_64 and x86_32 pthread routines.Liubov Dmitrieva2013-10-237-8/+238
* Buffer overrun detected by Intel MPX in wcschr test. Fixed.Liubov Dmitrieva2013-10-231-3/+8
* Buffer overrun detected by Intel MPX at sysdeps/unix/sysv/linux/ifaddrs.c [BZ...Liubov Dmitrieva2013-10-231-3/+5
* Buffer overrun detected by Intel MPX in stdlib/strtod_l.cLiubov Dmitrieva2013-10-231-1/+1
* Buffer overrun detected by Intel MPX in stdio-common/scanf13.c. Fixed.Liubov Dmitrieva2013-10-231-0/+1
* Do not block SIGSEGV signal because Intel MPX runtime uses it.ienkovic2013-10-2311-0/+45
* Inappropriate code style for Intel MPX in string/strcpy.c and wcsmbc/wcscpy.cLiubov Dmitrieva2013-10-232-0/+18
* Inappropriate code style for Intel MPX in debug/wcscpy_chk.c. Fix the code if...Liubov Dmitrieva2013-10-231-0/+20
* Inappropriate code style for Intel MPX in debug/wcpcpy_chk. Fix the code if M...Liubov Dmitrieva2013-10-231-0/+19
* Inappropriate code style for Intel MPX at wcsmbs/wcpcpy.c. Use other implemen...Liubov Dmitrieva2013-10-231-2/+12
* Inappropriate code style for Intel MPX at posix/fnmatch_loop.c. Fixed.Liubov Dmitrieva2013-10-231-1/+1
* Inappropriate code style for Intel MPX at argp/argp-help.c. Fixed.Liubov Dmitrieva2013-10-231-1/+4
* Inappropriate code style for Intel MPX. Expand bounds in crypt/crypt.cLiubov Dmitrieva2013-10-231-0/+12
* Inappropriate code style for Intel MPX in libio/fileops.c.Liubov Dmitrieva2013-10-231-0/+3
* Inappropriate code style for Intel MPX in elf/dl-close.cLiubov Dmitrieva2013-10-231-0/+7
* Inappropriate code style for Intel MPX in crypt/crypt_util.c. Fixed.Liubov Dmitrieva2013-10-231-1/+4
* Inappropriate code style for Intel MPX. Fix missing of bounds in sysdeps/gene...Liubov Dmitrieva2013-10-231-1/+1
* Inappropriate code style for Intel MPX in debug/strcpy_chk.c Use different v...Liubov Dmitrieva2013-10-231-0/+43
* If Intel MPX enabled: always compile with -fno-check-pointers file elf/dl-init.cLiubov Dmitrieva2013-10-231-0/+4
* Add attribute __bnd_variable_size to make using flexible size arrays Intel MP...Liubov Dmitrieva2013-10-2321-29/+32
* Use C code instead of inline assembler in macros of tls.h for i386 (for Intel...Liubov Dmitrieva2013-10-231-11/+49
* Use C code instead of inline assembler in macros of tls.h for x86_64 (for Int...Liubov Dmitrieva2013-10-231-19/+61
* Intel MPX support for mmap and mremap wrappers of syscalls for x86_32 and x86...Liubov Dmitrieva2013-10-237-1/+98
* Save/restore bounds in x86_64 and x86_32 version of _dl_runtime_resolve.Liubov Dmitrieva2013-10-232-0/+46
* Add Intel MPX support to malloc allocator.Liubov Dmitrieva2013-10-234-53/+177
* Add --enable-mpx and --enable-mpx-write-only option to configure for Intel MP...Liubov Dmitrieva2013-10-234-0/+74
* Fix spurious jnf underflows (bug 14155).Joseph Myers2013-09-026-10/+68
* Fix typo.Ondřej Bílka2013-09-022-1/+5
* Use sfi_* macros in armv6t2 strlen.Roland McGrath2013-08-302-9/+16
* Make armv6t2 strlen work in ARM mode too.Roland McGrath2013-08-302-2/+30
* Fix then/than typos.Ondřej Bílka2013-08-3018-39/+63
* Fix typos.Ondřej Bílka2013-08-3047-45/+107
* ARM: Fix clone code when built for Thumb.Will Newton2013-08-303-3/+9
* sysdeps/arm/armv6t2/strlen.S: strlen implementation for armv6t2.Will Newton2013-08-302-0/+145
* Fix rawmemchr regression on bulldozer.Ondřej Bílka2013-08-303-109/+5
* Fix up ChangeLog formatting.Roland McGrath2013-08-291-4/+6
* Remove aix specific files.Ondřej Bílka2013-08-2910-869/+13
* Hurd: Add ESUCCESS error_t value.Thomas Schwinge2013-08-293-1/+23
* Hurd: Use __executable_start symbol instead of _start.Samuel Thibault2013-08-292-2/+7
* Support ELFOSABI_GNU on all GNU systems.Thomas Schwinge2013-08-293-23/+53
* Use ELFOSABI_GNU instead of ELFOSABI_LINUX.Thomas Schwinge2013-08-296-9/+24
* [BZ #15522] strtod ("nan(N)") returning a sNaN in some casesThomas Schwinge2013-08-2910-32/+87
* math: Additional type conversion testsThomas Schwinge2013-08-292-7/+24
* Fix typos.Ondřej Bílka2013-08-2933-75/+118
* ARM: Pass dl_hwcap to IFUNC resolver.Carlos O'Donell2013-08-293-2/+9
* Use __glibc_unlikely instead of __builtin_expect (..., 0)Siddhesh Poyarekar2013-08-283-2/+7
* [BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functionsMike Frysinger2013-08-277-6/+160