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
/
amd64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r267233 for now. PIE support needs to be reworked.
bdrewery
2014-08-19
1
-2
/
+0
*
In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.
bdrewery
2014-06-08
1
-0
/
+2
*
Only assign the environ in the startup code when environ is NULL.
kib
2013-01-07
1
-3
/
+1
*
After r217375, some startup objects under lib/csu are built in a special
dim
2012-04-20
1
-3
/
+3
*
Stop calling _init/_fini methods from crt1 for dynamic binaries. Do
kib
2012-03-11
2
-25
/
+9
*
Apply a workaround for a binutils issue with the .note.ABI-tag section
dim
2011-01-13
1
-4
/
+23
*
Add section .note.GNU-stack for assembly files used by 386 and amd64.
kib
2011-01-07
2
-0
/
+4
*
Let all .c and .S files under lib/csu consistently use the __FBSDID()
dim
2010-12-09
3
-8
/
+9
*
Properly declare non-extern functions in crt1
uqs
2010-03-05
1
-1
/
+2
*
Properly support -fPIE by linking PIE binaries with specially-built
kib
2009-12-02
1
-1
/
+4
*
Add -fno-omit-frame-pointer to CFLAGS used to compile crt1.c on amd64.
kib
2008-08-22
1
-0
/
+1
*
Fixed profiling of main() for amd64 and i386. This started rotting
bde
2005-10-07
1
-6
/
+1
*
Add support for TLS in statically linked programs.
dfr
2004-08-15
1
-0
/
+2
*
Adjust stack alignment so that when the 'call xxx' functions are
peter
2004-03-21
2
-0
/
+4
*
MFi386: revision 1.19.
ru
2003-06-30
1
-3
/
+1
*
Update for AMD64. repocopied from i386-elf/crt1.c. Deal with regparm
peter
2003-04-30
1
-20
/
+5
*
make these more useful for lint(1). Minor diff-reductions while I'm
markm
2003-01-26
1
-0
/
+1
*
Backed out previous commit (alignment suitable for RELENG_4) as planned
bde
2002-12-01
1
-33
/
+0
*
Align the stack suitably for the version of gcc in FreeBSD-4 (provided
bde
2002-09-29
1
-0
/
+33
*
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
-18
/
+25
*
Whitespace diffs only; this brings this file into the same whitespace
markm
2002-07-03
1
-26
/
+27
*
Use .rodata section for $FreeBSD$.
obrien
2002-05-15
2
-4
/
+6
*
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
/
+4
*
Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.
obrien
2002-05-11
1
-4
/
+1
*
Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effect
bde
2002-04-29
1
-1
/
+1
*
Do not use __progname directly (except in [gs]etprogname(3)).
markm
2002-03-29
2
-3
/
+5
*
Minor style(9) nit + utilize ELF features for the FreeBSD ID.
obrien
2002-02-27
1
-4
/
+4
*
minor style updating
obrien
2001-10-27
1
-4
/
+3
*
* Bring back the guts of crt{i,n}.S. This allows C++ exceptions to work
obrien
2000-10-28
4
-11
/
+20
*
Take crtbegin.c and crtend.c from the new machine-independent
jdp
2000-05-20
1
-0
/
+2
*
This is step 1 in an effort to unify the start-up files for the
jdp
2000-05-19
2
-32
/
+10
*
Change our ELF binary branding to something more acceptable to the Binutils
obrien
2000-04-18
1
-0
/
+14
*
$Id$ -> $FreeBSD$
peter
1999-08-28
4
-4
/
+4
*
Add "-fkeep-inline-functions" to CFLAGS so that higher optimization
jdp
1999-03-15
1
-3
/
+2
*
Move the code for the ".init" and ".fini" sections outside of a
jdp
1999-03-12
1
-2
/
+2
*
Switch to using ".So" as the extension for PIC object files rather
jdp
1999-01-09
1
-3
/
+3
*
Strip the leading path from __progname as is done in the a.out case. Also
steve
1998-12-24
1
-3
/
+9
*
Make profiling work for ELF. gprof now autodetects the format of
jdp
1998-09-07
2
-2
/
+25
*
Import C startup files for ELF support.
jdp
1998-03-07
4
-0
/
+171