This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
libexec
/
rtld-elf
History
jake
f8145a14d2
rtld support for sparc64.
...
Largely obtained from: netbsd Submitted by: jake, tmm
2002-03-13 02:40:39 +00:00
..
alpha
ld-elf.so.1 assumed a few too many things about the ordering of sections
2002-02-18 02:24:10 +00:00
amd64
…
i386
…
ia64
…
sparc64
rtld support for sparc64.
2002-03-13 02:40:39 +00:00
debug.c
…
debug.h
…
Makefile
…
malloc.c
Change brk's prototype from char *brk(const char *) to int brk(const void *)
2002-01-24 12:11:31 +00:00
map_object.c
…
rtld.1
Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to a
2002-02-17 07:04:32 +00:00
rtld.c
When searching an object that was opened with RTLD_GLOBAL, search its DAG too.
2002-02-27 23:44:50 +00:00
rtld.h
…
xmalloc.c
…