index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
env
/
__libc_start_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
define and use internal macros for hidden visibility, weak refs
Rich Felker
2018-09-05
1
-2
/
+1
*
prevent bypass of guarantee that suids start with fd 0/1/2 open
Rich Felker
2018-04-05
1
-0
/
+2
*
for executing init array functions, use function type with prototype
Rich Felker
2017-10-13
1
-1
/
+1
*
__init_libc: add fallbacks for __progname setup
Alexander Monakov
2017-08-29
1
-4
/
+4
*
remove undef weak refs to init/fini array symbols in libc.so
Rich Felker
2015-11-19
1
-4
/
+6
*
unify static and dynamic libc init/fini code paths
Rich Felker
2015-11-11
1
-15
/
+11
*
move calls to application init functions after crt1 entry point
Rich Felker
2015-09-22
1
-0
/
+3
*
fix inconsistent visibility for __hwcap and __sysinfo symbols
Rich Felker
2015-04-22
1
-3
/
+0
*
fix typo in a comment in __libc_start_main
Rich Felker
2014-07-01
1
-1
/
+1
*
support linux kernel apis (new archs) with old syscalls removed
Rich Felker
2014-05-29
1
-0
/
+5
*
support kernels with no SYS_open syscall, only SYS_openat
Rich Felker
2014-05-24
1
-1
/
+1
*
make __init_libc static for non-shared libc
Rich Felker
2014-04-21
1
-0
/
+3
*
further micro-optimize startup code for size
Rich Felker
2014-04-21
1
-2
/
+14
*
micro-optimize some startup code for size
Rich Felker
2014-04-21
1
-0
/
+4
*
remove some cruft from libc/tls init code
Rich Felker
2014-04-07
1
-1
/
+0
*
support configurable page size on mips, powerpc and microblaze
Szabolcs Nagy
2013-09-15
1
-0
/
+1
*
add support for init/fini array in main program, and greatly simplify
Rich Felker
2013-07-21
1
-13
/
+13
*
add support for program_invocation[_short]_name
Rich Felker
2013-04-06
1
-2
/
+8
*
fix ordering of shared library ctors with respect to libc init
Rich Felker
2012-11-30
1
-0
/
+5
*
i386 vsyscall support (vdso-provided sysenter/syscall instruction based)
Rich Felker
2012-10-11
1
-0
/
+3
*
ensure that buffer for decoding auxv at startup is initially zero
Rich Felker
2012-10-08
1
-1
/
+1
*
clean up and refactor program initialization
Rich Felker
2012-10-07
1
-7
/
+19
*
TLS (GNU/C11 thread-local storage) support for static-linked programs
Rich Felker
2012-10-04
1
-0
/
+2
*
security hardening: ensure suid programs have valid stdin/out/err
Rich Felker
2011-08-23
1
-9
/
+9
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+26