Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | m68k: update libm test ULPs | Andreas Schwab | 2013-04-11 | 1 | -0/+4 |
| | |||||
* | Remove extra pthread_atfork compat symbols | Andreas Schwab | 2013-03-11 | 1 | -0/+6 |
| | |||||
* | Use <bits/mman-linux.h> on M68k | Andreas Jaeger | 2013-03-06 | 1 | -0/+5 |
| | |||||
* | C++11 thread_local destructors support | Siddhesh Poyarekar | 2013-02-18 | 1 | -0/+7 |
| | | | | | | | | | | | 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. | ||||
* | m68k: update kernel-features.h | Andreas Schwab | 2013-02-08 | 1 | -0/+9 |
| | |||||
* | Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr. | Joseph Myers | 2013-02-04 | 1 | -0/+6 |
| | |||||
* | m68k: update libm test ULPs | Andreas Schwab | 2013-01-20 | 1 | -0/+2 |
| | |||||
* | m68k: add unwind tables to backtrace | Andreas Schwab | 2013-01-20 | 1 | -0/+4 |
| | |||||
* | Add backtrace for m68k | Andreas Schwab | 2013-01-19 | 1 | -0/+2 |
| | |||||
* | Add not-cancel.h for m68k/nptl | Andreas Schwab | 2013-01-19 | 1 | -0/+5 |
| | |||||
* | Use __extension__ with long long in installed headers. | Joseph Myers | 2013-01-10 | 1 | -0/+5 |
| | |||||
* | Update m68k libm test ULPs | Andreas Schwab | 2013-01-04 | 1 | -0/+4 |
| | |||||
* | Fix copyright notice corruption from update-copyright bug. | Joseph Myers | 2013-01-02 | 1 | -0/+3 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -0/+5 |
| | |||||
* | m68k: update libm-test ULPs | Andreas Schwab | 2012-11-30 | 1 | -0/+4 |
| | |||||
* | m68k/cf: fix copying frame in _dl_runtime_profile | Andreas Schwab | 2012-11-25 | 1 | -0/+3 |
| | |||||
* | m68k: add sotruss-lib.c | Andreas Schwab | 2012-11-25 | 1 | -0/+4 |
| | |||||
* | m68k: fix return value of lll_futex_timed_wait_bitset | Andreas Schwab | 2012-11-21 | 1 | -0/+6 |
| | |||||
* | m68k: Remove indirection through weak_aliasx | Andreas Schwab | 2012-11-20 | 1 | -0/+19 |
| | |||||
* | m68k: fix cancellable syscall with 5 or 6 arguments | Andreas Schwab | 2012-11-18 | 1 | -0/+5 |
| | |||||
* | m68k: define ELF_MACHINE_RUNTIME_FIXUP_PARAMS | Andreas Schwab | 2012-11-18 | 1 | -0/+5 |
| | |||||
* | m68k: update libm test ULPs | Andreas Schwab | 2012-11-18 | 1 | -0/+2 |
| | |||||
* | m68k: define lll_futex_timed_wait_bitset | Andreas Schwab | 2012-11-18 | 1 | -0/+5 |
| | |||||
* | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | 2012-11-03 | 1 | -0/+3 |
| | |||||
* | Make fenv.h FE_* macros usable in #if (bug 3439). | Joseph Myers | 2012-11-03 | 1 | -0/+15 |
| | |||||
* | Convert ia64, linux-generic, m68k <bits/fcntl.h> to use <bits/fcntl-linux.h> | Andreas Jaeger | 2012-10-25 | 1 | -0/+6 |
| | | | | | | | | | | | | | | * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. * sysdeps/unix/sysv/linux/generic/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. | ||||
* | BZ#14743: Move clock_* symbols from librt to libc. | Roland McGrath | 2012-10-24 | 1 | -0/+6 |
| | |||||
* | Split my last ChangeLog entry into respective arch-specific files | Siddhesh Poyarekar | 2012-10-02 | 1 | -0/+5 |
| | |||||
* | Clean up init-first.c files. | Roland McGrath | 2012-10-01 | 1 | -0/+5 |
| | |||||
* | Remove __ASSUME_STAT64_SYSCALL. | Joseph Myers | 2012-08-27 | 1 | -0/+5 |
| | |||||
* | Remove __ASSUME_FADVISE64_64_SYSCALL. | Joseph Myers | 2012-08-21 | 1 | -0/+5 |
| | |||||
* | Remove __ASSUME_MMAP2_SYSCALL. | Joseph Myers | 2012-08-20 | 1 | -0/+5 |
| | |||||
* | Add generic versions of pthread_spin_lock and pthread_spin_trylock. | Maxim Kuvyrkov | 2012-08-15 | 1 | -0/+5 |
| | |||||
* | m68k: fix type of pltenter member in audit interface | Andreas Schwab | 2012-08-10 | 1 | -0/+5 |
| | |||||
* | Remove __ASSUME_TGKILL. | Joseph Myers | 2012-08-08 | 1 | -0/+5 |
| | |||||
* | m68k/cf: define __signbit/__signbitf as inlines | Andreas Schwab | 2012-08-08 | 1 | -0/+2 |
| | |||||
* | m68k/cf: avoid warning in non-shared atomic_compare_and_exchange_val_acq | Andreas Schwab | 2012-08-08 | 1 | -0/+6 |
| | |||||
* | Remove pre-2.6.16 Linux kernel support. | Joseph Myers | 2012-08-07 | 1 | -0/+10 |
| | |||||
* | m68k: remove ASM_{TYPE,SIZE}_DIRECTIVE and ALIGNARG | Andreas Schwab | 2012-08-03 | 1 | -0/+9 |
| | |||||
* | Remove __ASSUME_FCNTL64. | Joseph Myers | 2012-08-01 | 1 | -0/+3 |
| | |||||
* | Remove __ASSUME_VFORK_SYSCALL (and some __NR_vfork conditionals). | Joseph Myers | 2012-08-01 | 1 | -0/+9 |
| | |||||
* | BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list. | Roland McGrath | 2012-08-01 | 1 | -0/+5 |
| | |||||
* | m68k: update libm test ULPs | Andreas Schwab | 2012-08-01 | 1 | -0/+4 |
| | |||||
* | m68k: update libm test ULPs | Andreas Schwab | 2012-07-26 | 1 | -0/+4 |
| | |||||
* | Remove pre-2.4.21 Linux kernel support. | Joseph Myers | 2012-07-25 | 1 | -0/+8 |
| | |||||
* | Fix up ChangeLog entries | Florian Weimer | 2012-07-25 | 1 | -0/+7 |
| | |||||
* | Move localplt baselines to sysdeps directories. | Joseph Myers | 2012-07-20 | 1 | -0/+5 |
| | |||||
* | Move c++-types baselines to sysdeps directories. | Joseph Myers | 2012-07-17 | 1 | -0/+5 |
| | |||||
* | m68k: add support for {get,make,set,swap}context | Andreas Schwab | 2012-07-16 | 1 | -0/+9 |
| | |||||
* | m68k: update libm test ULPs | Andreas Schwab | 2012-07-09 | 1 | -0/+4 |
| |