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_5_7_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.21   9 years  kurt   Introduce new csu0 variant for -static -pie binaries to use called rcsu0.o where...
[TXT] boot.h  1.10   9 years  deraadt   <sys/param.h> is not needed here either. ok guenther millert doug
[TXT] crt0.c  1.4   9 years  kettenis   Only include "boot.h" if MD_RCRT0_START is defined. Should fix build on vax. o...
[TXT] crtbegin.c  1.17   10 years  kettenis   Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass the right ...
[TXT] crtbeginS.c  1.14   10 years  kettenis   Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass the right ...
[TXT] crtend.c  1.10   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] crtendS.c  1.8   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] extern.h  1.1   20 years  espie   small clean-up: typedef to desambiguate const, prototypes... ok drahn@, some ti...
[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@