| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove alpha left-overs. | ru | 2006-08-22 | 4 | -233/+0 |
* | GC these crt{begin,end}.c, which are unused since the last FreeBSD platform | marius | 2006-05-22 | 2 | -114/+0 |
* | Fixed profiling of main() for amd64 and i386. This started rotting | bde | 2005-10-07 | 2 | -12/+2 |
* | Align the stack to a 16 byte boundary so that we can safely call functions | dfr | 2005-05-19 | 1 | -0/+3 |
* | Keep the stack aligned to a 16 byte boundary when calling init functions | dfr | 2005-05-19 | 2 | -0/+4 |
* | Remnant code (broken, unhooked) from a.out which I missed. | trhodes | 2005-01-11 | 3 | -527/+0 |
* | Implement .init and .fini. | cognet | 2004-09-23 | 3 | -8/+27 |
* | Back out the call to _init_tls() - something is broken there and it | dfr | 2004-08-21 | 1 | -2/+0 |
* | Bring ia64 back from the dead. After a call one needs to restore the | marcel | 2004-08-18 | 1 | -1/+1 |
* | Add support for TLS in statically linked programs. | dfr | 2004-08-15 | 7 | -0/+17 |
* | C runtime support for FreeBSD/arm. | cognet | 2004-05-14 | 4 | -0/+169 |
* | Adjust stack alignment so that when the 'call xxx' functions are | peter | 2004-03-21 | 2 | -0/+4 |
* | The <bsd.files.mk> API seems the best to use here. | ru | 2004-01-20 | 1 | -11/+7 |
* | Explicitly specify an alignment for abitag. Without it, gcc specifies a | peter | 2003-10-17 | 1 | -1/+1 |
* | Fix typo: Passing the first argument to exit() in out2 does not work. | marcel | 2003-07-15 | 1 | -1/+1 |
* | _start() needed to be written in assembly. See crt1.S. | marcel | 2003-07-14 | 1 | -124/+0 |
* | Rewite _start(). We cannot use a C function due to the fact that we | marcel | 2003-07-13 | 2 | -2/+193 |
* | MFi386: revision 1.19. | ru | 2003-06-30 | 1 | -3/+1 |
* | Removed garbage: | bde | 2003-06-04 | 1 | -3/+1 |
* | This is now Gcc 3.3 WARNS 6 clean. | obrien | 2003-05-04 | 1 | -0/+1 |
* | Set abitag __unused. | obrien | 2003-05-04 | 1 | -3/+4 |
* | Update for AMD64. repocopied from i386-elf/crt1.c. Deal with regparm | peter | 2003-04-30 | 1 | -20/+5 |
* | Very minor EOL whitespace diff-reducer. | markm | 2003-01-26 | 1 | -1/+1 |
* | Missed a bit of cleanup. | markm | 2003-01-26 | 1 | -2/+0 |
* | make these more useful for lint(1). Minor diff-reductions while I'm | markm | 2003-01-26 | 6 | -1/+7 |
* | Remove the get_term() function. It pretty much can't work for | markm | 2003-01-26 | 1 | -36/+7 |
* | Backed out previous commit (alignment suitable for RELENG_4) as planned | bde | 2002-12-01 | 2 | -66/+0 |
* | Align the stack suitably for the version of gcc in FreeBSD-4 (provided | bde | 2002-09-29 | 2 | -0/+66 |
* | Remove a prototype for a function that is no longer called. | markm | 2002-09-20 | 1 | -1/+0 |
* | Don't need to install the signal trampoline here anymore. | jake | 2002-09-03 | 1 | -1/+0 |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 7 | -7/+7 |
* | The main reason for this is to reduce diffs between all the crt1.c's. | markm | 2002-07-16 | 6 | -91/+140 |
* | Whitespace diffs only; this brings this file into the same whitespace | markm | 2002-07-03 | 2 | -52/+54 |
* | WARNS=6'ify. | obrien | 2002-06-25 | 1 | -7/+5 |
* | Prototype _start. | obrien | 2002-06-25 | 1 | -2/+4 |
* | Use .rodata section for $FreeBSD$. | obrien | 2002-05-15 | 6 | -12/+20 |
* | Fixed CLEANFILES after bsd.lib.mk sweep. | ru | 2002-05-13 | 6 | -0/+12 |
* | SOBJS are not used here for a long time, and were just | ru | 2002-05-13 | 6 | -24/+12 |
* | Major cleanup of bsd.lib.mk. | ru | 2002-05-13 | 6 | -27/+0 |
* | Revert the last change. The corresponding bsd.lib.mk changes were | ru | 2002-05-12 | 6 | -6/+25 |
* | Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB. | obrien | 2002-05-11 | 6 | -25/+6 |
* | Use the compiler's crt{begin,end}. | obrien | 2002-05-10 | 1 | -2/+1 |
* | Fix the copyright dates. | obrien | 2002-05-07 | 1 | -1/+1 |
* | Install the libc signal trampoline on startup. | jake | 2002-04-29 | 1 | -0/+2 |
* | Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effect | bde | 2002-04-29 | 2 | -2/+2 |
* | Style nit and modernize SCM ID. | obrien | 2002-04-13 | 1 | -8/+2 |
* | For now we are using our old crt{begin,end}. | obrien | 2002-04-08 | 1 | -3/+3 |
* | Do not use __progname directly (except in [gs]etprogname(3)). | markm | 2002-03-29 | 14 | -24/+39 |
* | Style nit. | obrien | 2002-03-23 | 1 | -3/+3 |
* | Remove prototype, no other crt1.c has or needs it. | obrien | 2002-03-23 | 1 | -9/+6 |