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_0_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.16   7 years  guenther   Missed a reference to dl_prebind.h problem noted by Andrew Ngo (andrew.ngo (at)...
[TXT] crt0.c  1.7   8 years  guenther   Declare moncontrol(3) APIs in <sys/gmon.h> Export _gmonparam again. Make gcrt0.o...
[TXT] crtbegin.c  1.20   8 years  guenther   libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork() stub...
[TXT] crtbeginS.c  1.16   9 years  guenther   Make pthread_atfork() track the DSO that called it like atexit() does, unregiste...
[TXT] crtend.c  1.11   9 years  guenther   gcc 2.x is dead ok millert@
[TXT] crtendS.c  1.9   9 years  guenther   gcc 2.x is dead ok millert@
[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@