Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Synch libc mips specific with trunk | Carmelo Amoroso | 2008-06-18 | 1 | -220/+343 |
| | |||||
* | Well, this is everything for my NPTL implementation. The 'uClibc-nptl' ↵ | "Steven J. Hill" | 2006-08-24 | 1 | -9/+6 |
| | | | | 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. | ||||
* | Clean up the 'sysdep.h' header chain. Other architectures will have their ↵ | "Steven J. Hill" | 2006-02-05 | 1 | -5/+11 |
| | | | | own 'sysdep.h' file in the various NPTL threads directories. Clean up other files having to do with the usage of it. | ||||
* | Clean up '_res' such that it will now work for, NPTL, linuxthreads and | "Steven J. Hill" | 2006-01-15 | 1 | -7/+0 |
| | | | | | 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-14 | 1 | -16/+11 |
| | |||||
* | And finally, make 'errno' and TLS variable. The TLS conversion of errno, ↵ | "Steven J. Hill" | 2006-01-05 | 1 | -1/+5 |
| | | | | h_errno and __resp was a real challenge. I am glad that is over with. | ||||
* | Further rework the mips syscalls | Eric Andersen | 2005-04-13 | 1 | -183/+221 |
| | |||||
* | Cleanup the mips syscalls a bit more, and fix a few | Eric Andersen | 2005-04-01 | 1 | -34/+34 |
| | | | | annoying warnings. | ||||
* | Make mips/mipsel syscalls no longer complain about the "use of memory input | Eric Andersen | 2005-03-14 | 1 | -6/+12 |
| | | | | without lvalue in asm". Give the asm an lvalue so it can be happy. | ||||
* | Atsushi Nemoto writes: | Eric Andersen | 2004-10-19 | 1 | -8/+8 |
| | | | | | | | | | In a recent post to linux-mips ML (and libc-alpha ML), a problem with inline syscalls was reported. http://www.linux-mips.org/archives/linux-mips/2004-10/msg00142.html It seems uClibc should be fixed also for newer gcc. Here is a patch. | ||||
* | Change <bits/syscall.h> to <bits/sysnum.h>. | Miles Bader | 2002-09-05 | 1 | -2/+2 |
| | |||||
* | Cleanup error returns to avoid warnings | Eric Andersen | 2002-08-09 | 1 | -8/+8 |
| | | | | -Erik | ||||
* | The __set_errno macro _must_ match that defined in include/bits/errno.h. We | Eric Andersen | 2002-07-26 | 1 | -1/+9 |
| | | | | | | | can't tack in the return -1 since then when people include errno.h, the return -1 mysteriously vanishes... Setting the __set_errno back and restoring the 'return -1;' calls to each _syscall[0-n] macro makes mips syscalls work again. -Erik | ||||
* | ldso specific syscalls and userspace syscalls all in one file now. | "Steven J. Hill" | 2002-07-25 | 1 | -5/+214 |
| | |||||
* | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | 2002-07-22 | 1 | -4/+8 |
| | | | | | | Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik | ||||
* | Be consistant about the ways in which asm/unistd.h might | Eric Andersen | 2002-02-04 | 1 | -220/+6 |
| | | | | | | be included to avoid gratuitous conflicts... This is a hack till we have proper _syscall macros for all archs. -Erik | ||||
* | Add in syscalls.h for mipsel, thanks to Steven J. Hill. | Eric Andersen | 2002-02-01 | 1 | -0/+224 |
Remove and ignore generated syscall.h files from sparc and mipsel. |