summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge from trunk."Steven J. Hill"2005-12-101-1/+3
|
* Fix 'sigaction' for NPTL and other thread models."Steven J. Hill"2005-12-081-7/+6
|
* Changes for NPTL and new build system."Steven J. Hill"2005-12-022-2/+4
|
* Merge from trunk."Steven J. Hill"2005-12-023-88/+11
|
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-146/+0
|
* Mini-merge from trunk. Not as fun as a Mini Cooper, but oh well."Steven J. Hill"2005-12-011-21/+12
|
* Copy from trunk."Steven J. Hill"2005-11-291-0/+136
|
* Sync up with trunk."Steven J. Hill"2005-11-191-1/+1
|
* Massive merge from trunk."Steven J. Hill"2005-11-181-2/+7
|
* Massive merge from trunk."Steven J. Hill"2005-11-171-35/+6
|
* Sync with glibc reference tree and changes for uClibc thus far."Steven J. Hill"2005-11-161-0/+3
|
* Update signal handlers for NPTL."Steven J. Hill"2005-11-161-28/+22
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+46
|
* Only include 'regdef.h' when using assembly code. Your character has"Steven J. Hill"2005-10-291-0/+2
| | | | gained +1 idiot experience points.
* Fix up build system for NPTL. I admit it is much cleaner now, but I lost my ↵"Steven J. Hill"2005-10-041-8/+4
| | | | entire Saturday fixing this $!#$!#@$T! up.
* Big, huge fricking merge. Peter, if you touch the build system again I'm ↵"Steven J. Hill"2005-10-041-5/+9
| | | | going to smash your keyboard.
* Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What ↵"Steven J. Hill"2005-09-241-1/+1
| | | | a stupid name to start with. What idiot thought of that?
* Cleaned up 'sysdep.h' file madness."Steven J. Hill"2005-09-133-627/+259
|
* Fix 'vfork' for MIPS. The SAVE_PID and RESTORE_PID macros should not be in ↵"Steven J. Hill"2005-09-061-29/+0
| | | | the libc version at all. Only the libpthread 'pt-vfork.S' will define these. Silly Steven, Trix are for kids.
* Fix cloberring of errno value."Steven J. Hill"2005-09-031-0/+3
|
* Import latest 'clone' and 'vfork' functions from glibc. These have been ↵"Steven J. Hill"2005-09-035-57/+141
| | | | tested with the 'linuxthreads' thread model and normal uClibc using the included test suite. This puts me very close to having static NPTL applications working.
* Finally, all of the makefiles that make the magic happen. These changes ↵"Steven J. Hill"2005-08-091-18/+1
| | | | allow for uClibc to build for NPTL support without breaking the old linuxthreads model. Let the testing begin.
* Compile cleanups for NPTL support."Steven J. Hill"2005-08-091-0/+4
|
* Merge with latest changes from the trunk."Steven J. Hill"2005-08-045-8/+57
|
* Properly link in needed TLS functions for the static C library. Added the ↵"Steven J. Hill"2005-07-311-0/+17
| | | | new low-level locking primitives to the C library for both static and shared. Added the new file 'dl-tls.c' from glibc which should be the final code necessary to fully link all the libraries for a NPTL-based uClibc.
* Last of the merges along with latest changes for NPTL. Nothing much"Steven J. Hill"2005-07-306-585/+189
| | | | 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-304-7/+31
| | | | merged, but they will be done manually.
* Add new file."Steven J. Hill"2005-07-301-0/+550
|
* Merge mania continues..."Steven J. Hill"2005-07-303-63/+209
|
* Big set of various patches to get the NPTL libraries to build and link."Steven J. Hill"2005-07-221-1/+0
|
* Add in MIPS-specific implementation of 'vfork' and clean up other files in ↵"Steven J. Hill"2005-07-221-0/+100
| | | | NPTL to fit within the uClibc infrastructure.
* Changed files for glibc compatibility so that more NPTL files would build."Steven J. Hill"2005-06-122-18/+37
|
* Fixed up 'clean' target for latest NPTL changes and modified include"Steven J. Hill"2005-06-121-0/+1
| | | | | dependency directories so that either thread model can be used by the C library modules that need some knowledge of pthreads.
* Update comment blocks."Steven J. Hill"2005-06-031-9/+9
|
* Added new 'sysdep.h' file for MIPS. It is a complete combination of all 5,"Steven J. Hill"2005-05-261-0/+549
| | | | | yes 5, 'sysdep.h' files present in the glibc tree. I am adding cleaning up of this file to my ToDo list.
* libpthread/nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c"Steven J. Hill"2005-05-262-12/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add missing file to the clean list."Steven J. Hill"2005-05-141-0/+1
|
* Added new 'bits/atomic.h' for most of the architectures and the top-level ↵"Steven J. Hill"2005-05-121-0/+303
| | | | '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'.
* Hopefully fix the problem reported by Peter Mazinger,Joakim Tjernlund2005-05-071-0/+94
| | | | | | | see http://uclibc.org/lists/uclibc/2005-May/011667.html for details. Not tested by me but I am sure Peter will :) The toolchain needs to be rebuilt.
* Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctlJoakim Tjernlund2005-04-242-0/+129
| | | | syscalls. This won't work on 2.2 kernels(I think).
* Further rework the mips syscallsEric Andersen2005-04-131-183/+221
|
* Cleanup the mips syscalls a bit more, and fix a fewEric Andersen2005-04-011-34/+34
| | | | annoying warnings.
* Make mips/mipsel syscalls no longer complain about the "use of memory inputEric Andersen2005-03-141-6/+12
| | | | without lvalue in asm". Give the asm an lvalue so it can be happy.
* no more cvsMike Frysinger2005-02-121-1/+0
|
* merge parallel build supportMike Frysinger2005-01-251-5/+5
|
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-1/+3
| | | | Add pie support for mips
* Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen2004-12-221-5/+4
| | | | as the flags for all calls to 'as'
* Atsushi Nemoto writes:Eric Andersen2004-10-261-15/+25
| | | | | | | | | | | | | | | | | | | | | >>>>> On Tue, 19 Oct 2004 13:28:34 -0600, Erik Andersen <andersen@codepoet.org> said: >> BTW, top of uClibc TODO list is "Fix syscall() on mips". What is a >> problem? andersen> It appears that uClibc's syscall() for mips works ok for andersen> syscalls with a few arguments. But as I recall, it does not andersen> work properly with _syscall5, _syscall6, _syscall7, etc. andersen> Perhaps there is some mistake in its assumptions about the andersen> mips/linux ABI regarding which syscall arguments are passed andersen> via register vs which syscall arguments are passed on the andersen> stack. Hmm... I found a old fix in uClibc ML archive. http://www.uclibc.org/lists/uclibc/2002-September/004459.html But it seems somewhat broken. How about this fix instead? I tested mmap with syscall() in mips. mips64 is not tested.
* Atsushi Nemoto writes:Eric Andersen2004-10-191-8/+8
| | | | | | | | | In a recent post to linux-mips ML (and libc-alpha ML), a problem with inline syscalls was reported. http://www.linux-mips.org/archives/linux-mips/2004-10/msg00142.html It seems uClibc should be fixed also for newer gcc. Here is a patch.
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-214-108/+0
| | | | | | | | size and performance penalty to profiling applications this way, as well as Heisenberg effects, where the act of measuring changes what is measured. There are better tools for doing profiling, such as OProfile, that do not require gcc to instrument the application code. -Erik