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