Age | Commit message (Expand) | Author | Files | Lines |
2014-07-30 | add framework for mmap2 syscall unit to vary by arch | Rich Felker | 1 | -0/+4 |
2014-05-30 | fix for broken kernel side RLIM_INFINITY on mips | Szabolcs Nagy | 1 | -0/+4 |
2014-05-30 | break down coarse-grained 64-bit-off_t syscall remappings | Rich Felker | 1 | -4/+16 |
2014-05-30 | fix sendfile syscall to use 64-bit off_t | Rich Felker | 1 | -0/+5 |
2014-05-27 | fix sys_open macro for archs without the plain open syscall | Rich Felker | 1 | -4/+4 |
2014-05-27 | fix placement of multiple inclusion guard endif in internal syscall.h | Rich Felker | 1 | -2/+2 |
2014-05-24 | support kernels with no SYS_open syscall, only SYS_openat | Rich Felker | 1 | -0/+18 |
2014-04-17 | make socketcall types common as they are same for all architectures | Timo Teräs | 1 | -0/+23 |
2014-04-12 | use hidden visibility rather than protected for syscall internals | Rich Felker | 1 | -1/+1 |
2014-02-23 | mostly-cosmetic fixups to x32 port merge | Rich Felker | 1 | -5/+2 |
2014-02-22 | internal/syscall.h: add syscall_arg_t macro | rofl0r | 1 | -6/+11 |
2014-02-22 | internal/syscall.h: use a macro for the syscall args casts | rofl0r | 1 | -13/+17 |
2013-07-17 | fix missing argument in variadic syscall macros | Rich Felker | 1 | -1/+1 |
2012-10-25 | use explicit visibility to optimize a few hot-path function calls | Rich Felker | 1 | -3/+5 |
2012-09-09 | add 7-arg syscall support for mips | Rich Felker | 1 | -2/+3 |
2012-09-08 | syscall organization overhaul | Rich Felker | 1 | -5/+138 |
2011-05-01 | workaround for preprocessor bug in pcc | Rich Felker | 1 | -7/+7 |
2011-04-17 | overhaul pthread cancellation | Rich Felker | 1 | -0/+14 |
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | 1 | -22/+0 |
2011-03-19 | syscall overhaul part two - unify public and internal syscall interface | Rich Felker | 1 | -0/+32 |
2011-02-15 | move arch-specific internal headers into place | Rich Felker | 1 | -500/+0 |
2011-02-13 | cleaning up syscalls in preparation for x86_64 port | Rich Felker | 1 | -9/+40 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+469 |