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
*
Remove historical GNUC test
emaste
2015-12-08
1
-6
/
+0
*
Fix installation of 32bit libraries after r288074.
bdrewery
2015-09-21
1
-0
/
+2
*
Replace realinstall: and META_MODE staging hacks with FILES mechanism.
bdrewery
2015-09-21
1
-5
/
+5
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+12
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Put lib/csu/amd64/Makefile back the way it is in head
sjg
2014-11-30
1
-7
/
+4
|
*
Merge from head@274682
sjg
2014-11-19
1
-1
/
+0
|
|
\
|
|
/
|
/
|
|
*
Merge head from 7/28
sjg
2014-08-19
1
-0
/
+1
|
|
\
|
*
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
Sync with HEAD.
obrien
2013-02-08
1
-3
/
+1
|
|
\
\
|
*
|
|
Sync from head
sjg
2012-11-04
2
-4
/
+22
*
|
|
|
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
[next]