CVS commit: src/lib/libc/arch/mips/sys

2022-12-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Dec 3 14:04:39 UTC 2022 Modified Files: src/lib/libc/arch/mips/sys: cerror.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/arch/mips/sys/cerror.S Please note

CVS commit: src/lib/libc/arch/mips/sys

2022-12-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Dec 3 14:04:39 UTC 2022 Modified Files: src/lib/libc/arch/mips/sys: cerror.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/arch/mips/sys/cerror.S Please note

CVS commit: src/lib/libc/arch/mips/sys

2021-02-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Fri Feb 19 08:33:02 UTC 2021 Modified Files: src/lib/libc/arch/mips/sys: __syscall.S Log Message: Remove the incorrect register shuffle - we pass SYS___syscall as the syscall number in v0 and pass all the original __syscall()

CVS commit: src/lib/libc/arch/mips/sys

2021-02-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Fri Feb 19 08:33:02 UTC 2021 Modified Files: src/lib/libc/arch/mips/sys: __syscall.S Log Message: Remove the incorrect register shuffle - we pass SYS___syscall as the syscall number in v0 and pass all the original __syscall()

CVS commit: src/lib/libc/arch/mips/sys

2021-02-05 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Feb 6 06:58:59 UTC 2021 Modified Files: src/lib/libc/arch/mips/sys: cerror.S Log Message: For mips n32/n64 explicitly save the GP reg on the stack, and restore it _after_ the call to __errno(). Fixes sending the __errno()

CVS commit: src/lib/libc/arch/mips/sys

2021-02-05 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Feb 6 06:58:59 UTC 2021 Modified Files: src/lib/libc/arch/mips/sys: cerror.S Log Message: For mips n32/n64 explicitly save the GP reg on the stack, and restore it _after_ the call to __errno(). Fixes sending the __errno()

CVS commit: src/lib/libc/arch/mips/sys

2016-08-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 10 16:45:24 UTC 2016 Modified Files: src/lib/libc/arch/mips/sys: getcontext.S Log Message: We need to save the GP of the caller in the context for n32/n64 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libc/arch/mips/sys

2016-08-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 10 16:45:24 UTC 2016 Modified Files: src/lib/libc/arch/mips/sys: getcontext.S Log Message: We need to save the GP of the caller in the context for n32/n64 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libc/arch/mips/sys

2014-01-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jan 31 18:06:26 UTC 2014 Modified Files: src/lib/libc/arch/mips/sys: __syscall.S syscall.S Log Message: Since N32/N64 pass the first 8 arguments in registers, we can load all the arguments into those registers before invoking

CVS commit: src/lib/libc/arch/mips/sys

2014-01-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jan 31 18:06:26 UTC 2014 Modified Files: src/lib/libc/arch/mips/sys: __syscall.S syscall.S Log Message: Since N32/N64 pass the first 8 arguments in registers, we can load all the arguments into those registers before invoking

CVS commit: src/lib/libc/arch/mips/sys

2013-06-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jun 26 08:38:34 UTC 2013 Modified Files: src/lib/libc/arch/mips/sys: sbrk.S Log Message: Use t1 instead of v1 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/arch/mips/sys/sbrk.S Please note that

CVS commit: src/lib/libc/arch/mips/sys

2012-02-27 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Feb 27 14:48:34 UTC 2012 Modified Files: src/lib/libc/arch/mips/sys: cerror.S Log Message: Fix pasto. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libc/arch/mips/sys/cerror.S Please note that

CVS commit: src/lib/libc/arch/mips/sys

2012-02-27 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Feb 27 14:48:34 UTC 2012 Modified Files: src/lib/libc/arch/mips/sys: cerror.S Log Message: Fix pasto. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libc/arch/mips/sys/cerror.S Please note that

CVS commit: src/lib/libc/arch/mips/sys

2011-01-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 17 23:34:44 UTC 2011 Modified Files: src/lib/libc/arch/mips/sys: cerror.S Log Message: Make __cerror hidden. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libc/arch/mips/sys/cerror.S Please note

CVS commit: src/lib/libc/arch/mips/sys

2011-01-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 17 23:34:44 UTC 2011 Modified Files: src/lib/libc/arch/mips/sys: cerror.S Log Message: Make __cerror hidden. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libc/arch/mips/sys/cerror.S Please note

CVS commit: src/lib/libc/arch/mips/sys

2010-12-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Dec 12 09:00:37 UTC 2010 Modified Files: src/lib/libc/arch/mips/sys: brk.S Log Message: brk(2) should update __curbrk, not __minbrk or garbage. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/lib/libc/arch/mips/sys

2010-12-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Dec 12 09:03:07 UTC 2010 Modified Files: src/lib/libc/arch/mips/sys: sbrk.S Log Message: We can't assume syscall retains t0, unless it's documented as ABI. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/lib/libc/arch/mips/sys

2010-12-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Dec 12 09:00:37 UTC 2010 Modified Files: src/lib/libc/arch/mips/sys: brk.S Log Message: brk(2) should update __curbrk, not __minbrk or garbage. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/lib/libc/arch/mips/sys

2010-12-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Dec 12 09:03:07 UTC 2010 Modified Files: src/lib/libc/arch/mips/sys: sbrk.S Log Message: We can't assume syscall retains t0, unless it's documented as ABI. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18