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