summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-07-112-3/+4
| | | | | | | | | | | | 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
|
* Fix the builds without STDIO_FUTEXES. Fix msgecv and msgsend to compile on ↵Khem Raj2008-07-093-83/+76
| | | | ARM as well.
* 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-09209-719/+1171
| | | | 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-092-184/+0
|
* Synch the whole build system. Also including recent fix on testsuite build ↵Carmelo Amoroso2008-07-091-2/+55
| | | | system
* Sync build machinery stuff from trunk. Some more fixed for mips nptl portKhem Raj2008-06-271-37/+0
|
* Sync with trunk.Khem Raj2008-06-251-3/+7
|
* News syscall wrappers from trunkCarmelo Amoroso2008-06-1810-0/+376
|
* 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-211-0/+16
| | | | | | | | 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-206-22/+50
| | | | <carmelo.amoroso@st.com>
* 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
|
* 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
|
* 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-08-241-0/+46
|
* Copy from trunk."Steven J. Hill"2006-08-241-0/+30
|
* Copy from trunk."Steven J. Hill"2006-08-241-0/+32
|
* Copy from trunk."Steven J. Hill"2006-08-241-0/+32
|
* Copy from trunk."Steven J. Hill"2006-08-241-0/+29
|
* Copy from trunk."Steven J. Hill"2006-08-241-0/+53
|
* Well, this is everything for my NPTL implementation. The 'uClibc-nptl' ↵"Steven J. Hill"2006-08-2446-232/+627
| | | | branch is now the exact code that I have. I am going to re-run tests now to verify everything one more time. The next step after that is to merge from trunk with the latest stuff from Mike and Peter.
* Merge from trunk and bring in NPTL code in the various 'misc' subsystems."Steven J. Hill"2006-08-241-1/+6
|
* Merge from trunk."Steven J. Hill"2006-08-238-41/+49
|
* Removal as per trunk."Steven J. Hill"2006-08-222-81/+0
|
* Merge from trunk."Steven J. Hill"2006-08-211-5/+10
|
* Copy from trunk."Steven J. Hill"2006-08-211-0/+77
|
* Copy from trunk."Steven J. Hill"2006-08-211-0/+66
|
* Merge from trunk."Steven J. Hill"2006-08-181-1/+6
|
* Copy from trunk."Steven J. Hill"2006-06-221-0/+24
|
* Copy from trunk."Steven J. Hill"2006-06-221-0/+92
|
* Merge from trunk."Steven J. Hill"2006-06-182-4/+9
|
* Copy from trunk."Steven J. Hill"2006-06-181-0/+53
|
* Merge from trunk."Steven J. Hill"2006-02-28188-1331/+1473
|
* Copy from trunk."Steven J. Hill"2006-02-281-0/+32
|
* Copy from trunk."Steven J. Hill"2006-02-281-0/+66
|
* Copy from trunk."Steven J. Hill"2006-02-281-0/+47
|
* Copy from trunk."Steven J. Hill"2006-02-281-0/+15
|
* Merge from trunk."Steven J. Hill"2006-02-251-43/+53
|