summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/cris/clone.S
Commit message (Collapse)AuthorAgeFilesLines
* Added support for the new CRISv32 architecture.Peter Kjellerstedt2006-02-231-6/+15
|
* make sure we include the local sysdep.h headerMike Frysinger2006-01-261-1/+1
|
* need features.h for new HIDDEN_JUMPTARGET()Mike Frysinger2006-01-141-0/+1
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-6/+3
| | | | missing headers, other jump relocs removed
* Make clone use internal _exitPeter S. Mazinger2005-12-161-1/+1
|
* * Added clone() system call.Tobias Anderberg2002-09-201-0/+89
* Proper implementation of bits/syscalls.h, no cheating by just including <asm/unistd.h>. * Proper implementation of syscall.S, it no longer contains the __syscall_error, instead it contains code which makes syscall(nr,...) a system call. * Added sysdep.S which contains the code for __syscall_error. * Added some macros to sysdep.h. * Added sys/procfs.h, which is needed when compiling with thread support. * Removed unused syscall-cris.c.