Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add preadv2 and pwritev2 syscall numbers for linux v4.6 | Szabolcs Nagy | 2016-06-09 | 1 | -0/+2 |
| | | | | | | | | the syscalls take an additional flag argument, they were added in commit f17d8b35452cab31a70d224964cd583fb2845449 and a RWF_HIPRI priority hint flag was added to linux/fs.h in 97be7ebe53915af504fb491fb99f064c7cf3cb09. the syscall is not allocated for microblaze and sh yet. | ||||
* | deduplicate __NR_* and SYS_* syscall number definitions | Bobby Bingham | 2016-05-12 | 1 | -360/+0 |
| | |||||
* | fix spurious trailing whitespace in powerpc & powerpc64 bits/errno.h | Rich Felker | 2016-05-08 | 1 | -1/+1 |
| | |||||
* | add powerpc64 port | Bobby Bingham | 2016-05-08 | 28 | -0/+1907 |