summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/cris/sys
Commit message (Collapse)AuthorAgeFilesLines
* cris: Fix build issuesKhem Raj2011-01-151-0/+81
| | | | | | Thanks Waldemar Brodkorb for reporting Signed-off-by: Khem Raj <raj.khem@gmail.com>
* * Added clone() system call.Tobias Anderberg2002-09-201-0/+115
| | | | | | | | | | | | * 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.
* Initial version of the CRIS port.Tobias Anderberg2002-09-161-0/+95