summaryrefslogtreecommitdiffstats
path: root/libpthread
Commit message (Expand)AuthorAgeFilesLines
* linuxthreads.old: fix crash in debug codeMike Frysinger2009-08-191-1/+1
* libpthread: add format attribute to __pthread_message()Mike Frysinger2009-08-192-3/+4
* linuxthreads.old: extend workaround for asm rename warningsMike Frysinger2009-08-192-0/+12
* undef INTERNAL_SYSCALL_NCS before redefining to quash build warnings.Khem Raj2009-08-022-1/+3
* build: use $(do_sed) command for pretty printingCarmelo Amoroso2009-07-295-9/+9
* Don't shadow the mask parameter with a local variable in the same functionRon2009-07-091-2/+2
* Check #if feature test macros are defined where they may not beRon2009-07-096-10/+10
* Provide token prototypes for functions that are external but have no headerRon2009-07-091-2/+2
* Add noreturn attributes to some functions that won't ever do soRon2009-07-091-2/+2
* git: Added/Modified .gitignoreFilippo Arcidiacono2009-07-021-0/+13
* sh: fix a wrong "#if" condition within the sysdep.h file.Giuseppe Cavallaro2009-07-021-1/+1
* git: Add missing .gitignore for nptlCarmelo Amoroso2009-07-021-0/+6
* sh_nptl: Fix pthread_barrier_wait epilog to properly restore r9Carmelo Amoroso2009-07-022-3/+3
* fix compilation of linuxthreads for sparc64Austin Foxley2009-05-212-3/+0
* Get sparc64 nptl compilingAustin Foxley2009-05-215-60/+69
* Only use fstat64 when LFS is enabledAustin Foxley2009-05-201-0/+5
* Merged revisions 26033 via svnmerge from Khem Raj2009-04-091-1/+1
* sparc nptl needs it's own lowlevellock.caustinf2009-03-214-4/+157
* Merged revisions 25744 via svnmerge from Khem Raj2009-03-195-16/+15
* sparc32 nptl functionalaustinf2009-03-1920-152/+414
* Always compile fork.S in arm mode. Make _Unwind_Resume arm onlyKhem Raj2009-03-182-1/+13
* Use __asm__ and __volatile__. SYS_ify is not required here because its usedKhem Raj2009-03-181-6/+6
* add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com)Denis Vlasenko2009-03-122-0/+208
* linuxthreads fixes from Will Newton (will.newton AT gmail.com):Denis Vlasenko2009-03-127-29/+46
* reinstate __libc_foo for linuxthreads.oldDenis Vlasenko2009-02-253-10/+11
* Synch build system with trunk.Carmelo Amoroso2009-01-291-1/+1
* Added sysdep.h and sysdep-cancel.h for linuxthreads ARMCarmelo Amoroso2009-01-282-0/+145
* Synch with trunk: miscellaneous changes, mostly cleanup,Carmelo Amoroso2009-01-222-2/+2
* - pull r24786 from trunkBernhard Reutner-Fischer2009-01-121-2/+2
* - whitespace cleanup; no obj-code changes (r24600)Bernhard Reutner-Fischer2008-12-291-1/+1
* - pull r24593:24596 from trunkBernhard Reutner-Fischer2008-12-293-0/+6
* Merges from trunkKhem Raj2008-12-221-1/+1
* Merge linuxthread.old from trunk.Khem Raj2008-12-154-4/+4
* Merge Linuxthreads from Trunk.Khem Raj2008-12-153-49/+17
* Fix kernl-features.h include path.Carmelo Amoroso2008-12-1126-26/+26
* Synch with trunk @ 24379Carmelo Amoroso2008-12-111-437/+0
* Synch with trunk @ 24379Carmelo Amoroso2008-12-116-56/+48
* Synch with trunk @ 24379Carmelo Amoroso2008-12-1113-97/+12
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-12-107-21/+119
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-12-093-42/+42
* Fix some nptl clean target removing bash-like globs to be compliantCarmelo Amoroso2008-12-032-8/+6
* Rework nptl build system for cleaning headers and objectsCarmelo Amoroso2008-12-037-31/+31
* Synch with trunk @ 24242Carmelo Amoroso2008-12-037-34/+25
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-5/+4
* Synch with trunk @ 24160Carmelo Amoroso2008-11-271-2/+2
* Synch with trunk @ 24087Carmelo Amoroso2008-11-184-4/+5
* Synch with trunk @ 24071.Carmelo Amoroso2008-11-1720-77/+169
* Fixes posix_fadvise[64] functions to return the Carmelo Amoroso2008-09-182-147/+2
* Make sure that multi-threaded statically linked applications use the realCarmelo Amoroso2008-09-031-0/+5
* __asm__ and __volatile__ conversion for arm.Khem Raj2008-08-152-3/+3