summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Khem Raj2008-07-141-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 Raj2008-07-141-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 Raj2008-07-113-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 Amoroso2008-07-111-1/+0
| | | | accordingly otherwise it cannot compile
* Fix some __UCLIBC_IO_MUTEX_XXXX macro to be used without FUTEX support. ↵Carmelo Amoroso2008-07-112-63/+72
| | | | Thanks Khem for pointing this out
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-07-111-23/+8
| | | | Use wait4 for waitpid syscall.
* 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 ↵Khem Raj2008-07-102-5/+31
| | | | arguments from stack into registers before making clone syscall
* 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 ↵Khem Raj2008-07-093-83/+76
| | | | ARM as well.
* Revert the mips related fixed that got in due to the trunk merge and also ↵Khem Raj2008-07-093-1/+23
| | | | add pt-__syscall_rt_sigaction.c for mips
* BIG BIG commit: forgotten filesCarmelo Amoroso2008-07-091-17/+0
|
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-09219-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 filesCarmelo Amoroso2008-07-095-582/+0
|
* Synch the whole build system. Also including recent fix on testsuite build ↵Carmelo Amoroso2008-07-092-9/+59
| | | | system
* Sync build machinery stuff from trunk. Some more fixed for mips nptl portKhem Raj2008-06-274-37/+34
|
* Sync with trunk.Khem Raj2008-06-251-3/+7
|
* News syscall wrappers from trunkCarmelo Amoroso2008-06-1810-0/+376
|
* Remove obsolete files and synch with trunkCarmelo Amoroso2008-06-184-293/+0
|
* Synch libc powerpc/arm/sh64/m68k/alpha/microblaze/i960/vax/e1 specific with ↵Carmelo Amoroso2008-06-1892-541/+2790
| | | | trunk
* Synch libc nios/xtensa/v850/h8300/cris/x86_64/ia64/hppa/i382/nios2/frv/avr32 ↵Carmelo Amoroso2008-06-1895-946/+1282
| | | | specific with trunk
* Synch libc mips specific with trunkCarmelo Amoroso2008-06-1841-886/+1606
|
* Synch libc sparc specific with trunkCarmelo Amoroso2008-06-1810-22/+152
|
* Synch libc bfin specific with trunkCarmelo Amoroso2008-06-1820-147/+304
|
* Merge nptl branch tree with trunk. Carmelo Amoroso2008-03-1676-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 Amoroso2007-11-228-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 Amoroso2007-11-212-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 Amoroso2007-11-207-25/+50
| | | | <carmelo.amoroso@st.com>
* Push latest libc SH4 specific implementationsCarmelo Amoroso2007-11-2012-401/+400
|
* Fix TLS modifier."Steven J. Hill"2007-07-281-1/+1
|
* Not quite yet."Steven J. Hill"2007-07-282-130/+0
|
* Remove baud limit."Steven J. Hill"2007-07-151-4/+0
|
* Fix broken syscall() function since the original patch did not work."Steven J. Hill"2007-07-121-2/+14
|
* Copy from trunk."Steven J. Hill"2007-04-141-0/+52
|
* Copy from trunk."Steven J. Hill"2007-04-141-0/+78
|
* Merge from trunk."Steven J. Hill"2007-04-141-6/+11
|
* More merging from trunk."Steven J. Hill"2007-01-213-74/+77
|
* Merge from trunk."Steven J. Hill"2007-01-2013-170/+439
|
* Merge from trunk."Steven J. Hill"2006-12-1691-347/+506
|
* When you delete a '1' does it become '0' or tri-stated?"Steven J. Hill"2006-12-1615-2922/+0
|
* Copy from trunk."Steven J. Hill"2006-12-161-0/+103
|
* Copy from trunk."Steven J. Hill"2006-12-161-0/+109
|
* Copy from trunk."Steven J. Hill"2006-12-161-0/+61
|
* Copy from trunk."Steven J. Hill"2006-12-161-0/+64
|
* Copy from trunk."Steven J. Hill"2006-12-161-0/+58
|
* Copy from trunk."Steven J. Hill"2006-12-161-0/+88
|
* Copy from trunk."Steven J. Hill"2006-12-161-0/+12
|
* Copy from trunk."Steven J. Hill"2006-12-161-0/+30
|