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
/
i386-elf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not create *.gmon files for PIE executables on i386.
jilles
2010-03-20
1
-1
/
+1
*
Build lib/ with WARNS=6 by default.
ed
2010-01-02
1
-1
/
+0
*
Properly support -fPIE by linking PIE binaries with specially-built
kib
2009-12-02
3
-29
/
+69
*
Fixed profiling of main() for amd64 and i386. This started rotting
bde
2005-10-07
1
-6
/
+1
*
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
*
Add support for TLS in statically linked programs.
dfr
2004-08-15
1
-0
/
+2
*
The <bsd.files.mk> API seems the best to use here.
ru
2004-01-20
1
-11
/
+7
*
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
*
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
3
-135
/
+2
*
This is step 1 in an effort to unify the start-up files for the
jdp
2000-05-19
3
-39
/
+60
*
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
6
-6
/
+6
*
Add "-fkeep-inline-functions" to CFLAGS so that higher optimization
jdp
1999-03-15
1
-3
/
+2
*
Reverse the order of processing object files within an executable or
jdp
1999-03-13
1
-3
/
+3
*
Move the code for the ".init" and ".fini" sections outside of a
jdp
1999-03-12
3
-15
/
+15
*
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
6
-0
/
+263