summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/_env.c
AgeCommit message (Expand)Author
2015-01-20Fix non _REENTRANT build.christos
2013-09-09Don't scrub the environment unless we are going to change it. This shouldtron
2013-08-19Put the startup code in .text.startupmatt
2011-10-06Provide symbol definitions for environ and __progname. These are duplicatechristos
2010-11-17Include "namespace.h" to get namespace protection.tron
2010-11-16Implement mark & sweep garbage collection as suggested by Enami Tsugutomotron
2010-11-16Fix typos in comment.enami
2010-11-141.) Rename internal function __findvar() to __findenvvar().tron
2010-11-14Improve and simplify implementation of *env(3) functions:tron