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_4_BASE


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.28   6 years  guenther   Fix dependency generation: pass ${DFLAGS} and -MF explicitly problem noted by d...
[TXT] boot.h  1.28   7 years  chl   remove unused variables ok krw@ guenther@
[TXT] crt0.c  1.10   7 years  guenther   Pull in declarations for main() and __init() to make clang happy. Mark __init() ...
[TXT] crtbegin.c  1.24   7 years  guenther   Move static variables from .data to .bss by not initializing them to zero ok ke...
[TXT] crtbeginS.c  1.19   7 years  guenther   Move static variables from .data to .bss by not initializing them to zero ok ke...
[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.3   7 years  guenther   Pull in declarations for main() and __init() to make clang happy. Mark __init() ...
[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@