summaryrefslogtreecommitdiffstats
path: root/lib/csu/amd64
AgeCommit message (Expand)AuthorFilesLines
2020-10-15crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenderaadt1-6/+2
2020-10-14use symbolic SYS_exit instead of the value 1deraadt1-3/+2
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther1-9/+1
2015-09-01In static binaries, invoke kbind() once to disable it.guenther1-2/+8
2014-12-22Introduce new csu0 variant for -static -pie binaries to use calledkurt1-1/+46
2014-11-12Merge Makefiles, moving the build up a level and putting the CPU-specificguenther1-61/+0
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inguenther3-124/+25
2013-11-10The kernel and ld.so pass 0 in %rdx for use as the cleanup callbackguenther1-11/+6
2011-11-08Pass install the -S option to avoid a window where the target isn'tguenther1-2/+2
2011-03-30Make sure everything run from .init and .fini sections gets a properly alignedkettenis1-2/+3
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-2/+2
2008-11-11Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requireskurt1-7/+7
2008-10-06The recent change to bsd.own.mk to allow PICFLAG to be overridden madekurt1-3/+1
2008-07-28Remove separate pic versions of crt0, crtbegin, crtend. Nextkurt1-21/+2
2008-06-25Build pic versions of crt0, crtbegin & crtend for amd64, i386, powerpc,kurt1-2/+23
2007-10-17remove "unused variable" warningschl1-2/+1
2005-08-04zap rcsid. Okay deraadt@, krw@espie1-5/+1
2004-01-28things for amd64; from art@mickey3-0/+250