summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Copy from trunk."Steven J. Hill"2006-02-251-0/+110
|
* Merge from trunk."Steven J. Hill"2006-02-252-30/+16
|
* More merging from trunk."Steven J. Hill"2006-02-253-39/+33
|
* Clean up warnings and cruft."Steven J. Hill"2006-02-054-8/+2
|
* Finish implementation of new signals for NPTL which are SIGCANCEL, SIGTIMER ↵"Steven J. Hill"2006-02-053-20/+164
| | | | and SIGSETXID.
* Clean up '_res' such that it will now work for, NPTL, linuxthreads and"Steven J. Hill"2006-01-151-5/+1
| | | | | even no threads. Fix 'pthread_atfork' function and clean up duplicate of '__set_errno' that is not needed.