about summary refs log tree commit diff
path: root/ports/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* m68k: use _dl_static_init to set GLR0(dl_pagesize)Andreas Schwab2013-07-214-2/+124
* tile: add missing semicolon in <bits/ptrace.h>Chris Metcalf2013-07-191-1/+1
* [AArch64] Use _dl_static_init to set GLR0(dl_pagesize)Marcus Shawcroft2013-07-094-0/+128
* tile: use _dl_static_init to set GLRO(gl_pagesize)Chris Metcalf2013-07-074-0/+128
* Sync sys/ptrace with Linux 3.10Andreas Jaeger2013-07-043-3/+76
* Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold2013-06-281-1/+5
* [AArch64] Simplify getcontext pstate initialization.Marcus Shawcroft2013-06-281-2/+1
* _dl_static_init: Remove nested locking.Maciej W. Rozycki2013-06-272-14/+0
* [BZ #15666] alpha: Add __sqrt*_finite definitionsRichard Henderson2013-06-241-0/+5
* New API to set default thread attributesSiddhesh Poyarekar2013-06-1514-0/+54
* MicroBlaze: negated errors in lowlevellock.hKirk Meyer2013-06-141-4/+4
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-082-2/+2
* Fix executable mode.Ondrej Bilka2013-06-061-0/+0
* Remove trailing whitespace in ports.Joseph Myers2013-06-0533-87/+87
* [AArch64] Ensure getcontext() initializes PSTATE.Marcus Shawcroft2013-06-042-0/+5
* Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado2013-05-224-5/+31
* Fix MIPS n32 cancellation in static libc (bug 15506).Joseph Myers2013-05-213-16/+78
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-162-0/+4
* [AArch64] Fix out of range branch from ioctl() and clone()Marcus Shawcroft2013-05-122-4/+3
* MicroBlaze PortDavid Holsgrove2013-04-1855-0/+5254
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-0213-0/+59
* Use LIBC_CONFIG_VAR for MIPS default-abi setting.Joseph Myers2013-03-213-5/+3
* Use LIBC_CONFIG_VAR for ARM default-abi setting.Joseph Myers2013-03-201-3/+0
* aarch64: Move rtld link to /libAndreas Schwab2013-03-192-0/+2
* Avoid duplicate MAP_ANONYMOUS definition for MIPS GNU/Linux.Thomas Schwinge2013-03-151-1/+0
* aarch64: use lib64 as default lib and slib directoryAndreas Schwab2013-03-142-0/+25
* ia64: fix set-but-unused warnings with syscallsMike Frysinger2013-03-121-2/+5
* ia64: fix strict aliasing warnings with func descriptorsMike Frysinger2013-03-121-10/+6
* Add comments about ARM configure -fno-unwind-tables handling.Joseph Myers2013-03-112-0/+2
* AM33: Use <bits/mman.h>Andreas Jaeger2013-03-111-61/+2
* Use <bits/mman.h> on ia64Andreas Jaeger2013-03-111-74/+2
* Remove extra pthread_atfork compat symbolsAndreas Schwab2013-03-116-6/+0
* ia64: makecontext: fix signed warningsMike Frysinger2013-03-101-2/+2
* ia64: fix NEED_DL_SYSINFO_DSO conditionalsMike Frysinger2013-03-101-23/+4
* AARCH64: Use <bits/mman-linux.h>Andreas Jaeger2013-03-071-73/+3
* Use <bits/mman-linux.h> for MIPSAndreas Jaeger2013-03-061-72/+5
* arm: Implement hard-tp for GET_TLSRichard Henderson2013-03-062-8/+13
* arm: Use push/pop mnemonicsRichard Henderson2013-03-0610-49/+48
* arm: Introduce and use GET_TLSRichard Henderson2013-03-067-31/+43
* arm: Introduce and use NEGOFF series of macrosRichard Henderson2013-03-064-14/+19
* arm: Introduce and use LDST_PCRELRichard Henderson2013-03-063-24/+18
* Sync with Linux 3.8Andreas Jaeger2013-03-067-2/+14
* Use <bits/mman-linux.h> on M68kAndreas Jaeger2013-03-061-74/+2
* Use <bits/mman-linux.h> on ARMAndreas Jaeger2013-03-061-74/+2
* Use bits/mman-linux.h for TILEAndreas Jaeger2013-03-051-74/+2
* tile: Add priority inheritance futex supportChris Metcalf2013-02-281-0/+28
* Remove bounded-pointers relics from am33 code.Joseph Myers2013-02-281-4/+3
* arm: Mark assembly files that will not use thumb modeRichard Henderson2013-02-282-0/+4
* arm: Add IT insns for thumb modeRichard Henderson2013-02-287-4/+15
* arm: Introduce and use PC_OFSRichard Henderson2013-02-287-16/+14