index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Lines
2012-11-23
begin sys/user.h and sys/reg.h fixes for ports
Rich Felker
-37
/
+11
2012-11-23
fix powerpc ucontext, again..
Rich Felker
-5
/
+0
2012-11-23
fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_buf
Rich Felker
-1
/
+1
2012-11-23
remove stuff that doesn't belong in powerpc 32-bit sigcontext
Rich Felker
-4
/
+0
2012-11-21
more ppc signal.h typedef order fixes
Rich Felker
-13
/
+13
2012-11-21
fix misordered typedefs in ppc signal.h
Rich Felker
-2
/
+2
2012-11-21
ppc signal/NSIG related fix (warning fix, redefinition)
Rich Felker
-2
/
+1
2012-11-21
add back NSIG, removed from powerpc in last commit, but for all archs
Rich Felker
-0
/
+2
2012-11-21
make powerpc signal.h namespace-clean for posix/isoc
Rich Felker
-19
/
+32
2012-11-21
fix powerpc types to match abi, and some feature test issues
Rich Felker
-7
/
+8
2012-11-21
fix invalid usage of mcontext_t in powerpc signal.h
rofl0r
-1
/
+1
2012-11-18
fix breakage from introducing bits header for sys/io.h
Rich Felker
-0
/
+0
2012-11-18
add missing const on powerpc FE_DFL_ENV
Rich Felker
-1
/
+1
2012-11-18
fenv support for ppc, untested
Rich Felker
-7
/
+28
2012-11-18
ppc socket.h: add forgotten cmsghdr
rofl0r
-0
/
+7
2012-11-16
dynamic linking support for powerpc
Rich Felker
-8
/
+27
2012-11-16
fix ppc stat structure definition
Rich Felker
-4
/
+3
2012-11-16
fix powerpc termios.h and ioctl.h
rofl0r
-192
/
+232
2012-11-15
ppc wchar_t is long, not int
Rich Felker
-1
/
+1
2012-11-14
fix powerpc atomic compare-and-swap function
Rich Felker
-6
/
+7
2012-11-14
update ppc atomic code to match the endian-agnostic version on other archs
Rich Felker
-14
/
+6
2012-11-14
fix wchar limits mistakenly copied from arm
Rich Felker
-2
/
+2
2012-11-13
PPC port cleaned up, static linking works well now.
rofl0r
-0
/
+2040
[prev]