| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-10-15 | crt0 MD _dl_exit() performs syscall to SYS_exit directly, but then |  deraadt | 1 | -2/+2 |
| 2020-10-14 | use symbolic SYS_exit instead of the value 1 |  deraadt | 1 | -5/+1 |
| 2017-08-11 | _dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stub |  guenther | 1 | -8/+1 |
| 2016-03-20 | Rearrange C runtime bits: now that ld.so exports environ and __progname, |  guenther | 1 | -6/+1 |
| 2015-09-19 | We don't need to calculate the load offset. This also means we don't need |  kettenis | 1 | -8/+1 |
| 2015-09-09 | Fetch the _GLOBAL)OFFSET_TABLE_ and _DYNAMIC pointers in a way that's |  kettenis | 1 | -43/+9 |
| 2015-09-09 | Now that ld(1) will generate a read-only GOT for truly static binaries, we |  kettenis | 1 | -72/+4 |
| 2015-09-01 | In static binaries, invoke kbind() once to disable it. |  guenther | 1 | -1/+6 |
| 2014-12-26 | Self-relocation code for powerpc. |  kurt | 1 | -1/+99 |
| 2014-11-12 | Merge Makefiles, moving the build up a level and putting the CPU-specific |  guenther | 1 | -63/+0 |
| 2013-12-03 | Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in |  guenther | 3 | -187/+94 |
| 2013-12-01 | mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway. |  guenther | 1 | -3/+1 |
| 2012-12-31 | Spell `calculation' correctly. |  miod | 1 | -2/+2 |
| 2012-12-19 | crtbeginS.o needs to be built with -fPIC, otherwise bloated shared libraries |  kettenis | 1 | -1/+3 |
| 2012-11-01 | Register cleanup handler passed by ld.so with atexit(3). |  kettenis | 1 | -4/+5 |
| 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 |
| 2009-06-16 | Do not break gcc -Z on powerpc. mprotect the got only if it is padded. |  drahn | 1 | -15/+34 |
| 2009-01-14 | Re-enable pie support on macppc (still off by default but usable |  kurt | 2 | -12/+76 |
| 2008-11-21 | revert -fpie for now, it produces crashing executables |  otto | 1 | -7/+7 |
| 2008-11-13 | fix rcs tag. |  jsg | 1 | -1/+1 |
| 2008-11-11 | Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requires |  kurt | 1 | -6/+6 |
| 2008-10-06 | The recent change to bsd.own.mk to allow PICFLAG to be overridden made |  kurt | 1 | -2/+0 |
| 2008-07-28 | Remove separate pic versions of crt0, crtbegin, crtend. Next |  kurt | 1 | -20/+1 |
| 2008-06-25 | Build pic versions of crt0, crtbegin & crtend for amd64, i386, powerpc, |  kurt | 1 | -1/+22 |
| 2004-01-08 | __init/__fini handling on ELF has not been correct. It is supposed to |  drahn | 2 | -1/+63 |
| 2003-08-25 | Define both _start and __start in crt0, all of the other architectures do. |  drahn | 1 | -1/+4 |
| 2003-05-30 | Fix dependancy building for ELF startup code. Changed Makefiles |  drahn | 1 | -29/+33 |
| 2003-02-28 | copy basename of argv[0] to bss for __progname, so that large stack smash |  deraadt | 1 | -2/+2 |
| 2003-02-26 | Switch to a C version of powerpc crt0 file. easier to read. moves |  drahn | 3 | -90/+103 |
| 2001-05-28 | Commonize csu code for elf systems, powerpc now no longer has it's own |  drahn | 5 | -235/+1 |
| 2001-03-24 | Use "realinstall" to allow the framework to do other work if needed; |  tholo | 1 | -1/+1 |
| 2000-10-13 | Changes to the powerpc startup files to work in a more typical ELF |  drahn | 2 | -6/+63 |
| 2000-06-28 | Powerpc was missing the scrt.o startup file. now used by the ramdisk instbin. |  rahnds | 2 | -4/+11 |
| 2000-06-13 | Support files for shared library, expected by gcc, allows shared libraries to |  rahnds | 3 | -2/+75 |
| 1999-08-20 | Fix RCS Ids |  niklas | 3 | -2/+3 |
| 1999-07-23 | Eliminate namespace pollution, the crt0 file should not conflict |  rahnds | 1 | -2/+0 |
| 1999-03-13 | Fix loading of constant into upper portion off register, prevously |  rahnds | 1 | -3/+3 |
| 1999-01-28 | update for binutils 2.9.1, whenever it might show up... The changes |  rahnds | 5 | -24/+15 |
| 1998-07-05 | Changes to support profiling on the powerpc port, startup code. |  rahnds | 1 | -4/+26 |
| 1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP |  millert | 1 | -2/+2 |
| 1996-12-21 | Check-in of powerpc csu support. |  rahnds | 4 | -0/+226 |