Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove stray code alignment (.align 16 and .align 4 directives) | Denis Vlasenko | 2007-07-29 | 1 | -1/+0 |
* | jump straight to __syscall_error | Mike Frysinger | 2005-08-11 | 1 | -4/+1 |
* | oops, we want to jmp to the syscall handler, not call it | Mike Frysinger | 2005-07-08 | 1 | -1/+1 |
* | add update from psm to support 6 arguments to syscall | Mike Frysinger | 2005-07-07 | 1 | -6/+11 |
* | Peter S. Mazinger writes: use the __syscall_error.c trick to handle setting e... | Mike Frysinger | 2005-07-06 | 1 | -42/+13 |
* | syntax touchups as suggested by Peter S. Mazinger | Mike Frysinger | 2005-07-06 | 1 | -4/+4 |
* | need to include features.h to get uclibc defines | Mike Frysinger | 2005-06-29 | 1 | -0/+2 |
* | In a number of places we erroneously used tests such as '#ifdef PIC' when we | Eric Andersen | 2003-05-30 | 1 | -2/+2 |
* | Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen | 2002-08-16 | 1 | -4/+4 |
* | Add support for people calling syscall() | Eric Andersen | 2002-07-24 | 1 | -0/+76 |