index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
aio
/
aio_suspend.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-19
fix use of uninitialized dummy_fut in aio_suspend
Alexey Izbyshev
1
-1
/
+1
2022-10-19
remove LFS64 symbol aliases; replace with dynamic linker remapping
Rich Felker
1
-4
/
+0
2020-10-14
move aio implementation details to a proper internal header
Rich Felker
1
-0
/
+1
2019-10-28
disable lfs64 aliases for remapped time64 functions
Rich Felker
1
-0
/
+2
2018-09-12
remove spurious inclusion of libc.h for LFS64 ABI aliases
Rich Felker
1
-1
/
+1
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
1
-1
/
+0
2018-09-12
move additional pthread internal declarations to pthread_impl.h, hide
Rich Felker
1
-2
/
+0
2015-03-02
make aio_suspend a cancellation point and properly handle cancellation
Rich Felker
1
-3
/
+9
2015-03-02
factor cancellation cleanup push/pop out of futex __timedwait function
Rich Felker
1
-1
/
+1
2015-02-13
overhaul aio implementation for correctness
Rich Felker
1
-33
/
+46
2014-09-05
add missing legacy LFS *64 symbol aliases
Szabolcs Nagy
1
-0
/
+3
2011-09-13
fix various errors in function signatures/prototypes found by nsz
Rich Felker
1
-1
/
+1
2011-09-09
implement POSIX asynchronous io
Rich Felker
1
-0
/
+57