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
*
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
*
make __init_libc static for non-shared libc
Rich Felker
2014-04-21
1
-0
/
+3
*
further micro-optimize startup code for size
Rich Felker
2014-04-21
2
-23
/
+14
*
micro-optimize some startup code for size
Rich Felker
2014-04-21
2
-7
/
+4
*
remove some cruft from libc/tls init code
Rich Felker
2014-04-07
2
-3
/
+0
*
remove cruft left behind when lazy thread pointer init was removed
Rich Felker
2014-04-04
1
-8
/
+0
*
remove lazy ssp initialization
Timo Teräs
2014-03-25
2
-15
/
+5
*
always initialize thread pointer at program start
Rich Felker
2014-03-24
2
-13
/
+50
*
reduce static linking overhead from TLS support by inlining mmap syscall
Rich Felker
2014-03-23
1
-1
/
+9
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
5
-6
/
+2
*
remove errno setting from setenv, malloc sets it correctly on oom
Szabolcs Nagy
2013-10-07
1
-1
/
+0
*
fix failure to check malloc result in setenv
Rich Felker
2013-10-04
1
-9
/
+9
*
support configurable page size on mips, powerpc and microblaze
Szabolcs Nagy
2013-09-15
1
-0
/
+1
*
add system for resetting TLS to initial values
Rich Felker
2013-08-03
2
-14
/
+40
*
remove __libc_csu_* cruft
Rich Felker
2013-07-21
2
-10
/
+0
*
add support for init/fini array in main program, and greatly simplify
Rich Felker
2013-07-21
1
-13
/
+13
*
fix omission of dtv setup in static linked programs on TLS variant I archs
Rich Felker
2013-07-13
1
-1
/
+1
*
add support for program_invocation[_short]_name
Rich Felker
2013-04-06
1
-2
/
+8
*
remove unused #undef environ now that libc.h no longer #defines it
Rich Felker
2013-02-17
1
-1
/
+0
*
fix reference to libc struct in static tls init code
Rich Felker
2012-12-25
1
-1
/
+1
*
fix ordering of shared library ctors with respect to libc init
Rich Felker
2012-11-30
1
-0
/
+5
*
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
2012-11-08
1
-0
/
+2
*
fix unused variable warnings
Rich Felker
2012-11-01
2
-2
/
+1
*
as an extension, have putenv("VAR") behave as unsetenv("VAR")
Rich Felker
2012-10-21
1
-5
/
+5
*
fix crashes in static-linked multithreaded programs without TLS
Rich Felker
2012-10-19
1
-0
/
+2
*
add support for TLS variant I, presently needed for arm and mips
Rich Felker
2012-10-15
1
-1
/
+8
*
i386 vsyscall support (vdso-provided sysenter/syscall instruction based)
Rich Felker
2012-10-11
1
-0
/
+3
*
ensure that buffer for decoding auxv at startup is initially zero
Rich Felker
2012-10-08
1
-1
/
+1
*
clean up and refactor program initialization
Rich Felker
2012-10-07
4
-31
/
+30
*
fix buggy TLS size/alignment computations in static-linked TLS
Rich Felker
2012-10-06
1
-5
/
+22
*
support for TLS in dynamic-loaded (dlopen) modules
Rich Felker
2012-10-05
1
-2
/
+2
[next]