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
/
arch
/
i386
/
bits
/
syscall.h
Age
Commit message (
Expand
)
Author
Lines
2014-10-08
add new syscall numbers for seccomp, getrandom, memfd_create
Szabolcs Nagy
-0
/
+6
2014-07-20
add syscall numbers for the new renameat2 syscall
Szabolcs Nagy
-0
/
+2
2014-05-30
add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro
Szabolcs Nagy
-0
/
+4
2013-09-26
add missing i386 syscall numbers
Rich Felker
-0
/
+10
2013-04-01
add syscall numbers for the new kcmp and finit_module syscalls
Szabolcs Nagy
-0
/
+4
2012-09-08
syscall organization overhaul
Rich Felker
-286
/
+0
2012-09-08
add acct, accept4, setns, and dup3 syscalls (linux extensions)
Rich Felker
-0
/
+3
2012-09-02
avoid "inline" in public headers for strict c89 compatibility
Rich Felker
-14
/
+14
2012-08-09
add defines for number of sigset_t bytes syscalls expect
Rich Felker
-0
/
+2
2012-06-23
update syscall defs to latest kernel ones
Rich Felker
-0
/
+16
2012-04-04
work around nasty gcc bug in the i386 syscall asm
Rich Felker
-4
/
+4
2012-01-20
add prlimit syscall wrapper
Rich Felker
-0
/
+2
2011-09-21
update syscalls with off_t arguments to handle argument alignment, if needed
Rich Felker
-1
/
+2
2011-06-14
__syscall5 inline is having trouble with PIC; just use the function for now
Rich Felker
-0
/
+7
2011-04-20
add syscall wrappers for posix_fadvise, posix_fallocate
Rich Felker
-0
/
+4
2011-04-17
overhaul pthread cancellation
Rich Felker
-1
/
+3
2011-03-28
fix bug from syscall overhaul: extra __syscall_ret call for 0-arg syscalls
Rich Felker
-1
/
+1
2011-03-19
honor namespace for i386 syscall.h, even though it's not a standard header
Rich Felker
-50
/
+50
2011-03-19
syscall overhaul part two - unify public and internal syscall interface
Rich Felker
-0
/
+131
2011-03-19
overhaul syscall interface
Rich Felker
-0
/
+810