about summary refs log tree commit diff
path: root/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
* Reset bit_AVX in __cpu_features is OS support is missingUlrich Drepper2012-01-262-2/+15
|
* Hurd: Try to respect mmap address hint for non-MAP_FIXED.Samuel Thibault2012-01-231-15/+31
|
* Hurd: socket uses EAFNOSUPPORT rather than EPFNOSUPPORT.Pino Toscano2012-01-231-2/+2
|
* Powerpc: correct duplicate label issue with multiple passes through context codeWill Schmidt2012-01-124-11/+17
|
* Optimized acosh for 64-bit platformsUlrich Drepper2012-01-111-0/+67
|
* Optimize scalblnUlrich Drepper2012-01-114-76/+100
|
* Optimize s_modfUlrich Drepper2012-01-104-50/+78
|
* Optimize ldexp and scalbnUlrich Drepper2012-01-104-92/+48
|
* Some branch prediction for log1pUlrich Drepper2012-01-091-3/+3
|
* Fix typo in Linux/PPC32 getcontextWill Schmidt2012-01-081-4/+4
|
* Optimize xmalloc, xcalloc, xrealloc, and xstrdupUlrich Drepper2012-01-081-5/+8
| | | | | Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
* Add checking versions of poll and ppollUlrich Drepper2012-01-082-2/+4
|
* Static linking is always neededUlrich Drepper2012-01-081-12/+1
|
* More fallout from supporting only ELFUlrich Drepper2012-01-0817-98/+12
|
* Remove pre-ISO C supportUlrich Drepper2012-01-0740-297/+291
| | | | No more __const.
* Remove non-ELF supportUlrich Drepper2012-01-0713-97/+17
|
* Update ABI informationUlrich Drepper2012-01-071-1/+1
|
* Remove m68k support from Linux configureUlrich Drepper2012-01-071-1/+1
|
* Remove Alpha support from ldsodefs.hUlrich Drepper2012-01-071-10/+0
|
* More IA-64 removalUlrich Drepper2012-01-074-14/+4
|
* Linux configure cleanupUlrich Drepper2012-01-072-38/+0
|
* Remove IA-64 support from kernel-features.hUlrich Drepper2012-01-071-8/+7
|
* Fix up a commentUlrich Drepper2012-01-071-1/+1
|
* Yet more ia64 removal falloutUlrich Drepper2012-01-072-2/+134
|
* More ia64 removal changesUlrich Drepper2012-01-075-9/+143
|
* Remove IA-64 supportUlrich Drepper2012-01-07447-152654/+0
|
* Implement timespec_getUlrich Drepper2012-01-012-0/+67
|
* Fix typos in commentsMarek Polacek2011-12-231-4/+4
|
* Prevent warnings due to long long constantsUlrich Drepper2011-12-234-80/+105
|
* Fix overrun in destination bufferLiubov Dmitrieva2011-12-232-508/+323
|
* Optimize x86-32 feraiseexcept also for !__SSE_MATH__Ulrich Drepper2011-12-231-1/+11
|
* Fix wrong copying processing for last bytes in x86-32 wcscpyLiubov Dmitrieva2011-12-231-41/+21
| | | | | | | | | | | Wrong copy algorithm for last bytes, not thread safety. In some particular cases it uses the destination memory beyond the string end for 16-byte load, puts changes into that part that is relevant to destination string and writes whole 16-byte chunk into memory. I have a test case where the memory beyond the string end contains malloc/free data, that appear corrupted in case free() updates it in between the 16-byte read and 16-byte write.
* Add feraiseexcept optimization for x86-32Ulrich Drepper2011-12-221-1/+39
|
* Also retrieve SSE exceptions in x86-32 fegetexceptflagUlrich Drepper2011-12-221-4/+18
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-12-225-32/+61
|\ | | | | | | | | Conflicts: ChangeLog
| * Support building bits/syscall.h for any number of subarch variants.Joseph Myers2011-12-225-32/+61
| |
* | Fix overrun in strcpy destination buffer in x86-32/SSSE3 versionLiubov Dmitrieva2011-12-221-745/+516
|/
* Use __REDIRECT_NTH for __feraiseexcept_renamedUlrich Drepper2011-12-221-1/+1
|
* Define EPOLLONESHOT and EPOLLET using unsigned valuesUlrich Drepper2011-12-213-9/+9
|
* Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES.Rafael Ávila de Espíndola2011-12-211-1/+1
|
* Optimized strcasecmp for Power7Adhemerval Zanella2011-12-178-0/+283
|
* Fix WPUlrich Drepper2011-12-171-1/+1
|
* Simplify code for accessing powerpc GOTWill Schmidt2011-12-1731-159/+133
|
* Optimized nearbyint for PPCAdhemerval Zanella2011-12-174-0/+277
|
* WP fixesUlrich Drepper2011-12-171-1/+0
|
* Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper2011-12-1716-2/+2427
|
* Optimize generic ELF hash function a bit moreUlrich Drepper2011-12-101-1/+4
|
* Fix a wrong constant in powerpc hypot implementationAndreas Schwab2011-12-061-1/+1
|
* Small optimization of generic ELF hash functionUlrich Drepper2011-12-041-25/+22
|
* Fix attreibute for _dl_elf_hashUlrich Drepper2011-12-041-1/+1
|