| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove __P() usage. | obrien | 2002-03-22 | 1 | -2/+2 |
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -2/+2 |
* | Revert part of rev 1.3 -- we need the calls to _init and _fini. | obrien | 2002-03-16 | 1 | -4/+0 |
* | Sync with csu/alpha/Makefile: build crt{i,n}.o. | obrien | 2002-03-10 | 1 | -3/+2 |
* | Minor style(9) nit + utilize ELF features for the FreeBSD ID. | obrien | 2002-02-28 | 1 | -6/+2 |
* | Minor style(9) nit + utilize ELF features for the FreeBSD ID. | obrien | 2002-02-27 | 3 | -16/+10 |
* | We do not support the sparc platform. | obrien | 2002-02-27 | 2 | -129/+0 |
* | Minor WS change to improve readability. | obrien | 2002-02-27 | 2 | -6/+6 |
* | Initialize the libc user trap handlers before passing control non-startup | tmm | 2002-02-23 | 1 | -0/+2 |
* | GC code that moved to crtbrand.c. | obrien | 2002-01-28 | 1 | -4/+0 |
* | Comment out the retrieval of a termination function from %g1. It is | jake | 2002-01-13 | 1 | -0/+8 |
* | Fix typo (unclosed comment). | jake | 2001-12-28 | 1 | -0/+1 |
* | Embelish CFLAGS. | obrien | 2001-12-15 | 1 | -1/+2 |
* | The instructions on doing something with src/lib/csu/sparc64. | obrien | 2001-12-15 | 1 | -0/+25 |
* | Sparc64 ELF version of the C runtime support. | obrien | 2001-12-15 | 1 | -0/+128 |
* | Put in an attempt at stack trace/unwind records. | peter | 2001-11-03 | 1 | -0/+8 |
* | Mostly cosmetic. Use indentation that is reasonably close to other | peter | 2001-10-29 | 2 | -20/+20 |
* | Update for the new toolchain. ld doesn't provide _GLOBAL_OFFSET_TABLE_ | peter | 2001-10-29 | 1 | -1/+8 |
* | sparc64 verions of the crt initialization and finalization files required | obrien | 2001-10-28 | 2 | -0/+100 |
* | Add missing crti.S and crtn.S files. I have tested these with -static | peter | 2001-10-27 | 2 | -0/+92 |
* | Sync with other platforms. | obrien | 2001-10-27 | 1 | -2/+3 |
* | minor style updating | obrien | 2001-10-27 | 3 | -13/+9 |