summaryrefslogtreecommitdiff
path: root/lib/csu/sh
AgeCommit message (Expand)Author
2023-11-18crt0 uses a helper function in a MD src/libexec/ld.so .h file (rather thanTheo de Raadt
2020-10-15crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenTheo de Raadt
2020-10-14use symbolic SYS_exit instead of the value 1Theo de Raadt
2017-08-11_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubPhilip Guenther
2017-01-19MD_START is now always ___start, so expand and eliminate itPhilip Guenther
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,Philip Guenther
2015-09-01In static binaries, invoke kbind() once to disable it.Philip Guenther
2014-12-30self-relocating crt0 bits for sh, and enable static pie by default. With someMiod Vallat
2014-11-12Merge Makefiles, moving the build up a level and putting the CPU-specificPhilip Guenther
2014-04-18It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inPhilip Guenther
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2013-12-01mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway.Philip Guenther
2013-11-10The kernel and ld.so have passed 0 in r7 for use as the cleanupPhilip Guenther
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-04-12the fpu control symbol on sh (__fpscr_values) suddenly becomes localJonathan Gray
2011-11-08Pass install the -S option to avoid a window where the target isn'tPhilip Guenthe
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-11-11Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requiresKurt Miller
2008-09-26Remove PICFLAG= setting, it is overridden in bsd.prog.mk. tested on landisk.Dale Rahn
2007-03-13Set the DN bit in the fpscr upon startup, to prevent faulting when loadingMiod Vallat
2007-03-02Move landisk to hardware floating point. At the moment the FPU context isMiod Vallat
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat