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_3_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.72   6 years  otto   provide ffs, gcc generates calls to it, even when __builtin_ffs() is used. ok de...
[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] 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.24   6 years  deraadt   spacing
[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.21   6 years  deraadt   rename *fdprint function to *dprintf, like libc version
[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.101   6 years  deraadt   Expand Type strings by one space, to fit ld.so, in the same ugly way "exe " was ...
[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.82   6 years  deraadt   Everyone knows this as ld.so, nor by the ancient name rtld. ok guenther
[TXT] library_mquery.c  1.58   6 years  deraadt   Everyone knows this as ld.so, nor by the ancient name rtld. ok guenther
[TXT] library_subr.c  1.48   6 years  deraadt   whitespace
[TXT] loader.c  1.172   6 years  deraadt   Everyone knows this as ld.so, nor by the ancient name rtld. ok guenther
[TXT] malloc.c  1.27   6 years  otto   sync with libc malloc: use consistent style for for loop in unmap(), no function...
[TXT] path.c  1.7   6 years  benno   Do not interpret an empty path as current working directory "." when parsing LD_...
[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.82   6 years  kettenis   Add support for the DF_TEXTREL flag. ok patrick@, millert@
[TXT] resolve.h  1.83   7 years  guenther   Always use the same callback to unlock as was used to lock. Permits libpthread ...
[TXT] sod.c  1.35   6 years  deraadt   ld.so's syscall _dl_* API/ABI doesn't reurn errno, but -errno. Reviewing behavio...
[TXT] sod.h  1.4   7 years  guenther   Wrap function declarations with __{BEGIN,END}_HIDDEN_DECLS to reduce relocations...
[TXT] strtol.c  1.3   6 years  millert   Adapt the commit in libc that changes how a string like "0xy" is parsed. OK der...
[TXT] tib.c  1.7   6 years  guenther   Redo the calculation of the alignment and placement of static TLS data to correc...
[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.45   6 years  mortimer   Use a static chacha instance to fill randomdata sections. Avoids looping over a ...
[TXT] util.h  1.32   6 years  guenther   Redo the calculation of the alignment and placement of static TLS data to correc...
[TXT] dl_realpath.c (in the Attic) [Hide]  1.6   6 years  millert   Fix one possible buffer overflow and one underflow. Also some minor cleanups. ...