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
/
select
Age
Commit message (
Expand
)
Author
Lines
2024-01-21
expose ppoll in default feature profile
Rich Felker
-1
/
+1
2024-01-21
move ppoll from src/linux to src/select reflecting future standardization
Rich Felker
-0
/
+26
2023-03-03
poll: fix misuse of timespec type on 32-bit archs without poll syscall
Rich Felker
-2
/
+7
2023-03-02
select: fix 64-bit timeout truncation on pre-time64 kernels
Alexey Izbyshev
-0
/
+1
2019-08-07
fix regression in select with no timeout
Rich Felker
-1
/
+2
2019-07-30
select: overhaul for time64
Rich Felker
-13
/
+31
2019-07-28
pselect, ppoll: add time64 syscall support, decouple 32-bit time_t
Rich Felker
-3
/
+17
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
-3
/
+0
2014-05-29
support linux kernel apis (new archs) with old syscalls removed
Rich Felker
-0
/
+26
2014-05-26
fix type of extended argument array to pselect6 syscall
Rich Felker
-1
/
+2
2013-03-26
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
Rich Felker
-1
/
+2
2012-09-06
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
-2
/
+2
2012-08-09
fix (hopefully) all hard-coded 8's for kernel sigset_t size
Rich Felker
-1
/
+1
2011-04-17
overhaul pthread cancellation
Rich Felker
-17
/
+3
2011-03-24
overhaul cancellation to fix resource leaks and dangerous behavior with signals
Rich Felker
-0
/
+2
2011-03-20
global cleanup to use the new syscall interface
Rich Felker
-3
/
+3
2011-02-15
yet another ugly legacy syscall rename...
Rich Felker
-1
/
+1
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+39