History log of /netbsd-src/lib/libc/arch/powerpc/sys/syscall.S (Results 1 – 3 of 3)
Revision Date Author Comments
# 193dbcda 01-Feb-2014 matt <matt@NetBSD.org>

Since powerpc passes 8 arguments in registers and the syscall number in r0,
shuffle register argument so the kernel won't need to access the stack to
retrieve that last argument.


# c523f015 25-May-1998 ws <ws@NetBSD.org>

Remove long obsolete copyright (should have been done before initial import)


# 5ef4bdf6 29-Mar-1997 thorpej <thorpej@NetBSD.org>

Architecture-specific bits for libc on the PowerPC. From Wolfgang
Solfrank <ws@tools.de>