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
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
store pthread stack guard sizes for pthread_getattr_np
William Pitcock
2018-02-03
1
-0
/
+1
*
revise the definition of multiple basic locks in the code
Jens Gustedt
2018-01-09
1
-2
/
+2
*
new lock algorithm with state and congestion count in one atomic int
Jens Gustedt
2018-01-09
1
-0
/
+6
*
add a_clz_64 helper function
Szabolcs Nagy
2017-08-29
1
-0
/
+21
*
unify the use of FUTEX_PRIVATE
Jens Gustedt
2017-07-04
1
-1
/
+1
*
increase limit on locale name length from 15 to 23 bytes
Rich Felker
2017-03-21
1
-1
/
+1
*
fix crashes in x32 __tls_get_addr
rofl0r
2017-01-13
1
-0
/
+4
*
treat base 1 as an error in strtol-family functions
Rich Felker
2017-01-04
1
-1
/
+1
*
remove largish unused field from pthread structure
Rich Felker
2016-12-06
1
-1
/
+0
*
add s390x port
Bobby Bingham
2016-11-11
1
-0
/
+15
*
treat null vdso base same as missing
Bobby Bingham
2016-11-11
1
-0
/
+1
*
generalize ELF hash table types not to assume 32-bit entries
Rich Felker
2016-11-11
1
-1
/
+2
*
fix build regression on archs with variable page size
Rich Felker
2016-11-08
1
-1
/
+1
*
fix minor problem in previous strtod non-nearest rounding bug fix
Rich Felker
2016-10-20
1
-1
/
+1
*
fix strtod int optimization in non-nearest rounding mode
Szabolcs Nagy
2016-10-20
1
-1
/
+4
*
fix strtod and strtof rounding with many trailing zeros
Szabolcs Nagy
2016-10-20
1
-0
/
+3
*
fix pread/pwrite syscall calling convention on sh
Rich Felker
2016-08-11
1
-0
/
+4
*
add powerpc64 port
Bobby Bingham
2016-05-08
1
-0
/
+17
*
add mips n32 port (ILP32 ABI for mips64)
Rich Felker
2016-04-18
1
-0
/
+19
*
add mips64 port
Rich Felker
2016-03-06
1
-0
/
+19
*
generalize mips-specific reloc code not to hard-code sym/type encoding
Rich Felker
2016-03-06
1
-0
/
+2
*
allow implementing a_cas_p with pointer-sized ll/sc
Bobby Bingham
2016-02-23
1
-0
/
+18
*
fix line-buffered flush omission for odd usage of putc-family functions
Rich Felker
2016-02-10
1
-1
/
+2
*
ldso: fix GDB dynamic linker info on MIPS
Felix Fietkau
2016-01-30
1
-0
/
+4
*
change the internal socketcall selection logic
Szabolcs Nagy
2016-01-26
1
-1
/
+1
*
move sh port's __shcall internal function from arch/sh/src to src tree
Rich Felker
2016-01-22
1
-0
/
+5
*
refactor internal atomic.h
Rich Felker
2016-01-21
1
-0
/
+275
*
exclude vis.h when compiling assembly files
Khem Raj
2016-01-20
1
-1
/
+1
*
remove undef weak refs to init/fini array symbols in libc.so
Rich Felker
2015-11-19
1
-6
/
+1
*
remove use of SHARED macro in dynamic linker version reporting
Rich Felker
2015-11-12
1
-4
/
+1
*
unify static and dynamic linked implementations of thread-local storage
Rich Felker
2015-11-12
1
-1
/
+8
*
eliminate use of SHARED macro to suppress visibility attributes
Rich Felker
2015-11-11
2
-14
/
+4
*
fix dynamic loader library mapping for nommu systems
Rich Felker
2015-11-11
1
-0
/
+4
*
explicitly assemble all arm asm sources as UAL
Rich Felker
2015-11-10
1
-0
/
+1
*
remove non-working pre-armv4t support from arm asm
Rich Felker
2015-11-09
1
-2
/
+0
*
eliminate protected-visibility data in libc.so with vis.h preinclude
Rich Felker
2015-09-29
1
-0
/
+3
*
fix signal return for sh/fdpic
Rich Felker
2015-09-23
1
-0
/
+2
*
add real fdpic loading of shared libraries
Rich Felker
2015-09-22
1
-0
/
+4
*
add general fdpic support in dynamic linker and arch support for sh
Rich Felker
2015-09-22
1
-3
/
+14
*
add fdpic structs and reloc types for dynamic linking
Rich Felker
2015-09-17
1
-0
/
+16
*
provide arch-generic fdpic self-relocation code for crt1 to use
Rich Felker
2015-09-12
1
-0
/
+28
*
fix local-dynamic model TLS on mips and powerpc
Rich Felker
2015-06-25
1
-0
/
+4
*
switch to using trap number 31 for syscalls on sh
Rich Felker
2015-06-16
1
-1
/
+1
*
refactor stdio open file list handling, move it out of global libc struct
Rich Felker
2015-06-16
2
-4
/
+3
*
byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code
Rich Felker
2015-06-16
1
-0
/
+3
*
byte-based C locale, phase 2: stdio and iconv (multibyte callers)
Rich Felker
2015-06-16
1
-0
/
+1
*
add multiple inclusion guard to locale_impl.h
Rich Felker
2015-06-07
1
-0
/
+5
*
remove redefinition of MB_CUR_MAX in locale_impl.h
Rich Felker
2015-06-07
1
-3
/
+0
*
make static C and C.UTF-8 locales available outside of newlocale
Rich Felker
2015-06-06
1
-0
/
+7
*
overhaul locale internals to treat categories roughly uniformly
Rich Felker
2015-05-27
2
-7
/
+5
[next]