summaryrefslogtreecommitdiff
path: root/src/internal/libc.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-10overhaul i386 syscall mechanism not to depend on external asm sourceRich Felker1-1/+0
2015-04-22remove additional libc struct accessor cruftRich Felker1-12/+0
2013-04-06add support for program_invocation[_short]_nameRich Felker1-0/+4
2012-10-11i386 vsyscall support (vdso-provided sysenter/syscall instruction based)Rich Felker1-0/+1
2012-07-27save AT_HWCAP from auxv for subsequent use in machine-specific codeRich Felker1-0/+2
2012-02-24new attempt at working around the gcc 3 visibility bugRich Felker1-0/+4
2012-02-24remove useless attribute visibility from definitionsRich Felker1-1/+1
2012-02-23cleanup and work around visibility bug in gcc 3 that affects x86_64Rich Felker1-1/+1
2011-02-24various changes in preparation for dynamic linking supportRich Felker1-1/+1
2011-02-20use an accessor function for __libc data pointer when compiled as PICRich Felker1-1/+9
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+3