Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | syscall: convert cris/hppa to common syscalls | Mike Frysinger | 2009-08-19 | 1 | -68/+4 |
| | | | | | | | | The cris/hppa code appears to be easy to convert, so go ahead and do it for them. Build tested only. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Synch with trunk at rev 22997. | Carmelo Amoroso | 2008-07-31 | 1 | -1/+1 |
| | | | | | | | 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 nios/xtensa/v850/h8300/cris/x86_64/ia64/hppa/i382/nios2/frv/avr32 ↵ | Carmelo Amoroso | 2008-06-18 | 1 | -3/+3 |
| | | | | specific with trunk | ||||
* | Merge from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -3/+0 |
| | |||||
* | Big fricking merge from trunk, but an easy one. | "Steven J. Hill" | 2006-08-24 | 1 | -8/+3 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-28 | 1 | -0/+8 |
| | |||||
* | Cosmetic changes. | Tobias Anderberg | 2003-08-27 | 1 | -1/+1 |
| | |||||
* | * Added clone() system call. | Tobias Anderberg | 2002-09-20 | 1 | -8/+157 |
| | | | | | | | | | | | | * 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 Anderberg | 2002-09-16 | 1 | -0/+10 |