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
/
libc
/
powerpc64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not restore the register holding the TLS pointer when doing various
nwhitehorn
2012-04-11
3
-3
/
+0
*
Properly resolve the _ctx_start function descriptor (the symbol _ctx_start
nwhitehorn
2012-04-07
1
-1
/
+1
*
Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE which
andreast
2012-02-05
2
-17
/
+17
*
Make the sys/ucontext.h self-contained by changing the return type
kib
2012-02-01
1
-1
/
+1
*
Add API for obtaining extended machine context states that cannot be
kib
2012-01-21
2
-1
/
+70
*
This commit adds profiling support for powerpc64. Now we can do application
andreast
2012-01-20
1
-1
/
+1
*
Two other places where we can use WEAK_ALIAS.
andreast
2012-01-08
1
-4
/
+1
*
Use the macro WEAK_ALIAS. Tested on 32 and 64-bit.
andreast
2012-01-06
1
-10
/
+5
*
Replace a proliferation of buggy MD implementations of modf() with a
das
2011-10-21
3
-109
/
+1
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
Turn off default generation of userland dot symbols on powerpc64 now that
nwhitehorn
2011-02-18
8
-22
/
+13
*
Mark assembler sources from libc as working with non-executable stack.
kib
2011-01-14
12
-1
/
+22
*
Fix stack alignment (required to be to 16 bytes) instead of ptrace and
nwhitehorn
2010-12-11
2
-5
/
+5
*
Make sure to specify the alignment of minbrk and curbrk. They were correctly
dim
2010-11-11
2
-0
/
+2
*
Provide 64-bit PowerPC support in libc.
nwhitehorn
2010-07-10
35
-0
/
+2433