index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
csu
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Update for reality and syncing with other FreeBSD platforms.
obrien
2001-10-27
1
-6
/
+5
*
Feh, it helps to include a file other than yourself... wonder how
obrien
2001-10-27
1
-1
/
+1
*
Fix nit in copyright.
obrien
2001-10-26
1
-2
/
+2
*
Use the new machine-independent versions of crtbegin and crtend
obrien
2001-10-26
2
-108
/
+0
*
Change to track the new calling convention for execve. This version only
dfr
2001-10-11
1
-17
/
+3
*
Make sure stack is aligned to 16 bytes.
dfr
2001-08-21
1
-1
/
+4
*
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
*
Add rcsid's.
obrien
2001-01-04
3
-9
/
+23
*
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
*
Alpha verions of the crt initialization and finalization files required
obrien
2000-10-30
3
-2
/
+96
*
* Bring back the guts of crt{i,n}.S. This allows C++ exceptions to work
obrien
2000-10-28
14
-44
/
+99
*
CSU code for ia64.
dfr
2000-10-14
1
-0
/
+115
*
Use the new machine-independent versions of crtbegin and crtend
obrien
2000-05-24
2
-7
/
+5
*
Use the new machine-independent versions of crtbegin and crtend
jdp
2000-05-23
3
-108
/
+2
*
Take crtbegin.c and crtend.c from the new machine-independent
jdp
2000-05-20
4
-135
/
+4
*
This is step 1 in an effort to unify the start-up files for the
jdp
2000-05-19
6
-78
/
+120
*
CSU source for IA-64. Current we use the ../Alpha sources.
obrien
2000-04-19
1
-0
/
+28
*
Use ${.ALLSRC} in Makefile so that it is a better candidate for copying.
obrien
2000-04-19
2
-2
/
+2
*
CSU source for the Sparc copied over from the FreeBSD/Alpha sources.
steve
2000-04-19
4
-0
/
+237
*
Change our ELF binary branding to something more acceptable to the Binutils
obrien
2000-04-18
2
-0
/
+28
*
$Id$ -> $FreeBSD$
peter
1999-08-28
19
-19
/
+19
*
Enable gcrt1.o.
simokawa
1999-07-16
2
-2
/
+25
*
Call do_ctors() and do_dtors() using indirect calls through function
jdp
1999-06-06
1
-3
/
+12
*
Remove some left-over stuff from NetBSD that we don't need. This
jdp
1999-04-24
2
-29
/
+7
*
Ugh. I didn't know this Makefile was reaching over into the dynamic
jdp
1999-04-09
1
-2
/
+4
*
Add "-fkeep-inline-functions" to CFLAGS so that higher optimization
jdp
1999-03-15
2
-6
/
+4
*
Reverse the order of processing object files within an executable or
jdp
1999-03-13
2
-6
/
+6
*
Move the code for the ".init" and ".fini" sections outside of a
jdp
1999-03-12
6
-30
/
+30
*
Initialize __progname by argv[0] before striping leading path,
simokawa
1999-01-19
1
-1
/
+2
*
Switch to using ".So" as the extension for PIC object files rather
jdp
1999-01-09
3
-9
/
+9
*
Strip the leading path from __progname.
steve
1999-01-07
1
-3
/
+7
*
Fixed type mismatches in args to __syscall(). One for mmap() broke on
bde
1998-12-27
1
-5
/
+5
*
Avoid using ld -O (as in bsd.lib.mk).
bde
1998-12-27
1
-7
/
+16
*
Strip the leading path from __progname as is done in the a.out case. Also
steve
1998-12-24
2
-6
/
+18
[next]