Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | powerpc: Add TLS and NPTL support | Khem Raj | 2010-05-09 | 1 | -15/+15 |
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | syscall: unify part 2: NCS variety | Mike Frysinger | 2009-07-09 | 1 | -14/+0 |
| | | | | | | | Declare common NCS (non-constant syscall) variants and convert the existing ports over to this. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | syscall: unify common syscall defines | Mike Frysinger | 2009-07-08 | 1 | -54/+0 |
| | | | | | | | | | Unify all the common syscall defines in syscalls-common.h and scrub all the duplicated code from relevant ports. This should also make converting existing ports to INLINE_SYSCALL() much easier as they don't have to get lost in all the unrelated noise, as well as creating new ports. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Get rid of the following annoying warnings on ppc: | Denis Vlasenko | 2009-01-03 | 1 | -17/+18 |
| | | | | | | warning: nested extern declaration of '__illegally_sized_syscall_argN' From Stefan Assmann (sassmann AT suse.de) | ||||
* | Updates from glibc. | Joakim Tjernlund | 2007-02-12 | 1 | -28/+183 |
| | |||||
* | 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. | ||||
* | sync with psm: update errno handling to be the same on all arches | Mike Frysinger | 2006-08-23 | 1 | -3/+7 |
| | |||||
* | Fix bug 370. | Joakim Tjernlund | 2005-09-20 | 1 | -10/+13 |
| | |||||
* | Change to glibc way of defining syscalls. This should make PPC | Joakim Tjernlund | 2005-09-17 | 1 | -33/+127 |
| | | | | compile with gcc 4.0/4.1 | ||||
* | Minor cleanup. | Joakim Tjernlund | 2005-06-29 | 1 | -3/+2 |
| | |||||
* | Implement syscall() for powerpc. Fixup syscall code so | Eric Andersen | 2003-06-15 | 1 | -12/+13 |
| | | | | | it compiles properly with gcc 3.3. -Erik | ||||
* | Fixup powerpc syscalls to eliminate warnings with gcc-3.2, and fix | Eric Andersen | 2003-02-16 | 1 | -5/+5 |
| | | | | some other minor warnings. | ||||
* | This draws from an old patch by David Blythe for the now-dead | Eric Andersen | 2002-11-15 | 1 | -44/+55 |
| | | | | | | | unified syscall interface. I reworked his old patch considerably and cleaned up his version of bits/syscalls.h with some sneaky macro magic. And I implemented a powerpc correct version of pread/pwrite -Erik | ||||
* | 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 | -147/+23 |
| | | | | | | 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 | ||||
* | Add in missing syscalls.h for powerpc | Eric Andersen | 2001-06-25 | 1 | -0/+180 |