Age | Commit message (Expand) | Author |
2012-06-15 | linuxthreads: style update | Peter S. Mazinger |
2012-06-15 | linuxthreads: use __UCLIBC_HAS_TLS__ consistently | Peter S. Mazinger |
2012-06-15 | move __libc_pthread_init prototype to pthread-functions.h | Peter S. Mazinger |
2012-06-15 | forward.c: no need for attribute_hidden, provided by prototype | Peter S. Mazinger |
2012-06-15 | libc_pthread_init.c: include only what is necessary | Peter S. Mazinger |
2012-06-15 | linuxthreads.old: cleanup a bit | Peter S. Mazinger |
2012-06-15 | linuxthreads.old_db: style update | Peter S. Mazinger |
2012-06-15 | NPTL: rename __new_sem_* to sem_* | Peter S. Mazinger |
2012-06-15 | linuxthreads.old: remove __old_sem_* and rename __new_sem_* to sem_* | Peter S. Mazinger |
2012-06-15 | wrapsyscall.c: add cancellable fcntl64 | Peter S. Mazinger |
2012-06-15 | nptl: remove sigaction, sigprocmask, and sigfillset from libpthread | Austin Foxley |
2012-06-15 | enable the common code for NPTL | Peter S. Mazinger |
2012-06-15 | fork: do not add fork() to libpthread | Peter S. Mazinger |
2012-06-15 | make NPTL's getpid behave similar to the common one | Peter S. Mazinger |
2012-06-15 | ptfork.c: use strong_alias for vfork | Peter S. Mazinger |
2012-06-15 | add simplified __sigemptyset for internal use | Peter S. Mazinger |
2012-06-15 | jmp-unwind.c: add hidden _longjmp_unwind | Peter S. Mazinger |
2012-06-15 | internals.h: use sysconf(_SC_PAGESIZE) instead of __pagesize | Peter S. Mazinger |
2012-06-15 | Makefile.commonarch: use proper CFLAGS for jmp-unwind.c | Peter S. Mazinger |
2012-06-15 | wrapsyscall.c: include proper header for epoll | Peter S. Mazinger |
2012-06-15 | unwind-{resume,forcedunwind}.c: add missing prototypes | Peter S. Mazinger |
2012-06-15 | fix a bunch of build warnings | Peter S. Mazinger |
2012-06-15 | pthreadP.h: avoid shadow warnings | Peter S. Mazinger |
2012-06-15 | disable __pthread_kill_other_threads, obsoleted | Peter S. Mazinger |
2012-06-15 | change __asm to __asm__ and __volatile to __volatile__ | Peter S. Mazinger |
2012-06-15 | allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unused | Peter S. Mazinger |
2012-06-15 | geopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/ | Peter S. Mazinger |
2012-06-15 | signal.h: disable ssignal and gsignal | Peter S. Mazinger |
2012-06-15 | cleanup fork() | Peter S. Mazinger |
2012-06-15 | semaphore.h, uClibc_local_lim.h: make sure SEM_VALUE_MAX is always defined | Peter S. Mazinger |
2012-06-15 | semaphore.c: include limits.h before semaphore.h | Peter S. Mazinger |
2012-06-15 | make use of jmpbuf-offsets.h and jmpbuf-unwind.h | Peter S. Mazinger |
2012-06-15 | move *longjmp related prototypes to setjmp.h | Peter S. Mazinger |
2012-06-15 | no need for hidden sigtimedwait | Peter S. Mazinger |
2012-06-15 | signal.h: provide prototype for __libc_sigaction and remove all others | Peter S. Mazinger |
2012-06-15 | remove __FORCE_GLIBC | Peter S. Mazinger |
2012-06-15 | do not include libc-internal.h | Peter S. Mazinger |
2012-06-06 | MIPS: Convert __syscall_error() callers to use $a0 for argument | Kevin Cernekee |
2012-05-05 | linuxthreads.old: fix build warnings with epoll enabled | Mike Frysinger |
2012-04-24 | linuxthreads.old: refactor nommu logic a little to avoid mmu warning | Mike Frysinger |
2012-04-24 | linuxthreads.old: pass back up saved_errno value in manager init | Mike Frysinger |
2012-04-24 | linuxthreads.old: fix set-but-unused warning | Mike Frysinger |
2012-04-24 | linuxthreads.old: fix typo in pthread_mutex_unlock hidden prototype | Mike Frysinger |
2012-04-22 | linuxthreads.old: only declare __pthread_xxx funcs hidden inside of libpthread | Mike Frysinger |
2012-03-26 | nptl: fix compiler warning due to missing prototype | Carmelo Amoroso |
2012-03-26 | nptl: fix compiler warning due to unused-but-set-variable | Carmelo Amoroso |
2012-01-29 | nptl_db: handle SUSv4-OB | Bernhard Reutner-Fischer |
2012-01-28 | buildsys: fixup sigaction handling | Bernhard Reutner-Fischer |
2012-01-27 | libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy code | Carmelo Amoroso |
2012-01-18 | nptl: .gitignore generated pt-crt{i,n}.S | Bernhard Reutner-Fischer |