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 |
2017-01-19 | MD_START is now always ___start, so expand and eliminate it | 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-12-30 | self-relocating crt0 bits for sh, and enable static pie by default. With some | Miod Vallat |
2014-11-12 | Merge Makefiles, moving the build up a level and putting the CPU-specific | Philip Guenther |
2014-04-18 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2013-12-03 | Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in | Philip Guenther |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
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 r7 for use as the cleanup | Philip Guenther |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-04-12 | the fpu control symbol on sh (__fpscr_values) suddenly becomes local | Jonathan Gray |
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 |
2008-11-11 | Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requires | Kurt Miller |
2008-09-26 | Remove PICFLAG= setting, it is overridden in bsd.prog.mk. tested on landisk. | Dale Rahn |
2007-03-13 | Set the DN bit in the fpscr upon startup, to prevent faulting when loading | Miod Vallat |
2007-03-02 | Move landisk to hardware floating point. At the moment the FPU context is | Miod Vallat |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |