OpenBSD CVS

src/lib/csu/


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 / lib / csu

Current tag: OPENBSD_6_7


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] aarch64/        
[DIR] alpha/        
[DIR] amd64/        
[DIR] arm/        
[DIR] c++/        
[DIR] common_elf/        
[DIR] hppa/        
[DIR] hppa64/        
[DIR] i386/        
[DIR] ia64/        
[DIR] m68k/        
[DIR] m88k/        
[DIR] mips/        
[DIR] mips64/        
[DIR] mvme88k/        
[DIR] ns32k/        
[DIR] powerpc/        
[DIR] powerpc64/        
[DIR] riscv64/        
[DIR] sh/        
[DIR] sparc/        
[DIR] sparc64/        
[DIR] vax/        
[DIR] x86_64/        
[TXT] Makefile  1.32   4 years  kettenis   Need to compile rcrt0.o with -fno-jump-tables on powerpc as well. ok visa@
[TXT] boot.h  1.30   5 years  guenther   ld.so boot cleanup support: - put functions and data which are only used before...
[TXT] crt0.c  1.14   5 years  guenther   ld.so boot cleanup support: - put functions and data which are only used before...
[TXT] crtbegin.c  1.26   5 years  visa   Use static consistently with definitions of functions that have been declared st...
[TXT] crtbeginS.c  1.20   5 years  visa   Use static consistently with definitions of functions that have been declared st...
[TXT] crtend.c  1.12   7 years  guenther   Declare the symbols that label the .ctors, .dtors, .eh_frame, and .jcr sections ...
[TXT] crtendS.c  1.10   7 years  guenther   Declare the symbols that label the .ctors, .dtors, .eh_frame, and .jcr sections ...
[TXT] extern.h  1.5   5 years  guenther   ld.so boot cleanup support: - put functions and data which are only used before...
[TXT] os-note-elf.h  1.5   15 years  kurt   Work-around a gcc3 -g bug causing debug ld.so to crash. okay kettenis@ drahn@