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