about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use -msse2avx option for x86-64 libm functionsUlrich Drepper2012-01-2810-49/+60
|/
* Simplify use of AVX instructions in internal math macrosUlrich Drepper2012-01-281-59/+20
* PowerPC - A2 memcpy cache line size initializationAdhemerval Zanella2012-01-272-4/+51
* Remove __STDC__ conditionals from libm.Joseph Myers2012-01-27125-1076/+124
* Remove __STDC__ conditionals from non-installed headers.Joseph Myers2012-01-266-46/+10
* Remove __STDC__ conditionals from installed headers.Joseph Myers2012-01-266-49/+10
* Really fix AVX testsUlrich Drepper2012-01-268-27/+31
* 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