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
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r292000: Remove historical GNUC test
emaste
2016-05-20
7
-40
/
+0
*
MFC r280980:
dim
2015-04-09
1
-2
/
+2
*
MFC 257233: Use size of the MACHINE_ARCH string instead of sizeof(uint32_t).
ian
2014-05-18
1
-1
/
+1
*
Add an elf note on ARM to store the MACHINE_ARCH an executable was built
andrew
2013-09-26
2
-0
/
+15
*
Add a makefle that recurses into the right architecture-specific
marcel
2013-05-21
1
-0
/
+10
*
Add the Clang specific -Wmissing-variable-declarations to WARNS=6.
ed
2013-04-19
1
-0
/
+2
*
Only assign the environ in the startup code when environ is NULL.
kib
2013-01-07
8
-29
/
+16
*
Revert r234356 for now, as it leads to run-time problems on 32-bit
dim
2012-04-23
1
-2
/
+1
*
After r217375, some startup objects under lib/csu are built in a special
dim
2012-04-20
7
-21
/
+21
*
Work around an issue on 32-bit PowerPC, where clang executable can get
dim
2012-04-16
1
-1
/
+2
*
Work around a binutils bug on powerpc64 where the TOC would not be
nwhitehorn
2012-03-13
1
-1
/
+2
*
Stop calling _init/_fini methods from crt1 for dynamic binaries. Do
kib
2012-03-11
16
-180
/
+187
*
Add a header with definitions useful for constructing ELF notes.
kib
2012-03-11
1
-0
/
+38
*
- Remove one more no-op #ifndef
gonzo
2012-03-06
1
-2
/
+0
*
- Remove NOSHARED parts since it seems to be no-op
gonzo
2012-03-06
1
-4
/
+3
*
Build Scrt.o on powerpc64. Its introduction on other platforms got lost
nwhitehorn
2011-06-27
1
-4
/
+10
*
Turn off default generation of userland dot symbols on powerpc64 now that
nwhitehorn
2011-02-18
1
-8
/
+6
*
Whitespace nit
imp
2011-02-01
1
-1
/
+1
*
Mark csu on PowerPC as not requiring executable stack.
kib
2011-01-14
4
-0
/
+8
*
The (%esp & 0xf) == 0 should be true before the call instruction is
kib
2011-01-13
1
-0
/
+1
*
Apply a workaround for a binutils issue with the .note.ABI-tag section
dim
2011-01-13
8
-28
/
+171
*
Add section .note.GNU-stack for assembly files used by 386 and amd64.
kib
2011-01-07
5
-0
/
+10
*
Add a .note.ABI-tag section to ia64 startup files by linking crtbrand.c
tijl
2010-12-10
1
-8
/
+29
*
Let all .c and .S files under lib/csu consistently use the __FBSDID()
dim
2010-12-09
21
-50
/
+61
*
Remove two .endp's without matching .proc in lib/csu/ia64/crtn.S.
dim
2010-10-15
1
-2
/
+0
*
C startup support for 64-bit PowerPC.
nwhitehorn
2010-07-10
4
-0
/
+248
*
Add unwind annotations to the asm part of crt1 on i386. Terminate the
kib
2010-06-18
1
-1
/
+8
*
Do not create *.gmon files for PIE executables on i386.
jilles
2010-03-20
1
-1
/
+1
*
Fix spelling of noreorder.
jmallett
2010-03-13
1
-1
/
+1
*
Use default WARNS setting (of 6) for lib/csu.
uqs
2010-03-05
6
-15
/
+7
*
Properly declare non-extern functions in crt1
uqs
2010-03-05
5
-5
/
+13
*
Use ABI neutral macrosa
imp
2010-03-03
2
-29
/
+51
*
__main and __gccmain are no longer required, so eliminate them.
imp
2010-03-03
1
-3
/
+0
*
Build lib/ with WARNS=6 by default.
ed
2010-01-02
4
-1
/
+6
*
Properly support -fPIE by linking PIE binaries with specially-built
kib
2009-12-02
9
-35
/
+93
*
Fix build when WITH_SSP is set explicitly.
ru
2009-02-21
1
-1
/
+1
*
Add -fno-omit-frame-pointer to CFLAGS used to compile crt1.c on amd64.
kib
2008-08-22
1
-0
/
+1
*
Enable GCC stack protection (aka Propolice) for userland:
ru
2008-06-25
1
-0
/
+3
*
Bring C runtime bits for FreeBSD/mips from p4 mips2-jnpr branch.
gonzo
2008-05-03
4
-0
/
+191
*
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
*
Fix TLS on sparc64 for statically and dynamically linked binaries
kmacy
2006-10-08
1
-4
/
+3
*
Remove alpha left-overs.
ru
2006-08-22
4
-233
/
+0
*
GC these crt{begin,end}.c, which are unused since the last FreeBSD platform
marius
2006-05-22
2
-114
/
+0
*
Fixed profiling of main() for amd64 and i386. This started rotting
bde
2005-10-07
2
-12
/
+2
*
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
*
Remnant code (broken, unhooked) from a.out which I missed.
trhodes
2005-01-11
3
-527
/
+0
*
Implement .init and .fini.
cognet
2004-09-23
3
-8
/
+27
*
Back out the call to _init_tls() - something is broken there and it
dfr
2004-08-21
1
-2
/
+0
[next]