Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary instructions from x86/x86_64 syscalls. | Elliott Hughes | 2014-06-05 | 1 | -1/+0 |
* | Fix x86 cfi directives for syscalls. | Christopher Ferris | 2014-05-29 | 1 | -6/+10 |
* | Add cfi directives to x86 syscalls. | Christopher Ferris | 2014-01-06 | 1 | -0/+6 |
* | Stop using the non-uapi <linux/err.h> header file. | Elliott Hughes | 2013-11-07 | 1 | -3/+1 |
* | Sort the syscalls.mk files, give all generated files the same header. | Elliott Hughes | 2013-10-16 | 1 | -1/+2 |
* | Regenerate the system call stubs (to get x86_64). | Elliott Hughes | 2013-10-01 | 1 | -1/+1 |
* | The SYS_ constants should cover all __NR_ values. | Elliott Hughes | 2013-03-21 | 1 | -1/+1 |
* | Use the kernel's MAX_ERRNO in the syscall stubs. | Elliott Hughes | 2013-03-12 | 1 | -1/+2 |
* | Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. | Elliott Hughes | 2013-02-06 | 1 | -6/+3 |
* | libc: Add ftruncate64 and improve 64-bit parameter syscall handling. | David 'Digit' Turner | 2010-12-16 | 1 | -0/+35 |