Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-29 | remove redundant headers local to libpthread, causing header | Eric Andersen | |
file content skew between the versions | |||
2006-11-09 | prevent cancellation functions from being called more than once | Mike Frysinger | |
2006-11-09 | backport from upstream: | Mike Frysinger | |
2001-04-10 Ulrich Drepper <drepper@redhat.com> * join.c (pthread_exit): Move code to new function __pthread_do_exit which takes an extra parameter with the current frame pointer. Call new function with CURRENT_STACK_FRAME. (__pthread_do_exit): New function. Call __pthread_perform_cleanup with the new parameter. (pthread_join): Call __pthread_do_exit instead of pthread_exit. * cancel.c (__pthread_perform_cleanup): Takes extra parameter. Use this parameter as the initial value the cleanup handler records are compared against. No active cleanup handler record must have an address lower than the previous one and the initial record must be above (below on PA) the frame address passed in. (pthread_setcancelstate): Call __pthread_do_exit instead of pthread_exit. (pthread_setcanceltype): Likewise. (pthread_testcancel): Likewise. (_pthread_cleanup_pop_restore): Likewise. * condvar.c (pthread_cond_wait): Likewise. (pthread_cond_timedwait_relative): Likewise. * manager.c (pthread_start_thread): Likewise. * oldsemaphore.c (__old_sem_wait): Likewise. * pthread.c (pthread_handle_sigcancel): Likewise. * semaphore.c (__new_sem_wait): Likewise. (sem_timedwait): Likewise. * ptlongjmp.c (pthread_cleanup_upto): Also use current stack frame to limit the cleanup handlers which get run. * internals.h: Add prototype for __pthread_do_exit. Adjust prototype for __pthread_perform_cleanup. | |||
2006-11-09 | backport from upstream: | Mike Frysinger | |
2001-04-11 Ulrich Drepper <drepper@redhat.com> * cancel.c (_pthread_cleanup_push): Catch invalid __prev buffer and remove it. (_pthread_cleanup_push_defer): Likewise. | |||
2006-11-03 | remove duplicated/unused ASSERT code | Mike Frysinger | |
2006-11-03 | dont need to force optimization in CFLAGS anymore (if this fails your ↵ | Mike Frysinger | |
compiler prob sucks anyways) | |||
2006-10-19 | Joseph S. Myers writes: | Eric Andersen | |
There are many directories called "CVS" checked into uClibc SVN, probably as a side-effect of importing a CVS checkout. I don't think these are particularly useful to have checked in. | |||
2006-08-24 | merge fixes from upstream (rev 1.10 -> 1.13) | Mike Frysinger | |
2006-08-23 | pull from upstream | Mike Frysinger | |
2006-07-04 | Change symbol 'NOSTRIP' to 'DOSTRIP' since the double negatives | Eric Andersen | |
on i.e. NOSTRIP=n gets a bit confusing. | |||
2006-03-24 | Now new linuxthreads builds w/ SHARED | Peter S. Mazinger | |
2006-03-24 | Remove redundant redefine of __clone | Peter S. Mazinger | |
2006-03-24 | Guard GL(name) and it's users w/ SHARED | Peter S. Mazinger | |
2006-03-10 | update ignores | Mike Frysinger | |
2006-03-10 | shouldnt have been added to svn | Mike Frysinger | |
2006-03-10 | sync with glibc CVS | Mike Frysinger | |
2006-03-10 | try to get libpthread built w/ -DSHARED, what to do w/ _dl_load_lock? | Peter S. Mazinger | |
2006-03-09 | blah, glibc moved linuxthreads around | Mike Frysinger | |
2006-03-09 | Add back XLOCALE for hidden uselocale | Peter S. Mazinger | |
2006-03-09 | Sync w/ upstream, hide pthread_atfork | Peter S. Mazinger | |
2006-03-09 | Not the best idea moving libc_hidden_proto to uClibc_glue.h | Peter S. Mazinger | |
2006-03-09 | Get rid of forwarded __pthread_attr_init | Peter S. Mazinger | |
2006-03-09 | Move __clone/__uselocale to uClibc_glue.h | Peter S. Mazinger | |
2006-03-09 | Remove unneeded ; after *_alias | Peter S. Mazinger | |
2006-03-09 | Create libpthread_nonshared.a | Peter S. Mazinger | |
2006-03-09 | uClibc_pthread.h wasn't ever included | Peter S. Mazinger | |
2006-03-05 | use sched_yield, not pthread_yield | Mike Frysinger | |
2006-02-28 | need types.h for size_t as pointed out in buildlog | Mike Frysinger | |
2006-02-27 | import ia64 linuxthreads files | Mike Frysinger | |
2006-02-23 | Remove TOPDIR | Peter S. Mazinger | |
2006-02-23 | Added support for the new CRISv32 architecture. | Peter Kjellerstedt | |
2006-02-23 | Make use of CFLAGS-OMIT-file | Peter S. Mazinger | |
2006-02-22 | Silence link creation. | Peter Kjellerstedt | |
2006-02-22 | Made it possible to build without stripping the binaries. | Peter Kjellerstedt | |
2006-02-22 | * Made it possible to dynamically check for supported linker options | Peter Kjellerstedt | |
using the check_ld function. * Only use --warn-unresolved-symbols with linkers that support it. | |||
2006-02-18 | tweak the idea between having a MMU and actually using it | Mike Frysinger | |
2006-02-18 | make headers more quiet | Mike Frysinger | |
2006-02-16 | It's not my day .. | Peter S. Mazinger | |
2006-02-16 | Undo earlier change and sync new linuxthreads' guard w/ old | Peter S. Mazinger | |
2006-02-15 | DOMULTI may be used for libc, the excluded files need work, ↵ | Peter S. Mazinger | |
linuxthreads[_db] as well, don't try on slow box | |||
2006-02-13 | Disable deprecated stuff in new linuxthreads | Peter S. Mazinger | |
2006-02-04 | fix warning when building on non-mmu hosts | Mike Frysinger | |
2006-02-04 | glibc sync | Mike Frysinger | |
2006-02-03 | add -DNOT_IN_libc | Peter S. Mazinger | |
2006-02-03 | hide __td_agent_list | Peter S. Mazinger | |
2006-02-03 | Use write instead of __libc_write for debug, hide __td_debug | Peter S. Mazinger | |
2006-02-03 | Hide internal wrapper | Peter S. Mazinger | |
2006-02-01 | change asm/volatile to __x__ | Peter S. Mazinger | |
2006-02-01 | typo | Peter S. Mazinger | |
2006-02-01 | same in old | Peter S. Mazinger | |