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
/
env
Commit message (
Expand
)
Author
Age
Files
Lines
*
add secure_getenv function
Petr Vaněk
2019-08-08
1
-0
/
+8
*
fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targets
Szabolcs Nagy
2019-05-16
1
-1
/
+2
*
overhaul i386 syscall mechanism not to depend on external asm source
Rich Felker
2019-04-10
2
-1
/
+3
*
track all live threads in an AS-safe, fully-consistent linked list
Rich Felker
2019-02-15
1
-1
/
+4
*
__libc_start_main: slightly simplify stage2 pointer setup
Alexander Monakov
2018-11-02
1
-3
/
+4
*
use prototype for function pointer in static link libc init barrier
Rich Felker
2018-10-18
1
-1
/
+1
*
fix error in constraints for static link libc init barrier
Rich Felker
2018-10-18
1
-1
/
+1
*
document and make explicit desired noinline property for __init_libc
Rich Felker
2018-10-17
1
-0
/
+6
*
impose barrier between thread pointer setup and use for static linking
Rich Felker
2018-10-17
1
-0
/
+13
*
combine arch ABI's DTP_OFFSET into DTV pointers
Rich Felker
2018-10-12
2
-13
/
+12
*
support setting of default thread stack size via PT_GNU_STACK header
Rich Felker
2018-09-18
1
-0
/
+5
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
5
-5
/
+1
*
overhaul internally-public declarations using wrapper headers
Rich Felker
2018-09-12
6
-11
/
+5
*
define and use internal macros for hidden visibility, weak refs
Rich Felker
2018-09-05
3
-6
/
+3
*
fix TLS layout of TLS variant I when there is a gap above TP
Szabolcs Nagy
2018-06-02
1
-2
/
+8
*
improve joinable/detached thread state handling
Rich Felker
2018-05-05
1
-2
/
+2
*
use a dedicated futex object for pthread_join instead of tid field
Rich Felker
2018-05-02
1
-1
/
+2
*
prevent bypass of guarantee that suids start with fd 0/1/2 open
Rich Felker
2018-04-05
1
-0
/
+2
*
for executing init array functions, use function type with prototype
Rich Felker
2017-10-13
1
-1
/
+1
*
free allocations in clearenv
Alexander Monakov
2017-09-04
1
-2
/
+6
*
overhaul environment functions
Alexander Monakov
2017-09-04
4
-81
/
+86
*
__init_libc: add fallbacks for __progname setup
Alexander Monakov
2017-08-29
1
-4
/
+4
*
fix support for initialized TLS in static PIE binaries
Rich Felker
2016-12-20
1
-0
/
+5
*
env: avoid leaving dangling pointers in __env_map
Alexander Monakov
2016-03-06
1
-0
/
+1
*
remove undef weak refs to init/fini array symbols in libc.so
Rich Felker
2015-11-19
1
-4
/
+6
*
unify static and dynamic linked implementations of thread-local storage
Rich Felker
2015-11-12
2
-45
/
+49
*
unify static and dynamic libc init/fini code paths
Rich Felker
2015-11-11
1
-15
/
+11
*
eliminate use of SHARED macro to suppress visibility attributes
Rich Felker
2015-11-11
1
-10
/
+1
*
move calls to application init functions after crt1 entry point
Rich Felker
2015-09-22
1
-0
/
+3
*
provide __stack_chk_fail_local in libc.a
Rich Felker
2015-06-20
1
-0
/
+4
*
fix stack protector crashes on x32 & powerpc due to misplaced TLS canary
Rich Felker
2015-05-06
1
-1
/
+1
*
fix misalignment of dtv in static-linked programs with odd-sized TLS
Rich Felker
2015-04-23
1
-1
/
+2
*
remove dead store from static __init_tls
Rich Felker
2015-04-23
1
-2
/
+0
*
make __init_tp function static when static linking
Rich Felker
2015-04-23
1
-0
/
+3
*
fix inconsistent visibility for __hwcap and __sysinfo symbols
Rich Felker
2015-04-22
1
-3
/
+0
*
remove useless visibility application from static-linking-only code
Rich Felker
2015-04-22
2
-3
/
+2
*
allow libc itself to be built with stack protector enabled
Rich Felker
2015-04-13
1
-0
/
+10
*
remove remnants of support for running in no-thread-pointer mode
Rich Felker
2015-04-13
2
-5
/
+3
*
optimize out setting up robust list with kernel when not needed
Rich Felker
2015-04-10
1
-0
/
+1
*
copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs
Szabolcs Nagy
2015-03-11
1
-1
/
+1
*
fix over-alignment of TLS, insufficient builtin TLS on 64-bit archs
Rich Felker
2015-03-06
1
-2
/
+8
*
fix #ifdef inside a macro argument list in __init_tls.c
Szabolcs Nagy
2014-08-13
1
-4
/
+3
*
eliminate use of cached pid from thread structure
Rich Felker
2014-07-05
1
-1
/
+1
*
add locale framework
Rich Felker
2014-07-02
1
-0
/
+1
*
fix typo in a comment in __libc_start_main
Rich Felker
2014-07-01
1
-1
/
+1
*
separate __tls_get_addr implementation from dynamic linker/init_tls
Rich Felker
2014-06-19
1
-5
/
+0
*
simplify errno implementation
Rich Felker
2014-06-10
1
-1
/
+0
*
add thread-pointer support for pre-2.6 kernels on i386
Rich Felker
2014-06-10
1
-9
/
+4
*
support linux kernel apis (new archs) with old syscalls removed
Rich Felker
2014-05-29
1
-0
/
+5
*
support kernels with no SYS_open syscall, only SYS_openat
Rich Felker
2014-05-24
1
-1
/
+1
[next]