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
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix incorrect void return type for syncfs function
Rich Felker
2015-07-09
1
-2
/
+2
*
fix missing argument to syscall in fanotify_mark
Clément Vasseur
2014-06-14
1
-1
/
+1
*
fix breakage from recent syscall commits due to missing errno macros
Rich Felker
2014-05-30
3
-0
/
+3
*
fix for broken kernel side RLIM_INFINITY on mips
Szabolcs Nagy
2014-05-30
1
-1
/
+16
*
support linux kernel apis (new archs) with old syscalls removed
Rich Felker
2014-05-29
5
-8
/
+29
*
add namespace-protected name for sysinfo function
Rich Felker
2014-04-15
2
-6
/
+5
*
x32: fix sysinfo()
rofl0r
2014-03-06
1
-0
/
+5
*
clone: make clone a wrapper around __clone
Bobby Bingham
2014-02-09
1
-0
/
+19
*
fix const-correctness of argument to stime
Rich Felker
2014-01-07
1
-1
/
+1
*
fix signedness of pgoff argument to remap_file_pages
Rich Felker
2014-01-07
1
-1
/
+1
*
fix incorrect type for wd argument of inotify_rm_watch
Rich Felker
2014-01-07
1
-1
/
+1
*
add some missing LFS64 aliases for fadvise/fallocate functions
Rich Felker
2014-01-06
1
-0
/
+4
*
fanotify.c: fix typo in header inclusion
rofl0r
2014-01-03
1
-1
/
+1
*
disable the brk function
Rich Felker
2014-01-02
1
-1
/
+2
*
disable sbrk for all values of increment except 0
Rich Felker
2014-01-02
1
-3
/
+3
*
add fanotify syscall wrapper and header
rofl0r
2014-01-02
1
-0
/
+14
*
add sys/quota.h and quotactl syscall wrapper
Rich Felker
2013-12-20
1
-0
/
+7
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
14
-10
/
+12
*
fix the prototype of settimeofday to follow the original BSD declaration
Szabolcs Nagy
2013-05-26
1
-1
/
+2
*
fix signalfd not to ignore flags
Rich Felker
2013-04-07
1
-1
/
+12
*
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
Rich Felker
2013-03-26
3
-3
/
+6
*
remove __arch_prctl alias for arch_prctl
Rich Felker
2012-12-07
1
-3
/
+1
*
move new linux syscall wrapper functions to proper source dir
Rich Felker
2012-12-07
2
-0
/
+16
*
add port io functions to sys/io.h
Rich Felker
2012-11-18
2
-2
/
+4
*
mips cache flush/ctl syscall support and header
Rich Felker
2012-11-04
1
-0
/
+18
*
move accept4, dup3, and pipe2 to non-linux-specific locations
Rich Felker
2012-09-29
3
-27
/
+0
*
fix some indention-with-spaces that crept in
Rich Felker
2012-09-29
2
-4
/
+4
*
LFS64 alias for prlimit
Rich Felker
2012-09-21
1
-0
/
+3
*
add clock_adjtime, remap_file_pages, and syncfs syscall wrappers
Rich Felker
2012-09-16
3
-0
/
+25
*
fix another ppoll issue (missing sigset_t size argument)
Rich Felker
2012-09-10
1
-1
/
+1
*
fix ppoll with null timeout argument
Rich Felker
2012-09-10
1
-2
/
+2
*
add linux ppoll syscall wrapper
Rich Felker
2012-09-09
1
-0
/
+9
*
reenable sync_file_range; should no longer break on mips
Rich Felker
2012-09-09
1
-2
/
+2
*
disable sync_file_range for now
Rich Felker
2012-09-08
1
-2
/
+3
*
add acct, accept4, setns, and dup3 syscalls (linux extensions)
Rich Felker
2012-09-08
3
-0
/
+28
*
add linux tee syscall
Rich Felker
2012-09-08
1
-0
/
+8
*
add linux sync_file_range syscall
Rich Felker
2012-09-08
1
-0
/
+16
*
move fallocate syscall wrapper to linux-specific syscalls dir
Rich Felker
2012-09-08
1
-0
/
+9
*
add linux readahead syscall
Rich Felker
2012-09-08
1
-0
/
+8
*
add timerfd interfaces (untested)
Rich Felker
2012-09-08
1
-0
/
+17
*
cleanup src/linux and src/misc trees, etc.
Rich Felker
2012-09-07
31
-404
/
+107
*
further use of _Noreturn, for non-plain-C functions
Rich Felker
2012-09-06
1
-4
/
+4
*
handle null arguments to legacy bsd err.h functions
Rich Felker
2012-08-15
1
-2
/
+2
*
add missing xattr functions
Rich Felker
2012-08-15
1
-0
/
+15
*
fix (hopefully) all hard-coded 8's for kernel sigset_t size
Rich Felker
2012-08-09
2
-2
/
+2
*
add ioperm/iopl syscalls
Rich Felker
2012-07-23
2
-0
/
+18
*
add splice and vmsplice syscalls
Rich Felker
2012-07-23
2
-0
/
+16
*
add extended attributes syscalls
Rich Felker
2012-07-23
1
-0
/
+47
*
add pipe2 syscall
Rich Felker
2012-07-23
1
-0
/
+8
*
add process_vm_readv and process_vm_writev syscall wrappers
Rich Felker
2012-06-23
1
-0
/
+13
[next]