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