Rich Felker
|
4bbd7baea7
internally, define plain syscalls, if missing, as their time64 variants
|
há 5 anos atrás |
Rich Felker
|
d7b583420b
allow archs to provide a 7-argument syscall if needed
|
há 5 anos atrás |
Rich Felker
|
788d5e24ca
remove external __syscall function and last remaining users
|
há 6 anos atrás |
Rich Felker
|
036df43d2a
fix regression with compilers not incorporating C99 DR#289 resolution
|
há 6 anos atrás |
Rich Felker
|
5ce3737931
reduce spurious inclusion of libc.h
|
há 6 anos atrás |
Rich Felker
|
7e399fabd3
apply hidden visibility to various remaining internal interfaces
|
há 6 anos atrás |
Rich Felker
|
cb229f614f
move and deduplicate declarations of __vdsosym to make it checkable
|
há 6 anos atrás |
Rich Felker
|
6fcd60ddd9
move and deduplicate declarations of __procfdname to make it checkable
|
há 6 anos atrás |
Rich Felker
|
9b95fd0944
define and use internal macros for hidden visibility, weak refs
|
há 6 anos atrás |
Rich Felker
|
7cc3a28eed
fix pread/pwrite syscall calling convention on sh
|
há 8 anos atrás |
Szabolcs Nagy
|
a5e133bf29
change the internal socketcall selection logic
|
há 9 anos atrás |
Rich Felker
|
8a8fdf6398
eliminate use of SHARED macro to suppress visibility attributes
|
há 9 anos atrás |
Rich Felker
|
7405cd1e2b
fix inconsistent visibility for internal syscall symbols
|
há 10 anos atrás |
Szabolcs Nagy
|
e63833cd43
remove cruft from x86_64 syscall.h
|
há 10 anos atrás |
Rich Felker
|
4134c68dd4
unify non-inline version of syscall code across archs
|
há 10 anos atrás |
Rich Felker
|
b5bbe79749
add framework for mmap2 syscall unit to vary by arch
|
há 10 anos atrás |
Szabolcs Nagy
|
8258014fd1
fix for broken kernel side RLIM_INFINITY on mips
|
há 10 anos atrás |
Rich Felker
|
106e65d6f6
break down coarse-grained 64-bit-off_t syscall remappings
|
há 10 anos atrás |
Rich Felker
|
55f45bc722
fix sendfile syscall to use 64-bit off_t
|
há 10 anos atrás |
Rich Felker
|
9b880a6b41
fix sys_open macro for archs without the plain open syscall
|
há 10 anos atrás |
Rich Felker
|
9289931446
fix placement of multiple inclusion guard endif in internal syscall.h
|
há 10 anos atrás |
Rich Felker
|
594c827a22
support kernels with no SYS_open syscall, only SYS_openat
|
há 10 anos atrás |
Timo Teräs
|
fbeadd150f
make socketcall types common as they are same for all architectures
|
há 11 anos atrás |
Rich Felker
|
83c98aac4c
use hidden visibility rather than protected for syscall internals
|
há 11 anos atrás |
Rich Felker
|
d8b587796f
mostly-cosmetic fixups to x32 port merge
|
há 11 anos atrás |
rofl0r
|
5cc1d920ba
internal/syscall.h: add syscall_arg_t macro
|
há 11 anos atrás |
rofl0r
|
bf84967cae
internal/syscall.h: use a macro for the syscall args casts
|
há 11 anos atrás |
Rich Felker
|
3df0b66ee9
fix missing argument in variadic syscall macros
|
há 11 anos atrás |
Rich Felker
|
607b05aca6
use explicit visibility to optimize a few hot-path function calls
|
há 12 anos atrás |
Rich Felker
|
9a3bbce447
add 7-arg syscall support for mips
|
há 12 anos atrás |