about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Consolidate arm and mips posix_fadvise implementationsAdhemerval Zanella2017-02-064-42/+18
* sparc: Remove optimized math routines which cause testsuite failures.David S. Miller2017-02-0327-721/+1
* Allow IFUNC relocation against unrelocated shared libraryH.J. Lu2017-02-022-2/+2
* Drop GLIBC_TUNABLES for setxid programs when tunables is disabled (bz #21073)Siddhesh Poyarekar2017-02-021-0/+7
* alpha: Use saturating arithmetic in memchrRichard Henderson2017-02-011-1/+4
* m68k: fix 64bit atomic opsAndreas Schwab2017-02-011-6/+8
* Add ipc_priv.h header for Nios II to set __IPC_64 to zero.Chung-Lin Tang2017-01-311-0/+21
* Add VZEROUPPER to memset-vec-unaligned-erms.S [BZ #21081]H.J. Lu2017-01-301-0/+2
* Bug 20116: Fix use after free in pthread_create()Carlos O'Donell2017-01-282-15/+11
* Bug 21053: sh: Reduce namespace pollution from sys/ucontext.hJames Clarke2017-01-243-68/+66
* Remove very old libm-test-ulps entries.Joseph Myers2017-01-205-208/+0
* powerpc: Fix adapt_count update in __lll_unlock_elisionTulio Magno Quites Machado Filho2017-01-201-1/+1
* S390: Adjust lock elision code after review.Stefan Liebler2017-01-204-43/+54
* Restore clock_* librt exports for MicroBlaze (bug 21061).Joseph Myers2017-01-191-0/+31
* Fix ARM fpu_control.h for assemblers requiring VFP insn names (bug 21047).Joseph Myers2017-01-191-2/+9
* Make soft-float powerpc swapcontext restore the signal mask (bug 21045).Joseph Myers2017-01-161-1/+2
* tile: Check for pointer add overflow in memchrChris Metcalf2017-01-162-0/+8
* tile: pass __IPC_64 as zero for SysV IPC callsChris Metcalf2017-01-161-0/+21
* Clear list of acquired robust mutexes in the child process after forking.Torvald Riegel2017-01-131-6/+14
* robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel2017-01-136-780/+0
* powerpc: Regenerate ULPsTulio Magno Quites Machado Filho2017-01-131-14/+14
* Fix MIPS o32 posix_fadvise.Joseph Myers2017-01-121-0/+4
* New pthread rwlock that is more scalable.Torvald Riegel2017-01-1015-147/+147
* Update MicroBlaze localplt.data.Joseph Myers2017-01-091-1/+2
* Fix MIPS n64 readahead (bug 21026).Joseph Myers2017-01-051-0/+2
* Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes2017-01-04123-61/+59
* Fix MicroBlaze bits/setjmp.h for C++.Joseph Myers2017-01-041-1/+1
* Make MIPS soft-fp preserve NaN payloads for NAN2008.Joseph Myers2017-01-042-2/+26
* Fix MicroBlaze __backtrace get_frame_size namespace (bug 21022).Joseph Myers2017-01-041-1/+1
* Update i386 libm-test-ulps.Joseph Myers2017-01-031-4/+4
* Remove duplicate strcat implementationsAdhemerval Zanella2017-01-035-62/+3
* powerpc: Fix write-after-destroy in lock elision [BZ #20822]Tulio Magno Quites Machado Filho2017-01-033-12/+20
* Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella2017-01-032-0/+4
* Fix MIPS n32 lseek, lseek64 (bug 21019).Joseph Myers2017-01-022-0/+40
* Correct MIPS math-tests.h condition for sNaN payload preservation.Joseph Myers2017-01-021-1/+1
* Fix i686 memchr for large input sizesAdhemerval Zanella2017-01-022-3/+15
* Fix pthread_cond_t on sparc for new condvar.Torvald Riegel2017-01-021-8/+21
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-015345-5345/+5345
* Add framework for tunablesSiddhesh Poyarekar2016-12-311-0/+4
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-311-7/+9
* New condvar implementation that provides stronger ordering guarantees.Torvald Riegel2016-12-3127-3791/+323
* Add fromfp functions.Joseph Myers2016-12-3158-1/+1011
* Define __intmax_t, __uintmax_t in bits/types.h.Joseph Myers2016-12-301-9/+3
* Use shmget syscall for linux implementationAdhemerval Zanella2016-12-2810-35/+7
* Use shmdt syscall for linux implementationAdhemerval Zanella2016-12-2810-14/+7
* Consolidate Linux shmctl implementationAdhemerval Zanella2016-12-2812-89/+32
* Use shmat syscall for Linux implementationAdhemerval Zanella2016-12-2811-22/+15
* Consolidate Linux semtimedop implementationAdhemerval Zanella2016-12-2811-88/+14
* Use semop syscall for Linux implementationAdhemerval Zanella2016-12-2810-13/+6