about summary refs log tree commit diff
path: root/src/env
Commit message (Expand)AuthorAgeFilesLines
* save AT_HWCAP from auxv for subsequent use in machine-specific codeRich Felker2012-07-271-0/+1
* direct syscall to open in __init_security needs O_LARGEFILERich Felker2012-06-141-1/+1
* fix missing static (namespace clash)Rich Felker2012-05-101-1/+1
* overhaul SSP support to use a real canaryRich Felker2012-05-033-8/+17
* make stack protector work with gcc configured for non-tls canaryRich Felker2012-04-301-0/+2
* first attempt at enabling stack protector supportRich Felker2012-04-242-0/+21
* bring back ___environ symbol (3 underscores)Rich Felker2011-08-231-0/+1
* security hardening: ensure suid programs have valid stdin/out/errRich Felker2011-08-233-13/+38
* fix for setenv bogus var argument handlingRich Felker2011-07-281-1/+1
* add startup abi functions, dummy for now. eventually needed for c++ support.Rich Felker2011-04-062-0/+10
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-127-0/+178