Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | These are already unwired in kernel headers so dont worry about them in uclibc | Khem Raj | 2008-07-17 | 1 | -18/+0 |
| | |||||
* | Do not include libc-lock.h because uClibc_mutex.h is exported file and ↵ | Khem Raj | 2008-07-14 | 1 | -1/+0 |
| | | | | several application using this headers fail because they do not get __extern_inline define and if cdefs.h is included then the mudslide begins. For now we will live with the warnings in uclibc build. | ||||
* | Undefine some of redundant syscalls not used by EABI kernels. So uclibc ↵ | Khem Raj | 2008-07-14 | 1 | -0/+18 |
| | | | | | | could use alternative implementations for them. include sys/syscalls.h in pt-gettimeofday.c | ||||
* | Signed-off-by: Khem Raj <raj.khem@gmail.com> | Khem Raj | 2008-07-11 | 3 | -5/+6 |
| | | | | | | | | | | | | Hush compiler for extern inline warnings by using __extern_inline macro, this also makes gcc 4.3 happy. warning: C99 inline functions are not supported; using GNU89 warning: to disable this warning use -fgnu89-inline or the gnu Also fix this other warning. warning: missing braces around initializer warning: (near initialization for '_stdio_streams[0].__lock.__ | ||||
* | uClibc_mutex.h should not include bits/libc-lock.h. Revert libtest.c ↵ | Carmelo Amoroso | 2008-07-11 | 1 | -1/+0 |
| | | | | accordingly otherwise it cannot compile | ||||
* | Fix some __UCLIBC_IO_MUTEX_XXXX macro to be used without FUTEX support. ↵ | Carmelo Amoroso | 2008-07-11 | 2 | -63/+72 |
| | | | | Thanks Khem for pointing this out | ||||
* | Signed-off-by: Khem Raj <raj.khem@gmail.com> | Khem Raj | 2008-07-11 | 1 | -23/+8 |
| | | | | Use wait4 for waitpid syscall. | ||||
* | Exclude some files for ARM NPTL, Do not use _libc_fatal | Khem Raj | 2008-07-10 | 1 | -1/+6 |
| | |||||
* | Save PID across vfork syscall. Create a __clone() aliased to clone(). Load ↵ | Khem Raj | 2008-07-10 | 2 | -5/+31 |
| | | | | arguments from stack into registers before making clone syscall | ||||
* | Do not use push/pop in inline asm. It breaks unwinding | Khem Raj | 2008-07-10 | 1 | -6/+10 |
| | |||||
* | Thumb atomic operations and makefile changes to accomodate NPTL | Khem Raj | 2008-07-10 | 3 | -2/+14 |
| | |||||
* | Fix the builds without STDIO_FUTEXES. Fix msgecv and msgsend to compile on ↵ | Khem Raj | 2008-07-09 | 3 | -83/+76 |
| | | | | ARM as well. | ||||
* | Revert the mips related fixed that got in due to the trunk merge and also ↵ | Khem Raj | 2008-07-09 | 3 | -1/+23 |
| | | | | add pt-__syscall_rt_sigaction.c for mips | ||||
* | BIG BIG commit: forgotten files | Carmelo Amoroso | 2008-07-09 | 1 | -17/+0 |
| | |||||
* | BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵ | Carmelo Amoroso | 2008-07-09 | 219 | -770/+1219 |
| | | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Synch with trunk: remove obsolete files | Carmelo Amoroso | 2008-07-09 | 5 | -582/+0 |
| | |||||
* | Synch the whole build system. Also including recent fix on testsuite build ↵ | Carmelo Amoroso | 2008-07-09 | 2 | -9/+59 |
| | | | | system | ||||
* | Sync build machinery stuff from trunk. Some more fixed for mips nptl port | Khem Raj | 2008-06-27 | 4 | -37/+34 |
| | |||||
* | Sync with trunk. | Khem Raj | 2008-06-25 | 1 | -3/+7 |
| | |||||
* | News syscall wrappers from trunk | Carmelo Amoroso | 2008-06-18 | 10 | -0/+376 |
| | |||||
* | Remove obsolete files and synch with trunk | Carmelo Amoroso | 2008-06-18 | 4 | -293/+0 |
| | |||||
* | Synch libc powerpc/arm/sh64/m68k/alpha/microblaze/i960/vax/e1 specific with ↵ | Carmelo Amoroso | 2008-06-18 | 92 | -541/+2790 |
| | | | | trunk | ||||
* | Synch libc nios/xtensa/v850/h8300/cris/x86_64/ia64/hppa/i382/nios2/frv/avr32 ↵ | Carmelo Amoroso | 2008-06-18 | 95 | -946/+1282 |
| | | | | specific with trunk | ||||
* | Synch libc mips specific with trunk | Carmelo Amoroso | 2008-06-18 | 41 | -886/+1606 |
| | |||||
* | Synch libc sparc specific with trunk | Carmelo Amoroso | 2008-06-18 | 10 | -22/+152 |
| | |||||
* | Synch libc bfin specific with trunk | Carmelo Amoroso | 2008-06-18 | 20 | -147/+304 |
| | |||||
* | Merge nptl branch tree with trunk. | Carmelo Amoroso | 2008-03-16 | 76 | -0/+4747 |
| | | | | | | | Step 8: add xtensa, cris and avr32 architecture dependent files, as is. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Push back changes to add cancellation handling. | Carmelo Amoroso | 2007-11-22 | 8 | -63/+154 |
| | | | | | | | | It still needs to reach an agreement on the final solution, anyway this code have been put int to be shared for the mips-sh4 merge Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Added some missing files: | Carmelo Amoroso | 2007-11-21 | 2 | -0/+72 |
| | | | | | | | | creat.c: to provide creat function longjmp.c: to provide longjmp implementation for sh4 tsd.c: to provide implementation of __libc_dl_error_tsd Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso ↵ | Carmelo Amoroso | 2007-11-20 | 7 | -25/+50 |
| | | | | <carmelo.amoroso@st.com> | ||||
* | Push latest libc SH4 specific implementations | Carmelo Amoroso | 2007-11-20 | 12 | -401/+400 |
| | |||||
* | Fix TLS modifier. | "Steven J. Hill" | 2007-07-28 | 1 | -1/+1 |
| | |||||
* | Not quite yet. | "Steven J. Hill" | 2007-07-28 | 2 | -130/+0 |
| | |||||
* | Remove baud limit. | "Steven J. Hill" | 2007-07-15 | 1 | -4/+0 |
| | |||||
* | Fix broken syscall() function since the original patch did not work. | "Steven J. Hill" | 2007-07-12 | 1 | -2/+14 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2007-04-14 | 1 | -0/+52 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2007-04-14 | 1 | -0/+78 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2007-04-14 | 1 | -6/+11 |
| | |||||
* | More merging from trunk. | "Steven J. Hill" | 2007-01-21 | 3 | -74/+77 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2007-01-20 | 13 | -170/+439 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-12-16 | 91 | -347/+506 |
| | |||||
* | When you delete a '1' does it become '0' or tri-stated? | "Steven J. Hill" | 2006-12-16 | 15 | -2922/+0 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+103 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+109 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+61 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+64 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+58 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+88 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+12 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+30 |
| |