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
*
Force the dynamic linker to resolve _end early so we pick up the correct
andrew
2015-07-02
1
-1
/
+12
*
Add a workaround to correctly align the stack before calling into C code.
andrew
2015-06-22
1
-3
/
+7
*
Add META_MODE support.
sjg
2015-06-13
8
-0
/
+111
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
12
-5
/
+236
|
|
\
|
|
/
|
/
|
|
*
Put lib/csu/amd64/Makefile back the way it is in head
sjg
2014-11-30
3
-9
/
+9
|
*
Merge from head@274682
sjg
2014-11-19
2
-10
/
+11
|
|
\
|
*
\
Merge head from 7/28
sjg
2014-08-19
6
-366
/
+6
|
|
\
\
|
*
\
\
Merge head
sjg
2014-04-27
1
-1
/
+1
|
|
\
\
\
|
*
\
\
\
Merge head@256284
sjg
2013-10-13
2
-0
/
+15
|
|
\
\
\
\
|
*
\
\
\
\
Merge from head
sjg
2013-09-05
2
-0
/
+12
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
|
|
|
|
Sync with HEAD.
obrien
2013-02-08
8
-29
/
+16
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Sync from head
sjg
2012-11-04
7
-4
/
+97
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
2
-3
/
+18
|
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
All FreeBSD platforms are elf: move i386-elf to i386
emaste
2015-05-19
6
-3
/
+2
*
|
|
|
|
|
|
|
Ensure the cross assembler, linker and objcopy are used for the build32
dim
2015-04-02
1
-2
/
+2
*
|
|
|
|
|
|
|
Start to import support for the AArch64 architecture from ARM. This change
andrew
2015-03-19
4
-0
/
+225
*
|
|
|
|
|
|
|
Add a comment explaining why gcc is needed.
jhibbits
2015-02-06
1
-0
/
+4
*
|
|
|
|
|
|
|
powerpc64 csu needs to be built by gcc, so enforce that.
jhibbits
2015-02-05
1
-0
/
+3
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Use bsd.lib.mk here as all other csu Makefiles do.
bdrewery
2014-08-19
1
-7
/
+11
*
|
|
|
|
|
|
Revert r267233 for now. PIE support needs to be reworked.
bdrewery
2014-08-19
2
-4
/
+0
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Reviewed by: imp
sjg
2014-07-26
1
-3
/
+3
*
|
|
|
|
|
Remove ia64.
marcel
2014-07-07
4
-363
/
+0
*
|
|
|
|
|
In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.
bdrewery
2014-06-08
2
-0
/
+4
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Use the size of the MACHINE_ARCH string instead of sizeof(uint32_t). It can
cognet
2013-10-27
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
[next]