summaryrefslogtreecommitdiffstats
path: root/lib/csu/amd64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenderaadt2020-10-151-6/+2
* use symbolic SYS_exit instead of the value 1deraadt2020-10-141-3/+2
* Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther2016-03-201-9/+1
* In static binaries, invoke kbind() once to disable it.guenther2015-09-011-2/+8
* Introduce new csu0 variant for -static -pie binaries to use calledkurt2014-12-221-1/+46
* Merge Makefiles, moving the build up a level and putting the CPU-specificguenther2014-11-121-61/+0
* Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inguenther2013-12-033-124/+25
* The kernel and ld.so pass 0 in %rdx for use as the cleanup callbackguenther2013-11-101-11/+6
* Pass install the -S option to avoid a window where the target isn'tguenther2011-11-081-2/+2
* Make sure everything run from .init and .fini sections gets a properly alignedkettenis2011-03-301-2/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-2/+2
* Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requireskurt2008-11-111-7/+7
* The recent change to bsd.own.mk to allow PICFLAG to be overridden madekurt2008-10-061-3/+1
* Remove separate pic versions of crt0, crtbegin, crtend. Nextkurt2008-07-281-21/+2
* Build pic versions of crt0, crtbegin & crtend for amd64, i386, powerpc,kurt2008-06-251-2/+23
* remove "unused variable" warningschl2007-10-171-2/+1
* zap rcsid. Okay deraadt@, krw@espie2005-08-041-5/+1
* things for amd64; from art@mickey2004-01-283-0/+250