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
/
crt1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r292000: Remove historical GNUC test
emaste
2016-05-20
1
-6
/
+0
*
Only assign the environ in the startup code when environ is NULL.
kib
2013-01-07
1
-3
/
+1
*
Stop calling _init/_fini methods from crt1 for dynamic binaries. Do
kib
2012-03-11
1
-22
/
+6
*
Let all .c and .S files under lib/csu consistently use the __FBSDID()
dim
2010-12-09
1
-2
/
+3
*
Properly declare non-extern functions in crt1
uqs
2010-03-05
1
-1
/
+2
*
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
*
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
*
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
*
Do not use __progname directly (except in [gs]etprogname(3)).
markm
2002-03-29
1
-2
/
+3
*
Minor style(9) nit + utilize ELF features for the FreeBSD ID.
obrien
2002-02-27
1
-4
/
+4
*
* Bring back the guts of crt{i,n}.S. This allows C++ exceptions to work
obrien
2000-10-28
1
-0
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
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
1
-1
/
+20
*
Import C startup files for ELF support.
jdp
1998-03-07
1
-0
/
+77