summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-1716-128/+148
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-1723-615/+425
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-1733-144/+153
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-1735-1373/+1343
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-17122-1978/+1485
* Synch with trunk @ 24071.Carmelo Amoroso2008-11-1742-923/+1448
* Synch with trunk @ 24071.Carmelo Amoroso2008-11-1720-77/+169
* ldso: Initialize fully dtv before calling the constructors.Carmelo Amoroso2008-11-174-22/+72
* sh_nptl: Enable CFI directives for shCarmelo Amoroso2008-09-182-0/+9
* Fixes posix_fadvise[64] functions to return the Carmelo Amoroso2008-09-185-155/+189
* Kill off the GOT lookup for init/fini in the sh crti.S. This wasCarmelo Amoroso2008-09-181-25/+2
* Remove trailing whitespacesCarmelo Amoroso2008-09-181-2/+2
* Try not to use ">&" dash shell does not like it.Khem Raj2008-09-181-1/+1
* Make sure that multi-threaded statically linked applications use the realCarmelo Amoroso2008-09-032-2/+6
* Remove pointless extern declaration for __pthread_onceCarmelo Amoroso2008-08-201-2/+0
* Use pthread_once now __pthread_once is not defined in tests.Khem Raj2008-08-151-1/+1
* include signal.h for missing SIG_BLOCK definition.Khem Raj2008-08-151-0/+1
* __asm__ and __volatile__ conversion for arm.Khem Raj2008-08-152-3/+3
* &> seems like tcsh like. busybox/ash does not seem to like it I am getting wr...Khem Raj2008-08-151-1/+1
* Fix SH ldso sequence startup.Carmelo Amoroso2008-08-082-4/+20
* some more asm keyword fixes (Yann E. MORIN)Carmelo Amoroso2008-08-064-21/+19
* Revert recent changes to previous version at rev 20454.Carmelo Amoroso2008-08-041-8/+7
* Remove trailing whitespaces: two missing filesCarmelo Amoroso2008-07-312-5/+5
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-31397-1314/+1371
* Update sh4 pthread_mutex_t definitionCarmelo Amoroso2008-07-311-3/+13
* Fix preprocessor directive to silent warningCarmelo Amoroso2008-07-311-1/+1
* Removed duplicated file (already moved into libc/misc/elf)Carmelo Amoroso2008-07-291-68/+0
* Fix build failure:Carmelo Amoroso2008-07-291-0/+2
* Use rtld_hidden_{proto,def} properly within ld.soCarmelo Amoroso2008-07-291-4/+4
* Remove .depend when doing distcleanCarmelo Amoroso2008-07-291-1/+1
* These are already unwired in kernel headers so dont worry about them in uclibcKhem Raj2008-07-171-18/+0
* Do not include libc-lock.h because uClibc_mutex.h is exported file and severa...Khem Raj2008-07-141-1/+0
* Undefine some of redundant syscalls not used by EABI kernels. So uclibc could...Khem Raj2008-07-142-2/+19
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-07-124-2/+116
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-07-111-4/+1
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-07-117-18/+20
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-07-113-20/+11
* uClibc_mutex.h should not include bits/libc-lock.h. Revert libtest.c accordin...Carmelo Amoroso2008-07-112-1/+2
* Ahhhhh too tired... I'm doing all wrong. Stop meCarmelo Amoroso2008-07-111-2/+2
* Resynch with trunk fixing problem on test build system due to my last commitCarmelo Amoroso2008-07-114-5/+15
* Avoid conflict with __pthread_once defined into bits/libc-lock.hCarmelo Amoroso2008-07-111-2/+0
* Revert previous useless change based on an older versionCarmelo Amoroso2008-07-111-4/+4
* Fix some __UCLIBC_IO_MUTEX_XXXX macro to be used without FUTEX support. Thank...Carmelo Amoroso2008-07-116-103/+88
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-07-111-4/+4
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-07-111-23/+8
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-07-112-31/+45
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-07-101-0/+1
* Remove trailing whitespaces and wrong preprocessed filesCarmelo Amoroso2008-07-106-16706/+31
* Exclude some files for ARM NPTL, Do not use _libc_fatalKhem Raj2008-07-103-4/+18
* Fix __USE_STDIO_FUTEXES__ falloutKhem Raj2008-07-101-4/+11