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_9


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.80   4 years  deraadt   It is not always clear what ld.so was backed up to ld.so.backup, and better that...
[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.18   4 years  guenther   For more archs, ld.so itself only needs/uses the arch's "just add load offset" '...
[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.3   3 years  deraadt   make three mib[] arrays const, as was done in libc
[TXT] dlfcn.c  1.106   4 years  guenther   Convert the child_list member from a linked list to a vector. ok mpi@
[TXT] ld.so.1  1.24   4 years  jca   LD_DEBUG is ignored for set-user-ID and set-group-ID executables from Miod
[TXT] library.c  1.85   4 years  deraadt   print addresses upon msyscall failure, for now
[TXT] library_mquery.c  1.65   3 years  kurt   On i386 don't attempt to map shared libraries in low memory when a large executa...
[TXT] library_subr.c  1.50   4 years  guenther   Convert the child_list member from a linked list to a vector. ok mpi@
[TXT] loader.c  1.191   3 years  kurt   On i386 don't attempt to map shared libraries in low memory when a large executa...
[TXT] malloc.c  1.31   3 years  otto   Fix a nasty mem leak in ld.so's own malloc. This was hard to diagnose, since mal...
[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.2   7 years  guenther   On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of simply exiting...
[TXT] resolve.c  1.94   4 years  guenther   Convert the child_list member from a linked list to a vector. ok mpi@
[TXT] resolve.h  1.97   3 years  kurt   On i386 don't attempt to map shared libraries in low memory when a large executa...
[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.48   3 years  deraadt   make three mib[] arrays const, as was done in libc
[TXT] util.h  1.36   4 years  guenther   ld.so's $ORIGIN handling when argv[0] is a relative path was broken by the chang...