summaryrefslogtreecommitdiffstats
path: root/lib/csu/sh
AgeCommit message (Expand)AuthorFilesLines
2020-10-15crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenderaadt1-1/+2
2020-10-14use symbolic SYS_exit instead of the value 1deraadt1-2/+2
2017-08-11_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubguenther1-8/+1
2017-01-19MD_START is now always ___start, so expand and eliminate itguenther1-4/+1
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther1-10/+1
2015-09-01In static binaries, invoke kbind() once to disable it.guenther1-1/+10
2014-12-30self-relocating crt0 bits for sh, and enable static pie by default. With somemiod1-6/+67
2014-11-12Merge Makefiles, moving the build up a level and putting the CPU-specificguenther1-59/+0
2014-04-18It's been a quarter century: we can assume volatile is present with that name.guenther1-2/+2
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inguenther3-125/+26
2013-12-01mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway.guenther1-3/+1
2013-11-10The kernel and ld.so have passed 0 in r7 for use as the cleanupguenther1-19/+5
2012-12-05Remove excessive sys/cdefs.h inclusionderaadt1-2/+1
2012-04-12the fpu control symbol on sh (__fpscr_values) suddenly becomes localjsg1-2/+5
2011-11-08Pass install the -S option to avoid a window where the target isn'tguenther1-2/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-2/+1
2008-11-11Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requireskurt1-7/+7
2008-09-26Remove PICFLAG= setting, it is overridden in bsd.prog.mk. tested on landisk.drahn1-4/+1
2007-03-13Set the DN bit in the fpscr upon startup, to prevent faulting when loadingmiod1-1/+4
2007-03-02Move landisk to hardware floating point. At the moment the FPU context ismiod1-1/+9
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming frommiod3-0/+253