| Commit message (Expand) | Author | Age | Files | Lines |
| * | crt0 MD _dl_exit() performs syscall to SYS_exit directly, but then |  deraadt | 2020-10-15 | 1 | -2/+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 | -9/+1 |
| * | Teach i386 to pass &_DYNAMIC to _dl_boot_bind() |  guenther | 2016-08-07 | 1 | -2/+3 |
| * | 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-relocation code for i386. |  kurt | 2014-12-22 | 1 | -1/+50 |
| * | Merge Makefiles, moving the build up a level and putting the CPU-specific |  guenther | 2014-11-12 | 1 | -62/+0 |
| * | Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in |  guenther | 2013-12-03 | 3 | -130/+28 |
| * | Register cleanup handler passed by ld.so with atexit(3). Fix stack alignment. |  kettenis | 2012-12-24 | 1 | -10/+7 |
| * | Explicitly align the stack on a 16-byte boundary such that constructors can |  kettenis | 2012-12-23 | 1 | -3/+5 |
| * | Pass install the -S option to avoid a window where the target isn't |  guenther | 2011-11-08 | 1 | -2/+2 |
| * | Make sure the stack is properly aligned for using SSE instructions. While |  kettenis | 2011-08-19 | 1 | -5/+10 |
| * | Make sure everything run from .init and .fini sections gets a properly aligned |  kettenis | 2011-03-31 | 1 | -2/+3 |
| * | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -2/+2 |
| * | Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requires |  kurt | 2008-11-11 | 1 | -7/+7 |
| * | The recent change to bsd.own.mk to allow PICFLAG to be overridden made |  kurt | 2008-10-06 | 1 | -3/+1 |
| * | Remove separate pic versions of crt0, crtbegin, crtend. Next |  kurt | 2008-07-28 | 1 | -21/+2 |
| * | Build pic versions of crt0, crtbegin & crtend for amd64, i386, powerpc, |  kurt | 2008-06-25 | 1 | -2/+23 |
| * | zap rcsid. Okay deraadt@, krw@ |  espie | 2005-08-04 | 1 | -5/+1 |
| * | __init/__fini handling on ELF has not been correct. It is supposed to |  drahn | 2004-01-08 | 2 | -2/+63 |
| * | remove multi-line literals in __asm syntax to keep gcc3 happy |  avsm | 2003-11-22 | 1 | -20/+18 |
| * | ansi |  deraadt | 2003-06-27 | 1 | -9/+5 |
| * | Fix dependancy building for ELF startup code. Changed Makefiles |  drahn | 2003-05-30 | 1 | -15/+27 |
| * | i386 startup code for ELF. based on newer version of NetBSD code. |  drahn | 2003-04-17 | 2 | -84/+98 |
| * | copy basename of argv[0] to bss for __progname, so that large stack smash |  deraadt | 2003-02-28 | 1 | -2/+8 |
| * | uncommit, since it breaks macppc libc. millert and miod have now said they |  deraadt | 2002-09-17 | 1 | -3/+3 |
| * | use a different name for __syscall(); millert@ miod@ niklas@ ok |  mickey | 2002-09-17 | 1 | -3/+3 |
| * | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -3/+3 |
| * | #(endif|else) foo is incorrect, make it #endif /* foo */ |  heko | 2001-08-12 | 1 | -3/+3 |
| * | Wall |  deraadt | 2001-07-18 | 1 | -3/+4 |
| * | Use "realinstall" to allow the framework to do other work if needed; |  tholo | 2001-03-24 | 1 | -2/+2 |
| * | Fix RCS Ids |  niklas | 1999-08-20 | 1 | -1/+1 |
| * | use -fno-omit-frame-pointer; the reason is almost crazy; pr#287 |  deraadt | 1997-07-24 | 1 | -2/+2 |
| * | Use OpenBSD tags and not SCCS or RCS Id tags |  tholo | 1997-06-24 | 1 | -2/+2 |
| * | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP |  millert | 1997-04-27 | 1 | -2/+2 |
| * | -Wall madness. |  millert | 1996-12-21 | 1 | -1/+3 |
| * | install -> ${INSTALL}, -c -> ${COPY} |  downsj | 1996-12-08 | 1 | -2/+2 |
| * | initial import of NetBSD tree |  deraadt | 1995-10-18 | 2 | -0/+159 |