Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-06 | Sync with Linux 3.8 | Andreas Jaeger | 2 | -1/+3 | |
2013-03-06 | Remove powerpc64 bounded-pointers code. | Joseph Myers | 2 | -14/+6 | |
2013-03-05 | Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.h | Andreas Jaeger | 1 | -4/+3 | |
* sysdeps/unix/sysv/linux/s390/bits/mman.h: Include <bits/mman-linux.h>. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT] (MCL_CURRENT, MCL_FUTURE): Define here. | |||||
2013-03-04 | Create <bits/mman-linux.h> | Andreas Jaeger | 1 | -69/+3 | |
* sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux common definitions. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines provided by bits/mman-linux.h and include <bits/mman-linux.h>. * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise. | |||||
2013-02-28 | Remove powerpc32 bounded-pointers code. | Joseph Myers | 2 | -14/+6 | |
2013-02-18 | C++11 thread_local destructors support | Siddhesh Poyarekar | 2 | -0/+6 | |
This feature is specifically for the C++ compiler to offload calling thread_local object destructors on thread program exit, to glibc. This is to overcome the possible complication of destructors of thread_local objects getting called after the DSO in which they're defined is unloaded by the dynamic linker. The DSO is marked as 'unloadable' if it has a constructed thread_local object and marked as 'unloadable' again when all the constructed thread_local objects defined in it are destroyed. | |||||
2013-02-14 | Remove bp-sym.h and BP_SYM uses from C code. | Joseph Myers | 1 | -9/+6 | |
2013-02-13 | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | 1 | -18/+12 | |
2013-02-08 | Remove CHECK_N and bp-checks.h. | Joseph Myers | 8 | -32/+16 | |
2013-02-08 | Remove CHECK_1 and CHECK_1_NULL_OK. | Joseph Myers | 1 | -2/+1 | |
2013-02-04 | Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr. | Joseph Myers | 1 | -2/+1 | |
2013-02-01 | Remove bp-start.h and INIT_ARGV_and_ENVIRON. | Joseph Myers | 1 | -1/+0 | |
2013-01-18 | PowerPC: Rename __kernel_vdso_get_tbfreq to __kernel_get_tbfreq. | Anton Blanchard | 4 | -29/+33 | |
In order for the __kernel_get_tbfreq vDSO call to work the INTERNAL_VSYSCALL_NCS macro needed to be updated to prevent it from assuming an integer return type (since the timebase frequency is a 64-bit value) by specifying the type of the return type as a macro parameter. The macro then specifically declares the return value as a 'register' (or implied pair) of the denoted type. The compiler is then informed that this register (or implied pair) is to be used for the return value. | |||||
2013-01-10 | Revert "Use ieee754/dbl-64/wordsize-64 on powerpc64" | Andreas Schwab | 1 | -1/+0 | |
This reverts commit 7a9d2c397195d9a19a95dbcdb59fb5df03f2d940. | |||||
2013-01-10 | Use ieee754/dbl-64/wordsize-64 on powerpc64 | Andreas Schwab | 1 | -0/+1 | |
* sysdeps/ieee754/ldbl-opt/wordsize-64/s_ceil.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_finite.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_floor.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_frexp.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_isinf.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_isnan.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_llround.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_logb.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_lround.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_modf.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_nearbyint.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_remquo.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_rint.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_round.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_scalbln.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_scalbn.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_trunc.c: New file. * sysdeps/unix/sysv/linux/powerpc/powerpc64/Implies: Add ieee754/ldbl-opt/wordsize-64. * sysdeps/powerpc/powerpc64/Implies: Add ieee754/dbl-64/wordsize-64. | |||||
2013-01-09 | PowerPC: Change sched_getcpu to use vDSO getcpu instead of syscall. | Anton Blanchard | 4 | -0/+36 | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 86 | -91/+86 | |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 1 | -1/+1 | |
2012-12-06 | Fix "set but not used" warnings for powerpc64 | Siddhesh Poyarekar | 1 | -3/+2 | |
2012-12-04 | Fix powerpc32 "set but not used" warnings from INTERNAL_SYSCALL_DECL. | Joseph Myers | 1 | -1/+1 | |
2012-11-09 | PowerPC: Use <bits/fcntl-linux.h> | Andreas Jaeger | 1 | -258/+11 | |
* sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. | |||||
2012-11-04 | [BZ #157] Remove include/stub-tag.h for good. | Thomas Schwinge | 1 | -2/+0 | |
2012-11-01 | PowerPC: Fix uc_link == NULL handling for makecontex. | Andreas Schwab | 1 | -15/+15 | |
If the function registered with makecontext returns with a NULL context link the process should exit with zero, not non-zero. | |||||
2012-10-31 | Fix powerpc abilist sort order | Andreas Schwab | 2 | -2/+2 | |
2012-10-31 | Correct order of entries in powerpc libc.abilist files. | Tulio Magno Quites Machado Filho | 2 | -2/+2 | |
2012-10-24 | BZ#14743: Move clock_* symbols from librt to libc. | Roland McGrath | 3 | -1/+11 | |
2012-10-12 | Avoid PLT references from __get_clockfreq on powerpc | Andreas Schwab | 1 | -5/+5 | |
2012-10-09 | Add missing magic to GLIBC_PROVIDES. | Roland McGrath | 1 | -120/+0 | |
2012-10-08 | Fix missing include in sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c | Andreas Schwab | 1 | -0/+1 | |
2012-10-04 | powerpc: add name_to_handle_at, open_by_handle etc. to bits/fcntl.h | Khem Raj | 1 | -1/+27 | |
Fixes BZ #14251. | |||||
2012-10-01 | Clean up init-first.c files. | Roland McGrath | 1 | -2/+3 | |
2012-09-25 | Add __ppc_get_timebase_freq to ppc.h. | Tulio Magno Quites Machado Filho | 8 | -0/+135 | |
2012-08-21 | Remove __ASSUME_FADVISE64_64_SYSCALL. | Joseph Myers | 1 | -24/+2 | |
2012-08-20 | Remove __ASSUME_SWAPCONTEXT_SYSCALL. | Joseph Myers | 3 | -14/+2 | |
2012-08-02 | Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}. | Marek Polacek | 1 | -2/+0 | |
2012-08-01 | Remove __ASSUME_VFORK_SYSCALL (and some __NR_vfork conditionals). | Joseph Myers | 2 | -47/+2 | |
2012-08-01 | BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list. | Roland McGrath | 1 | -1/+0 | |
2012-07-26 | Merge Linux 3.5 ptrace changes | Andreas Jaeger | 1 | -5/+9 | |
(__ptrace_eventcodes): Add new value PTRACE_EVENT_SECCOMP from Linux 3.5. (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust PTRACE_O_MASK. | |||||
2012-07-25 | Remove pre-2.4.21 Linux kernel support. | Joseph Myers | 10 | -249/+10 | |
2012-07-25 | Rename __secure_getenv to secure_getenv | Florian Weimer | 2 | -0/+6 | |
2012-07-20 | Move localplt baselines to sysdeps directories. | Joseph Myers | 2 | -0/+13 | |
2012-07-17 | Move c++-types baselines to sysdeps directories. | Joseph Myers | 2 | -0/+134 | |
2012-06-02 | Move __mcount_internal from GLIBC_PRIVATE to GLIBC_2.16 | Andreas Schwab | 1 | -0/+1 | |
2012-06-01 | Add default-abi definitions for powerpc, s390 and sparc. | Joseph Myers | 2 | -0/+5 | |
2012-05-30 | Convert WORDSIZE[32|64]/ld entries to abi-variants | H.J. Lu | 1 | -5/+6 | |
2012-05-30 | Remove __ASSUME_TRUNCATE64_SYSCALL. | Joseph Myers | 2 | -92/+12 | |
2012-05-24 | Switch gettimeofday from INTUSE to libc_hidden_proto. | Roland McGrath | 1 | -4/+3 | |
2012-05-23 | Add comments suggesting moving some functions to syscalls.list. | Joseph Myers | 5 | -0/+10 | |
2012-05-23 | Update from Linux 3.4 | Andreas Jaeger | 1 | -0/+3 | |
2012-05-21 | Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32 | H.J. Lu | 1 | -1/+1 | |