musl/src/env
Rich Felker 12e9b4faf6 i386 vsyscall support (vdso-provided sysenter/syscall instruction based)
this doubles the performance of the fastest syscalls on the atom I
tested it on; improvement is reportedly much more dramatic on
worst-case cpus. cannot be used for cancellable syscalls.
2012-10-11 22:47:07 -04:00
..
__environ.c bring back ___environ symbol (3 underscores) 2011-08-23 12:55:47 -04:00
__init_security.c clean up and refactor program initialization 2012-10-07 21:43:46 -04:00
__init_tls.c clean up and refactor program initialization 2012-10-07 21:43:46 -04:00
__libc_csu_fini.c add startup abi functions, dummy for now. eventually needed for c++ support. 2011-04-06 16:40:19 -04:00
__libc_csu_init.c add startup abi functions, dummy for now. eventually needed for c++ support. 2011-04-06 16:40:19 -04:00
__libc_start_main.c i386 vsyscall support (vdso-provided sysenter/syscall instruction based) 2012-10-11 22:47:07 -04:00
__stack_chk_fail.c clean up and refactor program initialization 2012-10-07 21:43:46 -04:00
clearenv.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
getenv.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
putenv.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
setenv.c fix for setenv bogus var argument handling 2011-07-28 20:43:40 -04:00
unsetenv.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00