about summary refs log tree commit diff
path: root/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
* Remove pre-2.4 Linux kernel support.Joseph Myers2012-05-2537-1425/+79
|
* ppc: Pass hwcap to ifuncs.Richard Henderson2012-05-254-7/+8
| | | | | | | | | | * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass dl_hwcap to ifunc resolver. * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use elf_ifunc_invoke. * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass dl_hwcap to ifunc resolver. * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
* Fix acosf underflow (bug 14153).Joseph Myers2012-05-251-1/+1
|
* Remove use of INTDEF/INTUSE in libioAndreas Schwab2012-05-242-7/+7
|
* syscalls.list support for vDSO IFUNCs, use it for x32 gettimeofday and time.Roland McGrath2012-05-243-48/+107
|
* Switch gettimeofday from INTUSE to libc_hidden_proto.Roland McGrath2012-05-246-27/+30
|
* Add x32 abilist filesH.J. Lu2012-05-2413-0/+3050
|
* Add x32 C++ type dataH.J. Lu2012-05-241-0/+4
|
* Don't include exceptions in libm-test-ulps test names.Joseph Myers2012-05-245-50/+50
|
* Test underflow exceptions in libm-test.inc.Joseph Myers2012-05-242-23/+23
|
* Remove some sparc cob-webs leftover after Joseph's recent changes.David S. Miller2012-05-231-3/+1
| | | | | * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__libc_sigaction): Remove unused local variables.
* Add sysdeps/unix/sysv/linux/x86_64/x32/configureH.J. Lu2012-05-231-0/+18
|
* Replace "jmp L(pseudo_end)" with "ret"H.J. Lu2012-05-232-4/+4
|
* Move poll to syscalls.listAndreas Jaeger2012-05-232-47/+1
|
* Add more constants to Linux <sys/reboot.h>Andreas Jaeger2012-05-231-1/+7
| | | | | | | | | 2012-05-23 Andreas Jaeger <aj@suse.de> Maximilian Attems <max@stro.at> * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC): New macros.
* Fix x32 sched_getcpu.S error codeH.J. Lu2012-05-231-4/+8
|
* Add comments suggesting moving some functions to syscalls.list.Joseph Myers2012-05-235-0/+10
|
* Update from Linux 3.4Andreas Jaeger2012-05-237-5/+23
|
* Simplify dl-vdso.h use of assert.Roland McGrath2012-05-221-9/+3
|
* Remove $(sysctl) from sysdep_routinesH.J. Lu2012-05-223-4/+3
|
* Add sysctl.mk and bits/sysctl.hH.J. Lu2012-05-226-1/+31
|
* Fix x86_64/sched_getcpu.S error codeAndreas Jaeger2012-05-221-5/+9
| | | | | Rearrange code so that pseudo_end is just ret and the stack pointer is correct also for static library in error case.
* Add x32 arch_prctlH.J. Lu2012-05-222-0/+66
|
* Add INTERNAL_SYSCALL_TYPESH.J. Lu2012-05-222-39/+103
|
* PowerPC: libm ABI updateAdhemerval Zanella2012-05-225-12/+32
| | | | Update for libm abilist for POWER6 and POWER7.
* Add x32 support to x86_64/bits/fcntl.hH.J. Lu2012-05-221-5/+3
|
* Use "neg %eax" in i386 SYSCALL_ERROR_HANDLERH.J. Lu2012-05-221-9/+6
|
* Use "neg %eax" in x86_64 SYSCALL_SET_ERRNOH.J. Lu2012-05-221-6/+4
|
* Pad each field to __syscall_slong_t in struct rusageH.J. Lu2012-05-221-17/+78
|
* Remove straggling references to .s files.David S. Miller2012-05-211-3/+1
| | | | | | | * Makefules (o-iterator): Remove .s cases. (compile-command.s): Delete. (COMPILE.s): Delete. * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
* Rename x32 llseek.S to lseek.S and add dummy llseek.SH.J. Lu2012-05-212-43/+44
|
* Add x32 llseek.SH.J. Lu2012-05-213-15/+85
|
* Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32H.J. Lu2012-05-218-12/+11
|
* Fix warnings in wcschr-c.cAndreas Jaeger2012-05-211-3/+9
| | | | | | | | | Fixes: In file included from ../sysdeps/i386/i686/multiarch/wcschr-c.c:8:0: ../wcsmbs/wcschr.c:26:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] ../wcsmbs/wcschr.c:37:1: warning: data definition has no type or storage class [enabled by default] ../wcsmbs/wcschr.c:37:1: warning: type defaults to ‘int’ in declaration of ‘__hidden_ver1’ [enabled by default] ../wcsmbs/wcschr.c:37:1: warning: parameter names (without types) in function declaration [enabled by default]
* x32: Don't lose high bits of %rbp in setjmp/longjmp mangling/demangling.Roland McGrath2012-05-213-10/+33
|
* Define __SYSCALL_WORDSIZE for x86-64H.J. Lu2012-05-212-2/+8
|
* Add x32 syscalls.listH.J. Lu2012-05-211-0/+6
|
* PowerPC: ULPs updateAdhemerval Zanella2012-05-211-12/+46
| | | | | | Adjustments for libm ulps added with commit d8b82cad1b525bdcbfff88d218c7c45032e4a3af, 495fd99f3a119e5c0c542ccc6cf9c93b1fb9e892, and 5ba3cc691c856e5c67a7d4cd4713f20a79f7ba81. I also adjusted some exp10 ulps definition that was higher than needed.
* Add <sys/auxv.h> and getauxval.Richard Henderson2012-05-2016-53/+185
|
* Update powerpc ULPs for ccos, csin, ccosh, csinh tests.Adhemerval Zanella2012-05-191-0/+156
|
* Update sparc ULPs for ccos, csin, ccosh, csinh tests.David S. Miller2012-05-191-0/+290
|
* Fix ccos, csin, ccosh, csinh overflows (bug 14123).Joseph Myers2012-05-192-0/+331
|
* Add 64-bit preadv.c and pwritev.cH.J. Lu2012-05-192-0/+146
|
* Add a comment to sysdeps/x86_64/x32/_itoa.hH.J. Lu2012-05-191-0/+1
|
* Use __syscall_slong_t in bits/timex.hH.J. Lu2012-05-191-23/+24
|
* Remove sysdeps/powerpc/soft-fp.Joseph Myers2012-05-1931-1182/+0
|
* Use RAX_LP and "or" to operate on return valueH.J. Lu2012-05-182-5/+5
|
* [PowerPC] Remove -ftree-loop-linear from MakefilesTulio Magno Quites Machado Filho2012-05-184-6/+6
| | | | | | | | | | | | | | | | In the past the "-ftree-loop-linear" switch provided a measurable improvement in performance for certain functions. At some point it was assigned as the responsibility of Graphite in GCC. It has been found that even with Graphite enabled these flags no longer perform any appreciable improvement over the baseline. Graphite now has some open bugs which need to be fixed in order for it to provide measurable performance improvements but it lacks active development. As a result some compiler distributors may disable Graphite. If Graphite is disabled then building GLIBC will fail if the "-ftree-loop-linear" switch is used. This patch removes the use of "-ftree-loop-linear" as unnecessary.
* Add sysdeps/x86_64/x32/_itoa.hH.J. Lu2012-05-181-0/+3
|
* Check d_ino/d_off before using getdents syscallH.J. Lu2012-05-181-3/+12
|