summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/open64.c
Commit message (Collapse)AuthorAgeFilesLines
* reinstate __libc_foo for linuxthreads.oldDenis Vlasenko2009-02-251-0/+5
|
* Get non nptl threads compiled on x86.Khem Raj2008-12-231-1/+1
|
* Removed some __libc_xxx fucntions as merged from trunk.Carmelo Amoroso2008-12-111-10/+2
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-1/+1
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-6/+9
| | | | 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>
* Well, this is everything for my NPTL implementation. The 'uClibc-nptl' ↵"Steven J. Hill"2006-08-241-25/+34
| | | | 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."Steven J. Hill"2006-01-141-0/+1
|
* Merge from trunk."Steven J. Hill"2005-12-021-5/+4
|
* Massive merge from trunk."Steven J. Hill"2005-11-181-1/+1
|
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-2/+2
| | | | | | | | | | | | | | | been working on a new config system on and off for about 6 months now, but I've never been fully satisfied. Well, I'm finally am happy with the new config system, so here it is. This completely removes the old uClibc configuration system, and replaces it with an entirely new system based on LinuxKernelConf, from http://www.xs4all.nl/~zippel/lc/ As it turns out, Linus has just merged LinuxKernelConf into Linux 2.5.45, so it looks like I made the right choice. I have thus far updated only x86. I'll be updating the other architectures shortly. -Erik
* Small cleanups for alphaEric Andersen2002-05-121-0/+1
|
* Several naming cleanups so threads work properly againEric Andersen2002-02-231-4/+3
|
* This commit makes large file support actually work (when enabled inEric Andersen2001-10-171-0/+48
the config file). I've tested this and it works for me. -Erik