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 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
*
partial TLS support for dynamic-linked programs
Rich Felker
2012-10-04
1
-5
/
+5
*
TLS (GNU/C11 thread-local storage) support for static-linked programs
Rich Felker
2012-10-04
2
-0
/
+73
*
ensure canary is setup if stack-prot libs are dlopen'd into non-ssp app
Rich Felker
2012-08-25
1
-1
/
+2
*
save AT_HWCAP from auxv for subsequent use in machine-specific code
Rich Felker
2012-07-27
1
-0
/
+1
*
direct syscall to open in __init_security needs O_LARGEFILE
Rich Felker
2012-06-14
1
-1
/
+1
*
fix missing static (namespace clash)
Rich Felker
2012-05-10
1
-1
/
+1
*
overhaul SSP support to use a real canary
Rich Felker
2012-05-03
3
-8
/
+17
*
make stack protector work with gcc configured for non-tls canary
Rich Felker
2012-04-30
1
-0
/
+2
*
first attempt at enabling stack protector support
Rich Felker
2012-04-24
2
-0
/
+21
*
bring back ___environ symbol (3 underscores)
Rich Felker
2011-08-23
1
-0
/
+1
*
security hardening: ensure suid programs have valid stdin/out/err
Rich Felker
2011-08-23
3
-13
/
+38
*
fix for setenv bogus var argument handling
Rich Felker
2011-07-28
1
-1
/
+1
*
add startup abi functions, dummy for now. eventually needed for c++ support.
Rich Felker
2011-04-06
2
-0
/
+10
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
7
-0
/
+178