Re: CVS commit: src/lib/libc/arch/arm/misc

2025-03-03 Thread Taylor R Campbell
> Date: Sun, 2 Mar 2025 12:39:02 -0500 > From: Christos Zoulas > > Yes, unfortunately I committed the version from my tree by accident > and not the one that was on the web server. I already fixed it. No, you seem to have gotten it the wrong way around... The original commit, rev. 1.8, had no a

Re: CVS commit: src/lib/libc/arch/arm/misc

2025-03-03 Thread Christos Zoulas
Fixed now. christos > On Mar 3, 2025, at 10:41 AM, Taylor R Campbell wrote: > >> Date: Sun, 2 Mar 2025 12:39:02 -0500 >> From: Christos Zoulas >> >> Yes, unfortunately I committed the version from my tree by accident >> and not the one that was on the web server. I already fixed it. > > No,

CVS commit: src/lib/libc/arch/arm/misc

2025-03-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 3 17:00:22 UTC 2025 Modified Files: src/lib/libc/arch/arm/misc: arm_initfini.c Log Message: don't abort, just fail. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/arch/arm/misc/arm_initfini.

CVS commit: src/lib/libc/arch/arm/misc

2025-03-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 3 17:00:22 UTC 2025 Modified Files: src/lib/libc/arch/arm/misc: arm_initfini.c Log Message: don't abort, just fail. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/arch/arm/misc/arm_initfini.

Re: CVS commit: src/lib/libc/arch/arm/misc

2025-03-02 Thread Christos Zoulas
Yes, unfortunately I committed the version from my tree by accident and not the one that was on the web server. I already fixed it. christos signature.asc Description: Message signed with OpenPGP

Re: CVS commit: src/lib/libc/arch/arm/misc

2025-03-02 Thread Taylor R Campbell
> Module Name:src > Committed By: christos > Date: Thu Feb 27 10:55:27 UTC 2025 > > Modified Files: > src/lib/libc/arch/arm/misc: arm_initfini.c > > Log Message: > use the latest version that does not abort on error. > > @@ -46,6 +46,7 @@ > #include > #include > #inc

CVS commit: src/lib/libc/arch/arm/misc

2025-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 27 10:55:27 UTC 2025 Modified Files: src/lib/libc/arch/arm/misc: arm_initfini.c Log Message: use the latest version that does not abort on error. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libc

CVS commit: src/lib/libc/arch/arm/misc

2025-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 27 10:55:27 UTC 2025 Modified Files: src/lib/libc/arch/arm/misc: arm_initfini.c Log Message: use the latest version that does not abort on error. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libc

CVS commit: src/lib/libc/arch/arm/misc

2025-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 27 02:05:03 UTC 2025 Modified Files: src/lib/libc/arch/arm/misc: arm_initfini.c Log Message: PR/59063: Martin Husemann: Avoid using malloc through sysctlbyname by doing the sysctl name to mib translation directly. Thanks

CVS commit: src/lib/libc/arch/arm/misc

2025-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 27 02:05:03 UTC 2025 Modified Files: src/lib/libc/arch/arm/misc: arm_initfini.c Log Message: PR/59063: Martin Husemann: Avoid using malloc through sysctlbyname by doing the sysctl name to mib translation directly. Thanks

CVS commit: src/lib/libc/arch/arm/gen

2024-05-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 6 06:57:32 UTC 2024 Modified Files: src/lib/libc/arch/arm/gen: setjmp.S Log Message: arm longjmp: Restore stack first, then signal mask. Otherwise, a pending signal may be delivered on the wrong stack when we restore the

CVS commit: src/lib/libc/arch/arm/gen

2024-05-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 6 06:57:32 UTC 2024 Modified Files: src/lib/libc/arch/arm/gen: setjmp.S Log Message: arm longjmp: Restore stack first, then signal mask. Otherwise, a pending signal may be delivered on the wrong stack when we restore the

CVS commit: src/lib/libc/arch/arm/gen

2022-12-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 13 12:43:32 UTC 2022 Modified Files: src/lib/libc/arch/arm/gen: setjmp.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libc/arch/arm/gen/setjmp.S Please note that

CVS commit: src/lib/libc/arch/arm/gen

2022-12-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 13 12:43:32 UTC 2022 Modified Files: src/lib/libc/arch/arm/gen: setjmp.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libc/arch/arm/gen/setjmp.S Please note that

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

2021-11-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 23 18:45:53 UTC 2021 Modified Files: src/lib/libc/arch/arm: genassym.cf src/lib/libc/arch/arm/sys: __sigtramp2.S Log Message: Decorate the ARM signal trampoline with the appropriate .cfi directives to allow except

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

2021-11-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 23 18:45:53 UTC 2021 Modified Files: src/lib/libc/arch/arm: genassym.cf src/lib/libc/arch/arm/sys: __sigtramp2.S Log Message: Decorate the ARM signal trampoline with the appropriate .cfi directives to allow except

Re: CVS commit: src/lib/libc/arch/arm

2021-06-29 Thread Rin Okuyama
Oops, this is broken. I will fix shortly... rin On 2021/06/30 8:29, Rin Okuyama wrote: Module Name:src Committed By: rin Date: Tue Jun 29 23:29:12 UTC 2021 Modified Files: src/lib/libc/arch/arm/gen: swapcontext.S src/lib/libc/arch/arm/sys: __clone.S Log Message

Re: CVS commit: src/lib/libc/arch/arm/softfloat

2013-01-26 Thread Aleksej Saushev
"Matt Thomas" writes: > Module Name: src > Committed By: matt > Date: Sat Jan 26 07:08:14 UTC 2013 > > Modified Files: > src/lib/libc/arch/arm/softfloat: arm-gcc.h > > Log Message: > Appease clang by making 64-bit literals use ULL > > > To generate a diff of this commit: > cvs rdif

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

2012-07-12 Thread Valeriy E. Ushakov
On Thu, Jul 12, 2012 at 22:08:19 +0200, Reinoud Zandijk wrote: > On Wed, Jul 11, 2012 at 11:08:46PM +0400, Valeriy E. Ushakov wrote: > > > Log Message: > > > On the libc/libgcc clashes cleanup that removed divsi3.o from libc, > > > ARM/evbarm > > > was forgotten. This patch fixes it making static

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

2012-07-12 Thread Reinoud Zandijk
Hi Veleriy, On Wed, Jul 11, 2012 at 11:08:46PM +0400, Valeriy E. Ushakov wrote: > > Log Message: > > On the libc/libgcc clashes cleanup that removed divsi3.o from libc, > > ARM/evbarm > > was forgotten. This patch fixes it making static binaries possible again! > > Please, complete this by movin

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

2012-07-11 Thread Valeriy E. Ushakov
On Wed, Jul 11, 2012 at 18:24:27 +, Reinoud Zandijk wrote: > Module Name: src > Committed By: reinoud > Date: Wed Jul 11 18:24:27 UTC 2012 > > Modified Files: > src/lib/libc/arch/arm/gen: Makefile.inc > > Log Message: > On the libc/libgcc clashes cleanup that removed divsi3.o

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

2012-03-21 Thread Mindaugas Rasiukevicius
David Young wrote: > On Wed, Mar 21, 2012 at 10:44:35AM +0100, Joerg Sonnenberger wrote: > > On Wed, Mar 21, 2012 at 09:05:36AM +, Hiroyuki Bessho wrote: > > > Module Name: src > > > Committed By: bsh > > > Date: Wed Mar 21 09:05:36 UTC 2012 > > > > > > Modified Files: >

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

2012-03-21 Thread David Young
On Wed, Mar 21, 2012 at 10:44:35AM +0100, Joerg Sonnenberger wrote: > On Wed, Mar 21, 2012 at 09:05:36AM +, Hiroyuki Bessho wrote: > > Module Name:src > > Committed By: bsh > > Date: Wed Mar 21 09:05:36 UTC 2012 > > > > Modified Files: > > src/lib/libc/arch/arm/

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

2012-03-21 Thread Joerg Sonnenberger
On Wed, Mar 21, 2012 at 09:05:36AM +, Hiroyuki Bessho wrote: > Module Name: src > Committed By: bsh > Date: Wed Mar 21 09:05:36 UTC 2012 > > Modified Files: > src/lib/libc/arch/arm/gen: _lwp.c > > Log Message: > shut up lint(1) So the question is still -- how much do we want t