Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer | |
2008-07-17 | - pull fix for unwinding from the NPTL branch (Johannes Stezenbach) | Bernhard Reutner-Fischer | |
Repair C89 compliance and severe whitespace-defects while at it. | |||
2008-04-23 | Cleanup INTERNAL_SYSCALL macros for ARM. | Khem Raj | |
2007-03-01 | Fix compiler warning about shadowed declaration. | Khem Raj | |
2006-12-08 | Take Mike Frysinger's comments into account -- make certain that user | Eric Andersen | |
applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file. | |||
2006-10-07 | Add mmap function needed for ARM EABI and define thumb specific ↵ | Khem Raj | |
INTERNAL_SYSCALL macro which saves r7 before making the call and pops it back after return. | |||
2006-08-24 | fixups from psm for ASSEMBLER handling | Mike Frysinger | |
2006-08-24 | s/ifdef ASM/ifndef ASM/ as point out by psm | Mike Frysinger | |
2006-08-23 | sync with psm: update errno handling to be the same on all arches | Mike Frysinger | |
2006-01-31 | John Bowler writes in Bug 385: | Mike Frysinger | |
This is a work round for a fairly serious GCC compiler bug - when the syscall assembler overwrites r7 (required on thumb) the compiler fails to protect the register when it is using it as a frame pointer. | |||
2006-01-29 | Patch by Joseph S. Myers to add support for ARM EABI | Mike Frysinger | |
2006-01-29 | rename _sys_result var to get rid of shadow warnings | Mike Frysinger | |
2005-08-14 | import thumb support from jbowler in Bug 385 | Mike Frysinger | |
2003-06-11 | Fix arm syscall implementation so it does not blow chunks with gcc 3.3 | Eric Andersen | |
-Erik | |||
2002-09-05 | Change <bits/syscall.h> to <bits/sysnum.h>. | Miles Bader | |
2002-08-22 | Support _syscall6 and _syscall7 for arm | Eric Andersen | |
-Erik | |||
2002-07-22 | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | |
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 | |||
2001-06-30 | Add syscalls.h for ARM | Eric Andersen | |