Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Synch with trunk at rev 22997. | Carmelo Amoroso | 2008-07-31 | 1 | -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> | ||||
* | Merge from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -6/+0 |
| | |||||
* | h8300 updates from Yoshinori Sato | Eric Andersen | 2004-07-15 | 1 | -9/+147 |
| | |||||
* | Change <bits/syscall.h> to <bits/sysnum.h>. | Miles Bader | 2002-09-05 | 1 | -3/+3 |
| | |||||
* | Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com> | Eric Andersen | 2002-08-28 | 1 | -1/+0 |
| | |||||
* | Make sure that bits/syscalls.h always includes bits/syscall.h | Eric Andersen | 2002-08-27 | 1 | -0/+5 |
| | | | | -Erik | ||||
* | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | 2002-07-22 | 1 | -4/+9 |
| | | | | | | 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 | -2/+4 |
| | | | | | | be included to avoid gratuitous conflicts... This is a hack till we have proper _syscall macros for all archs. -Erik | ||||
* | Add in support for the Hitach H8/300H architecture, | Eric Andersen | 2002-02-02 | 1 | -0/+8 |
contributed by Yoshinori Sato <qzb04471@nifty.ne.jp> |