| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | _dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stub |  guenther | 2017-08-11 | 1 | -8/+1 |
* | MD_START is now always ___start, so expand and eliminate it |  guenther | 2017-01-19 | 1 | -4/+1 |
* | 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 |
* | self-relocating crt0 bits for sh, and enable static pie by default. With some |  miod | 2014-12-30 | 1 | -6/+67 |
* | Merge Makefiles, moving the build up a level and putting the CPU-specific |  guenther | 2014-11-12 | 1 | -59/+0 |
* | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 2014-04-18 | 1 | -2/+2 |
* | Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in |  guenther | 2013-12-03 | 3 | -125/+26 |
* | 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 r7 for use as the cleanup |  guenther | 2013-11-10 | 1 | -19/+5 |
* | Remove excessive sys/cdefs.h inclusion |  deraadt | 2012-12-05 | 1 | -2/+1 |
* | the fpu control symbol on sh (__fpscr_values) suddenly becomes local |  jsg | 2012-04-12 | 1 | -2/+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 |
* | Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requires |  kurt | 2008-11-11 | 1 | -7/+7 |
* | Remove PICFLAG= setting, it is overridden in bsd.prog.mk. tested on landisk. |  drahn | 2008-09-26 | 1 | -4/+1 |
* | Set the DN bit in the fpscr upon startup, to prevent faulting when loading |  miod | 2007-03-13 | 1 | -1/+4 |
* | Move landisk to hardware floating point. At the moment the FPU context is |  miod | 2007-03-02 | 1 | -1/+9 |
* | Preliminary userland bits for OpenBSD/landisk, many things coming from |  miod | 2006-10-10 | 3 | -0/+253 |