32 Commits (b3797d3b2e10e6fff2a6b04af917e61e95838b08)

Author SHA1 Message Date
Rich Felker 22e5bbd0de overhaul i386 syscall mechanism not to depend on external asm source 7 years ago
Alexander Monakov 00bd3b7d30 __libc_start_main: slightly simplify stage2 pointer setup 8 years ago
Rich Felker 7eda27d025 use prototype for function pointer in static link libc init barrier 8 years ago
Rich Felker ba0d83e822 fix error in constraints for static link libc init barrier 8 years ago
Rich Felker 7136836e14 document and make explicit desired noinline property for __init_libc 8 years ago
Rich Felker 4390383b32 impose barrier between thread pointer setup and use for static linking 8 years ago
Rich Felker 13d1afa46f overhaul internally-public declarations using wrapper headers 8 years ago
Rich Felker 9b95fd0944 define and use internal macros for hidden visibility, weak refs 8 years ago
Rich Felker 119bc55ba6 prevent bypass of guarantee that suids start with fd 0/1/2 open 8 years ago
Rich Felker b3516058eb for executing init array functions, use function type with prototype 9 years ago
Alexander Monakov c7f56b4d2f __init_libc: add fallbacks for __progname setup 9 years ago
Rich Felker 19caa25d0a remove undef weak refs to init/fini array symbols in libc.so 11 years ago
Rich Felker ad1cd43a86 unify static and dynamic libc init/fini code paths 11 years ago
Rich Felker c87a521033 move calls to application init functions after crt1 entry point 11 years ago
Rich Felker f203b3511f fix inconsistent visibility for __hwcap and __sysinfo symbols 11 years ago
Rich Felker 285f969db6 fix typo in a comment in __libc_start_main 12 years ago
Rich Felker dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 12 years ago
Rich Felker 594c827a22 support kernels with no SYS_open syscall, only SYS_openat 12 years ago
Rich Felker 3176b57e52 make __init_libc static for non-shared libc 12 years ago
Rich Felker fbcfed7c2d further micro-optimize startup code for size 12 years ago
Rich Felker 9b52ab1c9a micro-optimize some startup code for size 12 years ago
Rich Felker 7e8b0761e5 remove some cruft from libc/tls init code 12 years ago
Szabolcs Nagy b20760c023 support configurable page size on mips, powerpc and microblaze 13 years ago
Rich Felker 7586360bad add support for init/fini array in main program, and greatly simplify 13 years ago
Rich Felker b4ea63856a add support for program_invocation[_short]_name 13 years ago
Rich Felker a7936f61b2 fix ordering of shared library ctors with respect to libc init 14 years ago
Rich Felker 12e9b4faf6 i386 vsyscall support (vdso-provided sysenter/syscall instruction based) 14 years ago
Rich Felker f2b1f1af83 ensure that buffer for decoding auxv at startup is initially zero 14 years ago
Rich Felker 0a96a37f06 clean up and refactor program initialization 14 years ago
Rich Felker 8431d7972f TLS (GNU/C11 thread-local storage) support for static-linked programs 14 years ago
Rich Felker df0b5a4940 security hardening: ensure suid programs have valid stdin/out/err 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago