fix scanf %c conversion wrongly storing a terminating null byte
[musl] / src / env /
2013-04-06 Rich Felkeradd support for program_invocation[_short]_name
2013-02-17 Rich Felkerremove unused #undef environ now that libc.h no longer...
2012-12-26 Rich Felkerfix reference to libc struct in static tls init code
2012-11-30 Rich Felkerfix ordering of shared library ctors with respect to...
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-08 Rich Felkerclean up sloppy nested inclusion from pthread_impl.h
2012-11-02 Rich Felkerfix unused variable warnings
2012-10-21 Rich Felkeras an extension, have putenv("VAR") behave as unsetenv...
2012-10-19 Rich Felkerfix crashes in static-linked multithreaded programs...
2012-10-15 Rich Felkeradd support for TLS variant I, presently needed for...
2012-10-12 Rich Felkeri386 vsyscall support (vdso-provided sysenter/syscall...
2012-10-08 Rich Felkerensure that buffer for decoding auxv at startup is...
2012-10-08 Rich Felkerclean up and refactor program initialization
2012-10-06 Rich Felkerfix buggy TLS size/alignment computations in static...
2012-10-05 Rich Felkersupport for TLS in dynamic-loaded (dlopen) modules
2012-10-05 Rich Felkerpartial TLS support for dynamic-linked programs
2012-10-04 Rich FelkerTLS (GNU/C11 thread-local storage) support for static...
2012-08-25 Rich Felkerensure canary is setup if stack-prot libs are dlopen...
2012-07-27 Rich Felkersave AT_HWCAP from auxv for subsequent use in machine...
2012-06-15 Rich Felkerdirect syscall to open in __init_security needs O_LARGEFILE
2012-05-11 Rich FelkerMerge remote-tracking branch 'nsz/master'
2012-05-11 Rich Felkerfix missing static (namespace clash)
2012-05-04 Rich Felkeroverhaul SSP support to use a real canary
2012-04-30 Rich Felkermake stack protector work with gcc configured for non...
2012-04-24 Rich Felkerfirst attempt at enabling stack protector support
2011-08-23 Rich Felkerbring back ___environ symbol (3 underscores)
2011-08-23 Rich Felkersecurity hardening: ensure suid programs have valid...
2011-07-29 Rich Felkerfix for setenv bogus var argument handling
2011-04-06 Rich Felkeradd startup abi functions, dummy for now. eventually...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0