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
/
env
Age
Commit message (
Expand
)
Author
Lines
2016-03-06
env: avoid leaving dangling pointers in __env_map
Alexander Monakov
-0
/
+1
2015-11-19
remove undef weak refs to init/fini array symbols in libc.so
Rich Felker
-4
/
+6
2015-11-12
unify static and dynamic linked implementations of thread-local storage
Rich Felker
-45
/
+49
2015-11-11
unify static and dynamic libc init/fini code paths
Rich Felker
-15
/
+11
2015-11-11
eliminate use of SHARED macro to suppress visibility attributes
Rich Felker
-10
/
+1
2015-09-22
move calls to application init functions after crt1 entry point
Rich Felker
-0
/
+3
2015-06-20
provide __stack_chk_fail_local in libc.a
Rich Felker
-0
/
+4
2015-05-06
fix stack protector crashes on x32 & powerpc due to misplaced TLS canary
Rich Felker
-1
/
+1
2015-04-23
fix misalignment of dtv in static-linked programs with odd-sized TLS
Rich Felker
-1
/
+2
2015-04-23
remove dead store from static __init_tls
Rich Felker
-2
/
+0
2015-04-23
make __init_tp function static when static linking
Rich Felker
-0
/
+3
2015-04-22
fix inconsistent visibility for __hwcap and __sysinfo symbols
Rich Felker
-3
/
+0
2015-04-22
remove useless visibility application from static-linking-only code
Rich Felker
-3
/
+2
2015-04-13
allow libc itself to be built with stack protector enabled
Rich Felker
-0
/
+10
2015-04-13
remove remnants of support for running in no-thread-pointer mode
Rich Felker
-5
/
+3
2015-04-10
optimize out setting up robust list with kernel when not needed
Rich Felker
-0
/
+1
2015-03-11
copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs
Szabolcs Nagy
-1
/
+1
2015-03-06
fix over-alignment of TLS, insufficient builtin TLS on 64-bit archs
Rich Felker
-2
/
+8
2014-08-13
fix #ifdef inside a macro argument list in __init_tls.c
Szabolcs Nagy
-4
/
+3
2014-07-05
eliminate use of cached pid from thread structure
Rich Felker
-1
/
+1
2014-07-02
add locale framework
Rich Felker
-0
/
+1
2014-07-01
fix typo in a comment in __libc_start_main
Rich Felker
-1
/
+1
2014-06-19
separate __tls_get_addr implementation from dynamic linker/init_tls
Rich Felker
-5
/
+0
2014-06-10
simplify errno implementation
Rich Felker
-1
/
+0
2014-06-10
add thread-pointer support for pre-2.6 kernels on i386
Rich Felker
-9
/
+4
2014-05-29
support linux kernel apis (new archs) with old syscalls removed
Rich Felker
-0
/
+5
2014-05-24
support kernels with no SYS_open syscall, only SYS_openat
Rich Felker
-1
/
+1
2014-04-21
make __init_libc static for non-shared libc
Rich Felker
-0
/
+3
2014-04-21
further micro-optimize startup code for size
Rich Felker
-23
/
+14
2014-04-21
micro-optimize some startup code for size
Rich Felker
-7
/
+4
2014-04-07
remove some cruft from libc/tls init code
Rich Felker
-3
/
+0
2014-04-04
remove cruft left behind when lazy thread pointer init was removed
Rich Felker
-8
/
+0
2014-03-25
remove lazy ssp initialization
Timo Teräs
-15
/
+5
2014-03-24
always initialize thread pointer at program start
Rich Felker
-13
/
+50
2014-03-23
reduce static linking overhead from TLS support by inlining mmap syscall
Rich Felker
-1
/
+9
2013-12-12
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
-6
/
+2
2013-10-07
remove errno setting from setenv, malloc sets it correctly on oom
Szabolcs Nagy
-1
/
+0
2013-10-04
fix failure to check malloc result in setenv
Rich Felker
-9
/
+9
2013-09-15
support configurable page size on mips, powerpc and microblaze
Szabolcs Nagy
-0
/
+1
2013-08-03
add system for resetting TLS to initial values
Rich Felker
-14
/
+40
2013-07-21
remove __libc_csu_* cruft
Rich Felker
-10
/
+0
2013-07-21
add support for init/fini array in main program, and greatly simplify
Rich Felker
-13
/
+13
2013-07-13
fix omission of dtv setup in static linked programs on TLS variant I archs
Rich Felker
-1
/
+1
2013-04-06
add support for program_invocation[_short]_name
Rich Felker
-2
/
+8
2013-02-17
remove unused #undef environ now that libc.h no longer #defines it
Rich Felker
-1
/
+0
2012-12-25
fix reference to libc struct in static tls init code
Rich Felker
-1
/
+1
2012-11-30
fix ordering of shared library ctors with respect to libc init
Rich Felker
-0
/
+5
2012-11-08
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
-0
/
+2
2012-11-01
fix unused variable warnings
Rich Felker
-2
/
+1
2012-10-21
as an extension, have putenv("VAR") behave as unsetenv("VAR")
Rich Felker
-5
/
+5
[next]