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_5


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.73   5 years  robert   make ld.so build reproducible by including a FILE symbol and by removing -x from...
[TXT] SPECS.randomdata  1.3   6 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.16   5 years  guenther   Delay processing of ld.so's own PT_GNU_RELRO section until after environment pro...
[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.3   5 years  millert   I am retiring my old email address; replace it with my OpenBSD one.
[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.102   5 years  guenther   Use int, not char*, for booleans ok millert@
[TXT] ld.so.1  1.23   5 years  jmc   spelling/consistency fix; from nam nguyen
[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.59   5 years  kurt   On i386, ensure that the first PT_LOAD segment is below the W^X line unless it i...
[TXT] library_subr.c  1.48   6 years  deraadt   whitespace
[TXT] loader.c  1.177.2.1   4 years  deraadt   ld.so may fail to remove the LD_LIBRARY_PATH environment variable for set-user-I...
[TXT] malloc.c  1.29   5 years  otto   ld.so's malloc has no runtime option processing, so remove the setting flags and...
[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.87   5 years  guenther   Implement support for DT_GNU_HASH, taking all the interesting bits from Matt Dil...
[TXT] resolve.h  1.88   5 years  guenther   Delete an unused struct member that has hid out here for 17 years
[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.34   5 years  millert   I am retiring my old email address; replace it with my OpenBSD one.
[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. ...