index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal
/
syscall.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
use syscall_arg_t and __scc macro for arguments to __alt_socketcall
Alex Xu (Hello71)
2022-08-02
1
-3
/
+3
*
don't remap internal-use syscall macros to nonexistent time32 syscalls
Stefan O'Rear
2022-04-27
1
-10
/
+10
*
prefer new socket syscalls, fallback to SYS_socketcall only if needed
Rich Felker
2020-08-08
1
-9
/
+23
*
remove legacy time32 timer[fd] syscalls from public syscall.h
Rich Felker
2020-02-05
1
-0
/
+16
*
remove further legacy time32 clock syscalls from public syscall.h
Rich Felker
2020-02-05
1
-0
/
+16
*
remove legacy clock_gettime and gettimeofday from public syscall.h
Rich Felker
2020-01-30
1
-0
/
+7
*
implement SO_TIMESTAMP[NS] fallback for kernels without time64 versions
Rich Felker
2019-12-17
1
-0
/
+7
*
ioctl: add fallback for new time64 SIOCGSTAMP[NS]
Rich Felker
2019-07-31
1
-0
/
+7
*
get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO
Rich Felker
2019-07-31
1
-0
/
+7
*
make __socketcall analogous to __syscall, error-returning
Rich Felker
2019-07-31
1
-6
/
+6
*
internally, define plain syscalls, if missing, as their time64 variants
Rich Felker
2019-07-27
1
-0
/
+83
*
allow archs to provide a 7-argument syscall if needed
Rich Felker
2019-05-05
1
-0
/
+1
*
remove external __syscall function and last remaining users
Rich Felker
2019-04-10
1
-12
/
+1
*
fix regression with compilers not incorporating C99 DR#289 resolution
Rich Felker
2018-09-13
1
-1
/
+1
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
1
-1
/
+1
*
apply hidden visibility to various remaining internal interfaces
Rich Felker
2018-09-12
1
-2
/
+2
*
move and deduplicate declarations of __vdsosym to make it checkable
Rich Felker
2018-09-12
1
-0
/
+2
*
move and deduplicate declarations of __procfdname to make it checkable
Rich Felker
2018-09-12
1
-0
/
+2
*
define and use internal macros for hidden visibility, weak refs
Rich Felker
2018-09-05
1
-2
/
+2
*
fix pread/pwrite syscall calling convention on sh
Rich Felker
2016-08-11
1
-0
/
+4
*
change the internal socketcall selection logic
Szabolcs Nagy
2016-01-26
1
-1
/
+1
*
eliminate use of SHARED macro to suppress visibility attributes
Rich Felker
2015-11-11
1
-2
/
+0
*
fix inconsistent visibility for internal syscall symbols
Rich Felker
2015-04-14
1
-1
/
+1
*
remove cruft from x86_64 syscall.h
Szabolcs Nagy
2015-02-07
1
-0
/
+3
*
unify non-inline version of syscall code across archs
Rich Felker
2014-11-22
1
-0
/
+10
*
add framework for mmap2 syscall unit to vary by arch
Rich Felker
2014-07-30
1
-0
/
+4
*
fix for broken kernel side RLIM_INFINITY on mips
Szabolcs Nagy
2014-05-30
1
-0
/
+4
*
break down coarse-grained 64-bit-off_t syscall remappings
Rich Felker
2014-05-30
1
-4
/
+16
*
fix sendfile syscall to use 64-bit off_t
Rich Felker
2014-05-30
1
-0
/
+5
*
fix sys_open macro for archs without the plain open syscall
Rich Felker
2014-05-27
1
-4
/
+4
*
fix placement of multiple inclusion guard endif in internal syscall.h
Rich Felker
2014-05-27
1
-2
/
+2
*
support kernels with no SYS_open syscall, only SYS_openat
Rich Felker
2014-05-24
1
-0
/
+18
*
make socketcall types common as they are same for all architectures
Timo Teräs
2014-04-17
1
-0
/
+23
*
use hidden visibility rather than protected for syscall internals
Rich Felker
2014-04-12
1
-1
/
+1
*
mostly-cosmetic fixups to x32 port merge
Rich Felker
2014-02-23
1
-5
/
+2
*
internal/syscall.h: add syscall_arg_t macro
rofl0r
2014-02-22
1
-6
/
+11
*
internal/syscall.h: use a macro for the syscall args casts
rofl0r
2014-02-22
1
-13
/
+17
*
fix missing argument in variadic syscall macros
Rich Felker
2013-07-17
1
-1
/
+1
*
use explicit visibility to optimize a few hot-path function calls
Rich Felker
2012-10-25
1
-3
/
+5
*
add 7-arg syscall support for mips
Rich Felker
2012-09-09
1
-2
/
+3
*
syscall organization overhaul
Rich Felker
2012-09-08
1
-5
/
+138
*
workaround for preprocessor bug in pcc
Rich Felker
2011-05-01
1
-7
/
+7
*
overhaul pthread cancellation
Rich Felker
2011-04-17
1
-0
/
+14
*
global cleanup to use the new syscall interface
Rich Felker
2011-03-20
1
-22
/
+0
*
syscall overhaul part two - unify public and internal syscall interface
Rich Felker
2011-03-19
1
-0
/
+32
*
move arch-specific internal headers into place
Rich Felker
2011-02-15
1
-500
/
+0
*
cleaning up syscalls in preparation for x86_64 port
Rich Felker
2011-02-13
1
-9
/
+40
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+469