| Commit message (Expand) | Author | Age | Files | Lines |
* | Only assign the environ in the startup code when environ is NULL. | kib | 2013-01-07 | 1 | -3/+1 |
* | Revert r234356 for now, as it leads to run-time problems on 32-bit | dim | 2012-04-23 | 1 | -2/+1 |
* | After r217375, some startup objects under lib/csu are built in a special | dim | 2012-04-20 | 1 | -3/+3 |
* | Work around an issue on 32-bit PowerPC, where clang executable can get | dim | 2012-04-16 | 1 | -1/+2 |
* | Stop calling _init/_fini methods from crt1 for dynamic binaries. Do | kib | 2012-03-11 | 2 | -24/+9 |
* | Mark csu on PowerPC as not requiring executable stack. | kib | 2011-01-14 | 2 | -0/+4 |
* | Apply a workaround for a binutils issue with the .note.ABI-tag section | dim | 2011-01-13 | 1 | -4/+23 |
* | Let all .c and .S files under lib/csu consistently use the __FBSDID() | dim | 2010-12-09 | 3 | -11/+10 |
* | Use default WARNS setting (of 6) for lib/csu. | uqs | 2010-03-05 | 1 | -2/+1 |
* | Properly declare non-extern functions in crt1 | uqs | 2010-03-05 | 1 | -2/+3 |
* | Properly support -fPIE by linking PIE binaries with specially-built | kib | 2009-12-02 | 1 | -1/+4 |
* | Add support for TLS in statically linked programs. | dfr | 2004-08-15 | 1 | -0/+2 |
* | make these more useful for lint(1). Minor diff-reductions while I'm | markm | 2003-01-26 | 1 | -0/+1 |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -1/+1 |
* | The main reason for this is to reduce diffs between all the crt1.c's. | markm | 2002-07-16 | 1 | -13/+15 |
* | Use .rodata section for $FreeBSD$. | obrien | 2002-05-15 | 2 | -4/+8 |
* | Fixed CLEANFILES after bsd.lib.mk sweep. | ru | 2002-05-13 | 1 | -0/+2 |
* | SOBJS are not used here for a long time, and were just | ru | 2002-05-13 | 1 | -4/+2 |
* | Major cleanup of bsd.lib.mk. | ru | 2002-05-13 | 1 | -5/+0 |
* | Revert the last change. The corresponding bsd.lib.mk changes were | ru | 2002-05-12 | 1 | -1/+5 |
* | Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB. | obrien | 2002-05-11 | 1 | -5/+1 |
* | Do not use __progname directly (except in [gs]etprogname(3)). | markm | 2002-03-29 | 2 | -3/+5 |
* | Remove prototype, no other crt1.c has or needs it. | obrien | 2002-03-23 | 1 | -9/+6 |
* | Remove __P() usage. | obrien | 2002-03-22 | 1 | -2/+2 |
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -2/+2 |
* | Minor style(9) nit + utilize ELF features for the FreeBSD ID. | obrien | 2002-02-27 | 1 | -8/+2 |
* | Sync with other platforms. | obrien | 2001-10-27 | 1 | -2/+3 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 1 | -2/+0 |
* | Fix compilation errors by adding forward declarations and fix typo. | mp | 2001-07-31 | 1 | -3/+7 |
* | The instructions on doing something with src/lib/csu/powerpc. | obrien | 2001-01-04 | 1 | -0/+26 |
* | PowerPC version of the C runtime support. | obrien | 2001-01-04 | 1 | -0/+124 |
* | PowerPC verions of the crt initialization and finalization files required | obrien | 2001-01-04 | 2 | -0/+91 |