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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only assign the environ in the startup code when environ is NULL.
kib
2013-01-07
1
-5
/
+9
*
Stop calling _init/_fini methods from crt1 for dynamic binaries. Do
kib
2012-03-11
2
-15
/
+126
*
Add a header with definitions useful for constructing ELF notes.
kib
2012-03-11
1
-0
/
+38
*
Apply a workaround for a binutils issue with the .note.ABI-tag section
dim
2011-01-13
1
-0
/
+17
*
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
*
GC these crt{begin,end}.c, which are unused since the last FreeBSD platform
marius
2006-05-22
2
-114
/
+0
*
Explicitly specify an alignment for abitag. Without it, gcc specifies a
peter
2003-10-17
1
-1
/
+1
*
Set abitag __unused.
obrien
2003-05-04
1
-3
/
+4
*
Fix the copyright dates.
obrien
2002-05-07
1
-1
/
+1
*
GC code that moved to crtbrand.c.
obrien
2002-01-28
1
-4
/
+0
*
Feh, it helps to include a file other than yourself... wonder how
obrien
2001-10-27
1
-1
/
+1
*
* Bring back the guts of crt{i,n}.S. This allows C++ exceptions to work
obrien
2000-10-28
2
-18
/
+52
*
This is step 1 in an effort to unify the start-up files for the
jdp
2000-05-19
1
-7
/
+50
*
$Id$ -> $FreeBSD$
peter
1999-08-28
2
-2
/
+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
2
-13
/
+13
*
Import C startup files for ELF support.
jdp
1998-03-07
2
-0
/
+92