1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/libexec/rtld-elf
David E. O'Brien 8f17707c61 Set CSTD to gnu99. We can only use on of the gnu?9 C languages.
We can't use c89 due to use of 'inline', and c99 produces bad code.
2003-06-04 05:42:04 +00:00
..
alpha Allow threading libraries to register their own locking 2003-05-29 22:58:26 +00:00
amd64 Allow threading libraries to register their own locking 2003-05-29 22:58:26 +00:00
i386 Allow threading libraries to register their own locking 2003-05-29 22:58:26 +00:00
ia64 Allow threading libraries to register their own locking 2003-05-29 22:58:26 +00:00
powerpc Allow threading libraries to register their own locking 2003-05-29 22:58:26 +00:00
sparc64 Allow threading libraries to register their own locking 2003-05-29 22:58:26 +00:00
debug.c
debug.h
libmap.c Provide function entry debugging messages. 2003-05-31 14:46:38 +00:00
libmap.h Dynamic object dependency mapping: libmap. 2003-04-07 16:21:26 +00:00
Makefile Set CSTD to gnu99. We can only use on of the gnu?9 C languages. 2003-06-04 05:42:04 +00:00
malloc.c Fix signed/unsigned comparison warnings. 2003-05-04 00:56:00 +00:00
map_object.c Simplify map_object() by breaking out the ELF header validation bits 2003-05-31 14:48:59 +00:00
rtld_lock.c Allow threading libraries to register their own locking 2003-05-29 22:58:26 +00:00
rtld_lock.h Allow threading libraries to register their own locking 2003-05-29 22:58:26 +00:00
rtld.1 Assorted mdoc(7) fixes. 2003-06-02 15:02:06 +00:00
rtld.c - use issetugid() 2003-05-31 15:24:29 +00:00
rtld.h Allow threading libraries to register their own locking 2003-05-29 22:58:26 +00:00
xmalloc.c