summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/pread_write.c
Commit message (Collapse)AuthorAgeFilesLines
* sync with trunk. Compile tested on i386Denis Vlasenko2008-12-231-4/+4
|
* Synch with trunk @ 24160Carmelo Amoroso2008-11-271-6/+6
| | | | | | Step 14: miscellaneous merge for arch specific files in libc/sysdeps. Comments, cleanup, formatting, hidden_proto removal and others.
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-2/+2
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch libc mips specific with trunkCarmelo Amoroso2008-06-181-179/+72
|
* Well, this is everything for my NPTL implementation. The 'uClibc-nptl' ↵"Steven J. Hill"2006-08-241-40/+150
| | | | 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 with latest changes from the trunk."Steven J. Hill"2005-08-041-2/+2
|
* Fix mips bug related to 2.6 headers by following glibc's lead. Based onManuel Novoa III2004-08-101-0/+15
| | | | the comment, newer kernels appended "64" to __NR_pread and __NR_pwrite.
* Oops! I broke pread on mips with my last update. ThisEric Andersen2003-09-081-4/+4
| | | | | fixes it again so it both compiles and works, -Erik
* Fix some more problems found by the ltpEric Andersen2003-09-071-6/+9
|
* Patch from Atsushi Nemoto, who writes:Eric Andersen2003-08-221-0/+94
I found that current pread/pwrite is broken on mips. On mips, kernel needs 6 arguments for pread/pwrite system call. (3 words for first 3 arguments + 1 padding word + 2 words for last 64bit argument). Also, mips64 kernel needs just 4 arguments so no wrapper will be required. This is a patch against 0.9.20.