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