summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Synch with trunk @ 24261Carmelo Amoroso2008-12-116-133/+72
* Merged with trunk: basically white space and blank lines removalCarmelo Amoroso2008-12-111-2/+9
* Merges from trunk.Khem Raj2008-12-092-65/+68
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-12-091-1/+1
* fix loop for checking ifaddr on both IPv4 and IPv6.Carmelo Amoroso2008-12-081-2/+2
* Sync with trunk r24277Khem Raj2008-12-041-2/+2
* Go deeper while cleaning string directory to removeCarmelo Amoroso2008-12-041-1/+1
* Synch with trunk @ 24242Carmelo Amoroso2008-12-0352-447/+422
* Fix wcswidth function when LOCALE support is disabledCarmelo Amoroso2008-12-021-0/+7
* signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-12-021-8/+8
* sign-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-12-021-1/+2
* signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-12-023-20/+48
* Synch with trunk @ 24165Carmelo Amoroso2008-11-27499-1824/+1886
* Synch with trunk @ 24160Carmelo Amoroso2008-11-27157-895/+719
* Synch with trunk @ 24160Carmelo Amoroso2008-11-277-30/+30
* Make wcsxfrm visible also when LOCALE support is disabled.Carmelo Amoroso2008-11-251-0/+1
* Add _res_init.c to resolv_CSRC.Khem Raj2008-11-211-1/+1
* Synch with trunk @ 24087Carmelo Amoroso2008-11-1891-180/+178
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-1715-931/+787
* 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-173-6/+102
* sh_nptl: Enable CFI directives for shCarmelo Amoroso2008-09-181-0/+3
* Fixes posix_fadvise[64] functions to return the Carmelo Amoroso2008-09-183-8/+187
* 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
* Make sure that multi-threaded statically linked applications use the realCarmelo Amoroso2008-09-031-2/+1
* include signal.h for missing SIG_BLOCK definition.Khem Raj2008-08-151-0/+1
* Fix SH ldso sequence startup.Carmelo Amoroso2008-08-081-2/+8
* some more asm keyword fixes (Yann E. MORIN)Carmelo Amoroso2008-08-063-20/+18
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-31260-840/+892
* Fix preprocessor directive to silent warningCarmelo Amoroso2008-07-311-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-141-0/+18
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-07-114-5/+7
* uClibc_mutex.h should not include bits/libc-lock.h. Revert libtest.c accordin...Carmelo Amoroso2008-07-111-1/+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-115-93/+85
* 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-101-0/+1
* Exclude some files for ARM NPTL, Do not use _libc_fatalKhem Raj2008-07-101-1/+6
* Save PID across vfork syscall. Create a __clone() aliased to clone(). Load ar...Khem Raj2008-07-102-5/+31
* Do not use push/pop in inline asm. It breaks unwindingKhem Raj2008-07-101-6/+10
* Thumb atomic operations and makefile changes to accomodate NPTLKhem Raj2008-07-103-2/+14
* Fix the builds without STDIO_FUTEXES. Fix msgecv and msgsend to compile on AR...Khem Raj2008-07-098-156/+151
* Revert the mips related fixed that got in due to the trunk merge and also add...Khem Raj2008-07-093-1/+23