Fixed crt1.c had a "hack" which needed to be reverted it was sending env to 0x0 by default
Added some debugging information to the ld.so to help reason why environ and __progname are not being set correctly
Modified libc.so so that getenv will return the env instead of a NULL pointer
1 parent fb8f9bd commit 44e47d6cb72cc1f1d4d15a7afdaeee84cd824ecb
@reddawg reddawg authored on 24 Jan 2007
Showing 10 changed files
View
Doxyfile
View
src/bin/edit/main.c
View
src/bin/ld/addlibrary.c
View
src/bin/ld/findfunc.c
View
src/bin/rtld-elf/Makefile
View
src/lib/csu/crt1.c
View
src/lib/libc/Makefile
View
src/lib/libc/libc.inc
View
src/lib/libc/stdlib/getenv.c
View
ubixos.kdevelop