summaryrefslogtreecommitdiff
path: root/libpthread
AgeCommit message (Expand)Author
2016-09-26use a single libc and deduplicate threading codeWaldemar Brodkorb
2016-09-26linuxthreads: use tkill syscall for raiseWaldemar Brodkorb
2016-09-26always assume tgkill is presentWaldemar Brodkorb
2016-09-26remove dead code and documentationWaldemar Brodkorb
2016-09-19linuxthreads: Fix up pthread.h for XPG7.Leonid Lisovskiy
2016-08-16linuxthreads: install libpthread_nonshared.aWaldemar Brodkorb
2016-07-31deduplicate jmpbuf-unwind.hWaldemar Brodkorb
2016-07-17cleanup PTR_MANGLE/PTR_DEMANGLE supportWaldemar Brodkorb
2016-07-10x86_64: use C implementation for pthread_cond_wait/pthread_cond_timedwaitWaldemar Brodkorb
2016-06-30nds32: add support for new architectureWaldemar Brodkorb
2016-06-23libs: install backward compatibility symlinksAlexey Brodkin
2016-06-18remove unused MakefilesWaldemar Brodkorb
2016-06-12xtensa: use generic lowlevellockWaldemar Brodkorb
2016-06-12metag: use generic lowlevellockWaldemar Brodkorb
2016-06-12arc: use generic lowlevellockWaldemar Brodkorb
2016-05-31ARM: nptl: Use generic lowlevellock.c, patch from glibcLeonid Lisovskiy
2016-05-31linuxthreads.old: Fix segfault when pthread_mutex_unlock() called against unl...Leonid Lisovskiy
2016-05-31arm: add non-assembly versions of pthread_spin_lock/pthread_spin_trylockWaldemar Brodkorb
2016-05-28linuxthreads: Fix warnings in pthread_tryjoin_np(), pthread_timedjoin_np()Leonid Lisovskiy
2016-05-28sigaction: fix for THREADS_NATIVEBaruch Siach
2016-05-24microblaze: fix linuxthreads supportWaldemar Brodkorb
2016-05-18remove linuxthreads.new, rename linuxthreads.oldWaldemar Brodkorb
2016-05-07libpthread: add missing file for gdbserverWaldemar Brodkorb
2016-04-15replace FSF addresses with URLsNikola Forró
2016-04-05remove accidentally added files while cleaning up incomplete sparcv9 supportWaldemar Brodkorb
2016-04-05nptl: remove useless text filesWaldemar Brodkorb
2016-03-31arm: simplify handling of Thumb related optionsThomas Petazzoni
2016-01-25hppa: unbreak toolchain buildingWaldemar Brodkorb
2016-01-10NPTL: fix infinite recursionWaldemar Brodkorb
2016-01-10NPTL: Fix __pthread_once old style declarationWaldemar Brodkorb
2016-01-06linuxthreads.old: Implement pthread_tryjoin_np(), pthread_timedjoin_np()Leonid Lisovskiy
2016-01-02remove deprecated architectures v850/i960Waldemar Brodkorb
2015-12-22use arch specific thread stack size for nptlWaldemar Brodkorb
2015-12-17reduce stack cache size to save memory spaceWaldemar Brodkorb
2015-12-09Do not support localised optimizations this helps to have a global -O levelKhem Raj
2015-12-05good by niosWaldemar Brodkorb
2015-12-05remove sh64 supportWaldemar Brodkorb
2015-12-05remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__Waldemar Brodkorb
2015-12-05remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__Waldemar Brodkorb
2015-11-30xtensa: avoid some compiler warningsWaldemar Brodkorb
2015-10-22NPTL/ARC: fix __lll_lock_wait_private redefinition for static linksVineet Gupta
2015-10-13or1k: add missing fileWaldemar Brodkorb
2015-10-12fix static binaries linked with pthread and compiled with sspWaldemar Brodkorb
2015-10-09add new architecture support for or1kWaldemar Brodkorb
2015-10-08xtensa: support call0 ABIMax Filippov
2015-09-15NPTL: fix CFLAGS for cancellation pointsMax Filippov
2015-08-27nptl_db/db_info: fix the incorrect initial size for dtvpJunling Zheng
2015-08-22quieten compile warningsWaldemar Brodkorb
2015-08-14add mkstemps, mkstemps64 and mkostemps, mkostemps64 functionsRomain Naour
2015-08-02sh: fix static linking issueWaldemar Brodkorb