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

2024-11-02 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Nov 2 18:39:21 UTC 2024 Modified Files: src/lib/libc/arch/mips/string: Makefile.inc Log Message: Fix mips build failure caused by new ffsl.c To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/arch/mi

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

2024-11-02 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Nov 2 18:39:21 UTC 2024 Modified Files: src/lib/libc/arch/mips/string: Makefile.inc Log Message: Fix mips build failure caused by new ffsl.c To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/arch/mi

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

2023-07-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jul 23 07:24:20 UTC 2023 Modified Files: src/lib/libc/arch/mips: SYS.h Log Message: Indentation consistency. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/arch/mips/SYS.h Please note that d

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

2023-07-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jul 23 07:24:20 UTC 2023 Modified Files: src/lib/libc/arch/mips: SYS.h Log Message: Indentation consistency. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/arch/mips/SYS.h Please note that d

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 tha

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 tha

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

2021-11-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 18 04:33:20 UTC 2021 Modified Files: src/lib/libc/arch/mips: genassym.cf src/lib/libc/arch/mips/sys: __sigtramp2.S Log Message: Decorate the MIPS signal trampoline with the appropriate .cfi directives to allow exc

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

2021-11-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 18 04:33:20 UTC 2021 Modified Files: src/lib/libc/arch/mips: genassym.cf src/lib/libc/arch/mips/sys: __sigtramp2.S Log Message: Decorate the MIPS signal trampoline with the appropriate .cfi directives to allow exc

Re: CVS commit: src/lib/libc/arch/mips/gen

2016-08-14 Thread Joerg Sonnenberger
On Sat, Aug 13, 2016 at 07:49:32AM +, Nick Hudson wrote: > Module Name: src > Committed By: skrll > Date: Sat Aug 13 07:49:32 UTC 2016 > > Modified Files: > src/lib/libc/arch/mips/gen: _resumecontext.S > > Log Message: > PIC_TAILCALL on n32/n64 would mess up GP, so just use SYS

Re: CVS commit: src/lib/libc/arch/mips/gen

2012-03-20 Thread Matt Thomas
On Mar 20, 2012, at 3:51 AM, Havard Eidnes wrote: > Module Name: src > Committed By: he > Date: Tue Mar 20 10:51:24 UTC 2012 > > Modified Files: > src/lib/libc/arch/mips/gen: fpgetmask.c fpgetsticky.c fpsetmask.c > fpsetsticky.c > > Log Message: > Cast to unsigned int b