OpenBSD CVS

src/libexec/ld.so/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / libexec / ld.so

Current tag: OPENBSD_6_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] aarch64/        
[DIR] alpha/        
[DIR] amd64/        
[DIR] arm/        
[DIR] avr32/        
[DIR] hppa/        
[DIR] hppa64/        
[DIR] i386/        
[DIR] ia64/        
[DIR] ldconfig/        
[DIR] ldd/        
[DIR] libdl/        
[DIR] m68k/        
[DIR] m88k/        
[DIR] mips/        
[DIR] mips64/        
[DIR] powerpc/        
[DIR] powerpc64/        
[DIR] prebind/        
[DIR] prebind_strip/        
[DIR] riscv64/        
[DIR] sh/        
[DIR] sparc/        
[DIR] sparc64/        
[DIR] test/        
[DIR] x86_64/        
[TXT] Makefile  1.63   7 years  naddy   Build with -fno-builtin to keep clang from optimizing the _dl_memset() and _dl_b...
[TXT] SPECS.randomdata  1.2   9 years  deraadt   Raise ELF_RANDOMIZE_LIMIT to 64K, so that programs and libraries can legitimatel...
[TXT] Symbols.map  1.4   8 years  guenther   Use a Thread Information Block in both single and multi-threaded programs. This ...
[TXT] boot.c  1.15   7 years  kettenis   Remove dependency on __got_{start,end} symbols and look at PT_GNU_RELRO instead....
[TXT] dir.c  1.23   9 years  deraadt   <sys/param.h> to <limits.h> conversion. Verified binaries ok millert, thanks to...
[TXT] dir.h  1.4   7 years  guenther   Wrap function declarations with __{BEGIN,END}_HIDDEN_DECLS to reduce relocations...
[TXT] dl_dirname.c  1.2   9 years  deraadt   <sys/param.h> to <limits.h> conversion. Verified binaries ok millert, thanks to...
[TXT] dl_printf.c  1.20   7 years  millert   make ldso[] const; OK guenther@
[TXT] dl_uname.c  1.2   9 years  deraadt   <sys/param.h> to <limits.h> conversion. Verified binaries ok millert, thanks to...
[TXT] dlfcn.c  1.96   7 years  guenther   Mark a bunch of stuff static ok kettenis@
[TXT] ld.so.1  1.22   7 years  guenther   Remove prebind support: binding to symbol table indices is too fragile for our d...
[TXT] library.c  1.81   7 years  guenther   Provide size-generic ELF_NO_ADDR in <sys/exec_elf.h> and use that instead of ELF...
[TXT] library_mquery.c  1.57   7 years  guenther   On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of simply exiting...
[TXT] library_subr.c  1.47   7 years  guenther   On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of simply exiting...
[TXT] loader.c  1.170   7 years  guenther   Provide size-generic ELF_NO_ADDR in <sys/exec_elf.h> and use that instead of ELF...
[TXT] malloc.c  1.19   7 years  guenther   Add NULL tests to wrterror() to avoid a NULL deref when called from malloc initi...
[TXT] path.c  1.6   9 years  jsg   be pedantic with sizeof use no change in behaviour as sizeof(char **) is the sam...
[TXT] path.h  1.2   7 years  guenther   Wrap function declarations with __{BEGIN,END}_HIDDEN_DECLS to reduce relocations...
[TXT] reallocarray.c  1.2   7 years  guenther   On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of simply exiting...
[TXT] resolve.c  1.81   7 years  guenther   On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of simply exiting...
[TXT] resolve.h  1.82   7 years  guenther   Add support for DT_RUNPATH and DT_FLAGS ok kettenis@
[TXT] sod.c  1.34   7 years  guenther   On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of simply exiting...
[TXT] sod.h  1.4   7 years  guenther   Wrap function declarations with __{BEGIN,END}_HIDDEN_DECLS to reduce relocations...
[TXT] strtol.c  1.2   9 years  deraadt   <sys/param.h> to <limits.h> conversion. Verified binaries ok millert, thanks to...
[TXT] tib.c  1.4   7 years  guenther   The functionality of _dl_allocate_tib() is used internally, so rename it to allo...
[TXT] trace.c  1.4   7 years  guenther   On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of simply exiting...
[TXT] util.c  1.44   7 years  guenther   On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of simply exiting...
[TXT] util.h  1.30   7 years  guenther   On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of simply exiting...
[TXT] dl_realpath.c (in the Attic) [Hide]  1.4   7 years  guenther   Don't call lstat() before readlink() just to see if it's a symlink, as readlink(...