Age | Commit message (Expand) | Author |
2020-10-19 | replace ad-hoc illegal instruction with the architecturally defined one | Christian Weisgerber |
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 |
2020-03-13 | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation | Theo de Raadt |
2020-03-11 | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation | Theo de Raadt |
2017-08-11 | _dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stub | Philip Guenther |
2017-02-26 | Use a long branch (using movw/movt) to implement MD_SECT_CALL_FUNC. | Mark Kettenis |
2017-01-21 | Declare the symbols that label the .ctors, .dtors, .eh_frame, and .jcr | Philip Guenther |
2016-10-03 | Simplify code that sets up a stack frame for running .init code to be more | Mark Kettenis |
2016-09-08 | Implement self-relocation for -static -pie on arm. Also removes some | Mark Kettenis |
2016-03-24 | Unbreak arm and m88k: COPY relocations for weak symbols that are overloaded | Philip Guenther |
2016-03-20 | Rearrange C runtime bits: now that ld.so exports environ and __progname, | Philip Guenther |
2015-09-01 | In static binaries, invoke kbind() once to disable it. | Philip Guenther |
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 |
2013-11-10 | The kernel and ld.so have passed 0 in r0 for use as the cleanup | Philip Guenther |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-08-22 | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc | Pascal Stumpf |
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-21 | fix rcs ids. ok sthen@ | Martynas Venckus |
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 |
2004-07-07 | The -DPIC flag must be passed when building crtbeginS.o/crtendS.o however | Dale Rahn |
2004-02-09 | Proper PIC support in arm startup files. | Dale Rahn |
2004-02-01 | tag.. | Dale Rahn |
2004-02-01 | startup files for arm. Partially borrowed from NetBSD. | Dale Rahn |