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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
give libc access to its own malloc even if public malloc is interposed
Rich Felker
2020-11-11
1
-0
/
+6
*
move aio implementation details to a proper internal header
Rich Felker
2020-10-14
1
-1
/
+0
*
refactor thrd_sleep and nanosleep in terms of clock_nanosleep
Rich Felker
2019-07-27
1
-0
/
+1
*
use namespace-safe __lseek for __stdio_seek instead of direct syscall
Rich Felker
2019-07-16
1
-0
/
+1
*
use the correct attributes for ___errno_location
Samuel Holland
2019-07-10
1
-0
/
+3
*
make FILE a complete type for pre-C11 standard profiles
Rich Felker
2019-03-12
2
-0
/
+11
*
add membarrier syscall wrapper, refactor dynamic tls install to use it
Rich Felker
2019-02-22
1
-0
/
+9
*
introduce namespace-safe rwlock aliases; use in pthread_key_create
Rich Felker
2019-02-16
1
-0
/
+7
*
add namespace-safe version of getauxval for internal use
Rich Felker
2018-12-09
1
-0
/
+10
*
bypass indirection through pointer objects to access stdin/out/err
Rich Felker
2018-10-18
1
-0
/
+18
*
add hidden version of &errno accessor function
Rich Felker
2018-09-14
1
-0
/
+11
*
use wrapper headers to hide most namespaced/internally-public symbols
Rich Felker
2018-09-12
12
-60
/
+64
*
declare __env_rm_add in wrapper stdlib.h
Rich Felker
2018-09-12
1
-0
/
+1
*
overhaul internally-public declarations using wrapper headers
Rich Felker
2018-09-12
14
-0
/
+173