| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use a trap instruction that unconditionally terminates the process. |  visa | 2020-10-20 | 1 | -2/+2 |
| * | 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 | -2/+2 |
| * | Work around a limitation of clang integrated assembler on mips64. |  visa | 2019-04-19 | 1 | -1/+4 |
| * | Separate symbol name and type with a comma for consistency and |  visa | 2019-03-23 | 1 | -2/+2 |
| * | _dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stub |  guenther | 2017-08-11 | 1 | -7/+1 |
| * | Teach mips64 to pass &_DYNAMIC to _dl_boot_bind(). |  guenther | 2016-08-07 | 1 | -1/+3 |
| * | Rearrange C runtime bits: now that ld.so exports environ and __progname, |  guenther | 2016-03-20 | 1 | -10/+1 |
| * | crt0.c is already setting environ, so don't set it in MD_START_SETUP |  guenther | 2016-03-13 | 1 | -2/+2 |
| * | In static binaries, invoke kbind() once to disable it. |  guenther | 2015-09-01 | 1 | -1/+11 |
| * | argc is passed as a long by the kernel, define it as such to match what |  miod | 2015-02-07 | 1 | -2/+2 |
| * | Inline the .cpsetup pseudo-statement in rcrt0 to avoid saving the "old" gp |  miod | 2015-01-01 | 1 | -2/+4 |
| * | Static PIE for mips64. Still something not quite right as a full make build |  kettenis | 2014-12-27 | 1 | -1/+44 |
| * | do not expose "ra" to cpp because it muddles up the .c code above. |  deraadt | 2014-12-23 | 1 | -7/+5 |
| * | Merge Makefiles, moving the build up a level and putting the CPU-specific |  guenther | 2014-11-12 | 1 | -60/+0 |
| * | Increase _STACKALIGNBYTES to 15 (was 7), and make sure the stack is aligned |  miod | 2014-02-22 | 1 | -1/+3 |
| * | Add assembly code to set up the arguments for the common C startup code. This |  kettenis | 2013-12-23 | 1 | -29/+19 |
| * | Sync Makefile with what other platforms do; makes dependency tracking actually |  kettenis | 2013-12-23 | 1 | -14/+45 |
| * | correct frame handling |  deraadt | 2013-12-04 | 1 | -8/+3 |
| * | Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in |  guenther | 2013-12-03 | 3 | -213/+54 |
| * | mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway. |  guenther | 2013-12-01 | 1 | -8/+2 |
| * | Pass install the -S option to avoid a window where the target isn't |  guenther | 2011-11-08 | 1 | -2/+2 |
| * | Since the stack layout changes from gcc3 to gcc4, change the inline asm to |  kettenis | 2010-09-12 | 1 | -1/+5 |
| * | Make sure to use 64 bit instructions in the assembly statements (addi -> daddi) |  miod | 2009-12-10 | 1 | -8/+4 |
| * | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -3/+3 |
| * | zap rcsid. Okay deraadt@, krw@ |  espie | 2005-08-04 | 1 | -5/+1 |
| * | Shared libs now works. Changes here for ABI64. |  pefo | 2004-09-09 | 2 | -30/+59 |
| * | kill useless __main() symbol which clashes w/ certain evil software in |  pvalchev | 2004-08-23 | 1 | -4/+2 |
| * | csu stuff for sgi et al |  pefo | 2004-08-06 | 3 | -0/+308 |