Age | Commit message (Expand) | Author |
2018-04-22 | linuxthreads: implement pthread_condattr_{s,g}etclock() | Waldemar Brodkorb |
2016-09-26 | use a single libc and deduplicate threading code | Waldemar Brodkorb |
2016-05-18 | remove linuxthreads.new, rename linuxthreads.old | Waldemar Brodkorb |
2015-12-05 | remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ | Waldemar Brodkorb |
2015-02-14 | Revert "resolve merge" | Waldemar Brodkorb |
2015-02-14 | resolve merge | Waldemar Brodkorb |
2012-11-18 | drop support for pre ISO-C compilers | Mike Frysinger |
2012-06-15 | internals.h: mark __pthread_message hidden | Peter S. Mazinger |
2012-06-15 | linuxthreads: guard *tsd* related stuff correctly | Peter S. Mazinger |
2012-06-15 | move __libc_pthread_init prototype to pthread-functions.h | Peter S. Mazinger |
2012-06-15 | internals.h: use sysconf(_SC_PAGESIZE) instead of __pagesize | Peter S. Mazinger |
2008-12-10 | *: remove some __libc_XXX functions: | Denis Vlasenko |
2008-07-23 | - fix inline keyword | Bernhard Reutner-Fischer |
2008-01-05 | - fixup gnu_inline vs. C99 inline | Bernhard Reutner-Fischer |
2006-03-05 | use sched_yield, not pthread_yield | Mike Frysinger |
2006-02-13 | Disable deprecated stuff in new linuxthreads | Peter S. Mazinger |
2006-02-01 | change asm/volatile to __x__ | Peter S. Mazinger |
2006-02-01 | __pthread_exit is noreturn only within libpthread | Peter S. Mazinger |
2006-01-31 | New linuxthreads builds on x86, vapier: pt-allocrtsig.c is missing from sources | Peter S. Mazinger |
2006-01-31 | s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in,... | Peter S. Mazinger |
2006-01-31 | initial import of latest linuxthreads | Mike Frysinger |
2005-11-15 | rename current stable linuxthreads to linuxthreads.old to prepare for import ... | Mike Frysinger |
2005-11-15 | revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to impo... | Mike Frysinger |
2005-11-07 | implement __pthread_init_max_stacksize() which is required for FLOATING_STACKS | Mike Frysinger |
2005-10-28 | fix building with locale | Mike Frysinger |
2005-09-09 | sync with glibc by moving the thread_desc stuff out of internals.h and into a... | Mike Frysinger |
2005-09-08 | import the helper function pthread_for_each_thread from glibc | Mike Frysinger |
2005-09-08 | import misc defines from glibc | Mike Frysinger |
2004-08-16 | The variable used to store pagesize is not the same as the | Eric Andersen |
2004-08-13 | Fixup PAGE_SIZE problems | Eric Andersen |
2004-07-15 | _SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZE | Eric Andersen |
2004-01-16 | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen |
2003-08-01 | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III |
2003-06-12 | Set the default thread stack size to 16k for mmu-less systems. | Eric Andersen |
2003-03-01 | Use a funky version in a probably vein attempt at preventing gdb | Eric Andersen |
2003-02-27 | Major update for pthreads, based in large part on improvements | Eric Andersen |
2002-08-19 | Based on work by Stefan Allius, arrange for early initialization of | Eric Andersen |
2002-02-20 | Merge in the pthread library. This is the linuxthreads library taken from | Eric Andersen |