| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-10-15 | crt0 MD _dl_exit() performs syscall to SYS_exit directly, but then |  deraadt | 1 | -3/+2 |
| 2020-10-14 | use symbolic SYS_exit rather than 1, and skip using |  deraadt | 1 | -4/+2 |
| 2017-08-11 | _dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stub |  guenther | 1 | -6/+1 |
| 2016-03-20 | Rearrange C runtime bits: now that ld.so exports environ and __progname, |  guenther | 1 | -10/+1 |
| 2016-03-13 | crt0.c is already setting environ, so don't set it in MD_START_SETUP |  guenther | 1 | -2/+2 |
| 2015-09-01 | In static binaries, invoke kbind() once to disable it. |  guenther | 1 | -1/+10 |
| 2014-12-22 | Self-relocation code for sparc64. |  kettenis | 1 | -1/+44 |
| 2014-11-12 | Merge Makefiles, moving the build up a level and putting the CPU-specific |  guenther | 1 | -62/+0 |
| 2013-12-03 | Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in |  guenther | 3 | -124/+30 |
| 2012-12-23 | Register cleanup handler passed by ld.so with atexit(3). |  kettenis | 1 | -5/+7 |
| 2011-11-08 | Pass install the -S option to avoid a window where the target isn't |  guenther | 1 | -2/+2 |
| 2010-05-01 | Sprinkle a few __used markers to prevent gcc4 from throwing away essential |  kettenis | 1 | -2/+2 |
| 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 |
| 2008-06-25 | Make pic compatiable. From and okay drahn@ no objection miod@ |  kurt | 1 | -4/+3 |
| 2004-01-08 | __init/__fini handling on ELF has not been correct. It is supposed to |  drahn | 2 | -2/+61 |
| 2004-01-04 | zap multi-line literals; ok deraadt |  pvalchev | 1 | -14/+12 |
| 2003-05-30 | Fix dependancy building for ELF startup code. Changed Makefiles |  drahn | 1 | -13/+24 |
| 2003-02-28 | copy basename of argv[0] to bss for __progname, so that large stack smash |  deraadt | 1 | -1/+9 |
| 2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) |  millert | 1 | -2/+2 |
| 2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 1 | -5/+5 |
| 2001-09-02 | I don't even want to know how I could screw this up so bad and noone noticed. |  art | 1 | -2/+2 |
| 2001-08-29 | build crt0, crtbegin and friends. |  art | 1 | -0/+51 |
| 2001-08-29 | crt0. Almost like on alpha, except that sparc64 needs an assembler stub |  art | 1 | -0/+111 |