summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Big, huge fricking merge. Peter, if you touch the build system again I'm ↵"Steven J. Hill"2005-10-041-0/+3
| | | | going to smash your keyboard.
* Cleaned up 'struct link_map' and 'struct elf_resolve' such that the TLS data ↵"Steven J. Hill"2005-09-251-7/+4
| | | | items are located in the same place. This allows for casting the types back and forth between the pthreads library and the dynamic loader. Cleaned up 'ldsodefs.h' and imported all of the functions from 'dl-tls.c' into the dynamic loader. Consequently, the dynamic loader grew in size by 50%. MIPS is probably the worst case as far as size, but still expect the other architectures to have a double digit percentage size increase.
* Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What ↵"Steven J. Hill"2005-09-243-4/+4
| | | | a stupid name to start with. What idiot thought of that?
* Big sync with trunk."Steven J. Hill"2005-09-241-0/+90
|
* Sync with trunk."Steven J. Hill"2005-09-234-440/+11
|
* Sync with trunk."Steven J. Hill"2005-09-212-103/+141
|
* Sync with trunk."Steven J. Hill"2005-09-211-1/+3
|
* Finish merge from trunk."Steven J. Hill"2005-09-131-4/+17
|
* Sync with trunk."Steven J. Hill"2005-09-011-1/+2
|
* Merge with trunk."Steven J. Hill"2005-08-261-95/+294
|
* Rename 'fork.c' to be 'fork-nptl.c' because it ends up replacing the object ↵"Steven J. Hill"2005-08-171-13/+0
| | | | 'libc/sysdeps/linux/common/fork.o' and 'fork' then appears as undefined when applications are linked against uClibc.
* Merge/sync with trunk."Steven J. Hill"2005-08-171-7/+0
|
* This will hopefully be the last modification to the resolver code for a ↵"Steven J. Hill"2005-08-121-5/+9
| | | | while. The complexity comes from the code used only during library build time, to non-threaded programs to threaded programs such that things are not a mess. I was getting undefined '_res' when doing a buildroot, but things are fixed now. This is much cleaner and more sane.
* Sync with trunk."Steven J. Hill"2005-08-111-5/+5
|
* Merge with latest trunk."Steven J. Hill"2005-08-101-1/+1
|
* In reality, the futex support that was originally added was only for STDIO ↵"Steven J. Hill"2005-08-091-4/+12
| | | | operations internal to libc. The futexes should not be visible to anything other than libc. These changes clean up futex and STDIO.
* Changes made to the dynamic loader for TLS/NPTL support. Additional changes ↵"Steven J. Hill"2005-08-091-1/+1
| | | | made to libpthread and libc for remaining support.
* Add function '__libc_fatal' for NPTL."Steven J. Hill"2005-07-311-0/+4
|
* Last of the merges along with latest changes for NPTL. Nothing much"Steven J. Hill"2005-07-303-93/+129
| | | | new on the NPTL stuff other than cleaning a few things up.
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-305-32/+111
| | | | merged, but they will be done manually.
* Big set of various patches to get the NPTL libraries to build and link."Steven J. Hill"2005-07-223-0/+45
|
* Add in MIPS-specific implementation of 'vfork' and clean up other files in ↵"Steven J. Hill"2005-07-221-0/+4
| | | | NPTL to fit within the uClibc infrastructure.
* Fixed up resolver and errno code such that both thread models can compile ↵"Steven J. Hill"2005-07-224-83/+90
| | | | without stepping on each other. The original implementation pulled from glibc was done incorrectly and has been fixed.
* Changed files for glibc compatibility so that more NPTL files would build."Steven J. Hill"2005-06-122-0/+13
|
* Update structures and defines necessary to make resolver code thread"Steven J. Hill"2005-06-031-0/+18
| | | | | | safe for TLS and NPTL. Our name resolver code is so out of date, we made not be able to correctly utilize it in multi-threaded programs compiled with NPTL.
* Update 'struct link_map' to add new fields for TLS."Steven J. Hill"2005-06-031-0/+25
|
* Add in function declarations and bit fields for new NPTL clone support."Steven J. Hill"2005-06-031-0/+6
|
* Remove compatibility cruft."Steven J. Hill"2005-06-031-71/+0
|
* Added top-level 'tls.h' header file for NPTL."Steven J. Hill"2005-06-031-0/+19
|
* libpthread/nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c"Steven J. Hill"2005-05-261-0/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/bits libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/fork.c libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32 libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/Versions libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64 libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/Makefile libpthread/nptl/sysdeps/unix/sysv/linux/configure libpthread/nptl/sysdeps/unix/sysv/linux/fork.c libpthread/nptl/sysdeps/unix/sysv/linux/pthread_kill.c libpthread/nptl/sysdeps/unix/sysv/linux/alpha/timer_gettime.c libpthread/nptl/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h libpthread/nptl/sysdeps/unix/sysv/linux/alpha/fork.c libpthread/nptl/sysdeps/unix/sysv/linux/alpha/timer_delete.c libpthread/nptl/sysdeps/unix/sysv/linux/alpha/timer_create.c libpthread/nptl/sysdeps/unix/sysv/linux/alpha/vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/alpha/lowlevellock.h libpthread/nptl/sysdeps/unix/sysv/linux/alpha/timer_settime.c libpthread/nptl/sysdeps/unix/sysv/linux/alpha/aio_cancel.c libpthread/nptl/sysdeps/unix/sysv/linux/alpha/bits libpthread/nptl/sysdeps/unix/sysv/linux/alpha/bits/local_lim.h libpthread/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h libpthread/nptl/sysdeps/unix/sysv/linux/alpha/bits/semaphore.h libpthread/nptl/sysdeps/unix/sysv/linux/alpha/clone.S libpthread/nptl/sysdeps/unix/sysv/linux/alpha/Versions libpthread/nptl/sysdeps/unix/sysv/linux/alpha/pt-vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/alpha/sem_post.c libpthread/nptl/sysdeps/unix/sysv/linux/alpha/pthread_once.c libpthread/nptl/sysdeps/unix/sysv/linux/alpha/createthread.c libpthread/nptl/sysdeps/unix/sysv/linux/alpha/Makefile libpthread/nptl/sysdeps/unix/sysv/linux/alpha/timer_getoverr.c libpthread/nptl/sysdeps/unix/sysv/linux/smp.h libpthread/nptl/sysdeps/unix/sysv/linux/mq_notify.c libpthread/nptl/sysdeps/unix/sysv/linux/internaltypes.h libpthread/nptl/sysdeps/unix/sysv/linux/fork.h libpthread/nptl/sysdeps/unix/sysv/linux/sem_trywait.c libpthread/nptl/sysdeps/unix/sysv/linux/register-atfork.c libpthread/nptl/sysdeps/unix/sysv/linux/sleep.c libpthread/nptl/sysdeps/unix/sysv/linux/timer_routines.c libpthread/nptl/sysdeps/unix/sysv/linux/getpid.c libpthread/nptl/sysdeps/unix/sysv/linux/s390/s390-32 libpthread/nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h libpthread/nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S libpthread/nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-initfini.c libpthread/nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h libpthread/nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h libpthread/nptl/sysdeps/unix/sysv/linux/s390/fork.c libpthread/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c libpthread/nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h libpthread/nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S libpthread/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c libpthread/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c libpthread/nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions libpthread/nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-initfini.c libpthread/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c libpthread/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c libpthread/nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h libpthread/nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c libpthread/nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h libpthread/nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c libpthread/nptl/sysdeps/unix/sysv/linux/pthread_yield.c libpthread/nptl/sysdeps/unix/sysv/linux/Implies libpthread/nptl/sysdeps/unix/sysv/linux/ia64/timer_gettime.c libpthread/nptl/sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h libpthread/nptl/sysdeps/unix/sysv/linux/ia64/fork.c libpthread/nptl/sysdeps/unix/sysv/linux/ia64/timer_delete.c libpthread/nptl/sysdeps/unix/sysv/linux/ia64/clone2.S libpthread/nptl/sysdeps/unix/sysv/linux/ia64/timer_create.c libpthread/nptl/sysdeps/unix/sysv/linux/ia64/vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S libpthread/nptl/sysdeps/unix/sysv/linux/ia64/lowlevellock.h libpthread/nptl/sysdeps/unix/sysv/linux/ia64/dl-sysdep.h libpthread/nptl/sysdeps/unix/sysv/linux/ia64/timer_settime.c libpthread/nptl/sysdeps/unix/sysv/linux/ia64/bits/local_lim.h libpthread/nptl/sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h libpthread/nptl/sysdeps/unix/sysv/linux/ia64/bits/semaphore.h libpthread/nptl/sysdeps/unix/sysv/linux/ia64/Versions libpthread/nptl/sysdeps/unix/sysv/linux/ia64/pt-vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c libpthread/nptl/sysdeps/unix/sysv/linux/ia64/pt-initfini.c libpthread/nptl/sysdeps/unix/sysv/linux/ia64/jmpbuf-unwind.h libpthread/nptl/sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c libpthread/nptl/sysdeps/unix/sysv/linux/ia64/pthread_once.c libpthread/nptl/sysdeps/unix/sysv/linux/ia64/createthread.c libpthread/nptl/sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c libpthread/nptl/sysdeps/unix/sysv/linux/ia64/Makefile libpthread/nptl/sysdeps/unix/sysv/linux/ia64/timer_getoverr.c libpthread/nptl/sysdeps/unix/sysv/linux/pt-fork.c libpthread/nptl/sysdeps/unix/sysv/linux/pt-raise.c libpthread/nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym libpthread/nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h libpthread/nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h libpthread/nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h libpthread/nptl/sysdeps/unix/sysv/linux/sparc/fork.c libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c libpthread/nptl/sysdeps/unix/sysv/linux/sparc/Versions libpthread/nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h libpthread/nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h libpthread/nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc32 libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c libpthread/nptl/sysdeps/unix/sysv/linux/mips/sysdep-cancel.h libpthread/nptl/sysdeps/unix/sysv/linux/mips/clone.S libpthread/nptl/sysdeps/unix/sysv/linux/mips/bits libpthread/nptl/sysdeps/unix/sysv/linux/mips/bits/pthreadtypes.h libpthread/nptl/sysdeps/unix/sysv/linux/mips/bits/semaphore.h libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork.c libpthread/nptl/sysdeps/unix/sysv/linux/mips/lowlevellock.h libpthread/nptl/sysdeps/unix/sysv/linux/mips/vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/mips/pt-vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/mips/createthread.c libpthread/nptl/sysdeps/unix/sysv/linux/mips/pthread_once.c libpthread/nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c libpthread/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c libpthread/nptl/sysdeps/unix/sysv/linux/aio_misc.h libpthread/nptl/sysdeps/unix/sysv/linux/sem_post.c libpthread/nptl/sysdeps/unix/sysv/linux/sigtimedwait.c libpthread/nptl/sysdeps/unix/sysv/linux/createthread.c libpthread/nptl/sysdeps/unix/sysv/linux/Makefile libpthread/nptl/sysdeps/unix/sysv/linux/timer_gettime.c libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym libpthread/nptl/sysdeps/unix/sysv/linux/lowlevellock.c libpthread/nptl/sysdeps/unix/sysv/linux/timer_delete.c libpthread/nptl/sysdeps/unix/sysv/linux/raise.c libpthread/nptl/sysdeps/unix/sysv/linux/allocrtsig.c libpthread/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c libpthread/nptl/sysdeps/unix/sysv/linux/timer_create.c libpthread/nptl/sysdeps/unix/sysv/linux/sigwait.c libpthread/nptl/sysdeps/unix/sysv/linux/sem_wait.c libpthread/nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h libpthread/nptl/sysdeps/unix/sysv/linux/i386/fork.c libpthread/nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c libpthread/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h libpthread/nptl/sysdeps/unix/sysv/linux/i386/vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/clone.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h libpthread/nptl/sysdeps/unix/sysv/linux/i386/bits/semaphore.h libpthread/nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h libpthread/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/i386/createthread.c libpthread/nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c libpthread/nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c libpthread/nptl/sysdeps/unix/sysv/linux/timer_settime.c libpthread/nptl/sysdeps/unix/sysv/linux/unregister-atfork.c libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/fork.c libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/clone.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/bits libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/Versions libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c libpthread/nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c libpthread/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h libpthread/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym libpthread/nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c libpthread/nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c libpthread/nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c libpthread/nptl/sysdeps/unix/sysv/linux/Versions libpthread/nptl/sysdeps/unix/sysv/linux/unwindbuf.sym libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S libpthread/nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h libpthread/nptl/sysdeps/unix/sysv/linux/sh/fork.c libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S libpthread/nptl/sysdeps/unix/sysv/linux/sh/smp.h libpthread/nptl/sysdeps/unix/sysv/linux/sh/vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S libpthread/nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_post.S libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S libpthread/nptl/sysdeps/unix/sysv/linux/sh/sh4 libpthread/nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h libpthread/nptl/sysdeps/unix/sysv/linux/sh/clone.S libpthread/nptl/sysdeps/unix/sysv/linux/sh/bits libpthread/nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h libpthread/nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S libpthread/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S libpthread/nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S libpthread/nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S libpthread/nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S libpthread/nptl/sysdeps/unix/sysv/linux/sh/pt-initfini.c libpthread/nptl/sysdeps/unix/sysv/linux/sh/createthread.c libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S libpthread/nptl/sysdeps/unix/sysv/linux/sem_timedwait.c libpthread/nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c libpthread/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c libpthread/nptl/sysdeps/pthread/configure libpthread/nptl/sysdeps/pthread/pthread_cond_timedwait.c libpthread/nptl/sysdeps/pthread/unwind-resume.c libpthread/nptl/sysdeps/pthread/sigfillset.c libpthread/nptl/sysdeps/pthread/pthread_rwlock_rdlock.c libpthread/nptl/sysdeps/pthread/timer_routines.c libpthread/nptl/sysdeps/pthread/pthread_cond_broadcast.c libpthread/nptl/sysdeps/pthread/pthread_rwlock_timedwrlock.c libpthread/nptl/sysdeps/pthread/malloc-machine.h libpthread/nptl/sysdeps/pthread/pthread_barrier_wait.c libpthread/nptl/sysdeps/pthread/tcb-offsets.h libpthread/nptl/sysdeps/pthread/pthread_getcpuclockid.c libpthread/nptl/sysdeps/pthread/pt-longjmp.c libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c libpthread/nptl/sysdeps/pthread/unwind-forcedunwind.c libpthread/nptl/sysdeps/pthread/pthread_rwlock_timedrdlock.c libpthread/nptl/sysdeps/pthread/pthread_once.c libpthread/nptl/sysdeps/pthread/createthread.c libpthread/nptl/sysdeps/pthread/Makefile libpthread/nptl/sysdeps/pthread/pthread.h libpthread/nptl/sysdeps/pthread/timer_gettime.c libpthread/nptl/sysdeps/pthread/flockfile.c libpthread/nptl/sysdeps/pthread/funlockfile.c libpthread/nptl/sysdeps/pthread/timer_delete.c libpthread/nptl/sysdeps/pthread/pthread-functions.h libpthread/nptl/sysdeps/pthread/allocalim.h libpthread/nptl/sysdeps/pthread/pthread_spin_init.c libpthread/nptl/sysdeps/pthread/timer_create.c libpthread/nptl/sysdeps/pthread/setxid.h libpthread/nptl/sysdeps/pthread/pthread_sigmask.c libpthread/nptl/sysdeps/pthread/configure.in libpthread/nptl/sysdeps/pthread/librt-cancellation.c libpthread/nptl/sysdeps/pthread/timer_settime.c libpthread/nptl/sysdeps/pthread/pthread_cond_wait.c libpthread/nptl/sysdeps/pthread/sigaction.c libpthread/nptl/sysdeps/pthread/sigprocmask.c libpthread/nptl/sysdeps/pthread/pthread_rwlock_unlock.c libpthread/nptl/sysdeps/pthread/rt-unwind-resume.c libpthread/nptl/sysdeps/pthread/posix-timer.h libpthread/nptl/sysdeps/pthread/pthread_rwlock_wrlock.c libpthread/nptl/sysdeps/pthread/pthread_spin_destroy.c libpthread/nptl/sysdeps/pthread/pt-initfini.c libpthread/nptl/sysdeps/pthread/Subdirs libpthread/nptl/sysdeps/pthread/pthread_spin_unlock.c libpthread/nptl/sysdeps/pthread/ftrylockfile.c libpthread/nptl/sysdeps/pthread/timer_getoverr.c libpthread/nptl/sysdeps/generic/pt-raise.c libpthread/nptl/sysdeps/generic/lowlevellock.h
* In order to accomodate usage of either pthreads implementation, we now"Steven J. Hill"2005-05-142-795/+0
| | | | | | | have to create symbolic links for 'semaphore.h' and 'pthread.h' which will point to the proper pthreads directory. When we finish getting NPTL working with uClibc, perhaps we can merge them, but a first glance at the differences between the two does not make that very likely.
* Added new 'bits/atomic.h' for most of the architectures and the top-level ↵"Steven J. Hill"2005-05-121-0/+261
| | | | 'include/atomic.h' to add in new atomic operations for use by NPTL. There are multiple files for PowerPC and Sparc for 'atomic.h'. I will let those architecture maintainers choose the correct file. The files come from glibc in 'sysdeps/ARCH/bits'.
* SHMLBA is now defined by arch dependent bits/shm.h file so removeJoakim Tjernlund2005-05-101-5/+0
| | | | this one. MIPS is the only one defining SHMLBA differently.
* Replace IXDR_GET_LONG/IXDR_PUT_LONG so that they build with newer gcc. Note ↵Manuel Novoa III2005-05-021-2/+12
| | | | the comment in the code.
* Added support for clock_getres() and clock_settime() in addition toPeter Kjellerstedt2005-04-281-5/+5
| | | | | | | the already existing clock_gettime(). In addition they will now use the corresponding system calls if they exists, which resulted in a move to libc/sysdeps/linux/common for clock_gettime.c (it was previously located in libc/misc/time).
* import more updates from glibcMike Frysinger2005-04-161-2/+19
|
* import fixes/updates from glibc-2.3Mike Frysinger2005-04-151-16/+114
|
* remove pthread_atfork() prototype since SuSv3 doesnt *require* it and ↵Mike Frysinger2005-04-061-19/+0
| | | | glibc-2.3.x has since punted it too from unistd.h
* Add some more SH relocation types.Paul Mundt2005-03-311-0/+13
|
* import updates from glibcMike Frysinger2005-03-163-18/+35
|
* no more cvsMike Frysinger2005-02-121-1/+0
|
* newer linux headers define __cast__ in compiler.h so lets fake it tooMike Frysinger2005-01-111-0/+3
|
* Patch from Paul Mundt (lethal) adding an initial librt implementation.Eric Andersen2005-01-111-0/+97
| | | | | I then reworked the syscall handling and made minor cleanups. With luck I've not completely broken his patch...
* Justin Cormack <justin@street-vision.com> writes:Mike Frysinger2005-01-061-0/+107
| | | | | | | | | | | | | | | Here is a small patch to add epoll support to uclibc. The only thing I am not sure about is what needs to be done (if anything) to make it work on 2.4/2.2 kernels (are the syscall numbers defined but give errors when called or not?). Tested on 2.6, though some other issues prevent more extensive testing at the minute. Mike Frysinger: cleaned up patch and added checks to make sure that the syscall actually exists, returning ENOSYS in cases where it doesn't.
* - Added support for 13 new syscalls to allow more things to compile when ↵Ned Ludd2004-12-201-0/+104
| | | | using uClibc. mincore() and the ones for Extended Attributes setxattr(), lsetxattr(), fsetxattr(), getxattr(), lgetxattr(), fgetxattr(), listxattr(), llistxattr(), flistxattr(), removexattr(), lremovexattr(), fremovexattr() which are optional.
* Partial commit of a patch from Alexandre Oliva:Eric Andersen2004-12-111-1/+13
| | | | | | | | | | Here's an updated version of the patch I posted about a month ago. It leaves -nostdinc alone, and uses -print-file-name=include instead of -print-search-dirs to figure out where GCC's internal headers are. Please let me know whether there are any portions of this patch you'd like me to break into smaller pieces, to rework, or to give up trying to get into uClibc :-) Thanks,
* Some requested additional malloc entry pointsEric Andersen2004-11-081-0/+9
|
* Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III2004-10-311-5/+0
| | | | | | adding cruft to include/sys/time.h. But also, there's no sense in making changes like this until we decide how we're going to approach the hidden symbol transition.
* Synchronized with glibc (2.3.2).Peter Kjellerstedt2004-10-301-1/+4
|
* Arrange to hide uClibc internalsEric Andersen2004-10-271-0/+7
|