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
*
C startup support for 64-bit PowerPC.
nwhitehorn
2010-07-10
4
-0
/
+248
*
Add unwind annotations to the asm part of crt1 on i386. Terminate the
kib
2010-06-18
1
-1
/
+8
*
Do not create *.gmon files for PIE executables on i386.
jilles
2010-03-20
1
-1
/
+1
*
Fix spelling of noreorder.
jmallett
2010-03-13
1
-1
/
+1
*
Use default WARNS setting (of 6) for lib/csu.
uqs
2010-03-05
6
-15
/
+7
*
Properly declare non-extern functions in crt1
uqs
2010-03-05
5
-5
/
+13
*
Use ABI neutral macrosa
imp
2010-03-03
2
-29
/
+51
*
__main and __gccmain are no longer required, so eliminate them.
imp
2010-03-03
1
-3
/
+0
*
Build lib/ with WARNS=6 by default.
ed
2010-01-02
4
-1
/
+6
*
Properly support -fPIE by linking PIE binaries with specially-built
kib
2009-12-02
9
-35
/
+93
*
Fix build when WITH_SSP is set explicitly.
ru
2009-02-21
1
-1
/
+1
*
Add -fno-omit-frame-pointer to CFLAGS used to compile crt1.c on amd64.
kib
2008-08-22
1
-0
/
+1
*
Enable GCC stack protection (aka Propolice) for userland:
ru
2008-06-25
1
-0
/
+3
*
Bring C runtime bits for FreeBSD/mips from p4 mips2-jnpr branch.
gonzo
2008-05-03
4
-0
/
+191
*
The __used (== __attribute__((__used)) ) silences the warning produced
kib
2007-12-04
1
-1
/
+1
*
Restore the branding of the ELF executables. The structure was optimized out.
kib
2007-12-03
1
-1
/
+1
*
Fix TLS on sparc64 for statically and dynamically linked binaries
kmacy
2006-10-08
1
-4
/
+3
*
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
[next]