summaryrefslogtreecommitdiff
path: root/libpthread
AgeCommit message (Expand)Author
2012-06-15remove arm specific sysdep.h from linuxthreads newPeter S. Mazinger
2012-06-15linuxthreads.old: build all objects twice, once for shared lib and once for s...Peter S. Mazinger
2012-06-15internals.h: mark __pthread_message hiddenPeter S. Mazinger
2012-06-15linuxthreads.old: move libpthread_hidden_proto to headerPeter S. Mazinger
2012-06-15linuxthreads.old/internals.h: make some internal functions hiddenPeter S. Mazinger
2012-06-15linuxthreads: guard *tsd* related stuff correctlyPeter S. Mazinger
2012-06-15linuxthreads: style updatePeter S. Mazinger
2012-06-15linuxthreads: use __UCLIBC_HAS_TLS__ consistentlyPeter S. Mazinger
2012-06-15move __libc_pthread_init prototype to pthread-functions.hPeter S. Mazinger
2012-06-15forward.c: no need for attribute_hidden, provided by prototypePeter S. Mazinger
2012-06-15libc_pthread_init.c: include only what is necessaryPeter S. Mazinger
2012-06-15linuxthreads.old: cleanup a bitPeter S. Mazinger
2012-06-15linuxthreads.old_db: style updatePeter S. Mazinger
2012-06-15NPTL: rename __new_sem_* to sem_*Peter S. Mazinger
2012-06-15linuxthreads.old: remove __old_sem_* and rename __new_sem_* to sem_*Peter S. Mazinger
2012-06-15wrapsyscall.c: add cancellable fcntl64Peter S. Mazinger
2012-06-15nptl: remove sigaction, sigprocmask, and sigfillset from libpthreadAustin Foxley
2012-06-15enable the common code for NPTLPeter S. Mazinger
2012-06-15fork: do not add fork() to libpthreadPeter S. Mazinger
2012-06-15make NPTL's getpid behave similar to the common onePeter S. Mazinger
2012-06-15ptfork.c: use strong_alias for vforkPeter S. Mazinger
2012-06-15add simplified __sigemptyset for internal usePeter S. Mazinger
2012-06-15jmp-unwind.c: add hidden _longjmp_unwindPeter S. Mazinger
2012-06-15internals.h: use sysconf(_SC_PAGESIZE) instead of __pagesizePeter S. Mazinger
2012-06-15Makefile.commonarch: use proper CFLAGS for jmp-unwind.cPeter S. Mazinger
2012-06-15wrapsyscall.c: include proper header for epollPeter S. Mazinger
2012-06-15unwind-{resume,forcedunwind}.c: add missing prototypesPeter S. Mazinger
2012-06-15fix a bunch of build warningsPeter S. Mazinger
2012-06-15pthreadP.h: avoid shadow warningsPeter S. Mazinger
2012-06-15disable __pthread_kill_other_threads, obsoletedPeter S. Mazinger
2012-06-15change __asm to __asm__ and __volatile to __volatile__Peter S. Mazinger
2012-06-15allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unusedPeter S. Mazinger
2012-06-15geopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/Peter S. Mazinger
2012-06-15signal.h: disable ssignal and gsignalPeter S. Mazinger
2012-06-15cleanup fork()Peter S. Mazinger
2012-06-15semaphore.h, uClibc_local_lim.h: make sure SEM_VALUE_MAX is always definedPeter S. Mazinger
2012-06-15semaphore.c: include limits.h before semaphore.hPeter S. Mazinger
2012-06-15make use of jmpbuf-offsets.h and jmpbuf-unwind.hPeter S. Mazinger
2012-06-15move *longjmp related prototypes to setjmp.hPeter S. Mazinger
2012-06-15no need for hidden sigtimedwaitPeter S. Mazinger
2012-06-15signal.h: provide prototype for __libc_sigaction and remove all othersPeter S. Mazinger
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2012-06-15do not include libc-internal.hPeter S. Mazinger
2012-06-06MIPS: Convert __syscall_error() callers to use $a0 for argumentKevin Cernekee
2012-05-05linuxthreads.old: fix build warnings with epoll enabledMike Frysinger
2012-04-24linuxthreads.old: refactor nommu logic a little to avoid mmu warningMike Frysinger
2012-04-24linuxthreads.old: pass back up saved_errno value in manager initMike Frysinger
2012-04-24linuxthreads.old: fix set-but-unused warningMike Frysinger
2012-04-24linuxthreads.old: fix typo in pthread_mutex_unlock hidden prototypeMike Frysinger
2012-04-22linuxthreads.old: only declare __pthread_xxx funcs hidden inside of libpthreadMike Frysinger