summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* clean up O_CLOEXEC handlingMike Frysinger2009-10-1622-47/+32
* remove readelf from helptextBernhard Reutner-Fischer2009-10-161-1/+1
* malloc: handle size overflows in realloc()Mike Frysinger2009-10-161-0/+3
* sparc qops: unify & shrinkMike Frysinger2009-10-161-51/+40
* fcntl.h: drop unused/dead O_STREAMINGMike Frysinger2009-10-1610-10/+0
* ldso: use MAP_FAILED with ld.so.cacheMike Frysinger2009-10-161-5/+5
* fix coding styleBernhard Reutner-Fischer2009-10-161-25/+16
* commentary typo fixBernhard Reutner-Fischer2009-10-161-2/+2
* trim whitespaceBernhard Reutner-Fischer2009-10-161-10/+10
* whitespace cleanupBernhard Reutner-Fischer2009-10-161-4/+4
* sparc: add stubs for more of the _Q* opsAustin Foxley2009-10-161-0/+12
* descriptive error messageBernhard Reutner-Fischer2009-10-161-1/+1
* sh: Align sh clone implementation with glibcCarmelo Amoroso2009-10-101-8/+7
* sh4: Reorder code in memmove.cCarmelo Amoroso2009-10-101-32/+30
* Fix building arm EABIBernhard Reutner-Fischer2009-10-082-1/+2
* mips nptl: Cleanup up _ABI64 warningsAustin Foxley2009-09-273-1/+5
* nptl_db: Reinstate version.h for nptlCarmelo Amoroso2009-09-273-6/+2
* sh: Add new optimisation to the SH4 memcpyGiuseppe Cavallaro2009-09-271-2/+107
* sh: add assembly strcpy and strncpyGiuseppe Cavallaro2009-09-272-0/+71
* sh: add assembly strlen from KernelGiuseppe Cavallaro2009-09-271-0/+75
* sh: add assembly memchr from KernelGiuseppe Cavallaro2009-09-271-0/+30
* sh: add a new memmove optimised for SH4Giuseppe Cavallaro2009-09-271-0/+119
* sh: add assembly memset from Kernel and optimise it for SH4Giuseppe Cavallaro2009-09-271-0/+146
* build C files within arch subfolders.Giuseppe Cavallaro2009-09-271-1/+4
* Revert part of ecd7069ac6Austin Foxley2009-09-252-0/+5
* sparc specific bits/socket.hAustin Foxley2009-09-251-0/+356
* support O= for nptl tooAustin Foxley2009-09-252-13/+23
* use correct define to guard non tls errnoAustin Foxley2009-09-232-17/+1
* i386 nptl: fix PSEUDO_ENDAustin Foxley2009-09-231-11/+0
* i386/arm nptl warning fixesAustin Foxley2009-09-238-11/+11
* add i386 ldso tls supportAustin Foxley2009-09-232-3/+31
* tls: test for DTV vs TCB at TP correctlyAustin Foxley2009-09-2312-59/+59
* doc/: typo fixAustin Foxley2009-09-231-1/+1
* spent this morning beating i386 nptl into shapeAustin Foxley2009-09-2249-500/+824
* sparc nptl: make sure correct clone.S and pt-vfork.S get in libpthreadAustin Foxley2009-09-223-3/+5
* nptl/: fix .dep files not working for libpthread.aAustin Foxley2009-09-2211-4/+45
* nptl/: no need to regen these headers every makeAustin Foxley2009-09-215-10/+4
* add timerfd syscall and headerStephan Raue2009-09-214-1/+94
* not-cancel: use *_not_cancel variants directlyAustin Foxley2009-09-2111-144/+37
* uClibc_mutex.h: define non-thread versions of all the io-mutex macrosAustin Foxley2009-09-211-5/+12
* sparc/Makefile.arch: add back missing fork/vfork for non threads caseAustin Foxley2009-09-211-3/+6
* librt/: fix build for no threads caseAustin Foxley2009-09-211-3/+3
* warning fixesAustin Foxley2009-09-215-9/+5
* sparc sigaction.c: fix the noted bugs by syncing up with glibcAustin Foxley2009-09-211-30/+16
* add a __resp ptr for the no threads caseAustin Foxley2009-09-202-0/+2
* guard sysdep-cancel.h include under defineAustin Foxley2009-09-201-0/+6
* guard tls.h includeAustin Foxley2009-09-201-0/+3
* TLS only even builds for nptl, so restrict it to thatAustin Foxley2009-09-201-1/+1
* only try to build nptl libpthread if UCLIBC_HAS_THREADSAustin Foxley2009-09-201-2/+2
* guard sysdep.h include with correct defineAustin Foxley2009-09-201-1/+1