summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* NaCl: Call __nacl_main in preference to main.fedora/2.22/masterRoland McGrath2015-08-251-1/+5
* Readd O_LARGEFILE flag for openat64 (bug 18781)Andreas Schwab2015-08-101-0/+5
* hppa: Fix reload error with atomic code [BZ #18787]John David Anglin2015-08-081-18/+17
* microblaze: include unix/sysdep.hMike Frysinger2015-08-071-1/+6
* hppa: _dl_symbol_address: add missing hidden defMike Frysinger2015-08-071-0/+1
* tilepro: fix warnings in sysdeps/tile/tilepro/bits/atomic.hChris Metcalf2015-08-041-8/+12
* Properly terminate FDE in makecontext for ix86 (bug 18635)Andreas Schwab2015-08-042-7/+4
* Prevent runtime fail of SSE vector math tests on non SSE4.1 machine.Andrew Senkevich2015-07-301-2/+0
* hppa: fix pthreadtypes.h namespace failuresMike Frysinger2015-07-301-3/+3
* hppa: Remove custom lowlevellock.h.Torvald Riegel2015-07-301-334/+0
* hppa: sigaction.h: change sa_flags to an intMike Frysinger2015-07-291-1/+6
* hppa: fix sysdep.h header setupMike Frysinger2015-07-293-5/+9
* hppa: rewrite INLINE_SYSCALLMike Frysinger2015-07-291-22/+7
* Extend local PLT reference checkH.J. Lu2015-07-292-3/+24
* Added runtime check for AVX vector math tests.Andrew Senkevich2015-07-293-1/+27
* ia64: drop __tls_get_addr from expected ld.so plt usageMike Frysinger2015-07-281-4/+3
* ia64: atomic.h: fix atomic_exchange_and_add 64bit handlingMike Frysinger2015-07-281-3/+1
* ia64: clean up old kernel headers cruftMike Frysinger2015-07-281-4/+0
* Fixes extern protected data handling testcases elf/tst-protected1aChung-Lin Tang2015-07-262-1/+4
* Update Nios II ulps file.Chung-Lin Tang2015-07-251-41/+98
* Fix order of arguments to rt_sigprocmask syscall when setting the signal maskChung-Lin Tang2015-07-242-6/+6
* NaCl: Remove bogus O_SHLOCK, O_EXLOCK definitions.Roland McGrath2015-07-241-4/+0
* Update powerpc-fpu libm-test-ulps.Adhemerval Zanella2015-07-241-56/+152
* Fixed several libmvec bugs found during testing on KNL hardware.Andrew Senkevich2015-07-2415-223/+201
* [ARM][BZ #17711] Fix extern protected data handlingSzabolcs Nagy2015-07-242-3/+9
* [AArch64][BZ #17711] Fix extern protected data handlingSzabolcs Nagy2015-07-242-1/+4
* Make sysdeps/posix bring in login subdir.Roland McGrath2015-07-234-24/+40
* NaCl: Fix missing getdtablesize symbol.Roland McGrath2015-07-232-0/+2
* ia64: sigaction.h: fix sa_flags orderingMike Frysinger2015-07-231-1/+1
* ia64: msg.h: fix msg_qnum/msg_qbytes typesMike Frysinger2015-07-211-4/+9
* ia64: stat.h: rename pad0 to __glibc_reserved0Mike Frysinger2015-07-211-2/+2
* ia64: sifaction.h: change sa_flags to an intMike Frysinger2015-07-211-1/+2
* ia64: siginfo.h: delete siginfo nameMike Frysinger2015-07-211-1/+1
* NaCl: Use only nacl_irt_dev_filename, never nacl_irt_filename.Roland McGrath2015-07-213-4/+2
* Add abilist files and NEWS item for arm-nacl port.Roland McGrath2015-07-2110-0/+2521
* tile: Fix BZ #18508 (makecontext yield infinite backtrace)Chris Metcalf2015-07-212-4/+6
* sparc: fix sigaction for 32bit builds [BZ #18694]Mike Frysinger2015-07-201-0/+4
* m68k: update libm test ULPsAndreas Schwab2015-07-211-133/+311
* Add si_addr_bnd to _sigfault in x86 struct siginfoH.J. Lu2015-07-201-0/+7
* Regenerate SPARC ULPs.David S. Miller2015-07-161-239/+389
* powerpc: strstr optimizationRajalakshmi Srinivasaraghavan2015-07-166-1/+626
* hppa/ia64: _dl_unmap: make it hiddenMike Frysinger2015-07-164-4/+4
* hppa/ia64: _dl_symbol_address: add PLT bypass for rtldMike Frysinger2015-07-162-0/+2
* Fix sparc build.David S. Miller2015-07-155-2/+13
* Modify several tests to use test-skeleton.cArjun Shankar2015-07-151-2/+5
* i686: Mark stdlib/tst-makecontext as XFAIL.Stefan Liebler2015-07-151-0/+6
* S390: Regenerate ULPsStefan Liebler2015-07-151-28/+28
* Factor file identity rules out of generic rtld code.Roland McGrath2015-07-143-0/+104
* Add AArch64 versions of math_opt_barrier and math_force_eval that avoid going...Wilco Dijkstra2015-07-131-0/+5
* Optimize the strlen implementation by using a page cross check and a fast checkWilco Dijkstra2015-07-131-65/+165