about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Clean up __libc_sa_len helper.Roland McGrath2013-08-273-66/+13
* Replace generic bits/socket.h with 4.4 file.Roland McGrath2013-08-271-358/+0
* Flesh out 4.4 bits/socket.h with SOCK_CLOEXEC, SOCK_NONBLOCK.Roland McGrath2013-08-271-1/+17
* Fix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 strcase...Andreas Schwab2013-08-272-0/+24
* Fix typos.Ondřej Bílka2013-08-2121-26/+26
* i686: Skip SSE4_2 version for strcmp, strncmp, strncase, strcasecmpLiubov Dmitrieva2013-08-213-0/+12
* PowerPC: fix backtrace to handle signal trampolinesAdhemerval Zanella2013-08-204-2/+123
* Fix cproj handling of (finite, NaN) arguments (bug 15531).Joseph Myers2013-08-201-3/+1
* Include <string.h> in sysdeps/unix/sysv/linux/mmap64.c.Joseph Myers2013-08-201-0/+1
* Use __getpagesize and __ffs in MMAP2_PAGE_SHIFT == -1 case of mmap64.Joseph Myers2013-08-201-3/+2
* * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):Andreas Krebbel2013-08-201-1/+2
* CVE-2013-4237, BZ #14699: Buffer overflow in readdir_rFlorian Weimer2013-08-166-14/+34
* Fix cbrtl for ldbl-96Andreas Schwab2013-08-131-1/+1
* PowerPC: use _dl_static_init to set GLRO(gl_pagesize)Adhemerval Zanella2013-07-234-0/+129
* S/390: ULPs update.Andreas Krebbel2013-07-221-141/+6285
* CVE-2013-2207, BZ #15755: Disable pt_chown.Carlos O'Donell2013-07-212-5/+8
* Update Sparc ULPs.David S. Miller2013-07-201-0/+5
* BZ #15711: Avoid circular dependency for syscall.hCarlos O'Donell2013-07-161-2/+9
* Full from-scratch rebuild of sparc ULPs.David S. Miller2013-07-071-238/+73
* Update x86 and x86_64 ulps on AMD FX-8350 with GCC 4.8.1.Jeroen Albers2013-07-052-16/+523
* Update powerpc-fpu ULPs.Adhemerval Zanella2013-07-041-22/+146
* Sync sys/ptrace with Linux 3.10Andreas Jaeger2013-07-044-5/+80
* Update i386 ULPs.Allan McRae2013-07-031-0/+80
* Update sparc ULPs.David S. Miller2013-07-021-0/+46
* Update x86_64 ULPs.Markus Trippelsdorf2013-07-021-2/+318
* Regenerate x86 and x86_64 ulps.Joseph Myers2013-07-022-1593/+129
* Enable static 32-bit SSE4.2 strcasecmp/strncasecmpH.J. Lu2013-07-022-6/+0
* Skip SSE4.2 versions on Intel SilvermontLiubov Dmitrieva2013-06-285-15/+37
* PowerPC: Define AT_HWCAP2 bits and AT_HWCAP2 handling for POWER8.Ryan S. Arnold2013-06-285-22/+67
* Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold2013-06-288-7/+27
* Consistently use page_shift in sysdeps/unix/sysv/linux/mmap64.c.Joseph Myers2013-06-281-1/+1
* Fix buffers overrun in x86_64 memcmp-ssse3.SLiubov Dmitrieva2013-06-261-4/+2
* [BZ #10283] localedef: align fixed maps to SHMLBAMike Frysinger2013-06-241-0/+26
* PowerPC: Enable POWER8 platform sans hwcap bits.Ryan S. Arnold2013-06-246-3/+16
* Include <string.h> in sysdeps/unix/sysv/linux/libc_fatal.c.Joseph Myers2013-06-221-0/+1
* Add sh4 implementation of fegetexceptflag.Kaz Kojima2013-06-211-0/+38
* Rewrite sysd-rules generation using an awk script.Roland McGrath2013-06-171-1/+1
* Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631).Joseph Myers2013-06-151-2/+15
* New API to set default thread attributesSiddhesh Poyarekar2013-06-1510-0/+40
* Set fast unaligned load flag for new Intel microarchitectureLiubov Dmitrieva2013-06-141-0/+7
* Add rtld-memset.S for x86_64Siddhesh Poyarekar2013-06-152-1/+37
* Improve precision of clock() function on LinuxSiddhesh Poyarekar2013-06-131-20/+16
* Fix unsafe compiler optimizationAdhemerval Zanella2013-06-122-1/+8
* Set/restore rounding mode only when neededSiddhesh Poyarekar2013-06-122-14/+214
* Add exception information to math-tests.h and use it in libm-test.inc.Joseph Myers2013-06-111-0/+18
* PowerPC: Merge ports/ dl-procinfo.[ch] with base.Ryan S. Arnold2013-06-112-11/+35
* Fix symbol definitions for __clock_* functionsSiddhesh Poyarekar2013-06-116-14/+15
* Add rounding mode information to math-tests.h and use it in libm-test.inc.Joseph Myers2013-06-101-0/+18
* Avoid trailing whitespace in sysdeps/gnu/errlist.c.Joseph Myers2013-06-082-10/+10
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-0821-27/+27