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_3_6


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.24   20 years  mickey   allow md makefile to supply LDADD; drahn@ ok
[TXT] dir.c  1.9   20 years  mickey   fix includes scoping; drahn@ ok
[TXT] dir.h  1.2   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] dl_printf.c  1.13   20 years  deraadt   various proto, ansi, and knf repair. tested on all architectures that use it. (...
[TXT] dlfcn.c  1.40   19 years  drahn   Cast to Elf_Addr to remove warnings of ELF types(int)/pointer, ok david@
[TXT] ld.so.1  1.7   19 years  espie   minimal documentation for LD_DEBUG. okay millert@, miod@
[TXT] library.c  1.34   19 years  kjell   Fix an issue where a shared library could be loaded at two different locations b...
[TXT] library_mquery.c  1.14   19 years  kjell   Fix an issue where a shared library could be loaded at two different locations b...
[TXT] loader.c  1.83   19 years  pefo   revert, should not have gone in
[TXT] resolve.c  1.24   19 years  kjell   Fix an issue where a shared library could be loaded at two different locations b...
[TXT] resolve.h  1.32   19 years  drahn   add dladdr() support and add some 'standard' dlsym() support. ok millert miod pv...
[TXT] sod.c  1.21   20 years  mickey   fix includes scoping; drahn@ ok
[TXT] sod.h  1.1   21 years  drahn   Change ld.so search order/method to match the a.out ld.so. run destructors on d...
[TXT] strtol.c  1.1   20 years  deraadt   various proto, ansi, and knf repair. tested on all architectures that use it. (...
[TXT] util.c  1.18   19 years  millert   Make _dl_malloc() deal with allocations > 4096 correctly. Also place unused mem...
[TXT] util.h  1.18   20 years  mickey   provide one version of _dl_bcopy instead of copy in every arch; drahn@ ok