summaryrefslogtreecommitdiffstats
path: root/lib/csu/sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenderaadt2020-10-151-1/+2
* use symbolic SYS_exit instead of the value 1deraadt2020-10-141-2/+2
* _dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubguenther2017-08-111-8/+1
* MD_START is now always ___start, so expand and eliminate itguenther2017-01-191-4/+1
* Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther2016-03-201-10/+1
* In static binaries, invoke kbind() once to disable it.guenther2015-09-011-1/+10
* self-relocating crt0 bits for sh, and enable static pie by default. With somemiod2014-12-301-6/+67
* Merge Makefiles, moving the build up a level and putting the CPU-specificguenther2014-11-121-59/+0
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-04-181-2/+2
* Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inguenther2013-12-033-125/+26
* mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway.guenther2013-12-011-3/+1
* The kernel and ld.so have passed 0 in r7 for use as the cleanupguenther2013-11-101-19/+5
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* the fpu control symbol on sh (__fpscr_values) suddenly becomes localjsg2012-04-121-2/+5
* Pass install the -S option to avoid a window where the target isn'tguenther2011-11-081-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-2/+1
* Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requireskurt2008-11-111-7/+7
* Remove PICFLAG= setting, it is overridden in bsd.prog.mk. tested on landisk.drahn2008-09-261-4/+1
* Set the DN bit in the fpscr upon startup, to prevent faulting when loadingmiod2007-03-131-1/+4
* Move landisk to hardware floating point. At the moment the FPU context ismiod2007-03-021-1/+9
* Preliminary userland bits for OpenBSD/landisk, many things coming frommiod2006-10-103-0/+253