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
*
MFC r314556-r314558
brooks
2017-03-11
1
-1
/
+1
*
MFC r304928:
kib
2016-09-03
2
-69
/
+1
*
Replace use of the pipe(2) system call with pipe2(2) with a zero flags
brooks
2016-06-22
2
-55
/
+1
*
libc: make some more use of the nitems() macro.
pfg
2016-04-16
1
-2
/
+2
*
libc: stop exporting cerror
emaste
2016-03-30
1
-1
/
+0
*
libc: stop exporting curbrk and minbrk in the private namespace
emaste
2016-03-24
1
-2
/
+0
*
Make unions in PowerPC libc endian-safe.
nwhitehorn
2016-02-26
2
-2
/
+22
*
Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa...
rodrigc
2015-09-20
1
-0
/
+1
*
The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and
kib
2015-04-18
1
-3
/
+0
*
libc: Eliminate duplicate copies of __vdso_gettc.c
emaste
2015-04-02
2
-49
/
+1
*
Save and restore non-volatile floating-point registers during longjmp().
nwhitehorn
2015-03-08
3
-0
/
+110
*
Remove duplicate copies of trivial getcontextx.c
emaste
2015-01-12
2
-78
/
+3
*
Avoid use of register variables. Clang 3.5 treats this as undefined behavior,
jhibbits
2015-01-06
1
-2
/
+1
*
Ensure that every ENTRY(foo) has a matching END(foo).
bapt
2014-10-01
10
-0
/
+13
*
Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.
imp
2014-04-05
1
-1
/
+1
*
Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}
marcel
2014-03-04
1
-1
/
+1
*
Get rid of the CONCAT macro.
andreast
2013-11-23
1
-10
/
+10
*
Revert r253748,253749
avg
2013-07-28
1
-0
/
+1
*
remove needless inclusion of machine/cpu.h in userland
avg
2013-07-28
1
-1
/
+0
*
Remove clause 3 and 4 from TNF licenses
emaste
2013-05-29
5
-35
/
+0
*
The getcontext() from the __fillcontextx() call in the
kib
2013-05-28
1
-0
/
+7
*
Rework the __vdso_* symbols attributes to only make the symbols weak,
kib
2013-01-30
2
-0
/
+50
*
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