Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | m68k syscall: switch to common code | Maxim Kuvyrkov | 2009-08-13 | 1 | -156/+68 |
| | | | | | Signed-off-by: Maxim Kuvyrkov <maxim@codesourcery.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Take Mike Frysinger's comments into account -- make certain that user | Eric Andersen | 2006-12-08 | 1 | -5/+0 |
| | | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file. | ||||
* | only pull in errno.h when not assembler | Mike Frysinger | 2006-08-24 | 1 | -2/+2 |
| | |||||
* | Richard Sandiford writes: | Mike Frysinger | 2006-03-23 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | This patch fixes a miscompilation of mmap() for Coldfire with gcc 4.x. The problem was that the syscall was being invoked before any part of the argument structure (buffer[]) had been initialised. The outcome of gcc PR 19341 is that volatile asms don't implicitly use or clobber memory, and that "memory" must be explicitly listed in the clobber list: http://gcc.gnu.org/PR19341 All syscalls can potentially use or clobber memory, so this patch adds a "memory" clobber to all the m68k syscall wrappers that I could find. | ||||
* | undefine stupid defines from the kernel | Mike Frysinger | 2006-01-29 | 1 | -0/+7 |
| | |||||
* | use errno.h like in i386 | Mike Frysinger | 2005-11-04 | 1 | -4/+2 |
| | |||||
* | change the reg class so it actually compiles | Mike Frysinger | 2005-03-16 | 1 | -1/+1 |
| | |||||
* | merge the syscalls and punt the glibc import in the process (blah, what a ↵ | Mike Frysinger | 2005-03-16 | 1 | -136/+154 |
| | | | | waste of time that was :D) | ||||
* | get rid of linux-headers hack ... rip code from glibc | Mike Frysinger | 2005-03-16 | 1 | -7/+169 |
| | |||||
* | 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 | ||||
* | Added this guy, nothing needed here really. | David McCullough | 2001-06-27 | 1 | -0/+8 |