summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Merge from trunk."Steven J. Hill"2006-01-1444-189/+209
|
* And finally, make 'errno' and TLS variable. The TLS conversion of errno, ↵"Steven J. Hill"2006-01-051-11/+1
| | | | h_errno and __resp was a real challenge. I am glad that is over with.
* Merge from trunk."Steven J. Hill"2005-12-131-4/+4
|
* Finish merge from trunk, again, no really."Steven J. Hill"2005-12-101-3/+4
|
* Finish merges from trunk."Steven J. Hill"2005-12-101-4/+5
|
* Finish up changes for sigaction and NPTL."Steven J. Hill"2005-12-1036-69/+96
|
* NPTL changes for signal handling, getpid, sleep, raise and a few things"Steven J. Hill"2005-12-082-24/+5
| | | | for new librt code. Also cleaned up the makefiles.