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