| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-10-15 | crt0 MD _dl_exit() performs syscall to SYS_exit directly, but then |  deraadt | 1 | -7/+2 |
| 2020-10-14 | use symbolic SYS_exit instead of the value 1 |  deraadt | 1 | -3/+2 |
| 2017-08-11 | _dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stub |  guenther | 1 | -12/+1 |
| 2017-02-26 | Our certbegin/certend is always PIC, so remove the non-PIC MD_SECT_CALL_FUNC() |  kettenis | 1 | -16/+1 |
| 2017-01-21 | Fix misspelling in comment |  guenther | 1 | -2/+2 |
| 2017-01-21 | Declare the symbols that label the .ctors, .dtors, .eh_frame, and .jcr |  guenther | 1 | -1/+22 |
| 2016-03-20 | Rearrange C runtime bits: now that ld.so exports environ and __progname, |  guenther | 1 | -13/+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/+13 |
| 2014-12-23 | Set up the linkage table register (%r19) before calling _dl_boot_bind. |  kettenis | 1 | -9/+9 |
| 2014-12-22 | Self-relocation code for hppa. |  kettenis | 1 | -1/+73 |
| 2014-11-12 | Merge Makefiles, moving the build up a level and putting the CPU-specific |  guenther | 1 | -59/+0 |
| 2013-12-03 | Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in |  guenther | 3 | -141/+42 |
| 2012-12-22 | Register cleanup handler passed by ld.so with atexit(3). |  kettenis | 1 | -8/+6 |
| 2012-08-22 | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc |  pascal | 1 | -2/+2 |
| 2011-11-08 | Pass install the -S option to avoid a window where the target isn't |  guenther | 1 | -2/+2 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -2/+1 |
| 2008-11-11 | Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requires |  kurt | 1 | -7/+7 |
| 2008-10-17 | adjust asm to be pic compatible. okay kettenis@ |  kurt | 1 | -3/+6 |
| 2008-10-06 | The recent change to bsd.own.mk to allow PICFLAG to be overridden made |  kurt | 1 | -3/+1 |
| 2005-08-04 | zap rcsid. Okay deraadt@, krw@ |  espie | 1 | -5/+1 |
| 2004-07-07 | The -DPIC flag must be passed when building crtbeginS.o/crtendS.o however |  drahn | 1 | -6/+6 |
| 2004-06-01 | do not need sh_func_adrs w/ gcc3 no more |  mickey | 1 | -3/+2 |
| 2004-05-26 | better code for calling ctors |  mickey | 1 | -5/+3 |
| 2004-01-08 | __init/__fini handling on ELF has not been correct. It is supposed to |  drahn | 2 | -3/+73 |
| 2003-12-04 | also export _start as an alias to __start (noticed by pval@) and redo the early startup as i always wanted to |  mickey | 1 | -7/+26 |
| 2003-06-04 | more 3/4 cleanups for lazy developers |  deraadt | 1 | -7/+2 |
| 2003-05-30 | i sent you the damn working diff, didn't i? |  mickey | 1 | -5/+7 |
| 2003-05-30 | Fix dependancy building for ELF startup code. Changed Makefiles |  drahn | 1 | -16/+25 |
| 2003-02-28 | copy basename of argv[0] to bss for __progname, so that large stack smash |  deraadt | 1 | -3/+9 |
| 2003-01-16 | extern the eprol and etext; better eprol definition |  mickey | 1 | -3/+4 |
| 2002-11-10 | build crtbegin/crtend as it is ment for elf |  mickey | 2 | -22/+59 |
| 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 | -7/+7 |
| 2002-02-02 | fix some protos |  mickey | 1 | -3/+5 |
| 2001-08-19 | either way this is what i'm using now |  mickey | 2 | -0/+130 |