Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use uniform form of C99 keywords | Bernhard Reutner-Fischer | 2010-06-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | syscall: unify part 2: NCS variety | Mike Frysinger | 2009-07-09 | 1 | -7/+2 |
| | | | | | | | 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 | -55/+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> | ||||
* | - provide INTERNAL_SYSCALL for ia64 (Stefan Assmann, sassmann at suse de) | Bernhard Reutner-Fischer | 2008-12-17 | 1 | -81/+110 |
| | |||||
* | - fix asm and volatile keywords | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | - fixup asm. No object-code changes | Bernhard Reutner-Fischer | 2008-04-24 | 1 | -9/+9 |
| | |||||
* | 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 | -6/+3 |
| | |||||
* | remove hunk that shouldnt have been committed | Mike Frysinger | 2006-02-18 | 1 | -1/+1 |
| | |||||
* | touchup syscall break define so it doesnt conflict with kernel headers | Mike Frysinger | 2006-02-18 | 1 | -4/+6 |
| | |||||
* | import files from glibc for an ia64/static port | Mike Frysinger | 2006-02-04 | 1 | -0/+198 |