about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Use sparc GOTDATA relocations whenever possible.David S. Miller2012-02-2012-96/+187
* Add sparc configure checks for GOTDATA support.David S. Miller2012-02-202-0/+126
* Consolidate Sparc ELF configure fragments to one spot.David S. Miller2012-02-204-197/+26
* Remove sparc WDISP22 configure checks, no longer used.David S. Miller2012-02-204-94/+0
* Remove old initfini mechanism.Joseph Myers2012-02-213-145/+0
* Split architecture-specific parts of sys/epoll.h into bits/epoll.h.Joseph Myers2012-02-217-297/+97
* Split architecture-specific parts of sys/timerfd.h into bits/timerfd.h.Joseph Myers2012-02-215-69/+61
* Resort ULPs files with gen-libm-test.pl -n in C locale.Joseph Myers2012-02-205-38/+36
* Adjust SPARC ULPs to take into account the new jn tests.Aurelien Jarno2012-02-202-4/+80
* Add support for Linux error EHWPOISONAndreas Schwab2012-02-194-2/+22
* Use non-signaling floating-point comparisons in math functions.Aurelien Jarno2012-02-195-17/+17
* Rework sparc PIC macros so crt{i,n}.S can use them too.David S. Miller2012-02-184-26/+22
* Include <time.h> in clock_settime.c.Aurelien Jarno2012-02-171-1/+2
* Hurd: #define away madvise for malloc code, fix previous commit.Thomas Schwinge2012-02-171-1/+4
* s390: Convert to crt[in].S.Richard Henderson2012-02-166-299/+290
* Add O_FSYNC define to sparc just like other platforms.David S. Miller2012-02-161-0/+1
* Merge branch 'master' of git://sources.redhat.com/git/glibcKaz Kojima2012-02-161-1/+5
|\
| * Hurd: #define away madvise for malloc code.Roland McGrath2012-02-151-1/+5
* | Add SH target specific crti.S and crtn.S and remove initfini files.Kaz Kojima2012-02-163-152/+175
|/
* Move sparc away from the deprecated inifini.c scheme.David S. Miller2012-02-165-8/+151
* Include sys/param.h in getcwd.c.Mike Frysinger2012-02-151-2/+2
* Split architecture-specific parts of sys/signalfd.h into bits/signalfd.h.Joseph Myers2012-02-154-51/+38
* Provide crt[in].S for x86-64.Marek Polacek2012-02-142-70/+88
* Split architecture-specific parts of sys/inotify.h into bits/inotify.h.Joseph Myers2012-02-145-115/+62
* Split architecture-specific parts of sys/eventfd.h into bits/eventfd.h.Joseph Myers2012-02-134-40/+40
* Fix x86 PLT slot usage for feraiseexcept.Thomas Schwinge2012-02-101-2/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-092619-7764/+5168
* Use <> for include of kernel-features.h.Richard Henderson2012-02-091-1/+1
* Remove _G_HAVE_SYS_CDEFS.Marek Polacek2012-02-093-3/+0
* Reduce ldouble ULPs for jn tests on x86Andreas Schwab2012-02-082-36/+32
* powerpc: add crt filesAndreas Schwab2012-02-084-0/+303
* Support crti.S and crtn.S provided directly by architectures.Joseph Myers2012-02-084-10/+133
* Remove _G_ARGS macros.Marek Polacek2012-02-073-9/+0
* Adjust libm test ULPs for powerpcAndreas Schwab2012-02-071-2/+16
* Remove __ELF__ conditionalsMarek Polacek2012-02-0754-265/+65
* Undefine and redefine __i686 for assembly code.Joseph Myers2012-02-061-1/+7
* Match x86 PIC thunk names to compiler version.Joseph Myers2012-02-061-3/+16
* Use macro for PIC setup in inline asm.Joseph Myers2012-02-052-10/+21
* Use macros for x86 PIC thunk names.Joseph Myers2012-02-032-15/+21
* Consistently use macros for x86 PIC thunks.Joseph Myers2012-02-0342-429/+105
* Always define float_t as float for PowerPC, SH and SPARC.Joseph Myers2012-01-313-39/+5
* Remove miscellaneous __STDC__ conditionals.Joseph Myers2012-01-301-5/+1
* Fix makefile/configure problems with sse2avx changes.Joseph Myers2012-01-301-1/+1
* Merge remote-tracking branch 'origin/cmetcalf/tile_epoll_pwait'Roland McGrath2012-01-301-1/+3
|\
| * Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait().Chris Metcalf2012-01-281-1/+3
* | Merge remote-tracking branch 'origin/cmetcalf/tile_not_cancel_h'Roland McGrath2012-01-301-1/+2
|\ \
| * | Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c.Chris Metcalf2012-01-281-1/+2
| |/
* | Merge remote-tracking branch 'origin/cmetcalf/tile_faccessat'Roland McGrath2012-01-301-2/+2
|\ \
| * | Call __fxstatat64 from faccessat() to avoid PLT in -Os builds.Chris Metcalf2012-01-281-2/+2
| |/
* | Optimize x86-64 math inline header a bitUlrich Drepper2012-01-281-8/+31