| Commit message (Expand) | Author | Age | Files | Lines |
| * | replace ad-hoc illegal instruction with the architecturally defined one |  naddy | 2020-10-19 | 1 | -2/+2 |
| * | crt0 MD _dl_exit() performs syscall to SYS_exit directly, but then |  deraadt | 2020-10-15 | 1 | -1/+2 |
| * | use symbolic SYS_exit instead of the value 1 |  deraadt | 2020-10-14 | 1 | -2/+2 |
| * | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation |  deraadt | 2020-03-13 | 1 | -3/+3 |
| * | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation |  deraadt | 2020-03-11 | 1 | -1/+3 |
| * | _dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stub |  guenther | 2017-08-11 | 1 | -3/+1 |
| * | Use a long branch (using movw/movt) to implement MD_SECT_CALL_FUNC. |  kettenis | 2017-02-26 | 1 | -15/+5 |
| * | Declare the symbols that label the .ctors, .dtors, .eh_frame, and .jcr |  guenther | 2017-01-21 | 1 | -1/+23 |
| * | Simplify code that sets up a stack frame for running .init code to be more |  kettenis | 2016-10-03 | 1 | -5/+3 |
| * | Implement self-relocation for -static -pie on arm. Also removes some |  kettenis | 2016-09-08 | 1 | -9/+54 |
| * | Unbreak arm and m88k: COPY relocations for weak symbols that are overloaded |  guenther | 2016-03-24 | 1 | -1/+6 |
| * | Rearrange C runtime bits: now that ld.so exports environ and __progname, |  guenther | 2016-03-20 | 1 | -10/+1 |
| * | In static binaries, invoke kbind() once to disable it. |  guenther | 2015-09-01 | 1 | -1/+10 |
| * | Merge Makefiles, moving the build up a level and putting the CPU-specific |  guenther | 2014-11-12 | 1 | -59/+0 |
| * | Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in |  guenther | 2013-12-03 | 3 | -136/+36 |
| * | mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway. |  guenther | 2013-12-01 | 1 | -3/+1 |
| * | The kernel and ld.so have passed 0 in r0 for use as the cleanup |  guenther | 2013-11-10 | 1 | -11/+6 |
| * | Remove excessive sys/cdefs.h inclusion |  deraadt | 2012-12-05 | 1 | -2/+1 |
| * | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc |  pascal | 2012-08-22 | 1 | -2/+2 |
| * | 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 |
| * | fix rcs ids. ok sthen@ |  martynas | 2009-06-21 | 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 |
| * | The -DPIC flag must be passed when building crtbeginS.o/crtendS.o however |  drahn | 2004-07-07 | 1 | -5/+5 |
| * | Proper PIC support in arm startup files. |  drahn | 2004-02-09 | 2 | -4/+11 |
| * | tag.. |  drahn | 2004-02-01 | 1 | -0/+1 |
| * | startup files for arm. Partially borrowed from NetBSD. |  drahn | 2004-02-01 | 3 | -0/+264 |