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


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.88   6 weeks  deraadt   ld.so should stop calling msyscall(2), since it is fully neutered and about to b...
[TXT] SPECS.randomdata  1.3   5 years  mortimer   Bump ELF_RANDOMIZE_LIMIT to 1MB. ok deraadt@
[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.19   2 years  guenther   Prep .c files for removing the #includes from */archdep.h * replace #include "a...
[TXT] chacha_private.h  1.1   6 years  mortimer   Use a static chacha instance to fill randomdata sections. Avoids looping over a ...
[TXT] dir.c  1.25   2 years  guenther   Prep .c files for removing the #includes from */archdep.h * replace #include "a...
[TXT] dir.h  1.4   7 years  guenther   Wrap function declarations with __{BEGIN,END}_HIDDEN_DECLS to reduce relocations...
[TXT] dl_dirname.c  1.4   2 years  guenther   Prep .c files for removing the #includes from */archdep.h * replace #include "a...
[TXT] dl_printf.c  1.23   3 months  deraadt   ugly whitespaces
[TXT] dl_uname.c  1.4   2 years  guenther   Prep .c files for removing the #includes from */archdep.h * replace #include "a...
[TXT] dlfcn.c  1.117   3 months  deraadt   ugly whitespaces
[TXT] ld.so.1  1.25   23 months  kn   Document search order Explain when and how LD_LIBRARY_PATH, DT_RUNPATH and DT_R...
[TXT] library.c  1.96   6 weeks  deraadt   ld.so should stop calling msyscall(2), since it is fully neutered and about to b...
[TXT] library_mquery.c  1.76   6 weeks  deraadt   ld.so should stop calling msyscall(2), since it is fully neutered and about to b...
[TXT] library_subr.c  1.55   12 months  robert   revert cache lookup for full pathnames
[TXT] loader.c  1.223   3 months  deraadt   ugly whitespaces
[TXT] malloc.c  1.35   2 years  deraadt   Avoid pulling sys/param.h, by using _ALIGN instead. sys/time.h now gets NBBY and...
[TXT] path.c  1.8   4 years  guenther   Eliminate failure returns from _dl_split_path(): if malloc fails just _dl_oom() ...
[TXT] path.h  1.2   7 years  guenther   Wrap function declarations with __{BEGIN,END}_HIDDEN_DECLS to reduce relocations...
[TXT] reallocarray.c  1.3   2 years  guenther   Prep .c files for removing the #includes from */archdep.h * replace #include "a...
[TXT] resolve.c  1.102   3 months  deraadt   ugly whitespaces
[TXT] resolve.h  1.107   4 months  deraadt   Read PT_OPENBSD_SYSCALLS in libc.so, and convert it to a table for pinsyscalls(2...
[TXT] sod.c  1.37   18 months  deraadt   The /var/run/ld.so.hints file is mapped into memory. It is never replaced, so t...
[TXT] sod.h  1.4   7 years  guenther   Wrap function declarations with __{BEGIN,END}_HIDDEN_DECLS to reduce relocations...
[TXT] strtol.c  1.4   2 years  guenther   Prep .c files for removing the #includes from */archdep.h * replace #include "a...
[TXT] syscall.h  1.8   6 weeks  deraadt   ld.so should stop calling msyscall(2), since it is fully neutered and about to b...
[TXT] tib.c  1.9   5 months  deraadt   locally us MAXIMUM() rather than MAX() ok tb gnezdo
[TXT] trace.c  1.5   2 years  guenther   Prep .c files for removing the #includes from */archdep.h * replace #include "a...
[TXT] util.c  1.49   2 years  guenther   Prep .c files for removing the #includes from */archdep.h * replace #include "a...
[TXT] util.h  1.41   25 hours  deraadt   use SIGKILL instead of 9; ok guenther
[TXT] dl_prebind.c (in the Attic) [Hide]  1.19   7 years  guenther   Remove prebind support: binding to symbol table indices is too fragile for our d...
[TXT] dl_prebind.h (in the Attic) [Hide]  1.4   7 years  guenther   Remove prebind support: binding to symbol table indices is too fragile for our d...
[TXT] dl_realpath.c (in the Attic) [Hide]  1.7   4 years  guenther   ld.so's $ORIGIN handling when argv[0] is a relative path was broken by the chang...
[TXT] ffs.c (in the Attic) [Hide]  1.2   6 years  kettenis   No need to add ffs.c as we use .VPATH to reach over into libc/string. ok otto@
[TXT] ld.so.8 (in the Attic) [Hide]  1.2   20 years  deraadt   put it in section 1
[TXT] prebind.h (in the Attic) [Hide]  1.3   7 years  guenther   Remove prebind support: binding to symbol table indices is too fragile for our d...
[TXT] strdup.c (in the Attic) [Hide]  1.7   22 years  fgsch   not needed; deraadt@ ok